@import url(https://fonts.googleapis.com/icon?family=Material+Icons);@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding: 1.25em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  margin: 0 0.625em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container {
  padding: 0.625em 0 0;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex: 1;
  flex-basis: auto !important;
  align-self: stretch;
  width: auto;
  height: 2.2em;
  height: auto;
  margin: 0 0.3125em;
  margin-top: 0.3125em;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.125em 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.swal2-container.swal2-center {
  align-items: center;
}

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #2778c4;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #d14529;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #757575;
  color: #fff;
  font-size: 1em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 0 -2.7em;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
}
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2rem;
  }
}
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.75rem;
  }
}
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.5rem;
  }
}
.h5, h5 {
  font-size: 1.25rem;
}

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

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

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

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

ol, ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0a58ca;
}

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

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

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

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x:0;
}

.g-0, .gy-0 {
  --bs-gutter-y:0;
}

.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }

  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }

  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }

  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }

  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }

  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }

  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }

  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }

  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }

  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }

  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }

  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }

  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }

  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }

  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }

  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }

  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }

  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }

  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }

  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }

  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }

  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }

  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }

  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }

  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }

  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }

  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }

  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }

  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }

  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }

  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

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

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

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

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

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
}

textarea.form-control-sm {
  min-height: calc(1.5em + (.5rem + 2px));
}

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

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

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.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;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  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;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

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

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

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

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

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

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

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

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

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

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

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

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

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

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

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

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

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

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

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

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

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

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

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

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position:start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position:end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position:end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position:end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position:end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position:end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position:end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

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

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

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

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus, .nav-link:hover {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

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

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

.navbar-text {
  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: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }

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

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

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

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

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

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

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

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

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

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

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.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:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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 .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

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

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

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

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

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

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

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

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

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

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

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

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

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

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

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

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

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

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

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

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

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:focus, .link-primary:hover {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus, .link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:focus, .link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:focus, .link-info:hover {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:focus, .link-warning:hover {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:focus, .link-danger:hover {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:focus, .link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:focus, .link-dark:hover {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

.ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

.shadow-none {
  box-shadow: 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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

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

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

.border-dark {
  border-color: #212529 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

.bg-body {
  background-color: #fff !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
      user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

.rounded-circle {
  border-radius: 50% !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

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

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

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

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

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

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

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

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

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

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

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

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

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

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

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

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

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

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-arrows-to-circle:before {
  content: "\E4BD";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
  content: "\F138";
}

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

.fa-trash-alt:before, .fa-trash-can:before {
  content: "\F2ED";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-user-times:before, .fa-user-xmark:before {
  content: "\F235";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-comment-alt:before, .fa-message:before {
  content: "\F27A";
}

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

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
  content: "\F422";
}

.fa-explosion:before {
  content: "\E4E9";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
  content: "\F15C";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-building-un:before {
  content: "\E4D9";
}

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

.fa-calendar-alt:before, .fa-calendar-days:before {
  content: "\F073";
}

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

.fa-building-circle-arrow-right:before {
  content: "\E4D1";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
  content: "\F45F";
}

.fa-arrows-up-to-line:before {
  content: "\E4C2";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\F0DD";
}

.fa-circle-minus:before, .fa-minus-circle:before {
  content: "\F056";
}

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

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
  content: "\F86D";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
  content: "\F539";
}

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

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
  content: "\F689";
}

.fa-forward-step:before, .fa-step-forward:before {
  content: "\F051";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
  content: "\F5B8";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-football-ball:before, .fa-football:before {
  content: "\F44E";
}

.fa-school-circle-exclamation:before {
  content: "\E56C";
}

.fa-crop:before {
  content: "\F125";
}

.fa-angle-double-down:before, .fa-angles-down:before {
  content: "\F103";
}

.fa-users-rectangle:before {
  content: "\E594";
}

.fa-people-roof:before {
  content: "\E537";
}

.fa-people-line:before {
  content: "\E534";
}

.fa-beer-mug-empty:before, .fa-beer:before {
  content: "\F0FC";
}

.fa-diagram-predecessor:before {
  content: "\E477";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
  content: "\F176";
}

.fa-burn:before, .fa-fire-flame-simple:before {
  content: "\F46A";
}

.fa-male:before, .fa-person:before {
  content: "\F183";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-truck-plane:before {
  content: "\E58F";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
  content: "\F587";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
  content: "\F67B";
}

.fa-arrow-down-up-across-line:before {
  content: "\E4AF";
}

.fa-spoon:before, .fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-jar-wheat:before {
  content: "\E517";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
  content: "\F674";
}

.fa-file-circle-exclamation:before {
  content: "\E4EB";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-pager:before {
  content: "\F815";
}

.fa-address-book:before, .fa-contact-book:before {
  content: "\F2B9";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-k:before {
  content: "K";
}

.fa-landmark-flag:before {
  content: "\E51C";
}

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

.fa-backward:before {
  content: "\F04A";
}

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

.fa-comments:before {
  content: "\F086";
}

.fa-file-clipboard:before, .fa-paste:before {
  content: "\F0EA";
}

.fa-code-pull-request:before {
  content: "\E13C";
}

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

.fa-truck-loading:before, .fa-truck-ramp-box:before {
  content: "\F4DE";
}

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

.fa-vial-virus:before {
  content: "\E597";
}

.fa-sheet-plastic:before {
  content: "\E571";
}

.fa-blog:before {
  content: "\F781";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-person-arrow-up-from-line:before {
  content: "\E539";
}

.fa-scroll-torah:before, .fa-torah:before {
  content: "\F6A0";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
  content: "\F458";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-archive:before, .fa-box-archive:before {
  content: "\F187";
}

.fa-person-drowning:before {
  content: "\E545";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-w:before {
  content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
  content: "\F57C";
}

.fa-rainbow:before {
  content: "\F75B";
}

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

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
  content: "\F3FA";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-trowel-bricks:before {
  content: "\E58A";
}

.fa-face-flushed:before, .fa-flushed:before {
  content: "\F579";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-tent-arrow-left-right:before {
  content: "\E57F";
}

.fa-gavel:before, .fa-legal:before {
  content: "\F0E3";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
  content: "\F562";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
  content: "\E068";
}

.fa-mars-and-venus-burst:before {
  content: "\E523";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
  content: "\F152";
}

.fa-cut:before, .fa-scissors:before {
  content: "\F0C4";
}

.fa-sun-plant-wilt:before {
  content: "\E57A";
}

.fa-toilets-portable:before {
  content: "\E584";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magnifying-glass-arrow-right:before {
  content: "\E521";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
  content: "\F566";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-clover:before {
  content: "\E139";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\F3E5";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-house-fire:before {
  content: "\E50C";
}

.fa-minus-square:before, .fa-square-minus:before {
  content: "\F146";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
  content: "\F150";
}

.fa-file-circle-question:before {
  content: "\E4EF";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-bars:before, .fa-navicon:before {
  content: "\F0C9";
}

.fa-people-group:before {
  content: "\E533";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\F253";
}

.fa-heart-broken:before, .fa-heart-crack:before {
  content: "\F7A9";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
  content: "\F360";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
  content: "\F597";
}

.fa-film:before {
  content: "\F008";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-people-robbery:before {
  content: "\E536";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

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

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-school-circle-xmark:before {
  content: "\E56D";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
  content: "\F08B";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
  content: "\F13A";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
  content: "\F13E";
}

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

.fa-headphones-alt:before, .fa-headphones-simple:before {
  content: "\F58F";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
  content: "\F4B9";
}

.fa-memory:before {
  content: "\F538";
}

.fa-road-spikes:before {
  content: "\E568";
}

.fa-fire-burner:before {
  content: "\E4F1";
}

.fa-flag:before {
  content: "\F024";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-volume-down:before, .fa-volume-low:before {
  content: "\F027";
}

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

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

.fa-compress:before {
  content: "\F066";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
  content: "\E2CD";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-hands-holding-child:before {
  content: "\E4FA";
}

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

.fa-check-square:before, .fa-square-check:before {
  content: "\F14A";
}

.fa-peseta-sign:before {
  content: "\E221";
}

.fa-header:before, .fa-heading:before {
  content: "\F1DC";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-list-squares:before, .fa-list:before {
  content: "\F03A";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
  content: "\F87B";
}

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

.fa-gamepad:before {
  content: "\F11B";
}

.fa-circle-dot:before, .fa-dot-circle:before {
  content: "\F192";
}

.fa-dizzy:before, .fa-face-dizzy:before {
  content: "\F567";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-house-medical-circle-xmark:before {
  content: "\E513";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
  content: "\F1E3";
}

.fa-paint-brush:before, .fa-paintbrush:before {
  content: "\F1FC";
}

.fa-lock:before {
  content: "\F023";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
  content: "\F593";
}

.fa-map-location:before, .fa-map-marked:before {
  content: "\F59F";
}

.fa-house-flood-water:before {
  content: "\E50E";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-bridge-lock:before {
  content: "\E4CC";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-edit:before, .fa-pen-to-square:before {
  content: "\F044";
}

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

.fa-share-alt:before, .fa-share-nodes:before {
  content: "\F1E0";
}

.fa-heart-circle-minus:before {
  content: "\E4FF";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\F252";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
  content: "\F290";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-person-rays:before {
  content: "\E54D";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-flask-vial:before {
  content: "\E4F3";
}

.fa-hand-paper:before, .fa-hand:before {
  content: "\F256";
}

.fa-om:before {
  content: "\F679";
}

.fa-worm:before {
  content: "\E599";
}

.fa-house-circle-xmark:before {
  content: "\E50B";
}

.fa-plug:before {
  content: "\F1E6";
}

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

.fa-hand-spock:before {
  content: "\F259";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-face-kiss:before, .fa-kiss:before {
  content: "\F596";
}

.fa-bridge-circle-xmark:before {
  content: "\E4CB";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
  content: "\F589";
}

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

.fa-face-grin-wink:before, .fa-grin-wink:before {
  content: "\F58C";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
  content: "\F2A4";
}

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

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

.fa-rss-square:before, .fa-square-rss:before {
  content: "\F143";
}

.fa-land-mine-on:before {
  content: "\E51B";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-stairs:before {
  content: "\E289";
}

.fa-i:before {
  content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
  content: "\F6F2";
}

.fa-pills:before {
  content: "\F484";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
  content: "\F581";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-v:before {
  content: "V";
}

.fa-bangladeshi-taka-sign:before {
  content: "\E2E6";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
  content: "\E579";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-ambulance:before, .fa-truck-medical:before {
  content: "\F0F9";
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\E598";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-road-barrier:before {
  content: "\E562";
}

.fa-school:before {
  content: "\F549";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-joint:before {
  content: "\F595";
}

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

.fa-horse:before {
  content: "\F6F0";
}

.fa-q:before {
  content: "Q";
}

.fa-g:before {
  content: "G";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-dong-sign:before {
  content: "\E169";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
  content: "\F75A";
}

.fa-face-frown-open:before, .fa-frown-open:before {
  content: "\F57A";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-bookmark:before {
  content: "\F02E";
}

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

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-helmet-un:before {
  content: "\E503";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-arrow-up-from-bracket:before {
  content: "\E09A";
}

.fa-folder-blank:before, .fa-folder:before {
  content: "\F07B";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
  content: "\F478";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-chart-simple:before {
  content: "\E473";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-vial:before {
  content: "\F492";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
  content: "\E2CA";
}

.fa-e:before {
  content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
  content: "\F305";
}

.fa-bridge-circle-exclamation:before {
  content: "\E4CA";
}

.fa-user:before {
  content: "\F007";
}

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

.fa-dumpster:before {
  content: "\F793";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
  content: "\F5B6";
}

.fa-building-user:before {
  content: "\E4DA";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
  content: "\F191";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-key:before {
  content: "\F084";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-person-half-dress:before {
  content: "\E548";
}

.fa-road-bridge:before {
  content: "\E563";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-c:before {
  content: "C";
}

.fa-tablet-button:before {
  content: "\F10A";
}

.fa-building-lock:before {
  content: "\E4D6";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-area-chart:before, .fa-chart-area:before {
  content: "\F1FE";
}

.fa-house-flag:before {
  content: "\E50D";
}

.fa-person-circle-minus:before {
  content: "\E540";
}

.fa-ban:before, .fa-cancel:before {
  content: "\F05E";
}

.fa-camera-rotate:before {
  content: "\E0D8";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
  content: "\F5D0";
}

.fa-star:before {
  content: "\F005";
}

.fa-repeat:before {
  content: "\F363";
}

.fa-cross:before {
  content: "\F654";
}

.fa-box:before {
  content: "\F466";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
  content: "\F245";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
  content: "\F31E";
}

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

.fa-shapes:before, .fa-triangle-circle-square:before {
  content: "\F61F";
}

.fa-random:before, .fa-shuffle:before {
  content: "\F074";
}

.fa-person-running:before, .fa-running:before {
  content: "\F70C";
}

.fa-mobile-retro:before {
  content: "\E527";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-spider:before {
  content: "\F717";
}

.fa-hands-bound:before {
  content: "\E4F9";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-plane-circle-exclamation:before {
  content: "\E556";
}

.fa-x-ray:before {
  content: "\F497";
}

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

.fa-slash:before {
  content: "\F715";
}

.fa-computer-mouse:before, .fa-mouse:before {
  content: "\F8CC";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
  content: "\F090";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
  content: "\E070";
}

.fa-server:before {
  content: "\F233";
}

.fa-virus-covid-slash:before {
  content: "\E4A9";
}

.fa-shop-lock:before {
  content: "\E4A5";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\F251";
}

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

.fa-building-wheat:before {
  content: "\E4DB";
}

.fa-person-breastfeeding:before {
  content: "\E53A";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-venus:before {
  content: "\F221";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
  content: "\F21E";
}

.fa-people-carry-box:before, .fa-people-carry:before {
  content: "\F4CE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-crown:before {
  content: "\F521";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-xmarks-lines:before {
  content: "\E59A";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-weight-scale:before, .fa-weight:before {
  content: "\F496";
}

.fa-user-friends:before, .fa-user-group:before {
  content: "\F500";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
  content: "\F15E";
}

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

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
  content: "\F59B";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
  content: "\F0AA";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-person-walking:before, .fa-walking:before {
  content: "\F554";
}

.fa-l:before {
  content: "L";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-bed-pulse:before, .fa-procedures:before {
  content: "\F487";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
  content: "\F197";
}

.fa-face-laugh:before, .fa-laugh:before {
  content: "\F599";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-heart-circle-plus:before {
  content: "\E500";
}

.fa-code-fork:before {
  content: "\E13B";
}

.fa-city:before {
  content: "\F64F";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
  content: "\F3C9";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-colon-sign:before {
  content: "\E140";
}

.fa-headset:before {
  content: "\F590";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-road-circle-xmark:before {
  content: "\E566";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
  content: "\F79F";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-house-circle-exclamation:before {
  content: "\E50A";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
  content: "\F574";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
  content: "\F1EB";
}

.fa-bath:before, .fa-bathtub:before {
  content: "\F2CD";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-user-edit:before, .fa-user-pen:before {
  content: "\F4FF";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-bold:before {
  content: "\F032";
}

.fa-anchor-lock:before {
  content: "\E4AD";
}

.fa-building-ngo:before {
  content: "\E4D7";
}

.fa-manat-sign:before {
  content: "\E1D5";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-border-style:before, .fa-border-top-left:before {
  content: "\F853";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-poll:before, .fa-square-poll-vertical:before {
  content: "\F681";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-battery-car:before, .fa-car-battery:before {
  content: "\F5DF";
}

.fa-gift:before {
  content: "\F06B";
}

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

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

.fa-glasses:before {
  content: "\F530";
}

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

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

.fa-person-chalkboard:before {
  content: "\E53D";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
  content: "\F22B";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
  content: "\F255";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
  content: "\F151";
}

.fa-cloud-showers-water:before {
  content: "\E4E4";
}

.fa-bar-chart:before, .fa-chart-bar:before {
  content: "\F080";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
  content: "\E05E";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-train:before {
  content: "\F238";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
  content: "\F2A8";
}

.fa-crow:before {
  content: "\F520";
}

.fa-sailboat:before {
  content: "\E445";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-plus-square:before, .fa-square-plus:before {
  content: "\F0FE";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-bucket:before {
  content: "\E4CF";
}

.fa-image:before {
  content: "\F03E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-cow:before {
  content: "\F6C8";
}

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

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-folder-closed:before {
  content: "\E185";
}

.fa-house-tsunami:before {
  content: "\E515";
}

.fa-square-nfi:before {
  content: "\E576";
}

.fa-arrow-up-from-ground-water:before {
  content: "\E4B5";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
  content: "\F57B";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
  content: "\F2EA";
}

.fa-columns:before, .fa-table-columns:before {
  content: "\F0DB";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-dolly-box:before, .fa-dolly:before {
  content: "\F472";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
  content: "\F78C";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-angle-double-right:before, .fa-angles-right:before {
  content: "\F101";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-circle-play:before, .fa-play-circle:before {
  content: "\F144";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
  content: "\F153";
}

.fa-chair:before {
  content: "\F6C0";
}

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

.fa-circle-stop:before, .fa-stop-circle:before {
  content: "\F28D";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
  content: "\F568";
}

.fa-plate-wheat:before {
  content: "\E55A";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-person-shelter:before {
  content: "\E54F";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
  content: "\F59A";
}

.fa-helicopter-symbol:before {
  content: "\E502";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
  content: "\F139";
}

.fa-lari-sign:before {
  content: "\E1C8";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\E553";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
  content: "\F154";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-square-person-confined:before {
  content: "\E577";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
  content: "\F175";
}

.fa-tent-arrow-down-to-line:before {
  content: "\E57E";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\F122";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-person-skating:before, .fa-skating:before {
  content: "\F7C5";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
  content: "\F662";
}

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

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
  content: "\F0AB";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
  content: "\F56F";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
  content: "\F14C";
}

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

.fa-scroll:before {
  content: "\F70E";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-location-pin-lock:before {
  content: "\E51F";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-hill-avalanche:before {
  content: "\E507";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
  content: "\F2BB";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
  content: "\F516";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-diamond-turn-right:before, .fa-directions:before {
  content: "\F5EB";
}

.fa-burst:before {
  content: "\E4DC";
}

.fa-house-laptop:before, .fa-laptop-house:before {
  content: "\E066";
}

.fa-face-tired:before, .fa-tired:before {
  content: "\F5C8";
}

.fa-money-bills:before {
  content: "\E1F3";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-arrows-turn-right:before {
  content: "\E4C0";
}

.fa-vest:before {
  content: "\E085";
}

.fa-ferry:before {
  content: "\E4EA";
}

.fa-arrows-down-to-people:before {
  content: "\E4B9";
}

.fa-seedling:before, .fa-sprout:before {
  content: "\F4D8";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
  content: "\F337";
}

.fa-boxes-packing:before {
  content: "\E4C7";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
  content: "\F0A8";
}

.fa-group-arrows-rotate:before {
  content: "\E4F6";
}

.fa-bowl-food:before {
  content: "\E4C6";
}

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

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
  content: "\F160";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
  content: "\F76C";
}

.fa-remove-format:before, .fa-text-slash:before {
  content: "\F87D";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
  content: "\F4DA";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
  content: "\F07E";
}

.fa-house-lock:before {
  content: "\E510";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
  content: "\F0ED";
}

.fa-children:before {
  content: "\E4E1";
}

.fa-blackboard:before, .fa-chalkboard:before {
  content: "\F51B";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
  content: "\F4FA";
}

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

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
  content: "\E05F";
}

.fa-mattress-pillow:before {
  content: "\E525";
}

.fa-guarani-sign:before {
  content: "\E19A";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
  content: "\F021";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-cruzeiro-sign:before {
  content: "\E152";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\F3ED";
}

.fa-atlas:before, .fa-book-atlas:before {
  content: "\F558";
}

.fa-virus:before {
  content: "\E074";
}

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

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-arrows-to-dot:before {
  content: "\E4BE";
}

.fa-archway:before {
  content: "\F557";
}

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

.fa-house-chimney-crack:before, .fa-house-damage:before {
  content: "\F6F1";
}

.fa-file-archive:before, .fa-file-zipper:before {
  content: "\F1C6";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
  content: "\F000";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cedi-sign:before {
  content: "\E0DF";
}

.fa-italic:before {
  content: "\F033";
}

.fa-church:before {
  content: "\F51D";
}

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

.fa-democrat:before {
  content: "\F747";
}

.fa-z:before {
  content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
  content: "\F7C9";
}

.fa-road-lock:before {
  content: "\E567";
}

.fa-a:before {
  content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
  content: "\E03F";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
  content: "\F56B";
}

.fa-p:before {
  content: "P";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-ad:before, .fa-rectangle-ad:before {
  content: "\F641";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
  content: "\F0A9";
}

.fa-filter-circle-xmark:before {
  content: "\E17B";
}

.fa-locust:before {
  content: "\E520";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\F0DC";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
  content: "\F0CB";
}

.fa-person-dress-burst:before {
  content: "\E544";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
  content: "\F53D";
}

.fa-vector-square:before {
  content: "\F5CB";
}

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

.fa-language:before {
  content: "\F1AB";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-question:before {
  content: "?";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
  content: "\F0B2";
}

.fa-house-chimney-user:before {
  content: "\E065";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

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

.fa-star-half-alt:before, .fa-star-half-stroke:before {
  content: "\F5C0";
}

.fa-code:before {
  content: "\F121";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
  content: "\F7A0";
}

.fa-building-circle-exclamation:before {
  content: "\E4D3";
}

.fa-magnifying-glass-chart:before {
  content: "\E522";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
  content: "\F08E";
}

.fa-cubes-stacked:before {
  content: "\E4E6";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
  content: "\F159";
}

.fa-virus-covid:before {
  content: "\E4A8";
}

.fa-austral-sign:before {
  content: "\E0A9";
}

.fa-f:before {
  content: "F";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-road:before {
  content: "\F018";
}

.fa-cab:before, .fa-taxi:before {
  content: "\F1BA";
}

.fa-person-circle-plus:before {
  content: "\E541";
}

.fa-chart-pie:before, .fa-pie-chart:before {
  content: "\F200";
}

.fa-bolt-lightning:before {
  content: "\E0B7";
}

.fa-sack-xmark:before {
  content: "\E56A";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-fish-fins:before {
  content: "\E4F2";
}

.fa-building-flag:before {
  content: "\E4D5";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
  content: "\F582";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-poop:before {
  content: "\F619";
}

.fa-location-pin:before, .fa-map-marker:before {
  content: "\F041";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
  content: "\F807";
}

.fa-eject:before {
  content: "\F052";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
  content: "\F35A";
}

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

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-chart-line:before, .fa-line-chart:before {
  content: "\F201";
}

.fa-mask-ventilator:before {
  content: "\E524";
}

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

.fa-map-signs:before, .fa-signs-post:before {
  content: "\F277";
}

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

.fa-person-circle-question:before {
  content: "\E542";
}

.fa-h:before {
  content: "H";
}

.fa-tarp:before {
  content: "\E57B";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
  content: "\F7D9";
}

.fa-arrows-to-eye:before {
  content: "\E4BF";
}

.fa-plug-circle-bolt:before {
  content: "\E55B";
}

.fa-heart:before {
  content: "\F004";
}

.fa-mars-and-venus:before {
  content: "\F224";
}

.fa-home-user:before, .fa-house-user:before {
  content: "\E1B0";
}

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

.fa-house-crack:before {
  content: "\E3B1";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
  content: "\F561";
}

.fa-face-surprise:before, .fa-surprise:before {
  content: "\F5C2";
}

.fa-bottle-water:before {
  content: "\E4C5";
}

.fa-circle-pause:before, .fa-pause-circle:before {
  content: "\F28B";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-apple-alt:before, .fa-apple-whole:before {
  content: "\F5D1";
}

.fa-kitchen-set:before {
  content: "\E51A";
}

.fa-r:before {
  content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-bitcoin-sign:before {
  content: "\E0B4";
}

.fa-shield-dog:before {
  content: "\E573";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-elevator:before {
  content: "\E16D";
}

.fa-money-bill-transfer:before {
  content: "\E528";
}

.fa-money-bill-trend-up:before {
  content: "\E529";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\E50F";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
  content: "\F682";
}

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

.fa-backward-fast:before, .fa-fast-backward:before {
  content: "\F049";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-basketball-ball:before, .fa-basketball:before {
  content: "\F434";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
  content: "\F35B";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
  content: "\F3CD";
}

.fa-volume-high:before, .fa-volume-up:before {
  content: "\F028";
}

.fa-users-rays:before {
  content: "\E593";
}

.fa-wallet:before {
  content: "\F555";
}

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

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-burger:before, .fa-hamburger:before {
  content: "\F805";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-bugs:before {
  content: "\E4D0";
}

.fa-rupee-sign:before, .fa-rupee:before {
  content: "\F156";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-circle-question:before, .fa-question-circle:before {
  content: "\F059";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-book-bookmark:before {
  content: "\E0BB";
}

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

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-bridge:before {
  content: "\E4C8";
}

.fa-phone-alt:before, .fa-phone-flip:before {
  content: "\F879";
}

.fa-truck-front:before {
  content: "\E2B7";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-anchor-circle-exclamation:before {
  content: "\E4AB";
}

.fa-truck-field:before {
  content: "\E58D";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-clipboard-question:before {
  content: "\E4E3";
}

.fa-panorama:before {
  content: "\E209";
}

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

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-file-circle-minus:before {
  content: "\E4ED";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-fast-forward:before, .fa-forward-fast:before {
  content: "\F050";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
  content: "\F5A4";
}

.fa-parking:before, .fa-square-parking:before {
  content: "\F540";
}

.fa-house-signal:before {
  content: "\E012";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
  content: "\F828";
}

.fa-faucet-drip:before {
  content: "\E006";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
  content: "\F54D";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-mobile-button:before {
  content: "\F10B";
}

.fa-house-medical-flag:before {
  content: "\E514";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
  content: "\F291";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-bus-alt:before, .fa-bus-simple:before {
  content: "\F55E";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
  content: "\F5B3";
}

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

.fa-person-military-to-person:before {
  content: "\E54C";
}

.fa-file-shield:before {
  content: "\E4F0";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-pen:before {
  content: "\F304";
}

.fa-tower-observation:before {
  content: "\E586";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
  content: "\F012";
}

.fa-bus:before {
  content: "\F207";
}

.fa-heart-circle-xmark:before {
  content: "\E501";
}

.fa-home-lg:before, .fa-house-chimney:before {
  content: "\E3AF";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-face-frown:before, .fa-frown:before {
  content: "\F119";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-shop:before, .fa-store-alt:before {
  content: "\F54F";
}

.fa-floppy-disk:before, .fa-save:before {
  content: "\F0C7";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
  content: "\F515";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\F0DE";
}

.fa-comment-dots:before, .fa-commenting:before {
  content: "\F4AD";
}

.fa-plant-wilt:before {
  content: "\E5AA";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
  content: "\F585";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

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

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hands-praying:before, .fa-praying-hands:before {
  content: "\F684";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
  content: "\F01E";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-location-crosshairs:before, .fa-location:before {
  content: "\F601";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-child-dress:before {
  content: "\E59C";
}

.fa-users-between-lines:before {
  content: "\E591";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
  content: "\F588";
}

.fa-phone:before {
  content: "\F095";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
  content: "\F273";
}

.fa-child-reaching:before {
  content: "\E59D";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-user-cog:before, .fa-user-gear:before {
  content: "\F4FE";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
  content: "\F163";
}

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

.fa-shield-virus:before {
  content: "\E06C";
}

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

.fa-mosquito-net:before {
  content: "\E52C";
}

.fa-bridge-water:before {
  content: "\E4CE";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-digging:before, .fa-person-digging:before {
  content: "\F85E";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
  content: "\F629";
}

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

.fa-poo:before {
  content: "\F2FE";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
  content: "\F10E";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
  content: "\F553";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-divide:before {
  content: "\F529";
}

.fa-tenge-sign:before, .fa-tenge:before {
  content: "\F7D7";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-hands-holding:before {
  content: "\F4C2";
}

.fa-hands-clapping:before {
  content: "\E1A8";
}

.fa-republican:before {
  content: "\F75E";
}

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

.fa-person-circle-xmark:before {
  content: "\E543";
}

.fa-ruler:before {
  content: "\F545";
}

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

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

.fa-restroom:before {
  content: "\F7BD";
}

.fa-j:before {
  content: "J";
}

.fa-users-viewfinder:before {
  content: "\E595";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\F35D";
}

.fa-table-cells:before, .fa-th:before {
  content: "\F00A";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-bible:before, .fa-book-bible:before {
  content: "\F647";
}

.fa-o:before {
  content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
  content: "\F0FA";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-otter:before {
  content: "\F700";
}

.fa-female:before, .fa-person-dress:before {
  content: "\F182";
}

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

.fa-briefcase-clock:before, .fa-business-time:before {
  content: "\F64A";
}

.fa-table-cells-large:before, .fa-th-large:before {
  content: "\F009";
}

.fa-book-tanakh:before, .fa-tanakh:before {
  content: "\F827";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-clipboard-user:before {
  content: "\F7F3";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-plane-lock:before {
  content: "\E558";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-comment:before {
  content: "\F075";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
  content: "\F1FD";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-angle-double-up:before, .fa-angles-up:before {
  content: "\F102";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-arrow-right-to-city:before {
  content: "\E4B3";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-litecoin-sign:before {
  content: "\E1D3";
}

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

.fa-circle-nodes:before {
  content: "\E4E2";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-truck-field-un:before {
  content: "\E58E";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
  content: "\F254";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-user-doctor:before, .fa-user-md:before {
  content: "\F0F0";
}

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

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

.fa-camera-alt:before, .fa-camera:before {
  content: "\F030";
}

.fa-square-virus:before {
  content: "\E578";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-car-on:before {
  content: "\E4DD";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-water:before {
  content: "\F773";
}

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

.fa-braille:before {
  content: "\F2A1";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
  content: "\F486";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-person-cane:before {
  content: "\E53C";
}

.fa-tent:before {
  content: "\E57D";
}

.fa-vest-patches:before {
  content: "\E086";
}

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

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-money-bill-wheat:before {
  content: "\E52A";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
  content: "\F0E2";
}

.fa-hard-drive:before, .fa-hdd:before {
  content: "\F0A0";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-list-alt:before, .fa-rectangle-list:before {
  content: "\F022";
}

.fa-tarp-droplet:before {
  content: "\E57C";
}

.fa-house-medical-circle-check:before {
  content: "\E511";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
  content: "\F7CA";
}

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

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
  content: "\F359";
}

.fa-subway:before, .fa-train-subway:before {
  content: "\F239";
}

.fa-chart-gantt:before {
  content: "\E0E4";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
  content: "\E1BC";
}

.fa-crop-alt:before, .fa-crop-simple:before {
  content: "\F565";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-dna:before {
  content: "\F471";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-minus:before, .fa-subtract:before {
  content: "\F068";
}

.fa-chess:before {
  content: "\F439";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
  content: "\F177";
}

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

.fa-street-view:before {
  content: "\F21D";
}

.fa-franc-sign:before {
  content: "\E18F";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
  content: "\F2A3";
}

.fa-cog:before, .fa-gear:before {
  content: "\F013";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
  content: "\F5C7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-mosquito:before {
  content: "\E52B";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-person-military-rifle:before {
  content: "\E54B";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
  content: "\F07A";
}

.fa-vials:before {
  content: "\F493";
}

.fa-plug-circle-plus:before {
  content: "\E55F";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
  content: "\F148";
}

.fa-u:before {
  content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
  content: "\F698";
}

.fa-clock-four:before, .fa-clock:before {
  content: "\F017";
}

.fa-backward-step:before, .fa-step-backward:before {
  content: "\F048";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-baseball-bat-ball:before {
  content: "\F432";
}

.fa-s:before {
  content: "S";
}

.fa-timeline:before {
  content: "\E29C";
}

.fa-keyboard:before {
  content: "\F11C";
}

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

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
  content: "\F7F2";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
  content: "\F3CF";
}

.fa-plane-up:before {
  content: "\E22D";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-battery-3:before, .fa-battery-half:before {
  content: "\F242";
}

.fa-mountain-city:before {
  content: "\E52E";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-sliders-h:before, .fa-sliders:before {
  content: "\F1DE";
}

.fa-folder-tree:before {
  content: "\F802";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-cent-sign:before {
  content: "\E3F5";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-person-pregnant:before {
  content: "\E31E";
}

.fa-wand-sparkles:before {
  content: "\F72B";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
  content: "\F142";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
  content: "\F30B";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-laptop-file:before {
  content: "\E51D";
}

.fa-teletype:before, .fa-tty:before {
  content: "\F1E4";
}

.fa-diagram-next:before {
  content: "\E476";
}

.fa-person-rifle:before {
  content: "\E54E";
}

.fa-house-medical-circle-exclamation:before {
  content: "\E512";
}

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

.fa-hiking:before, .fa-person-hiking:before {
  content: "\F6EC";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-images:before {
  content: "\F302";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-people-pulling:before {
  content: "\E535";
}

.fa-n:before {
  content: "N";
}

.fa-cable-car:before, .fa-tram:before {
  content: "\F7DA";
}

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

.fa-building-circle-xmark:before {
  content: "\E4D4";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-arrows-down-to-line:before {
  content: "\E4B8";
}

.fa-download:before {
  content: "\F019";
}

.fa-face-grin:before, .fa-grin:before {
  content: "\F580";
}

.fa-backspace:before, .fa-delete-left:before {
  content: "\F55A";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
  content: "\F1FB";
}

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

.fa-forward:before {
  content: "\F04E";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
  content: "\F3CE";
}

.fa-face-meh:before, .fa-meh:before {
  content: "\F11A";
}

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

.fa-book-dead:before, .fa-book-skull:before {
  content: "\F6B7";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\F2C2";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\F03B";
}

.fa-heart-circle-exclamation:before {
  content: "\E4FE";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\F015";
}

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

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-b:before {
  content: "B";
}

.fa-file-medical:before {
  content: "\F477";
}

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

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
  content: "\F0EC";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
  content: "\F2F9";
}

.fa-cutlery:before, .fa-utensils:before {
  content: "\F2E7";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
  content: "\F161";
}

.fa-mill-sign:before {
  content: "\E1ED";
}

.fa-bowl-rice:before {
  content: "\E2EB";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
  content: "\F519";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
  content: "\F30C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-code-merge:before {
  content: "\F387";
}

.fa-upload:before {
  content: "\F093";
}

.fa-hurricane:before {
  content: "\F751";
}

.fa-mound:before {
  content: "\E52D";
}

.fa-toilet-portable:before {
  content: "\E583";
}

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

.fa-file-arrow-down:before, .fa-file-download:before {
  content: "\F56D";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-shield-cat:before {
  content: "\E572";
}

.fa-bolt:before, .fa-zap:before {
  content: "\F0E7";
}

.fa-glass-water:before {
  content: "\E4F4";
}

.fa-oil-well:before {
  content: "\E532";
}

.fa-vault:before {
  content: "\E2C5";
}

.fa-mars:before {
  content: "\F222";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-plane-circle-xmark:before {
  content: "\E557";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
  content: "\F157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
  content: "\F158";
}

.fa-sun:before {
  content: "\F185";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
  content: "\F59C";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-bore-hole:before {
  content: "\E4C3";
}

.fa-industry:before {
  content: "\F275";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
  content: "\F358";
}

.fa-arrows-turn-to-dots:before {
  content: "\E4C1";
}

.fa-florin-sign:before {
  content: "\E184";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-less-than:before {
  content: "<";
}

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

.fa-car-tunnel:before {
  content: "\E4DE";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\F178";
}

.fa-anchor-circle-xmark:before {
  content: "\E4AC";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
  content: "\F141";
}

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

.fa-first-aid:before, .fa-kit-medical:before {
  content: "\F479";
}

.fa-person-through-window:before {
  content: "\E5A9";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-hands-holding-circle:before {
  content: "\E4FB";
}

.fa-bug:before {
  content: "\F188";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
  content: "\F09D";
}

.fa-automobile:before, .fa-car:before {
  content: "\F1B9";
}

.fa-hand-holding-hand:before {
  content: "\E4F7";
}

.fa-book-open-reader:before, .fa-book-reader:before {
  content: "\F5DA";
}

.fa-mountain-sun:before {
  content: "\E52F";
}

.fa-arrows-left-right-to-line:before {
  content: "\E4BA";
}

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

.fa-truck-droplet:before {
  content: "\E58C";
}

.fa-file-circle-xmark:before {
  content: "\E5A1";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
  content: "\E040";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-bed:before {
  content: "\F236";
}

.fa-h-square:before, .fa-square-h:before {
  content: "\F0FD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-plug-circle-xmark:before {
  content: "\E560";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
  content: "\F4C4";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\F3C5";
}

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

.fa-greater-than:before {
  content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
  content: "\F5C4";
}

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

.fa-droplet:before, .fa-tint:before {
  content: "\F043";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
  content: "\F57D";
}

.fa-person-burst:before {
  content: "\E53B";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\F244";
}

.fa-socks:before {
  content: "\F696";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-section:before {
  content: "\E447";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
  content: "\F625";
}

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

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
  content: "\F0F8";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

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

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
  content: "\F550";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
  content: "\F29D";
}

.fa-drum:before {
  content: "\F569";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-heart-circle-bolt:before {
  content: "\E4FC";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
  content: "\F772";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
  content: "\F468";
}

.fa-chain:before, .fa-link:before {
  content: "\F0C1";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
  content: "\F2A2";
}

.fa-tree-city:before {
  content: "\E587";
}

.fa-play:before {
  content: "\F04B";
}

.fa-font:before {
  content: "\F031";
}

.fa-rupiah-sign:before {
  content: "\E23D";
}

.fa-magnifying-glass:before, .fa-search:before {
  content: "\F002";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
  content: "\F45D";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
  content: "\F470";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-naira-sign:before {
  content: "\E1F6";
}

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

.fa-walkie-talkie:before {
  content: "\F8EF";
}

.fa-file-edit:before, .fa-file-pen:before {
  content: "\F31C";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
  content: "\F14B";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-person-circle-exclamation:before {
  content: "\E53F";
}

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

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
  content: "\F240";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-code-compare:before {
  content: "\E13A";
}

.fa-list-dots:before, .fa-list-ul:before {
  content: "\F0CA";
}

.fa-school-lock:before {
  content: "\E56F";
}

.fa-tower-cell:before {
  content: "\E585";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-ranking-star:before {
  content: "\E561";
}

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

.fa-person-harassing:before {
  content: "\E549";
}

.fa-brazilian-real-sign:before {
  content: "\E46C";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
  content: "\F752";
}

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

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
  content: "\F26C";
}

.fa-shrimp:before {
  content: "\E448";
}

.fa-list-check:before, .fa-tasks:before {
  content: "\F0AE";
}

.fa-jug-detergent:before {
  content: "\E519";
}

.fa-circle-user:before, .fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-car-burst:before, .fa-car-crash:before {
  content: "\F5E1";
}

.fa-y:before {
  content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
  content: "\F7CE";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\F48B";
}

.fa-fish:before {
  content: "\F578";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
  content: "\F042";
}

.fa-clapperboard:before {
  content: "\E131";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-baseball-ball:before, .fa-baseball:before {
  content: "\F433";
}

.fa-jet-fighter-up:before {
  content: "\E518";
}

.fa-diagram-project:before, .fa-project-diagram:before {
  content: "\F542";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
  content: "\F6A9";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-grip-horizontal:before, .fa-grip:before {
  content: "\F58D";
}

.fa-share-from-square:before, .fa-share-square:before {
  content: "\F14D";
}

.fa-child-combatant:before, .fa-child-rifle:before {
  content: "\E4E0";
}

.fa-gun:before {
  content: "\E19B";
}

.fa-phone-square:before, .fa-square-phone:before {
  content: "\F098";
}

.fa-add:before, .fa-plus:before {
  content: "+";
}

.fa-expand:before {
  content: "\F065";
}

.fa-computer:before {
  content: "\E4E5";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: "\F00D";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
  content: "\F047";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
  content: "\F51C";
}

.fa-peso-sign:before {
  content: "\E222";
}

.fa-building-shield:before {
  content: "\E4D8";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-users-line:before {
  content: "\E592";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
  content: "\F10D";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
  content: "\F829";
}

.fa-arrow-down-up-lock:before {
  content: "\E4B0";
}

.fa-lines-leaning:before {
  content: "\E51E";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-copyright:before {
  content: "\F1F9";
}

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

.fa-blender:before {
  content: "\F517";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
  content: "\F20B";
}

.fa-map:before {
  content: "\F279";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-photo-film:before, .fa-photo-video:before {
  content: "\F87C";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-store:before {
  content: "\F54E";
}

.fa-arrow-trend-up:before {
  content: "\E098";
}

.fa-plug-circle-minus:before {
  content: "\E55E";
}

.fa-sign-hanging:before, .fa-sign:before {
  content: "\F4D9";
}

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

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

.fa-tablet-android:before, .fa-tablet:before {
  content: "\F3FB";
}

.fa-school-flag:before {
  content: "\E56E";
}

.fa-fill:before {
  content: "\F575";
}

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

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

.fa-holly-berry:before {
  content: "\F7AA";
}

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

.fa-bacteria:before {
  content: "\E059";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-notdef:before {
  content: "\E1FE";
}

.fa-disease:before {
  content: "\F7FA";
}

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

.fa-genderless:before {
  content: "\F22D";
}

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

.fa-retweet:before {
  content: "\F079";
}

.fa-car-alt:before, .fa-car-rear:before {
  content: "\F5DE";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-battery-2:before, .fa-battery-quarter:before {
  content: "\F243";
}

.fa-radio:before {
  content: "\F8D7";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
  content: "\F77D";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-percent:before, .fa-percentage:before {
  content: "%";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-glass-water-droplet:before {
  content: "\E4F5";
}

.fa-display:before {
  content: "\E163";
}

.fa-face-smile:before, .fa-smile:before {
  content: "\F118";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
  content: "\F08D";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-person-praying:before, .fa-pray:before {
  content: "\F683";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-rotate:before, .fa-sync-alt:before {
  content: "\F2F1";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-robot:before {
  content: "\F544";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-cogs:before, .fa-gears:before {
  content: "\F085";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-arrow-up-right-dots:before {
  content: "\E4B7";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
  content: "\F584";
}

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

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-transgender-alt:before, .fa-transgender:before {
  content: "\F225";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
  content: "\F149";
}

.fa-person-falling-burst:before {
  content: "\E547";
}

.fa-award:before {
  content: "\F559";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
  content: "\F3FF";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-angle-double-left:before, .fa-angles-left:before {
  content: "\F100";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-clock-rotate-left:before, .fa-history:before {
  content: "\F1DA";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
  content: "\F56E";
}

.fa-shield-blank:before, .fa-shield:before {
  content: "\F132";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-house-medical:before {
  content: "\E3B2";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
  content: "\F450";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
  content: "\F137";
}

.fa-house-chimney-window:before {
  content: "\E00D";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-tent-arrow-turn-left:before {
  content: "\E580";
}

.fa-tents:before {
  content: "\E582";
}

.fa-magic:before, .fa-wand-magic:before {
  content: "\F0D0";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-moon:before {
  content: "\F186";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
  content: "\F5CE";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-music:before {
  content: "\F001";
}

.fa-code-commit:before {
  content: "\F386";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-biking:before, .fa-person-biking:before {
  content: "\F84A";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-shield-heart:before {
  content: "\E574";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
  content: "\E47B";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
  content: "\F2D3";
}

.fa-hashtag:before {
  content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
  content: "\F424";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-t:before {
  content: "T";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-chart-column:before {
  content: "\E0E3";
}

.fa-infinity:before {
  content: "\F534";
}

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

.fa-person-arrow-down-to-line:before {
  content: "\E538";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-fan:before {
  content: "\F863";
}

.fa-person-walking-luggage:before {
  content: "\E554";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
  content: "\F338";
}

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

.fa-calendar:before {
  content: "\F133";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-bahai:before, .fa-haykal:before {
  content: "\F666";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-circle-plus:before, .fa-plus-circle:before {
  content: "\F055";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-plug-circle-exclamation:before {
  content: "\E55D";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
  content: "\F127";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-person-walking-arrow-loop-left:before {
  content: "\E551";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
  content: "\F7E4";
}

.fa-tornado:before {
  content: "\F76F";
}

.fa-file-circle-plus:before {
  content: "\E494";
}

.fa-book-quran:before, .fa-quran:before {
  content: "\F687";
}

.fa-anchor:before {
  content: "\F13D";
}

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

.fa-angry:before, .fa-face-angry:before {
  content: "\F556";
}

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

.fa-arrow-trend-down:before {
  content: "\E097";
}

.fa-feed:before, .fa-rss:before {
  content: "\F09E";
}

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

.fa-balance-scale:before, .fa-scale-balanced:before {
  content: "\F24E";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
  content: "\F62A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-desktop-alt:before, .fa-desktop:before {
  content: "\F390";
}

.fa-m:before {
  content: "M";
}

.fa-table-list:before, .fa-th-list:before {
  content: "\F00B";
}

.fa-comment-sms:before, .fa-sms:before {
  content: "\F7CD";
}

.fa-book:before {
  content: "\F02D";
}

.fa-user-plus:before {
  content: "\F234";
}

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

.fa-battery-4:before, .fa-battery-three-quarters:before {
  content: "\F241";
}

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

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

.fa-diagram-successor:before {
  content: "\E47A";
}

.fa-truck-arrow-right:before {
  content: "\E58B";
}

.fa-arrows-split-up-and-left:before {
  content: "\E4BC";
}

.fa-fist-raised:before, .fa-hand-fist:before {
  content: "\F6DE";
}

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

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-person-falling:before {
  content: "\E546";
}

.fa-image-portrait:before, .fa-portrait:before {
  content: "\F3E0";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-rug:before {
  content: "\E569";
}

.fa-earth-europe:before, .fa-globe-europe:before {
  content: "\F7A2";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
  content: "\F59D";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
  content: "\F410";
}

.fa-baht-sign:before {
  content: "\E0AC";
}

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

.fa-book-journal-whills:before, .fa-journal-whills:before {
  content: "\F66A";
}

.fa-handcuffs:before {
  content: "\E4F8";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
  content: "\F071";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\F064";
}

.fa-bottle-droplet:before {
  content: "\E4C4";
}

.fa-mask-face:before {
  content: "\E1D7";
}

.fa-hill-rockslide:before {
  content: "\E508";
}

.fa-exchange-alt:before, .fa-right-left:before {
  content: "\F362";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-road-circle-exclamation:before {
  content: "\E565";
}

.fa-dungeon:before {
  content: "\F6D9";
}

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

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
  content: "\F2A7";
}

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

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
  content: "\F5C5";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
  content: "\F07D";
}

.fa-face-grimace:before, .fa-grimace:before {
  content: "\F57F";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
  content: "\E2CE";
}

.fa-level-down-alt:before, .fa-turn-down:before {
  content: "\F3BE";
}

.fa-person-walking-arrow-right:before {
  content: "\E552";
}

.fa-envelope-square:before, .fa-square-envelope:before {
  content: "\F199";
}

.fa-dice:before {
  content: "\F522";
}

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

.fa-brain:before {
  content: "\F5DC";
}

.fa-band-aid:before, .fa-bandage:before {
  content: "\F462";
}

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

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\F057";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-earth-asia:before, .fa-globe-asia:before {
  content: "\F57E";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
  content: "\F47F";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
  content: "\F00E";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-allergies:before, .fa-hand-dots:before {
  content: "\F461";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-coffee:before, .fa-mug-saucer:before {
  content: "\F0F4";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
  content: "\F010";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-user-alt:before, .fa-user-large:before {
  content: "\F406";
}

.fa-train-tram:before {
  content: "\E5B4";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-syringe:before {
  content: "\F48E";
}

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

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-jar:before {
  content: "\E516";
}

.fa-note-sticky:before, .fa-sticky-note:before {
  content: "\F249";
}

.fa-bug-slash:before {
  content: "\E490";
}

.fa-arrow-up-from-water-pump:before {
  content: "\E4B6";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
  content: "\F5B4";
}

.fa-plane:before {
  content: "\F072";
}

.fa-tent-arrows-down:before {
  content: "\E581";
}

.fa-exclamation:before {
  content: "!";
}

.fa-arrows-spin:before {
  content: "\E4BB";
}

.fa-print:before {
  content: "\F02F";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
  content: "\E2BB";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
  content: "$";
}

.fa-x:before {
  content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
  content: "\F688";
}

.fa-users-cog:before, .fa-users-gear:before {
  content: "\F509";
}

.fa-person-military-pointing:before {
  content: "\E54A";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
  content: "\F19C";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-trowel:before {
  content: "\E589";
}

.fa-d:before {
  content: "D";
}

.fa-stapler:before {
  content: "\E5AF";
}

.fa-masks-theater:before, .fa-theater-masks:before {
  content: "\F630";
}

.fa-kip-sign:before {
  content: "\E1C4";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
  content: "\F4C6";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
  content: "\F0FB";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
  content: "\F1E1";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-plus-minus:before {
  content: "\E43C";
}

.fa-video-camera:before, .fa-video:before {
  content: "\F03D";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\F19D";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

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

.fa-level-up-alt:before, .fa-turn-up:before {
  content: "\F3BF";
}

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

:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
.fa-brands, .fab {
  font-weight: 400;
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-yelp:before {
  content: "\F1E9";
}

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

.fa-lastfm:before {
  content: "\F202";
}

.fa-shopware:before {
  content: "\F5B5";
}

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

.fa-aws:before {
  content: "\F375";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-pixiv:before {
  content: "\E640";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-modx:before {
  content: "\F285";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-js-square:before, .fa-square-js:before {
  content: "\F3B9";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-invision:before {
  content: "\F7B0";
}

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

.fa-centercode:before {
  content: "\F380";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

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

.fa-unity:before {
  content: "\E049";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-vk:before {
  content: "\F189";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-mailchimp:before {
  content: "\F59E";
}

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

.fa-reddit-square:before, .fa-square-reddit:before {
  content: "\F1A2";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-square-font-awesome:before {
  content: "\E5AD";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-brave:before {
  content: "\E63C";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\E055";
}

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

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
  content: "\F3AF";
}

.fa-edge:before {
  content: "\F282";
}

.fa-threads:before {
  content: "\E618";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
  content: "\F2AD";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-red-river:before {
  content: "\F3E3";
}

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

.fa-safari:before {
  content: "\F267";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
  content: "\F35C";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

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

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

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

.fa-adversal:before {
  content: "\F36A";
}

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

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-centos:before {
  content: "\F789";
}

.fa-adn:before {
  content: "\F170";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-opensuse:before {
  content: "\E62B";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
  content: "\F397";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-node:before {
  content: "\F419";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-steam:before {
  content: "\F1B6";
}

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

.fa-scribd:before {
  content: "\F28A";
}

.fa-debian:before {
  content: "\E60B";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\F081";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

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

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

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-golang:before {
  content: "\E40F";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-square-youtube:before, .fa-youtube-square:before {
  content: "\F431";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-rendact:before, .fa-wpressr:before {
  content: "\F3E4";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-nfc-directional:before {
  content: "\E530";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-meta:before {
  content: "\E49B";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-hotjar:before {
  content: "\F3B1";
}

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

.fa-square-letterboxd:before {
  content: "\E62E";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

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

.fa-hips:before {
  content: "\F452";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-discord:before {
  content: "\F392";
}

.fa-chrome:before {
  content: "\F268";
}

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

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

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-shoelace:before {
  content: "\E60C";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-dochub:before {
  content: "\F394";
}

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

.fa-ebay:before {
  content: "\F4F4";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-square-steam:before, .fa-steam-square:before {
  content: "\F1B7";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
  content: "\F194";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
  content: "\F2B4";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-apple:before {
  content: "\F179";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-padlet:before {
  content: "\E4A0";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-github-square:before, .fa-square-github:before {
  content: "\F092";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-neos:before {
  content: "\F612";
}

.fa-square-threads:before {
  content: "\E619";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-angular:before {
  content: "\F420";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envira:before {
  content: "\F299";
}

.fa-google-scholar:before {
  content: "\E63B";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
  content: "\E5AE";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
  content: "\F264";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-sith:before {
  content: "\F512";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-hashnode:before {
  content: "\E499";
}

.fa-react:before {
  content: "\F41B";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-gg:before {
  content: "\F260";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
  content: "\F0D3";
}

.fa-xing:before {
  content: "\F168";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-less:before {
  content: "\F41D";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-signal-messenger:before {
  content: "\E663";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-nfc-symbol:before {
  content: "\E531";
}

.fa-mintbit:before {
  content: "\E62F";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-brave-reverse:before {
  content: "\E63D";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
  content: "\F0D4";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-square-xing:before, .fa-xing-square:before {
  content: "\F169";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-fly:before {
  content: "\F417";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-viber:before {
  content: "\F409";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-letterboxd:before {
  content: "\E62D";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-audible:before {
  content: "\F373";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-bilibili:before {
  content: "\E3D9";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-x-twitter:before {
  content: "\E61B";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-42-group:before, .fa-innosoft:before {
  content: "\E080";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
  content: "\E01E";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-facebook-square:before, .fa-square-facebook:before {
  content: "\F082";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
  content: "\F203";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-figma:before {
  content: "\F799";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-cmplid:before {
  content: "\E360";
}

.fa-upwork:before {
  content: "\E641";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-docker:before {
  content: "\F395";
}

.fa-screenpal:before {
  content: "\E570";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
  content: "\E2D0";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-apper:before {
  content: "\F371";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
  content: "\F2AB";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-behance-square:before, .fa-square-behance:before {
  content: "\F1B5";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-webflow:before {
  content: "\E65C";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-space-awesome:before {
  content: "\E5AC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-git-square:before, .fa-square-git:before {
  content: "\F1D2";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
  content: "\F174";
}

.fa-trello:before {
  content: "\F181";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-android:before {
  content: "\F17B";
}

.fa-bots:before {
  content: "\E340";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-uber:before {
  content: "\F402";
}

.fa-github:before {
  content: "\F09B";
}

.fa-php:before {
  content: "\F457";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-stubber:before {
  content: "\E5C7";
}

.fa-telegram-plane:before, .fa-telegram:before {
  content: "\F2C6";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-odysee:before {
  content: "\E5C6";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-slack-hash:before, .fa-slack:before {
  content: "\F198";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-usb:before {
  content: "\F287";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-square-x-twitter:before {
  content: "\E61A";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-medium-m:before, .fa-medium:before {
  content: "\F23A";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-sitrox:before {
  content: "\E44A";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-strava:before {
  content: "\F428";
}

.fa-ember:before {
  content: "\F423";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-zhihu:before {
  content: "\F63F";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-pix:before {
  content: "\E43A";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
}
.fa-regular, .far {
  font-weight: 400;
}

:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"), url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.nav-drill {
  margin-top: 86px;
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #F8F9FA;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  transition: 0.45s;
}
.nav-items {
  flex: 0 0 100%;
  padding-left: 0;
  list-style: none;
}
.nav-item:not(:last-child) {
  border-bottom: solid 1px #c1001f;
}
.nav-link {
  display: block;
  padding: 0.875em 1em;
  background-color: #F8F9FA;
  color: #404040;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: white;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #c1001f;
}
.nav-expand-content .nav-item:last-of-type {
  padding-bottom: 200px;
}
.nav-expand-content .nav-link {
  background-color: white;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #c1001f !important;
  color: #fff;
}
.nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
}
.nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
.nav-expand .nav-expand-content {
  background-color: white;
}
.nav-expand .nav-expand-content .nav-link {
  background-color: white;
}
.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #ff8ea0;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #ff8ea0;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #ff5b75;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #ff5b75;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #ff284b;
}
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #ff284b;
}

#load > a > div.content > span {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

.color1 {
  color: #c1001f;
}

.pagnav {
  padding: 0 !important;
}
.pagnav .pagination {
  justify-content: flex-end;
  padding: 0;
  margin-top: 53px;
  gap: 15px;
}
.pagnav .pagination .page-item .page-link {
  border: none;
  background-color: transparent;
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 21px;
  font-weight: 300;
  line-height: 24.15px;
  letter-spacing: -0.01em;
  padding: 0;
  text-align: left;
}
.pagnav .pagination .page-item .page-link:hover {
  color: #c1001f;
}
.pagnav .pagination .page-item .page-link i {
  color: #c1001f;
  font-size: 30px;
}
.pagnav .pagination .page-item.disabled .page-link i {
  color: #eeeeee;
}
.pagnav .pagination .page-item.active .page-link {
  color: #c1001f;
}
.pagnav .pagination .page-item:first-of-type {
  padding-right: 19px;
}
.pagnav .pagination .page-item:last-of-type {
  padding-left: 19px;
}

nav.desktopnav {
  padding: 29px 50px 26px !important;
}
nav.desktopnav .main-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
nav.desktopnav .main-header div {
  display: flex;
  flex-direction: row;
  gap: 65px;
}
nav.desktopnav .main-header div .logo img {
  height: 66px;
}
nav.desktopnav .main-header div .close-menu {
  display: none;
}
nav.desktopnav .main-header div .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 35px;
}
nav.desktopnav .main-header div .navbar-nav .nav-item {
  border-bottom: none !important;
}
nav.desktopnav .main-header div .navbar-nav .nav-item .nav-link {
  background-color: transparent;
}
nav.desktopnav .main-header div .navbar-nav .nav-item .nav-link.dropdown-toggle:focus .fa-chevron-up {
  display: block;
}
nav.desktopnav .main-header div .navbar-nav .nav-item .nav-link.dropdown-toggle:focus .fa-chevron-down {
  display: none;
}
nav.desktopnav .main-header div .navbar-nav .nav-item .nav-link.dropdown-toggle:focus::before {
  content: "";
  background-color: #c1001f;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -12px;
}
nav.desktopnav .main-header div .navbar-nav li.dropdown:nth-of-type(2) .dropdown-menu.show, nav.desktopnav .main-header div .navbar-nav li.dropdown:nth-of-type(4) .dropdown-menu.show {
  grid-template-columns: 1fr;
}
nav.desktopnav .main-header div .navbar-nav li.dropdown:nth-of-type(3) .dropdown-menu.show {
  grid-template-columns: 1fr 1fr;
}
nav.desktopnav .main-header div .navbar-nav li .dropdown-menu.show {
  left: -35px;
  display: grid;
  top: 29px;
  grid-template-columns: 1fr 1fr 1fr;
  border: none;
  border-radius: 1px;
  padding: 30px 45px;
  box-shadow: 0px 50px 80.3px 0px rgba(0, 0, 0, 0.2);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 32px;
}
nav.desktopnav .main-header div .navbar-nav li a {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #404040;
  padding: 0 !important;
}
nav.desktopnav .main-header div .navbar-nav li a i.fa-solid {
  font-size: 11px;
  color: #404040;
}
nav.desktopnav .main-header div .navbar-nav li a i.fa-solid.fa-chevron-up {
  display: none;
}
nav.desktopnav .main-header div .navbar-nav li a i.fa-solid.fa-chevron-down {
  display: block;
}
nav.desktopnav .main-header div .navbar-nav li a.dropdown-toggle {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}
nav.desktopnav .main-header div .navbar-nav li a.dropdown-toggle::after {
  display: none;
  content: "";
  border: none;
}
nav.desktopnav .main-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 31px;
}
nav.desktopnav .main-header .right .input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  margin: 0;
  background-color: #f8f9fa;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
nav.desktopnav .main-header .right .input-box.open {
  max-width: 350px;
}
nav.desktopnav .main-header .right .input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
nav.desktopnav .main-header .right .input-box.open input {
  padding: 0 15px 0 65px;
}
nav.desktopnav .main-header .right .input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #f8f9fa;
  border-radius: 6px;
  cursor: pointer;
}
nav.desktopnav .main-header .right .input-box.open .search {
  border-radius: 6px 0 0 6px;
}
nav.desktopnav .main-header .right .search .search-icon {
  font-size: 17px;
  color: #404040;
}
nav.desktopnav .main-header .right .input-box .close-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 17px;
  color: #404040;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
nav.desktopnav .main-header .right .input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}
nav.desktopnav .main-header .right .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
nav.desktopnav .main-header .right .social-media a i {
  font-size: 17px;
  color: #404040;
}

body {
  background-color: #fbfbfb;
}

.btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
}

section.page-content.contact div {
  margin-bottom: 42px;
}
section.page-content.contact div h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 0;
}
section.page-content.contact div a {
  font-family: "Readex Pro", sans-serif;
  display: block;
  font-size: 21px;
  font-weight: 400;
  line-height: 27.3px;
  letter-spacing: 0.005em;
  text-align: left;
  text-decoration: none;
  color: #404040;
  margin-bottom: 0;
}
section.page-content.contact div a:hover {
  color: #c1001f;
}

section.page-content.team .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 48px;
}
section.page-content.team .team-grid div img {
  margin-bottom: 25px;
}
section.page-content.team .team-grid div h3 {
  margin-bottom: 5px;
}
section.page-content.team .team-grid div p {
  margin-bottom: 0;
}

section.offer {
  padding: 60px 0 87px;
}
section.offer h2 {
  font-family: "Antonio", sans-serif;
  color: #404040;
  font-size: 96px;
  font-weight: 700;
  line-height: 124.22px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 43px;
}
section.offer .offers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
section.offer .offers div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
section.offer .offers div::after {
  position: absolute;
  top: 0;
  right: -40px;
  content: "";
  background-color: gainsboro;
  height: 100%;
  width: 1px;
}
section.offer .offers div:last-of-type::after {
  display: none;
}
section.offer .offers div img {
  width: 70px;
  margin-bottom: 20px;
}
section.offer .offers div h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 10px;
}
section.offer .offers div p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 20px;
}
section.offer .offers div a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
section.offer .offers div a:hover {
  color: #c1001f;
}
section.offer .offers div a .fa-chevron-right {
  color: #c1001f;
}
section.offer .link-blocks {
  margin-top: 51px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 11px;
       column-gap: 11px;
  row-gap: 11px;
}
section.offer .link-blocks .link-block {
  padding: 31px 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 26.69px;
  letter-spacing: 0.01em;
  text-align: left;
  transition: all 300ms ease-out;
}
section.offer .link-blocks .link-block:hover {
  background-color: #ebebeb;
}
section.offer .link-blocks .link-block i {
  color: #c1001f;
}

section.congresses {
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.congresses div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 489px;
}
section.congresses div h2 {
  font-family: "Antonio", sans-serif;
  color: #fff;
  font-size: 96px;
  font-weight: 700;
  line-height: 124.22px;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}
section.congresses div p {
  font-family: "Readex Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 28px;
}
section.congresses div a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease-out;
  padding: 22px 36px;
}
section.congresses div a:hover {
  background-color: #c1001f;
  color: #fff;
}
section.congresses div a:hover i {
  color: #fff;
}
section.congresses div a i {
  color: #c1001f;
}

.page-content {
  padding-bottom: 98.91px;
}
.page-content img {
  height: auto;
  max-width: 100%;
}
.page-content h1.page-title {
  font-family: "Antonio", sans-serif;
  color: #404040;
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 700;
  line-height: 126.5px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 70px;
}
.page-content h2 {
  font-family: "Antonio", sans-serif;
  color: #404040;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.11px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 26px;
}
.page-content h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 26px;
}
.page-content h4 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.25px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 26px;
}
.page-content p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  margin-bottom: 26px;
  font-size: 21px;
  font-weight: 400;
  line-height: 27.3px;
  letter-spacing: 0.005em;
  text-align: left;
}
.page-content .form-prijava {
  margin: 70px 0;
}
.page-content .form-prijava .message {
  padding: 5px 10px;
  width: 100%;
  display: none;
  font-family: "Readex Pro", sans-serif;
  margin: 26px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.3px;
  letter-spacing: 0.005em;
  text-align: left;
  border: 2px solid #404040;
}
.page-content .form-prijava .message.success {
  border-color: #64a200;
  color: #64a200;
  display: block;
}
.page-content .form-prijava .message.error {
  border-color: #c1001f;
  display: block;
  color: #c1001f;
}
.page-content .form-prijava .inputs {
  display: grid;
  grid-template-columns: 1fr 5fr;
  row-gap: 10px;
}
.page-content .form-prijava .inputs label {
  width: 130px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22.5px;
  letter-spacing: -0.04em;
  text-align: left;
}
.page-content .form-prijava .inputs label.text-danger {
  width: unset;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0;
}
.page-content .form-prijava .inputs input {
  padding: 10px 15px 10px 15px;
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
  width: 100%;
  height: 56px;
  border: none;
}
.page-content .form-prijava .inputs input::-moz-placeholder {
  color: #4040404d;
}
.page-content .form-prijava .inputs input:-ms-input-placeholder {
  color: #4040404d;
}
.page-content .form-prijava .inputs input::placeholder {
  color: #4040404d;
}
.page-content .form-prijava .inputs p {
  font-family: "Readex Pro", sans-serif;
  color: #404040cc;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0;
}
.page-content .form-prijava button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  background-color: transparent;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  margin-top: 24px;
  gap: 10px;
  transition: all 300ms ease-out;
}
.page-content .form-prijava button .fa-circle-notch {
  color: #c1001f;
  -webkit-animation: rotating 2.5s linear infinite;
          animation: rotating 2.5s linear infinite;
}
.page-content .form-prijava button .fa-chevron-right {
  color: #c1001f;
}
.page-content .form-prijava button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
.page-content .form-prijava button:hover .fa-circle-notch {
  color: #fff;
}
.page-content .form-prijava button:hover .fa-chevron-right {
  color: #fff;
}
.page-content .downloads h4 {
  margin-bottom: 10px;
}
.page-content .downloads ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 23px;
}
.page-content .downloads ul li {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.79px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 11px;
}
.page-content .downloads ul li a {
  text-decoration: none;
  color: #404040;
}
.page-content .downloads ul li a:hover {
  color: #c1001f;
}
.page-content .downloads ul li i {
  color: #c1001f;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.blog-image {
  width: 100%;
  background-position: center center;
  background-size: cover;
  max-height: 500px;
  height: 500px;
}

.page-content.blog-post h1 {
  margin-top: 10px;
}
.page-content.blog-post .post-meta {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  align-items: center;
  margin-top: 64px;
}
.page-content.blog-post .post-meta .date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 125px;
}
.page-content.blog-post .post-meta .date i {
  font-size: 20px;
  color: #c1001f;
}
.page-content.blog-post .post-meta .date .value {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
}
.page-content.blog-post .post-meta .categories,
.page-content.blog-post .post-meta .tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.page-content.blog-post .post-meta .categories i,
.page-content.blog-post .post-meta .tags i {
  font-size: 20px;
  color: #c1001f;
}
.page-content.blog-post .post-meta .categories .value a,
.page-content.blog-post .post-meta .tags .value a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
}
.page-content.blog-post .post-meta .categories .value a:hover,
.page-content.blog-post .post-meta .tags .value a:hover {
  color: #c1001f;
}
.page-content.blog-post img {
  max-width: 100%;
  height: auto;
}

.page-content.search-results .search-result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  margin-bottom: 20px;
}
.page-content.search-results .search-result:hover h3,
.page-content.search-results .search-result:hover p {
  color: #c1001f;
}
.page-content.search-results .search-result i {
  font-size: 25px;
  color: #c1001f;
}
.page-content.search-results .search-result h3,
.page-content.search-results .search-result p {
  margin-bottom: 0;
}

.sidebar .search-widget {
  margin-bottom: 34px;
}
.sidebar .search-widget input.search {
  width: 100%;
}
.sidebar .filters div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 9px;
}
.sidebar .filters div .checkbox-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
}
.sidebar .filters div .checkbox-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #ececec;
  transition: 0.3s;
}
.sidebar .filters div .checkbox-btn span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: scale(0) rotate(-45deg);
  position: relative;
  bottom: 3px;
  transition: 0.6s;
}
.sidebar .filters div .checkbox-btn input {
  display: none;
}
.sidebar .filters div .checkbox-btn input:checked ~ span {
  background-color: #c1001f;
}
.sidebar .filters div .checkbox-btn input:checked ~ span::before {
  transform: scale(1) rotate(-45deg);
}
.sidebar .info-box {
  margin-top: 64px;
  background-color: #f2f2f2;
  padding: 20px 30px;
}
.sidebar .info-box.blog-category a {
  text-decoration: none;
  color: #404040;
}
.sidebar .info-box.blog-category a:hover {
  color: #c1001f;
}
.sidebar .info-box h3 {
  margin-bottom: 15px;
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 26.25px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
}
.sidebar .info-box p {
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
}
.sidebar .info-box ul li {
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 5px;
}
.sidebar .info-box ul li::marker {
  color: #c1001f;
}
.sidebar .addon-info .accordion-button {
  background-color: #c1001f;
  margin-top: 15px;
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  font-family: "Readex Pro", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 26.25px;
  letter-spacing: 0.02em;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.sidebar .addon-info .accordion-button::after {
  display: none;
}
.sidebar .addon-info .accordion-body {
  background-color: #c1001f;
  padding: 15px 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
.sidebar .addon-info .accordion-body .contact {
  text-decoration: none;
  color: #fff;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31.5px;
  letter-spacing: 0.03em;
  text-align: left;
  display: block;
  margin-bottom: 0;
}
.sidebar .addon-info .accordion-body a.prijava-button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  border: 1px solid #fff;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 14px;
  transition: all 300ms ease-out;
  background-color: transparent;
  width: 100%;
}
.sidebar .addon-info .accordion-body a.prijava-button .fa-chevron-right {
  color: #fff;
}
.sidebar .addon-info .accordion-body a.prijava-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c1001f;
}
.sidebar .addon-info .accordion-body a.prijava-button:hover .fa-chevron-right {
  color: #c1001f;
}

.modal-dialog.video {
  max-width: 630px;
}
.modal-dialog.video .modal-content {
  padding: 35px;
}
.modal-dialog.video .modal-content .modal-video {
  width: 560px;
}

.videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.videos-grid .video {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  justify-content: space-between;
  padding: 15px;
}
.videos-grid .video:hover {
  cursor: pointer;
  background-color: #c1001f;
}
.videos-grid .video:hover .content span,
.videos-grid .video:hover .content p {
  color: #fff;
}
.videos-grid .video:hover .content img {
  filter: opacity(0.5);
}
.videos-grid .video:hover .date {
  color: #fff;
}
.videos-grid .video .content {
  display: flex;
  flex-direction: column;
}
.videos-grid .video .content span {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  margin-top: 10px;
}
.videos-grid .video .content p {
  font-family: "Readex Pro", sans-serif;
  color: #767676;
  font-size: 12px;
  font-weight: 300;
  line-height: 15.6px;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 10px 0;
}
.videos-grid .video .date {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
}

.presentation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.presentation-grid .presentation {
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.presentation-grid .presentation .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.presentation-grid .presentation .info div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}
.presentation-grid .presentation .info div img {
  width: 47px;
}
.presentation-grid .presentation .info div h4 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 0;
}
.presentation-grid .presentation .info p {
  font-family: "Readex Pro", sans-serif;
  color: #767676;
  font-size: 14px;
  font-weight: 300;
  line-height: 15.6px;
  letter-spacing: 0.01em;
  text-align: left;
}
.presentation-grid .presentation .date-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.presentation-grid .presentation .date-download .date {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  text-align: left;
}
.presentation-grid .presentation .date-download a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  transition: all 300ms ease-out;
  text-decoration: none;
  text-transform: uppercase;
}
.presentation-grid .presentation .date-download a i {
  color: #c1001f;
  font-size: 17px;
}
.presentation-grid .presentation .date-download a:hover {
  color: #c1001f;
}

.dictionary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.dictionary-grid a {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  background-color: #0000000d;
  padding: 15px;
  height: 150px;
  transition: all 300ms ease-out;
}
.dictionary-grid a:hover {
  background-color: #c1001f;
}
.dictionary-grid a:hover h4 {
  color: #fff;
  margin-bottom: 10px;
}
.dictionary-grid a:hover .hidden-content {
  display: block;
  overflow-y: hidden;
  background-color: transparent;
}
.dictionary-grid a:hover .hidden-content p {
  font-family: "Readex Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 15.6px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 5px;
}
.dictionary-grid a:hover .hidden-content ol li {
  font-family: "Readex Pro", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  line-height: 15.6px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 4px;
}
.dictionary-grid a h4 {
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  margin-bottom: 0;
  transition: all 300ms ease-out;
}
.dictionary-grid a .hidden-content {
  display: none;
  transition: all 300ms ease-out;
}

footer {
  background-color: #eeeeee;
  padding: 63px 0 20px;
}
footer .copyright p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: center;
}
footer .col-padding {
  padding: 0 48.68px;
}
footer .footerMenu {
  border-right: 1px solid #40404033;
}
footer .footerMenu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
footer .footerMenu ul li {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
footer .footerMenu ul li a {
  color: #404040;
  text-decoration: none;
  transition: all 300ms ease-out;
}
footer .footerMenu ul li a:hover {
  color: #c1001f;
}
footer .newsletterFooter {
  border-left: 1px solid #40404033;
  border-right: 1px solid #40404033;
}
footer .newsletterFooter h2 {
  font-family: "Readex Pro", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #404040;
}
footer .newsletterFooter p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
}
footer .newsletterFooter form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .newsletterFooter form input {
  width: 63%;
  height: 46px;
  background-color: #fff;
  border: none;
  padding: 15px;
}
footer .newsletterFooter form input::-moz-placeholder {
  color: #40404080;
}
footer .newsletterFooter form input:-ms-input-placeholder {
  color: #40404080;
}
footer .newsletterFooter form input::placeholder {
  color: #40404080;
}
footer .newsletterFooter form button {
  font-family: "Readex Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  width: 36%;
  border: 1px solid #404040;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  gap: 10px;
  transition: all 300ms ease-out;
}
footer .newsletterFooter form button .fa-chevron-right {
  color: #c1001f;
}
footer .newsletterFooter form button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
footer .newsletterFooter form button:hover .fa-chevron-right {
  color: #fff;
}
footer .contactFooter {
  padding-right: 0;
}
footer .contactFooter .social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
footer .contactFooter .social-media a i {
  font-size: 22px;
  color: #404040;
}
footer .contactFooter .contact-row .row {
  margin-bottom: 32px;
}
footer .contactFooter .contact-row .row div,
footer .contactFooter .contact-row .row a {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #404040;
  text-decoration: none;
}
footer .contactFooter .contact-row .row a:hover {
  color: #c1001f;
}

section.magazini .mags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 82px;
       column-gap: 82px;
  row-gap: 82px;
}
section.magazini .mags div img {
  margin-bottom: 25px;
}
section.magazini .mags div h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 48px;
  font-weight: 300;
  line-height: 55.2px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 15px;
}
section.magazini .mags div p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 21px;
  font-weight: 400;
  line-height: 27.3px;
  letter-spacing: 0.005em;
  text-align: left;
  margin-bottom: 25px;
}
section.magazini .mags div a.mag-button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 14px;
  transition: all 300ms ease-out;
}
section.magazini .mags div a.mag-button .fa-chevron-right {
  color: #c1001f;
}
section.magazini .mags div a.mag-button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
section.magazini .mags div a.mag-button:hover .fa-chevron-right {
  color: #fff;
}

.breadcrumb-back {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  margin-top: 20px;
  display: block;
}
.breadcrumb-back:hover {
  color: #c1001f;
}
.breadcrumb-back i {
  color: #c1001f;
}

.relevant-dictionairy {
  margin-top: 89px;
}

.modal-dialog {
  max-width: 771px;
}
.modal-dialog .modal-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 35px;
}
.modal-dialog .modal-content .main-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-dialog .modal-content .main-modal-content .info .short {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.modal-dialog .modal-content .main-modal-content .info .short div {
  font-family: "Readex Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  letter-spacing: -0.01em;
  text-align: left;
}
.modal-dialog .modal-content .main-modal-content .info h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 41.6px;
  text-align: left;
}
.modal-dialog .modal-content .main-modal-content .info p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
}
.modal-dialog .modal-content .main-modal-content a.mag-button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 14px;
  transition: all 300ms ease-out;
}
.modal-dialog .modal-content .main-modal-content a.mag-button .fa-download {
  color: #c1001f;
}
.modal-dialog .modal-content .main-modal-content a.mag-button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
.modal-dialog .modal-content .main-modal-content a.mag-button:hover .fa-download {
  color: #fff;
}

section.magazini.single .mags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 37px;
  margin-bottom: 71px;
}
section.magazini.single .mags div.single-mag {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.magazini.single .mags div .mag-info img {
  margin-bottom: 20px;
  width: 100%;
}
section.magazini.single .mags div .mag-info h3 {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 600;
  line-height: 32.2px;
  letter-spacing: -0.01em;
  text-align: left;
  margin-bottom: 10px;
}
section.magazini.single .mags div .mag-info span {
  display: block;
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
}
section.magazini.single .mags div .mag-info p {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 10px;
}
section.magazini.single .mags div .mag-buttons a.open-modal {
  margin-bottom: 20px;
  font-family: "Readex Pro", sans-serif;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.19em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  display: block;
}
section.magazini.single .mags div .mag-buttons a.open-modal:hover {
  color: #c1001f;
}
section.magazini.single .mags div .mag-buttons a.open-modal:hover .fa-download {
  color: #c1001f;
}
section.magazini.single .mags div .mag-buttons a.mag-button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 14px;
  transition: all 300ms ease-out;
}
section.magazini.single .mags div .mag-buttons a.mag-button .fa-download {
  color: #c1001f;
}
section.magazini.single .mags div .mag-buttons a.mag-button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
section.magazini.single .mags div .mag-buttons a.mag-button:hover .fa-download {
  color: #fff;
}
section.magazini.single .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.magazini.single .more .load-more {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 14px;
  transition: all 300ms ease-out;
}
section.magazini.single .more .load-more .fa-chevron-down {
  color: #c1001f;
}
section.magazini.single .more .load-more:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
section.magazini.single .more .load-more:hover .fa-chevron-down {
  color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #404040;
  background-color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border: none;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item button {
  border: none;
  border-bottom: 1px solid #404040;
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.04em;
  padding: 40px 20px 20px;
  background-color: #fbfbfb;
  text-align: left;
  box-shadow: none;
}
.accordion-item button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c1001f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item button:focus {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #404040;
  color: #404040;
}
.accordion-item button:focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c1001f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.usluge-congresses {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.usluge-congresses img {
  width: 100%;
}
.usluge-congresses h3 {
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.25px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-top: 14px;
}
.usluge-congresses p {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.01em;
  text-align: left;
}
.usluge-congresses a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.usluge-congresses a:hover {
  color: #c1001f;
}
.usluge-congresses a .fa-chevron-right {
  color: #c1001f;
}

.accordion-body {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: flex-start;
  gap: 11px;
}
.accordion-body div.accordion-body-item {
  width: 100%;
  padding: 20px 36px;
  background-color: #f2f2f2;
  color: #404040;
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 27.3px;
  letter-spacing: 0.03em;
  text-align: left;
}
.accordion-body div.accordion-body-item strong {
  font-weight: 700;
}

.slider {
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 153px 0 158px;
  height: auto;
}
.slider .container .short-phrase {
  font-family: "Readex Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14em;
  text-align: left;
  margin-bottom: 47px;
  text-transform: uppercase;
}
.slider .container .main-title {
  border-left: 11px solid #c1001f;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 47px;
  color: #fff;
  font-family: "Antonio", sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 126.5px;
  letter-spacing: -0.04em;
  text-align: left;
}
.slider .container .short-text p,
.slider .container .short-text ul li {
  color: #fff;
  font-family: "Readex Pro", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27.3px;
  letter-spacing: 0.005em;
  text-align: left;
  margin-bottom: 25px;
  max-width: 463px;
}
.slider .container .short-text ul {
  list-style: none;
  padding-left: 0;
}
.slider .container .short-text ul li {
  margin-bottom: 0;
}
.slider .container a.more-details {
  font-family: "Readex Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 36px;
  border: 1px solid #fff;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 47px;
}
.slider .container a.more-details:hover {
  color: #fff;
  background-color: #c1001f;
}
.slider .container a.more-details:hover .fa-chevron-right {
  color: #fff;
}
.slider .container a.more-details .fa-chevron-right {
  color: #c1001f;
}
.slider .container .nav-slide {
  display: flex;
  justify-content: flex-start;
  gap: 26px;
  align-items: center;
}
.slider .container .nav-slide .dots {
  display: flex;
  justify-content: flex-start;
  gap: 22px;
  align-items: center;
}
.slider .container .nav-slide .dots .dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff4d;
  border-radius: 50%;
}
.slider .container .nav-slide .dots .dot.active {
  background-color: #fff;
}
.slider .container .nav-slide .pag {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 17.79px;
  letter-spacing: 0.19em;
  text-align: center;
  color: #fff;
}

.slider.dark .container .short-phrase {
  color: #404040;
}
.slider.dark .container .main-title {
  color: #404040;
}
.slider.dark .container .short-text p,
.slider.dark .container .short-text ul li {
  color: #404040;
}
.slider.dark .container a.more-details {
  color: #404040;
  border: 1px solid #404040;
}
.slider.dark .container a.more-details:hover {
  color: #fff;
  background-color: #c1001f;
}
.slider.dark .container a.more-details:hover .fa-chevron-right {
  color: #fff;
}
.slider.dark .container a.more-details .fa-chevron-right {
  color: #c1001f;
}
.slider.dark .container .nav-slide .dots .dot {
  background-color: #4040404d;
}
.slider.dark .container .nav-slide .dots .dot.active {
  background-color: #404040;
}
.slider.dark .container .nav-slide .pag {
  color: #404040;
}

.page-content.not-found .not-found-grid {
  display: grid;
  width: 100%;
  place-items: center;
  min-height: 60vh;
  row-gap: 50px;
  grid-template-columns: 1fr;
}
.page-content.not-found .not-found-grid h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.page-content.not-found .not-found-grid .home-button {
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.57px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #404040;
  border: 1px solid #404040;
  padding: 22px 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 14px;
  transition: all 300ms ease-out;
}
.page-content.not-found .not-found-grid .home-button .fa-chevron-right {
  color: #c1001f;
}
.page-content.not-found .not-found-grid .home-button:hover {
  background-color: #c1001f;
  border-color: #c1001f;
  color: #fff;
}
.page-content.not-found .not-found-grid .home-button:hover .fa-chevron-right {
  color: #fff;
}

section.page-content.blog-index .mags {
  grid-template-columns: 1fr 1fr;
}
section.page-content.blog-index .mags div.blogs {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  flex-direction: column;
}
section.page-content.blog-index .mags div.blogs img {
  height: 328px;
}
section.page-content.blog-index .post-meta {
  display: flex !important;
  justify-content: flex-start;
  flex-direction: row !important;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
section.page-content.blog-index .post-meta .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  width: unset !important;
  gap: 5px;
}
section.page-content.blog-index .post-meta .date i {
  font-size: 16px;
  color: #c1001f;
}
section.page-content.blog-index .post-meta .date .value {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
}
section.page-content.blog-index .post-meta .categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  width: unset !important;
  gap: 5px;
}
section.page-content.blog-index .post-meta .categories i {
  font-size: 16px;
  color: #c1001f;
}
section.page-content.blog-index .post-meta .categories .value a {
  font-family: "Readex Pro", sans-serif;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
}
section.page-content.blog-index .post-meta .categories .value a:hover {
  color: #c1001f;
}

.client-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}

.logoFooter.desktop {
  display: block;
}

.logoFooter.mobile {
  display: none;
}

@media (min-width: 1540px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1473px;
  }
}
@media (max-width: 1050px) {
  .client-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  .slider {
    padding: 73px 0 78px;
    background-position: center right;
  }
  .slider .container .short-phrase {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .slider .container .main-title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
  }
  .slider .container .short-text p,
.slider .container .short-text ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .slider .container a.more-details {
    padding: 15px 25px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .videos-grid {
    margin-top: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .presentation-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
  }

  .dictionary-grid {
    margin-top: 50px;
  }

  section.magazini .mags {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  section.magazini.single .mags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  section.page-content.blog-index .mags {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  section.page-content.blog-index .mags div.blogs img {
    height: 228px;
  }

  section.page-content.team .team-grid {
    grid-template-columns: 1fr 1fr;
    place-content: center;
  }

  .usluge-congresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .usluge-congresses div img {
    width: 90%;
  }

  nav .main-header .right .social-media {
    display: none;
  }
}
@media (max-width: 950px) {
  nav.desktopnav {
    padding: 10px !important;
  }

  .blog-image {
    max-height: 450px;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
  }

  .slider {
    background-position: center center;
  }

  .videos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .presentation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dictionary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  section.magazini.single .mags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.magazini.single .mags div:not(.modal, .modal-dialog, .modal-content) {
    display: block;
    width: 100%;
  }

  .page-content.single.blog-index .mags {
    place-items: unset;
    grid-template-columns: 1fr 1fr;
  }

  section.magazini .mags {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }
  section.magazini .mags div:not(.modal, .modal-dialog, .modal-content) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  section.magazini .mags div:not(.modal, .modal-dialog, .modal-content) img {
    width: 100%;
  }

  #navbarNavDropdown {
    display: none !important;
  }

  .navbar-collapse.show {
    position: absolute;
    z-index: 50;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    height: 100vh;
  }
  .navbar-collapse.show .navbar-nav {
    padding: 80px 22px 22px;
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse.show .navbar-nav .dropdown-menu.show {
    box-shadow: none;
    position: unset;
    grid-template-columns: 1fr !important;
    row-gap: 12px;
  }

  nav .right .social-media {
    display: none !important;
  }

  nav .main-header div .close-menu {
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  nav .main-header div .close-menu i {
    font-size: 30px;
    color: #404040;
  }

  section.offer .offers {
    grid-template-columns: 1fr 1fr;
    row-gap: 80px;
  }
  section.offer .offers div:nth-of-type(1)::before {
    position: absolute;
    bottom: -40px;
    left: 7%;
    content: "";
    background-color: gainsboro;
    height: 1px;
    width: 86%;
  }
  section.offer .offers div:nth-of-type(2)::after {
    display: none;
  }
  section.offer .offers div:nth-of-type(2)::before {
    position: absolute;
    bottom: -40px;
    left: 7%;
    content: "";
    background-color: gainsboro;
    height: 1px;
    width: 86%;
  }
}
@media (max-width: 768px) {
  .pagnav .pagination {
    justify-content: center;
    align-items: center;
  }

  section.page-content.single.blog-index .mags {
    grid-template-columns: 1fr;
    place-items: center;
  }
  section.page-content.single.blog-index .mags .blogs img {
    height: unset;
  }

  .page-content.blog-post .post-meta {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .page-content.blog-post .post-meta .date,
.page-content.blog-post .post-meta .categories,
.page-content.blog-post .post-meta .tags {
    align-items: center;
    justify-content: flex-start;
  }

  .blog-image {
    max-height: 250px;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider {
    padding: 53px 0 58px;
  }
  .slider .container .main-title {
    font-size: 60px;
    line-height: 66px;
  }
  .slider .container .short-text p,
.slider .container .short-text ul li {
    font-size: 14px;
    line-height: 16px;
    max-width: 300px;
  }

  .modal-dialog.video .modal-content .modal-video {
    width: 100%;
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }

  .presentation-grid {
    grid-template-columns: 1fr;
  }

  .dictionary-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .modal-dialog {
    max-width: 750px;
  }
  .modal-dialog .modal-content {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 40px;
  }

  section.magazini.single .mags {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
  }
  section.magazini.single .mags div:not(.modal, .modal-dialog, .modal-content) {
    width: 90%;
  }

  section.offer h2 {
    font-size: 76px;
  }
  section.offer .offers {
    grid-template-columns: 1fr;
    row-gap: 62px;
  }
  section.offer .offers div::after {
    display: none;
  }
  section.offer .offers div::before {
    bottom: -31px;
    height: 1px;
    width: 100%;
    top: unset;
    right: unset;
    left: 0;
    content: "";
    position: absolute;
    background-color: gainsboro;
  }
  section.offer .offers div:last-of-type::before {
    display: none;
  }
  section.offer .link-blocks {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  section.congresses div {
    width: 100%;
    padding: 0 22px;
  }

  .navbar-collapse.show {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    height: 100vh;
  }
  .navbar-collapse.show .navbar-nav {
    padding: 22px;
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse.show .navbar-nav .dropdown-menu.show {
    box-shadow: none;
    position: unset;
    grid-template-columns: 1fr !important;
    row-gap: 12px;
  }

  nav {
    padding: 10px 20px 15px !important;
  }
  nav .main-header div .close-menu {
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  nav .main-header div .close-menu i {
    font-size: 30px;
    color: #404040;
  }

  footer {
    padding-top: 20px;
  }
  footer .col-padding {
    padding: 50px 22px;
  }
  footer .footerMenu {
    padding: 20px 22px;
    border-right: none;
  }
  footer .footerMenu ul {
    align-items: start;
    gap: 23px;
  }
  footer .newsletterFooter {
    border-left: none;
    border-right: none;
  }
  footer .newsletterFooter form input {
    width: 60%;
  }
  footer .newsletterFooter form button {
    width: 40%;
  }
  footer .logoFooter.desktop {
    display: none;
  }
  footer .logoFooter.mobile {
    padding: 40px 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset !important;
  }
  footer .logoFooter.mobile img {
    width: 80%;
    padding-left: 10%;
  }
  footer .contactFooter {
    padding-top: 20px;
    padding-bottom: 0;
  }
  footer .contactFooter .contact-row .row .col-md-6:first-of-type {
    margin-bottom: 32px;
  }

  .page-content h1.page-title {
    font-size: 62px;
    line-height: 78px;
  }
  .page-content h2 {
    font-size: 42px;
    line-height: 47px;
  }
  .page-content h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .page-content h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .page-content p {
    font-size: 16px;
    line-height: 24.3px;
  }
  .page-content .form-prijava .inputs {
    grid-template-columns: 1fr;
  }

  .sidebar .info-box p,
.sidebar .info-box li {
    font-size: 14px;
  }

  section.page-content.team .team-grid {
    grid-template-columns: 1fr;
    place-content: center;
  }
  section.page-content.team .team-grid div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .usluge-congresses {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .usluge-congresses div img {
    width: 80%;
  }
}