@charset "UTF-8";

@font-face {
  font-family: 'Flexo-Caps';
  src: url('../../../WebProcapsLaboratorios/media/fonts/Flexo-Caps-webfont.woff') format('woff'), url('../../../WebProcapsLaboratorios/media/fonts/Flexo-Caps-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Flexo-Caps-regular';
  src: url('../../../WebProcapsLaboratorios/media/fonts/Flexo-Regular.woff') format('woff'), url('../../../WebProcapsLaboratorios/media/fonts/Flexo-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Flexo-Caps-bold';
  src: url('../../../WebProcapsLaboratorios/media/fonts/Flexo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.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;
  }
}

.formulario {
  background: #F9F9FA;
  border: 1px solid #d1d1d1;
  border-radius: 14px;
  padding: 20px;
  margin-right: 25px !important;
}

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

.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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.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-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.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-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::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.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 + 0.75rem + 2px);
}

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

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

.form-control-color {
  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;
  border-radius: 0.2rem;
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  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)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
  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;
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-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 + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-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;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-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 + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #363848;
  margin-bottom: 10px;
}

.form-control {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  background-color: #FBFBFB;
  color: #363848;
  padding: 10px 15px;
  border: 1px solid #C2C2C2;
  border-radius: 20px;
}

.form-control:focus {
  background-color: #FBFBFB;
  border-color: #D81C09;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #D1D1D1;
}

.form-control:-ms-input-placeholder {
  color: #D1D1D1;
}

.form-control::placeholder {
  color: #D1D1D1;
}

.form-control.input-date {
  background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 3H16V1C16 0.734784 15.8946 0.48043 15.7071 0.292893C15.5196 0.105357 15.2652 0 15 0C14.7348 0 14.4804 0.105357 14.2929 0.292893C14.1054 0.48043 14 0.734784 14 1V3H6V1C6 0.734784 5.89464 0.48043 5.70711 0.292893C5.51957 0.105357 5.26522 0 5 0C4.73478 0 4.48043 0.105357 4.29289 0.292893C4.10536 0.48043 4 0.734784 4 1V3H3C2.20435 3 1.44129 3.31607 0.87868 3.87868C0.316071 4.44129 0 5.20435 0 6V7H20V6C20 5.20435 19.6839 4.44129 19.1213 3.87868C18.5587 3.31607 17.7956 3 17 3Z' fill='%23D81C09'/%3e%3cpath d='M0 17C0 17.7956 0.316071 18.5587 0.87868 19.1213C1.44129 19.6839 2.20435 20 3 20H17C17.7956 20 18.5587 19.6839 19.1213 19.1213C19.6839 18.5587 20 17.7956 20 17V9H0V17Z' fill='%23D81C09'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 30px) center;
  background-size: 18px;
}

.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-upload {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

@media (min-width: 1400px) {
  .form-upload {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

.form-upload .upload-item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid #D81C09;
}

.form-upload .upload-item .upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6EEFF;
  color: #D81C09;
  padding: 18px 18px;
  margin-right: 14px;
  border-radius: 17px;
}

.form-upload .upload-item .upload-icon .svg-icon {
  width: 22px;
  height: 22px;
}

.form-upload .upload-item .file-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.form-upload .upload-item .file-info .file-info-title {
  font-size: 1rem;
  font-weight: 600;
  color: #363848;
}

.form-upload .upload-item .file-info .file-info-detail {
  font-size: 0.875rem;
  font-weight: 600;
  color: #D81C09;
}

.form-upload .upload-item .action-delete {
  position: absolute;
  display: inline-flex;
  background-color: #FF4A55;
  color: #FFFFFF;
  padding: 6px;
  bottom: calc(100% - (12px + 6px - 3px));
  left: calc(100% - (12px + 6px - 3px));
  border-radius: 50rem;
  border: none;
}

.form-upload .upload-item .action-delete .svg-icon {
  width: 12px;
  height: 12px;
}

.form-upload .upload-zone.upload-item {
  background-color: #F5F5F5;
  border: 2px dashed #C2C2C2;
}

.form-upload .upload-zone.upload-item .upload-icon {
  background-color: #D81C09;
  color: #FFFFFF;
}

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

.img-avatar {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px;
}

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

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

.text-left {
  text-align: left;
}

.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: "— ";
}

.heading-header-1 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .heading-header-1 {
    font-size: 3.75rem;
  }
}

.heading-header-2 {
  font-size: calc(1.36875rem + 1.425vw);
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .heading-header-2 {
    font-size: 2.4375rem;
  }
}

.heading-section-1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .heading-section-1 {
    font-size: 3 rem;
  }
}

.heading-section-2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .heading-section-2 {
    font-size: 2.25rem;
  }
}

.heading-section-3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .heading-section-3 {
    font-size: 2.5rem;
    font-weight: 900;
  }
}

.heading-section-4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: 'Flexo-Caps-bold';
  text-shadow: 1px 3px rgb(0 0 0 / 20%);
}

@media (min-width: 1200px) {
  .heading-section-4 {
    font-size: 40px;
  }
}

.heading-text-1 {
  font-size: 1.1875rem;
  font-weight: 400;
}

.heading-text-2 {
  font-size: 0.875rem;
  font-weight: 400;
}

:root {
  --bs-blue-violet: #8E22E2;
  --bs-blue-violet-200: #8743DF;
  --bs-deep-lilac: #8653C7;
  --bs-ocean-blue: #5241BB;
  --bs-mojorelle-blue: #D81C09;
  --bs-majorelle-blue-200: #6B58E0;
  --bs-dark-charcoal: #2E2E2E;
  --bs-eerie-black: #2D2A11;
  --bs-arsenic-500: #4E4C3D;
  --bs-black-olive: #3D3D3D;
  --bs-american-blue: #474073;
  --bs-arsenic: #363848;
  --bs-gray: #818181;
  --bs-gray-100: #808080;
  --bs-philippine-gray: #909090;
  --bs-philippine-gray-100: #8A8A8A;
  --bs-spanish-gray: #959595;
  --bs-dark-gray-x11: #A9A9A9;
  --bs-silver-foil: #AEAEAE;
  --bs-anti-flash-white: #F2F2F2;
  --bs-alice-blue: #F0EEFF;
  --bs-light-silver: #D8D8D8;
  --bs-platinum: #E6E6E6;
  --bs-bright-gray: #ECECEC;
  --bs-magnolia: #F7F5FF;
  --bs-ghost-white: #F8F9FD;
  --bs-cultured: #F4F4F4;
  --bs-white: #FFFFFF;
  --bs-ufo-green: #3DCD65;
  --bs-ufo-green-100: #2BC155;
  --bs-lime-green: #30C736;
  --bs-outrageous-orange: #FF754C;
  --bs-pumpkin: #FF8412;
  --bs-royal-orange: #FE8D4D;
  --bs-rajah: #FBA556;
  --bs-pale-pink: #FFD9D9;
  --bs-persian-blue: #2B3DC7;
  --bs-picton-blue: #3BB2F4;
  --bs-picton-blue-100: #3CB5DB;
  --bs-medium-orchid: #BF58D9;
  --bs-pale-lavender: #E4CFFF;
  --bs-lavender-web-100: #ECDEFF;
  --bs-lavender-web: #E9E6FE;
  --bs-black-2: #000000;
  --bs-dark-gunmetal: #1F2131;
  --bs-mikado-yellow: #FFBE17;
  --bs-orange-red: #FF5353;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary-zero: #009591;
  --bs-primary: #004846;
  --bs-secondary: #00918d;
  --bs-accent: #FE8D4D;
  --bs-dark: #363848;
  --bs-black: #1F2131;
  --bs-primary-rgb: 0, 89, 87;
  --bs-secondary-rgb: 0, 149, 145;
  --bs-accent-rgb: 254, 141, 77;
  --bs-dark-rgb: 54, 56, 72;
  --bs-black-rgb: 0, 89, 87;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-color-rgb: 54, 56, 72;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Flexo-Caps-Regular", Roboto, Arial, Sans-serif;
  --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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #131417;
  --bs-body-bg: #FFFFFF;
}

:root {
  --bs-blue-violet-rgb: 142, 34, 226;
  --bs-blue-violet-200-rgb: 135, 67, 223;
  --bs-deep-lilac-rgb: 134, 83, 199;
  --bs-ocean-blue-rgb: 82, 65, 187;
  --bs-mojorelle-blue-rgb: 216, 28, 9;
  --bs-majorelle-blue-200-rgb: 107, 88, 224;
  --bs-dark-charcoal-rgb: 46, 46, 46;
  --bs-eerie-black-rgb: 45, 42, 17;
  --bs-arsenic-500-rgb: 78, 76, 61;
  --bs-black-olive-rgb: 61, 61, 61;
  --bs-american-blue-rgb: 71, 64, 115;
  --bs-arsenic-rgb: 54, 56, 72;
  --bs-gray-rgb: 129, 129, 129;
  --bs-gray-100-rgb: 128, 128, 128;
  --bs-philippine-gray-rgb: 144, 144, 144;
  --bs-philippine-gray-100-rgb: 138, 138, 138;
  --bs-spanish-gray-rgb: 149, 149, 149;
  --bs-dark-gray-x11-rgb: 169, 169, 169;
  --bs-silver-foil-rgb: 174, 174, 174;
  --bs-anti-flash-white-rgb: 242, 242, 242;
  --bs-alice-blue-rgb: 240, 238, 255;
  --bs-light-silver-rgb: 216, 216, 216;
  --bs-platinum-rgb: 230, 230, 230;
  --bs-bright-gray-rgb: 236, 236, 236;
  --bs-magnolia-rgb: 247, 245, 255;
  --bs-ghost-white-rgb: 248, 249, 253;
  --bs-cultured-rgb: 244, 244, 244;
  --bs-white-rgb: 255, 255, 255;
  --bs-ufo-green-rgb: 61, 205, 101;
  --bs-ufo-green-100-rgb: 43, 193, 85;
  --bs-lime-green-rgb: 48, 199, 54;
  --bs-outrageous-orange-rgb: 255, 117, 76;
  --bs-pumpkin-rgb: 255, 132, 18;
  --bs-royal-orange-rgb: 254, 141, 77;
  --bs-rajah-rgb: 251, 165, 86;
  --bs-pale-pink-rgb: 255, 217, 217;
  --bs-persian-blue-rgb: 43, 61, 199;
  --bs-picton-blue-rgb: 59, 178, 244;
  --bs-picton-blue-100-rgb: 60, 181, 219;
  --bs-medium-orchid-rgb: 191, 88, 217;
  --bs-pale-lavender-rgb: 228, 207, 255;
  --bs-lavender-web-100-rgb: 236, 222, 255;
  --bs-lavender-web-rgb: 233, 230, 254;
  --bs-black-2-rgb: 0, 0, 0;
  --bs-dark-gunmetal-rgb: 31, 33, 49;
  --bs-mikado-yellow-rgb: 255, 190, 23;
  --bs-orange-red-rgb: 255, 83, 83;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 33, 49, 0);
}

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

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

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  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 + 0.9vw);
}

@media (min-width: 1200px) {
  
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.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[title],
abbr[data-bs-original-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;
  padding-right: 4rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-family: "flexo-caps-bold";
}

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: #00918d;
  text-decoration: underline;
}

a:hover {
  color: #00dad4
}

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

pre,
code,
kbd,
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;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

::-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 + 0.3vw);
  line-height: inherit;
}

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

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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;
}

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

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

svg {
  fill: currentColor;
}

.btn-red {
  background-color: #00918d !important;
  border: 0px solid !important;
  height: 77px;
  width: 200px;
  line-height: 57px;
  padding: 16px !important;
  border-radius: 9px !important;
  text-decoration: auto;
  font-size: clamp(0.8rem, 8vw - 2rem, 1rem) !important;
  margin: auto;
  color: #fff !important;
}

.btn-red:hover {
  color: #00918d !important;
  border: #00918d 1px solid !important;
}

.btn-line {
  color: #00918d;
  background-color: transparent;
  border: #00918d 1px solid;
  height: 77px;
  width: 200px;
  line-height: 57px;
  padding: 18px 26px !important;
  border-radius: 9px !important;
  text-decoration: auto;
  font-size: 16px !important;
  margin: auto;
}

.btn-line:hover {
  color: #fff;
  background-color: #00918d;
  border: #00918d 1px solid;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #363848;
  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: #363848;
}

.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-tab {
  color: #363848;
  background-color: #ffffff;
  border-bottom-color: var(--bs-primary-zero);
}

.active-tab {
  color: #fff;
  background-color: #D81C09;
  border-color: #D81C09;
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--bs-primary-zero);
  border-color: var(--bs-primary-zero);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-primary-zero);
  border-color: var(--bs-primary-zero);
}

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

.btn-accent {
  color: #000;
  background-color: #D81C09;
  border-color: #D81C09;
}

.btn-accent:hover {
  color: #000;
  background-color: #D81C09;
  border-color: #D81C09;
}

.btn-check:focus+.btn-accent,
.btn-accent:focus {
  color: #000;
  background-color: #D81C09;
  border-color: #D81C09;
}

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

.btn-accent:disabled,
.btn-accent.disabled {
  color: #000;
  background-color: #D81C09;
  border-color: #D81C09;
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2b2d3a;
  border-color: #292a36;
}

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

.btn-black {
  color: #fff;
  background-color: #1F2131;
  border-color: #1F2131;
}

.btn-black:hover {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}

.btn-check:focus+.btn-black,
.btn-black:focus {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}

.btn-check:checked+.btn-black,
.btn-check:active+.btn-black,
.btn-black:active,
.btn-black.active,
.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #191a27;
  border-color: #171925;
}

.btn-black:disabled,
.btn-black.disabled {
  color: #fff;
  background-color: #1F2131;
  border-color: #1F2131;
}

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

.btn-outline-primary:hover {
  color: #D81C09;
  border-color: #D81C09;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}

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

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}

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

.btn-outline-accent {
  color: #FE8D4D;
  border-color: #FE8D4D;
}

.btn-outline-accent:hover {
  color: #FE8D4D;
  border-color: #FE8D4D;
}

.btn-check:focus+.btn-outline-accent,
.btn-outline-accent:focus {
  box-shadow: none;
}

.btn-check:checked+.btn-outline-accent,
.btn-check:active+.btn-outline-accent,
.btn-outline-accent:active,
.btn-outline-accent.active,
.btn-outline-accent.dropdown-toggle.show {
  color: #FE8D4D;
  border-color: #FE8D4D;
}

.btn-check:checked+.btn-outline-accent:focus,
.btn-check:active+.btn-outline-accent:focus,
.btn-outline-accent:active:focus,
.btn-outline-accent.active:focus,
.btn-outline-accent.dropdown-toggle.show:focus {
  box-shadow: none;
}

.btn-outline-accent:disabled,
.btn-outline-accent.disabled {
  color: #FE8D4D;
  background-color: transparent;
}

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: none;
}

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

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: none;
}

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

.btn-outline-black {
  color: #1F2131;
  border-color: #1F2131;
}

.btn-outline-black:hover {
  color: #1F2131;
  border-color: #1F2131;
}

.btn-check:focus+.btn-outline-black,
.btn-outline-black:focus {
  box-shadow: none;
}

.btn-check:checked+.btn-outline-black,
.btn-check:active+.btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
  color: #1F2131;
  border-color: #1F2131;
}

.btn-check:checked+.btn-outline-black:focus,
.btn-check:active+.btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: none;
}

.btn-outline-black:disabled,
.btn-outline-black.disabled {
  color: #1F2131;
  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-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.btn {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.btn:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.btn-check:checked+.btn,
.btn-check:active+.btn,
.btn:active,
.btn.active {
  box-shadow: none;
}

.btn-check:checked+.btn:focus,
.btn-check:active+.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: none;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  box-shadow: none;
}

.btn-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 50rem;
}

.btn-rounded .svg-icon {
  width: 20px;
  height: 20px;
}

.btn-book {
  background-color: #FF5353;
  color: #FFFFFF;
}

.btn-book.booked {
  background-color: #FFFFFF;
  color: #FF5353;
  border-color: #E6E6E6;
}

.btn-book:hover,
.btn-book.booked:hover {
  background-color: #FFD9D9;
  color: #FF5353;
  border-color: transparent;
}

.btn-apply {
  background-color: #F0EEFF;
  color: #D81C09;
}

.btn-apply:hover {
  background-color: #D81C09;
  color: #FFFFFF;
}

.btn-suggestion {
  color: #363848;
  border: 1px solid #E9E6FE;
}

.btn-suggestion:hover {
  color: #D81C09;
  border-color: #D81C09;
}

.btn-blue-violet {
  color: #fff;
  background-color: #8E22E2;
  border-color: #8E22E2;
}

.btn-blue-violet:hover {
  color: #fff;
  background-color: #791dc0;
  border-color: #721bb5;
}

.btn-check:focus+.btn-blue-violet,
.btn-blue-violet:focus {
  color: #fff;
  background-color: #791dc0;
  border-color: #721bb5;
}

.btn-check:checked+.btn-blue-violet,
.btn-check:active+.btn-blue-violet,
.btn-blue-violet:active,
.btn-blue-violet.active,
.show>.btn-blue-violet.dropdown-toggle {
  color: #fff;
  background-color: #721bb5;
  border-color: #6b1aaa;
}

.btn-blue-violet:disabled,
.btn-blue-violet.disabled {
  color: #fff;
  background-color: #8E22E2;
  border-color: #8E22E2;
}

.btn-blue-violet-200 {
  color: #fff;
  background-color: #8743DF;
  border-color: #8743DF;
}

.btn-blue-violet-200:hover {
  color: #fff;
  background-color: #7339be;
  border-color: #6c36b2;
}

.btn-check:focus+.btn-blue-violet-200,
.btn-blue-violet-200:focus {
  color: #fff;
  background-color: #7339be;
  border-color: #6c36b2;
}

.btn-check:checked+.btn-blue-violet-200,
.btn-check:active+.btn-blue-violet-200,
.btn-blue-violet-200:active,
.btn-blue-violet-200.active,
.show>.btn-blue-violet-200.dropdown-toggle {
  color: #fff;
  background-color: #6c36b2;
  border-color: #6532a7;
}

.btn-blue-violet-200:disabled,
.btn-blue-violet-200.disabled {
  color: #fff;
  background-color: #8743DF;
  border-color: #8743DF;
}

.btn-deep-lilac {
  color: #fff;
  background-color: #8653C7;
  border-color: #8653C7;
}

.btn-deep-lilac:hover {
  color: #fff;
  background-color: #7247a9;
  border-color: #6b429f;
}

.btn-check:focus+.btn-deep-lilac,
.btn-deep-lilac:focus {
  color: #fff;
  background-color: #7247a9;
  border-color: #6b429f;
}

.btn-check:checked+.btn-deep-lilac,
.btn-check:active+.btn-deep-lilac,
.btn-deep-lilac:active,
.btn-deep-lilac.active,
.show>.btn-deep-lilac.dropdown-toggle {
  color: #fff;
  background-color: #6b429f;
  border-color: #653e95;
}

.btn-deep-lilac:disabled,
.btn-deep-lilac.disabled {
  color: #fff;
  background-color: #8653C7;
  border-color: #8653C7;
}

.btn-ocean-blue {
  color: #fff;
  background-color: #5241BB;
  border-color: #5241BB;
}

.btn-ocean-blue:hover {
  color: #fff;
  background-color: #46379f;
  border-color: #423496;
}

.btn-check:focus+.btn-ocean-blue,
.btn-ocean-blue:focus {
  color: #fff;
  background-color: #46379f;
  border-color: #423496;
}

.btn-check:checked+.btn-ocean-blue,
.btn-check:active+.btn-ocean-blue,
.btn-ocean-blue:active,
.btn-ocean-blue.active,
.show>.btn-ocean-blue.dropdown-toggle {
  color: #fff;
  background-color: #423496;
  border-color: #3e318c;
}

.btn-ocean-blue:disabled,
.btn-ocean-blue.disabled {
  color: #fff;
  background-color: #5241BB;
  border-color: #5241BB;
}

.btn-mojorelle-blue {
  color: #fff;
  background-color: #D81C09;
  border-color: #D81C09;
}

.btn-mojorelle-blue:hover {
  color: #fff;
  background-color: #b81808;
  border-color: #ad1607;
}

.btn-check:focus+.btn-mojorelle-blue,
.btn-mojorelle-blue:focus {
  color: #fff;
  background-color: #b81808;
  border-color: #ad1607;
}

.btn-check:checked+.btn-mojorelle-blue,
.btn-check:active+.btn-mojorelle-blue,
.btn-mojorelle-blue:active,
.btn-mojorelle-blue.active,
.show>.btn-mojorelle-blue.dropdown-toggle {
  color: #fff;
  background-color: #ad1607;
  border-color: #a21507;
}

.btn-mojorelle-blue:disabled,
.btn-mojorelle-blue.disabled {
  color: #fff;
  background-color: #D81C09;
  border-color: #D81C09;
}

.btn-majorelle-blue-200 {
  color: #fff;
  background-color: #6B58E0;
  border-color: #6B58E0;
}

.btn-majorelle-blue-200:hover {
  color: #fff;
  background-color: #5b4bbe;
  border-color: #5646b3;
}

.btn-check:focus+.btn-majorelle-blue-200,
.btn-majorelle-blue-200:focus {
  color: #fff;
  background-color: #5b4bbe;
  border-color: #5646b3;
}

.btn-check:checked+.btn-majorelle-blue-200,
.btn-check:active+.btn-majorelle-blue-200,
.btn-majorelle-blue-200:active,
.btn-majorelle-blue-200.active,
.show>.btn-majorelle-blue-200.dropdown-toggle {
  color: #fff;
  background-color: #5646b3;
  border-color: #5042a8;
}

.btn-majorelle-blue-200:disabled,
.btn-majorelle-blue-200.disabled {
  color: #fff;
  background-color: #6B58E0;
  border-color: #6B58E0;
}

.btn-dark-charcoal {
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}

.btn-dark-charcoal:hover {
  color: #fff;
  background-color: #272727;
  border-color: #252525;
}

.btn-check:focus+.btn-dark-charcoal,
.btn-dark-charcoal:focus {
  color: #fff;
  background-color: #272727;
  border-color: #252525;
}

.btn-check:checked+.btn-dark-charcoal,
.btn-check:active+.btn-dark-charcoal,
.btn-dark-charcoal:active,
.btn-dark-charcoal.active,
.show>.btn-dark-charcoal.dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #232323;
}

.btn-dark-charcoal:disabled,
.btn-dark-charcoal.disabled {
  color: #fff;
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}

.btn-eerie-black {
  color: #fff;
  background-color: #2D2A11;
  border-color: #2D2A11;
}

.btn-eerie-black:hover {
  color: #fff;
  background-color: #26240e;
  border-color: #24220e;
}

.btn-check:focus+.btn-eerie-black,
.btn-eerie-black:focus {
  color: #fff;
  background-color: #26240e;
  border-color: #24220e;
}

.btn-check:checked+.btn-eerie-black,
.btn-check:active+.btn-eerie-black,
.btn-eerie-black:active,
.btn-eerie-black.active,
.show>.btn-eerie-black.dropdown-toggle {
  color: #fff;
  background-color: #24220e;
  border-color: #22200d;
}

.btn-eerie-black:disabled,
.btn-eerie-black.disabled {
  color: #fff;
  background-color: #2D2A11;
  border-color: #2D2A11;
}

.btn-arsenic-500 {
  color: #fff;
  background-color: #4E4C3D;
  border-color: #4E4C3D;
}

.btn-arsenic-500:hover {
  color: #fff;
  background-color: #424134;
  border-color: #3e3d31;
}

.btn-check:focus+.btn-arsenic-500,
.btn-arsenic-500:focus {
  color: #fff;
  background-color: #424134;
  border-color: #3e3d31;
}

.btn-check:checked+.btn-arsenic-500,
.btn-check:active+.btn-arsenic-500,
.btn-arsenic-500:active,
.btn-arsenic-500.active,
.show>.btn-arsenic-500.dropdown-toggle {
  color: #fff;
  background-color: #3e3d31;
  border-color: #3b392e;
}

.btn-arsenic-500:disabled,
.btn-arsenic-500.disabled {
  color: #fff;
  background-color: #4E4C3D;
  border-color: #4E4C3D;
}

.btn-black-olive {
  color: #fff;
  background-color: #3D3D3D;
  border-color: #3D3D3D;
}

.btn-black-olive:hover {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
}

.btn-check:focus+.btn-black-olive,
.btn-black-olive:focus {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
}

.btn-check:checked+.btn-black-olive,
.btn-check:active+.btn-black-olive,
.btn-black-olive:active,
.btn-black-olive.active,
.show>.btn-black-olive.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2e2e2e;
}

.btn-black-olive:disabled,
.btn-black-olive.disabled {
  color: #fff;
  background-color: #3D3D3D;
  border-color: #3D3D3D;
}

.btn-american-blue {
  color: #fff;
  background-color: #474073;
  border-color: #474073;
}

.btn-american-blue:hover {
  color: #fff;
  background-color: #3c3662;
  border-color: #39335c;
}

.btn-check:focus+.btn-american-blue,
.btn-american-blue:focus {
  color: #fff;
  background-color: #3c3662;
  border-color: #39335c;
}

.btn-check:checked+.btn-american-blue,
.btn-check:active+.btn-american-blue,
.btn-american-blue:active,
.btn-american-blue.active,
.show>.btn-american-blue.dropdown-toggle {
  color: #fff;
  background-color: #39335c;
  border-color: #353056;
}

.btn-american-blue:disabled,
.btn-american-blue.disabled {
  color: #fff;
  background-color: #474073;
  border-color: #474073;
}

.btn-arsenic {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}

.btn-arsenic:hover {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}

.btn-check:focus+.btn-arsenic,
.btn-arsenic:focus {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}

.btn-check:checked+.btn-arsenic,
.btn-check:active+.btn-arsenic,
.btn-arsenic:active,
.btn-arsenic.active,
.show>.btn-arsenic.dropdown-toggle {
  color: #fff;
  background-color: #2b2d3a;
  border-color: #292a36;
}

.btn-arsenic:disabled,
.btn-arsenic.disabled {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}

.btn-gray {
  color: #000;
  background-color: #818181;
  border-color: #818181;
}

.btn-gray:hover {
  color: #000;
  background-color: #949494;
  border-color: #8e8e8e;
}

.btn-check:focus+.btn-gray,
.btn-gray:focus {
  color: #000;
  background-color: #949494;
  border-color: #8e8e8e;
}

.btn-check:checked+.btn-gray,
.btn-check:active+.btn-gray,
.btn-gray:active,
.btn-gray.active,
.show>.btn-gray.dropdown-toggle {
  color: #000;
  background-color: #9a9a9a;
  border-color: #8e8e8e;
}

.btn-gray:disabled,
.btn-gray.disabled {
  color: #000;
  background-color: #818181;
  border-color: #818181;
}

.btn-gray-100 {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-gray-100:hover {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}

.btn-check:focus+.btn-gray-100,
.btn-gray-100:focus {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}

.btn-check:checked+.btn-gray-100,
.btn-check:active+.btn-gray-100,
.btn-gray-100:active,
.btn-gray-100.active,
.show>.btn-gray-100.dropdown-toggle {
  color: #000;
  background-color: #999999;
  border-color: #8d8d8d;
}

.btn-gray-100:disabled,
.btn-gray-100.disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-philippine-gray {
  color: #000;
  background-color: #909090;
  border-color: #909090;
}

.btn-philippine-gray:hover {
  color: #000;
  background-color: #a1a1a1;
  border-color: #9b9b9b;
}

.btn-check:focus+.btn-philippine-gray,
.btn-philippine-gray:focus {
  color: #000;
  background-color: #a1a1a1;
  border-color: #9b9b9b;
}

.btn-check:checked+.btn-philippine-gray,
.btn-check:active+.btn-philippine-gray,
.btn-philippine-gray:active,
.btn-philippine-gray.active,
.show>.btn-philippine-gray.dropdown-toggle {
  color: #000;
  background-color: #a6a6a6;
  border-color: #9b9b9b;
}

.btn-philippine-gray:disabled,
.btn-philippine-gray.disabled {
  color: #000;
  background-color: #909090;
  border-color: #909090;
}

.btn-philippine-gray-100 {
  color: #000;
  background-color: #8A8A8A;
  border-color: #8A8A8A;
}

.btn-philippine-gray-100:hover {
  color: #000;
  background-color: #9c9c9c;
  border-color: #969696;
}

.btn-check:focus+.btn-philippine-gray-100,
.btn-philippine-gray-100:focus {
  color: #000;
  background-color: #9c9c9c;
  border-color: #969696;
}

.btn-check:checked+.btn-philippine-gray-100,
.btn-check:active+.btn-philippine-gray-100,
.btn-philippine-gray-100:active,
.btn-philippine-gray-100.active,
.show>.btn-philippine-gray-100.dropdown-toggle {
  color: #000;
  background-color: #a1a1a1;
  border-color: #969696;
}

.btn-philippine-gray-100:disabled,
.btn-philippine-gray-100.disabled {
  color: #000;
  background-color: #8A8A8A;
  border-color: #8A8A8A;
}

.btn-spanish-gray {
  color: #000;
  background-color: #959595;
  border-color: #959595;
}

.btn-spanish-gray:hover {
  color: #000;
  background-color: #a5a5a5;
  border-color: #a0a0a0;
}

.btn-check:focus+.btn-spanish-gray,
.btn-spanish-gray:focus {
  color: #000;
  background-color: #a5a5a5;
  border-color: #a0a0a0;
}

.btn-check:checked+.btn-spanish-gray,
.btn-check:active+.btn-spanish-gray,
.btn-spanish-gray:active,
.btn-spanish-gray.active,
.show>.btn-spanish-gray.dropdown-toggle {
  color: #000;
  background-color: #aaaaaa;
  border-color: #a0a0a0;
}

.btn-spanish-gray:disabled,
.btn-spanish-gray.disabled {
  color: #000;
  background-color: #959595;
  border-color: #959595;
}

.btn-dark-gray-x11 {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}

.btn-dark-gray-x11:hover {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
}

.btn-check:focus+.btn-dark-gray-x11,
.btn-dark-gray-x11:focus {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
}

.btn-check:checked+.btn-dark-gray-x11,
.btn-check:active+.btn-dark-gray-x11,
.btn-dark-gray-x11:active,
.btn-dark-gray-x11.active,
.show>.btn-dark-gray-x11.dropdown-toggle {
  color: #000;
  background-color: #bababa;
  border-color: #b2b2b2;
}

.btn-dark-gray-x11:disabled,
.btn-dark-gray-x11.disabled {
  color: #000;
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}

.btn-silver-foil {
  color: #000;
  background-color: #AEAEAE;
  border-color: #AEAEAE;
}

.btn-silver-foil:hover {
  color: #000;
  background-color: #bababa;
  border-color: #b6b6b6;
}

.btn-check:focus+.btn-silver-foil,
.btn-silver-foil:focus {
  color: #000;
  background-color: #bababa;
  border-color: #b6b6b6;
}

.btn-check:checked+.btn-silver-foil,
.btn-check:active+.btn-silver-foil,
.btn-silver-foil:active,
.btn-silver-foil.active,
.show>.btn-silver-foil.dropdown-toggle {
  color: #000;
  background-color: #bebebe;
  border-color: #b6b6b6;
}

.btn-silver-foil:disabled,
.btn-silver-foil.disabled {
  color: #000;
  background-color: #AEAEAE;
  border-color: #AEAEAE;
}

.btn-anti-flash-white {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-anti-flash-white:hover {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f3f3f3;
}

.btn-check:focus+.btn-anti-flash-white,
.btn-anti-flash-white:focus {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f3f3f3;
}

.btn-check:checked+.btn-anti-flash-white,
.btn-check:active+.btn-anti-flash-white,
.btn-anti-flash-white:active,
.btn-anti-flash-white.active,
.show>.btn-anti-flash-white.dropdown-toggle {
  color: #000;
  background-color: whitesmoke;
  border-color: #f3f3f3;
}

.btn-anti-flash-white:disabled,
.btn-anti-flash-white.disabled {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-alice-blue {
  color: #000;
  background-color: #F0EEFF;
  border-color: #F0EEFF;
}

.btn-alice-blue:hover {
  color: #000;
  background-color: #f2f1ff;
  border-color: #f2f0ff;
}

.btn-check:focus+.btn-alice-blue,
.btn-alice-blue:focus {
  color: #000;
  background-color: #f2f1ff;
  border-color: #f2f0ff;
}

.btn-check:checked+.btn-alice-blue,
.btn-check:active+.btn-alice-blue,
.btn-alice-blue:active,
.btn-alice-blue.active,
.show>.btn-alice-blue.dropdown-toggle {
  color: #000;
  background-color: #f3f1ff;
  border-color: #f2f0ff;
}

.btn-alice-blue:disabled,
.btn-alice-blue.disabled {
  color: #000;
  background-color: #F0EEFF;
  border-color: #F0EEFF;
}

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

.btn-light-silver:hover {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}

.btn-check:focus+.btn-light-silver,
.btn-light-silver:focus {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}

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

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

.btn-platinum {
  color: #000;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-platinum:hover {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
}

.btn-check:focus+.btn-platinum,
.btn-platinum:focus {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
}

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

.btn-platinum:disabled,
.btn-platinum.disabled {
  color: #000;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-bright-gray {
  color: #000;
  background-color: #ECECEC;
  border-color: #ECECEC;
}

.btn-bright-gray:hover {
  color: #000;
  background-color: #efefef;
  border-color: #eeeeee;
}

.btn-check:focus+.btn-bright-gray,
.btn-bright-gray:focus {
  color: #000;
  background-color: #efefef;
  border-color: #eeeeee;
}

.btn-check:checked+.btn-bright-gray,
.btn-check:active+.btn-bright-gray,
.btn-bright-gray:active,
.btn-bright-gray.active,
.show>.btn-bright-gray.dropdown-toggle {
  color: #000;
  background-color: #f0f0f0;
  border-color: #eeeeee;
}

.btn-bright-gray:disabled,
.btn-bright-gray.disabled {
  color: #000;
  background-color: #ECECEC;
  border-color: #ECECEC;
}

.btn-magnolia {
  color: #000;
  background-color: #F7F5FF;
  border-color: #F7F5FF;
}

.btn-magnolia:hover {
  color: #000;
  background-color: #f8f7ff;
  border-color: #f8f6ff;
}

.btn-check:focus+.btn-magnolia,
.btn-magnolia:focus {
  color: #000;
  background-color: #f8f7ff;
  border-color: #f8f6ff;
}

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

.btn-magnolia:disabled,
.btn-magnolia.disabled {
  color: #000;
  background-color: #F7F5FF;
  border-color: #F7F5FF;
}

.btn-ghost-white {
  color: #000;
  background-color: #F8F9FD;
  border-color: #F8F9FD;
}

.btn-ghost-white:hover {
  color: #000;
  background-color: #f9fafd;
  border-color: #f9fafd;
}

.btn-check:focus+.btn-ghost-white,
.btn-ghost-white:focus {
  color: #000;
  background-color: #f9fafd;
  border-color: #f9fafd;
}

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

.btn-ghost-white:disabled,
.btn-ghost-white.disabled {
  color: #000;
  background-color: #F8F9FD;
  border-color: #F8F9FD;
}

.btn-cultured {
  color: #000;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}

.btn-cultured:hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}

.btn-check:focus+.btn-cultured,
.btn-cultured:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}

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

.btn-cultured:disabled,
.btn-cultured.disabled {
  color: #000;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
}

.btn-white {
  color: #fff;
  background-color: transparent;
  border: #FFFFFF 1px solid;
  height: 77px;
  width: 200px;
  line-height: 57px;
  padding: 18px 26px;
  border-radius: 9px;
  text-decoration: auto;
  font-size: 16px;
}

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

.btn-blanco {
  background-color: white;
  color: var(--bs-secondary);
  border-color: white;
  font-size: 1.5rem;
}
.btn-blanco:hover {
  color: white;
  background-color: var(--bs-primary);
  border-color: white;
}

.btn-check:focus+.btn-white,
.btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
}

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

.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-ufo-green {
  color: #000;
  background-color: #3DCD65;
  border-color: #3DCD65;
}

.btn-ufo-green:hover {
  color: #000;
  background-color: #5ad57c;
  border-color: #50d274;
}

.btn-check:focus+.btn-ufo-green,
.btn-ufo-green:focus {
  color: #000;
  background-color: #5ad57c;
  border-color: #50d274;
}

.btn-check:checked+.btn-ufo-green,
.btn-check:active+.btn-ufo-green,
.btn-ufo-green:active,
.btn-ufo-green.active,
.show>.btn-ufo-green.dropdown-toggle {
  color: #000;
  background-color: #64d784;
  border-color: #50d274;
}

.btn-ufo-green:disabled,
.btn-ufo-green.disabled {
  color: #000;
  background-color: #3DCD65;
  border-color: #3DCD65;
}

.btn-ufo-green-100 {
  color: #000;
  background-color: #2BC155;
  border-color: #2BC155;
}

.btn-ufo-green-100:hover {
  color: #000;
  background-color: #4bca6f;
  border-color: #40c766;
}

.btn-check:focus+.btn-ufo-green-100,
.btn-ufo-green-100:focus {
  color: #000;
  background-color: #4bca6f;
  border-color: #40c766;
}

.btn-check:checked+.btn-ufo-green-100,
.btn-check:active+.btn-ufo-green-100,
.btn-ufo-green-100:active,
.btn-ufo-green-100.active,
.show>.btn-ufo-green-100.dropdown-toggle {
  color: #000;
  background-color: #55cd77;
  border-color: #40c766;
}

.btn-ufo-green-100:disabled,
.btn-ufo-green-100.disabled {
  color: #000;
  background-color: #2BC155;
  border-color: #2BC155;
}

.btn-lime-green {
  color: #000;
  background-color: #30C736;
  border-color: #30C736;
}

.btn-lime-green:hover {
  color: #000;
  background-color: #4fcf54;
  border-color: #45cd4a;
}

.btn-check:focus+.btn-lime-green,
.btn-lime-green:focus {
  color: #000;
  background-color: #4fcf54;
  border-color: #45cd4a;
}

.btn-check:checked+.btn-lime-green,
.btn-check:active+.btn-lime-green,
.btn-lime-green:active,
.btn-lime-green.active,
.show>.btn-lime-green.dropdown-toggle {
  color: #000;
  background-color: #59d25e;
  border-color: #45cd4a;
}

.btn-lime-green:disabled,
.btn-lime-green.disabled {
  color: #000;
  background-color: #30C736;
  border-color: #30C736;
}

.btn-outrageous-orange {
  color: #000;
  background-color: #FF754C;
  border-color: #FF754C;
}

.btn-outrageous-orange:hover {
  color: #000;
  background-color: #ff8a67;
  border-color: #ff835e;
}

.btn-check:focus+.btn-outrageous-orange,
.btn-outrageous-orange:focus {
  color: #000;
  background-color: #ff8a67;
  border-color: #ff835e;
}

.btn-check:checked+.btn-outrageous-orange,
.btn-check:active+.btn-outrageous-orange,
.btn-outrageous-orange:active,
.btn-outrageous-orange.active,
.show>.btn-outrageous-orange.dropdown-toggle {
  color: #000;
  background-color: #ff9170;
  border-color: #ff835e;
}

.btn-outrageous-orange:disabled,
.btn-outrageous-orange.disabled {
  color: #000;
  background-color: #FF754C;
  border-color: #FF754C;
}

.btn-pumpkin {
  color: #000;
  background-color: #FF8412;
  border-color: #FF8412;
}

.btn-pumpkin:hover {
  color: #000;
  background-color: #ff9636;
  border-color: #ff902a;
}

.btn-check:focus+.btn-pumpkin,
.btn-pumpkin:focus {
  color: #000;
  background-color: #ff9636;
  border-color: #ff902a;
}

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

.btn-pumpkin:disabled,
.btn-pumpkin.disabled {
  color: #000;
  background-color: #FF8412;
  border-color: #FF8412;
}

.btn-royal-orange {
  color: #000;
  background-color: #FE8D4D;
  border-color: #FE8D4D;
}

.btn-royal-orange:hover {
  color: #000;
  background-color: #fe9e68;
  border-color: #fe985f;
}

.btn-check:focus+.btn-royal-orange,
.btn-royal-orange:focus {
  color: #000;
  background-color: #fe9e68;
  border-color: #fe985f;
}

.btn-check:checked+.btn-royal-orange,
.btn-check:active+.btn-royal-orange,
.btn-royal-orange:active,
.btn-royal-orange.active,
.show>.btn-royal-orange.dropdown-toggle {
  color: #000;
  background-color: #fea471;
  border-color: #fe985f;
}

.btn-royal-orange:disabled,
.btn-royal-orange.disabled {
  color: #000;
  background-color: #FE8D4D;
  border-color: #FE8D4D;
}

.btn-rajah {
  color: #000;
  background-color: #FBA556;
  border-color: #FBA556;
}

.btn-rajah:hover {
  color: #000;
  background-color: #fcb36f;
  border-color: #fbae67;
}

.btn-check:focus+.btn-rajah,
.btn-rajah:focus {
  color: #000;
  background-color: #fcb36f;
  border-color: #fbae67;
}

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

.btn-rajah:disabled,
.btn-rajah.disabled {
  color: #000;
  background-color: #FBA556;
  border-color: #FBA556;
}

.btn-pale-pink {
  color: #000;
  background-color: #FFD9D9;
  border-color: #FFD9D9;
}

.btn-pale-pink:hover {
  color: #000;
  background-color: #ffdfdf;
  border-color: #ffdddd;
}

.btn-check:focus+.btn-pale-pink,
.btn-pale-pink:focus {
  color: #000;
  background-color: #ffdfdf;
  border-color: #ffdddd;
}

.btn-check:checked+.btn-pale-pink,
.btn-check:active+.btn-pale-pink,
.btn-pale-pink:active,
.btn-pale-pink.active,
.show>.btn-pale-pink.dropdown-toggle {
  color: #000;
  background-color: #ffe1e1;
  border-color: #ffdddd;
}

.btn-pale-pink:disabled,
.btn-pale-pink.disabled {
  color: #000;
  background-color: #FFD9D9;
  border-color: #FFD9D9;
}

.btn-persian-blue {
  color: #fff;
  background-color: #2B3DC7;
  border-color: #2B3DC7;
}

.btn-persian-blue:hover {
  color: #fff;
  background-color: #2534a9;
  border-color: #22319f;
}

.btn-check:focus+.btn-persian-blue,
.btn-persian-blue:focus {
  color: #fff;
  background-color: #2534a9;
  border-color: #22319f;
}

.btn-check:checked+.btn-persian-blue,
.btn-check:active+.btn-persian-blue,
.btn-persian-blue:active,
.btn-persian-blue.active,
.show>.btn-persian-blue.dropdown-toggle {
  color: #fff;
  background-color: #22319f;
  border-color: #202e95;
}

.btn-persian-blue:disabled,
.btn-persian-blue.disabled {
  color: #fff;
  background-color: #2B3DC7;
  border-color: #2B3DC7;
}

.btn-picton-blue {
  color: #000;
  background-color: #3BB2F4;
  border-color: #3BB2F4;
}

.btn-picton-blue:hover {
  color: #000;
  background-color: #58bef6;
  border-color: #4fbaf5;
}

.btn-check:focus+.btn-picton-blue,
.btn-picton-blue:focus {
  color: #000;
  background-color: #58bef6;
  border-color: #4fbaf5;
}

.btn-check:checked+.btn-picton-blue,
.btn-check:active+.btn-picton-blue,
.btn-picton-blue:active,
.btn-picton-blue.active,
.show>.btn-picton-blue.dropdown-toggle {
  color: #000;
  background-color: #62c1f6;
  border-color: #4fbaf5;
}

.btn-picton-blue:disabled,
.btn-picton-blue.disabled {
  color: #000;
  background-color: #3BB2F4;
  border-color: #3BB2F4;
}

.btn-picton-blue-100 {
  color: #000;
  background-color: #3CB5DB;
  border-color: #3CB5DB;
}

.btn-picton-blue-100:hover {
  color: #000;
  background-color: #59c0e0;
  border-color: #50bcdf;
}

.btn-check:focus+.btn-picton-blue-100,
.btn-picton-blue-100:focus {
  color: #000;
  background-color: #59c0e0;
  border-color: #50bcdf;
}

.btn-check:checked+.btn-picton-blue-100,
.btn-check:active+.btn-picton-blue-100,
.btn-picton-blue-100:active,
.btn-picton-blue-100.active,
.show>.btn-picton-blue-100.dropdown-toggle {
  color: #000;
  background-color: #63c4e2;
  border-color: #50bcdf;
}

.btn-picton-blue-100:disabled,
.btn-picton-blue-100.disabled {
  color: #000;
  background-color: #3CB5DB;
  border-color: #3CB5DB;
}

.btn-medium-orchid {
  color: #000;
  background-color: #BF58D9;
  border-color: #BF58D9;
}

.btn-medium-orchid:hover {
  color: #000;
  background-color: #c971df;
  border-color: #c569dd;
}

.btn-check:focus+.btn-medium-orchid,
.btn-medium-orchid:focus {
  color: #000;
  background-color: #c971df;
  border-color: #c569dd;
}

.btn-check:checked+.btn-medium-orchid,
.btn-check:active+.btn-medium-orchid,
.btn-medium-orchid:active,
.btn-medium-orchid.active,
.show>.btn-medium-orchid.dropdown-toggle {
  color: #000;
  background-color: #cc79e1;
  border-color: #c569dd;
}

.btn-medium-orchid:disabled,
.btn-medium-orchid.disabled {
  color: #000;
  background-color: #BF58D9;
  border-color: #BF58D9;
}

.btn-pale-lavender {
  color: #000;
  background-color: #E4CFFF;
  border-color: #E4CFFF;
}

.btn-pale-lavender:hover {
  color: #000;
  background-color: #e8d6ff;
  border-color: #e7d4ff;
}

.btn-check:focus+.btn-pale-lavender,
.btn-pale-lavender:focus {
  color: #000;
  background-color: #e8d6ff;
  border-color: #e7d4ff;
}

.btn-check:checked+.btn-pale-lavender,
.btn-check:active+.btn-pale-lavender,
.btn-pale-lavender:active,
.btn-pale-lavender.active,
.show>.btn-pale-lavender.dropdown-toggle {
  color: #000;
  background-color: #e9d9ff;
  border-color: #e7d4ff;
}

.btn-pale-lavender:disabled,
.btn-pale-lavender.disabled {
  color: #000;
  background-color: #E4CFFF;
  border-color: #E4CFFF;
}

.btn-lavender-web-100 {
  color: #000;
  background-color: #ECDEFF;
  border-color: #ECDEFF;
}

.btn-lavender-web-100:hover {
  color: #000;
  background-color: #efe3ff;
  border-color: #eee1ff;
}

.btn-check:focus+.btn-lavender-web-100,
.btn-lavender-web-100:focus {
  color: #000;
  background-color: #efe3ff;
  border-color: #eee1ff;
}

.btn-check:checked+.btn-lavender-web-100,
.btn-check:active+.btn-lavender-web-100,
.btn-lavender-web-100:active,
.btn-lavender-web-100.active,
.show>.btn-lavender-web-100.dropdown-toggle {
  color: #000;
  background-color: #f0e5ff;
  border-color: #eee1ff;
}

.btn-lavender-web-100:disabled,
.btn-lavender-web-100.disabled {
  color: #000;
  background-color: #ECDEFF;
  border-color: #ECDEFF;
}

.btn-lavender-web {
  color: #000;
  background-color: #E9E6FE;
  border-color: #E9E6FE;
}

.btn-lavender-web:hover {
  color: #000;
  background-color: #eceafe;
  border-color: #ebe9fe;
}

.btn-check:focus+.btn-lavender-web,
.btn-lavender-web:focus {
  color: #000;
  background-color: #eceafe;
  border-color: #ebe9fe;
}

.btn-check:checked+.btn-lavender-web,
.btn-check:active+.btn-lavender-web,
.btn-lavender-web:active,
.btn-lavender-web.active,
.show>.btn-lavender-web.dropdown-toggle {
  color: #000;
  background-color: #edebfe;
  border-color: #ebe9fe;
}

.btn-lavender-web:disabled,
.btn-lavender-web.disabled {
  color: #000;
  background-color: #E9E6FE;
  border-color: #E9E6FE;
}

.btn-black-2 {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-black-2:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-check:focus+.btn-black-2,
.btn-black-2:focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

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

.btn-black-2:disabled,
.btn-black-2.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-dark-gunmetal {
  color: #fff;
  background-color: #1F2131;
  border-color: #1F2131;
}

.btn-dark-gunmetal:hover {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}

.btn-check:focus+.btn-dark-gunmetal,
.btn-dark-gunmetal:focus {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}

.btn-check:checked+.btn-dark-gunmetal,
.btn-check:active+.btn-dark-gunmetal,
.btn-dark-gunmetal:active,
.btn-dark-gunmetal.active,
.show>.btn-dark-gunmetal.dropdown-toggle {
  color: #fff;
  background-color: #191a27;
  border-color: #171925;
}

.btn-dark-gunmetal:disabled,
.btn-dark-gunmetal.disabled {
  color: #fff;
  background-color: #1F2131;
  border-color: #1F2131;
}

.btn-mikado-yellow {
  color: #000;
  background-color: #FFBE17;
  border-color: #FFBE17;
}

.btn-mikado-yellow:hover {
  color: #000;
  background-color: #ffc83a;
  border-color: #ffc52e;
}

.btn-check:focus+.btn-mikado-yellow,
.btn-mikado-yellow:focus {
  color: #000;
  background-color: #ffc83a;
  border-color: #ffc52e;
}

.btn-check:checked+.btn-mikado-yellow,
.btn-check:active+.btn-mikado-yellow,
.btn-mikado-yellow:active,
.btn-mikado-yellow.active,
.show>.btn-mikado-yellow.dropdown-toggle {
  color: #000;
  background-color: #ffcb45;
  border-color: #ffc52e;
}

.btn-mikado-yellow:disabled,
.btn-mikado-yellow.disabled {
  color: #000;
  background-color: #FFBE17;
  border-color: #FFBE17;
}

.btn-orange-red {
  color: #000;
  background-color: #FF5353;
  border-color: #FF5353;
}

.btn-orange-red:hover {
  color: #000;
  background-color: #ff6d6d;
  border-color: #ff6464;
}

.btn-check:focus+.btn-orange-red,
.btn-orange-red:focus {
  color: #000;
  background-color: #ff6d6d;
  border-color: #ff6464;
}

.btn-check:checked+.btn-orange-red,
.btn-check:active+.btn-orange-red,
.btn-orange-red:active,
.btn-orange-red.active,
.show>.btn-orange-red.dropdown-toggle {
  color: #000;
  background-color: #ff7575;
  border-color: #ff6464;
}

.btn-orange-red:disabled,
.btn-orange-red.disabled {
  color: #000;
  background-color: #FF5353;
  border-color: #FF5353;
}

.menu_top,
.mega_menu_three {
  width: auto;
  background-color: #f6f6f6;
}

.menu_top_col_3 {
  width: 33.3333% !important;
  float: left;
}

.menu_top_col_3 .navdropdown_link {
  min-height: 50px;
}

.menu_top_col_2 {
  width: 50% !important;
  float: left;
}

.menu_top_col_2 .navdropdown_link {
  min-height: 50px;
}

.menu_top_col {
  width: 100% !important;
  float: left;
}

.menu_top_col .navdropdown_link {
  min-height: 50px;
}

.menu>.nav-item.submenu.mega_menu .mega_menu_inner>.dropdown-menu>.nav-item .dropdown-menu {
  left: 0;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  top: 0;
}

.title_mega {
  font-size: 16px;
  font-family: 'Flexo-Caps-bold';
  padding: 15px 35px;
  border-bottom: 1px solid #cecdcd;
  background: white;
}

.navdropdown_icon {
  height: 30px;
  float: left;
  padding-bottom: 52px;
}
.menu_icon img{
  width: 20px;
}
.icon_mega_menu {
  width: 20px;
  float: left;
}

.subtitle_mega {
  font-size: 14px;
  font-family: 'Flexo-Caps-bold';
}

.text_mega_menu {
  font-size: 13px;
}

.svg_icon_menu {
  width: 10px;
}

.icon-rojo {
  color: var(--bs-primary-zero);;
}

.text-justify {
  text-align: justify;
}

.menu_bottom {
  background: #f9f9fa;
  padding: 5px;
  height: 100px;
  margin: 0px 10px 15px;
}

.menu_bottom:hover {
  background: #0095911f;
}

.icon_menu_bottom {
  width: 56px;
  float: left;
  margin-top: 10px;
}

.subtitle_bottom {
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 0px;
  line-height: 16px;
  margin-top: 20px;
}

.text_menu_bottom {
  font-size: 12px;
  color: #4f4f4f;
  line-height: 16px;
}

.valores .icon_menu_bottom {
  width: 40px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

@media (max-width: 700px) {
  .subtitle_bottom {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
  }
  
  .text_menu_bottom {
    font-size: 12px;
    color: #4f4f4f;
    line-height: 12px;
  }
  
  .menu_bottom {
    margin: 0 0px 10px;
  }
  
  .icon_menu_bottom {
    width: 42px;
    float: left;
    margin-top: 11px;
  }
  
  .dropdown-toggle::after {
    display: none !important;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
}

.footer_dropdown {
  font-size: 14px !important;
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.footer_dropdown .dropdown-item {
  font-weight: 400;
  color: #fff !important;
  padding: 5px 20px;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 2rem;
  padding: 0.3rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fafafaf0;
  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: auto;
  margin-top: -6px;
}

.bg-light .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 63px;
  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;
  }
}

@media (max-width: 768px) {
  
  .title_mega,
  .text_mega_menu {
    display: none;
  }
  
  .menu_top_col_2,
  .menu_top_col_3 {
    width: 100% !important;
    float: left;
  }
  
  .navdropdown_icon {
    height: 10px;
    float: left;
    padding-bottom: 0px;
  }
}

.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:hover,
.dropdown-item:focus {
  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:hover,
.dropdown-menu-dark .dropdown-item:focus {
  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;
}

.dropdown-toggle-svg {
  display: inline-flex;
  align-items: center;
}

.dropdown-toggle-svg .svg-icon {
  width: 18px;
  height: 18px;
  margin-left: 15px;
}

.dropdown-menu {
  font-size: 14px;
  background-color: #fafafa;
  color: #363848;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.dropdown-menu .dropdown-item {
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #cbeaf766;
  color: var(--bs-primary);
}

.dropdown-menu .dropdown-item:focus {
  background-color: #F0EEFF;
  color: #D81C09;
}

.dropdown-menu .dropdown-item:active {
  background-color: #cbeaf766;
  color: #FFFFFF;
}

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

.container-fluid {
  padding-right: var(--bs-gutter-x, 0px);
  padding-left: var(--bs-gutter-x, 0px);
}

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

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

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

@media (min-width: 1200px) {
  
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1620px;
  }
}

@media (min-width: 1400px) {
  
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1620px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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%;
}

.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 {
    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%;
  }
  
  .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 {
    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%;
  }
  
  .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 {
    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%;
  }
  
  .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 {
    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%;
  }
  
  .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 {
    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-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(:first-child) {
  border-top: 2px solid 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-borderless> :not(:first-child) {
  border-top-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;
  }
}

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

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

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

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.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,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.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: #363848;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link-top {
  font-size: 13px;
  color: #231914;
  text-decoration: none;
}

.text-mini {
  font-size: 13px;
  margin-top: 13px;
}

.dest .diagonal {
  width: 220px;
  height: 50px;
  border: 0px solid var(--bs-primary-zero);
  background: var(--bs-primary-zero);
  -webkit-transform: skew(30deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  float: left;
  border-style: solid;
  border-width: 45px 26.5px 0px 3px;
  border-color: var(--bs-primary-zero) transparent transparent transparent;
  position: absolute;
  right: -50px;
  bottom: 451px;
}

.diagonal {
  width: 220px;
  height: 34px;
  border: 0px solid var(--bs-primary-zero);
  background: var(--bs-primary-zero);
  -webkit-transform: skew(30deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  float: left;
  border-style: solid;
  border-width: 36px 22.5px 0px 0px;
  border-color: var(--bs-primary-zero) transparent transparent transparent;
  position: absolute;
  right: -50px;
  bottom: 0px;
}

.diagonal::marker,
.diagonal_dest::marker {
  color: transparent;
}

.diagonal a,
.diagonal_dest a {
  text-decoration: none;
  display: block;
  line-height: 11px;
  padding: 0 21px 9px 29px;
  letter-spacing: 0px;
  position: relative;
  font-weight: 300;
  color: white;
  font-family: 'Flexo-Caps-regular';
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  top: -32px;
  font-size: 13px;
}

.diagonal_dest {
  width: 220px;
  height: 34px;
  border: 0px solid #D81C09;
  background: #D81C09;
  -webkit-transform: skew(30deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  float: left;
  border-style: solid;
  border-width: 36px 22.5px 0px 0px;
  border-color: #D81C09 transparent transparent transparent;
  position: absolute;
  right: -50px;
  bottom: 0px;
}

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

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-primary);
}

.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: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #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: none;
  border: 0;
  border-radius: 0.25rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--bs-primary);
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  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-light {
  background: #EFEFEF !important;
  z-index: 1;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.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;
}

.navbar-justify-content {
  justify-content: right;
}

@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;
    flex-basis: auto;
  }
  
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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;
  }
  
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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;
  }
  
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1024px) {
  .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;
  }
  
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@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-xxl .offcanvas-header {
    display: none;
  }
  
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.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-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  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:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  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:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.b-white {
  background-color: #F4F4F4;
  padding-left: 2% !important;
  padding-right: 2% !important;
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.b-photo {
  background-color: #f4f4f4;
}

.b-photo img {
  width: 100%;
  transition: 0.59s all cubic-bezier(0.19, 0.8, 0.57, 1);
}

.b-photo:hover img {
  transform: scale(0.9);
}

.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: 14px;
}

.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(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.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+.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(0.25rem - 1px) calc(0.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(0.25rem - 1px) calc(0.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(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.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-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  
  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    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-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  
  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.Morado {
  background-color: #633596;
}

.Morado .card-title,
.Morado .card-text,
.Morado .card-footer a {
  color: #fff;
  text-decoration: none;
}

.Verde {
  background-color: #007276;
}

.Verde .card-title,
.Verde .card-text,
.Verde .card-footer a {
  color: #fff;
  text-decoration: none;
}

.Naranja {
  background-color: #FE8D4D;
}

.Naranja .card-title,
.Naranja .card-text,
.Naranja .card-footer a {
  color: #fff;
  text-decoration: none;
}

.bs-calltoaction {
  background-image: url('../assets/call_to_action/image.png');
}

.bs-calltoaction2 {
  background-image: url('../assets/call_to_action/image2.png');
}

.grid_row .row>* {
  padding-right: 0px;
  padding-left: 0px;
}

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

.head_two {
  justify-content: flex-end;
}

@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(0.25rem - 1px);
  border-top-right-radius: calc(0.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(0.25rem - 1px);
  border-bottom-left-radius: calc(0.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;
}

.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: #821105;
  background-color: #f7d2ce;
  border-color: #f3bbb5;
}

.alert-primary .alert-link {
  color: #680e04;
}

.alert-accent {
  color: #98552e;
  background-color: #ffe8db;
  border-color: #ffddca;
}

.alert-accent .alert-link {
  color: #7a4425;
}

.alert-dark {
  color: #20222b;
  background-color: #d7d7da;
  border-color: #c3c3c8;
}

.alert-dark .alert-link {
  color: #1a1b22;
}

.alert-black {
  color: #13141d;
  background-color: #d2d3d6;
  border-color: #bcbcc1;
}

.alert-black .alert-link {
  color: #0f1017;
}

@-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:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.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: #821105;
  background-color: #f7d2ce;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #821105;
  background-color: #debdb9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #821105;
  border-color: #821105;
}

.list-group-item-accent {
  color: #98552e;
  background-color: #ffe8db;
}

.list-group-item-accent.list-group-item-action:hover,
.list-group-item-accent.list-group-item-action:focus {
  color: #98552e;
  background-color: #e6d1c5;
}

.list-group-item-accent.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #98552e;
  border-color: #98552e;
}

.list-group-item-dark {
  color: #20222b;
  background-color: #d7d7da;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #20222b;
  background-color: #c2c2c4;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #20222b;
  border-color: #20222b;
}

.list-group-item-black {
  color: #13141d;
  background-color: #d2d3d6;
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
  color: #13141d;
  background-color: #bdbec1;
}

.list-group-item-black.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #13141d;
  border-color: #13141d;
}

.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.showing {
  opacity: 0;
}

.toast:not(.show) {
  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(0.25rem - 1px);
  border-top-right-radius: calc(0.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: 1055;
  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: 1050;
  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(0.3rem - 1px);
  border-top-right-radius: calc(0.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(0.3rem - 1px);
  border-bottom-left-radius: calc(0.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-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .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::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.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-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=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-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=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-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.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-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.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(0.3rem - 1px);
  border-top-right-radius: calc(0.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.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  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: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 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='%23000'%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='%23000'%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%;
  top: 25%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #00918d;
}

.carousel-dark .carousel-caption {
  color: #fff;
  font-family: 'Flexo-Caps-bold';
  text-shadow: 1px 1px 1px #00000045;
  font-size: 55px;
}

.carousel-dark .carousel-caption a {
  text-shadow: 0px 0px 0px #00000045;
}

@-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: 1045;
  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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #1F2131 55%, rgba(0, 0, 0, 0.8) 75%, #1F2131 95%);
  mask-image: linear-gradient(130deg, #1F2131 55%, rgba(0, 0, 0, 0.8) 75%, #1F2131 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #D81C09;
}

.link-primary:hover,
.link-primary:focus {
  color: #ad1607;
}

.link-accent {
  color: #FE8D4D;
}

.link-accent:hover,
.link-accent:focus {
  color: #fea471;
}

.link-dark {
  color: #363848;
}

.link-dark:hover,
.link-dark:focus {
  color: #2b2d3a;
}

.link-black {
  color: #1F2131;
}

.link-black:hover,
.link-black:focus {
  color: #191a27;
}

.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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !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-1 {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14) !important;
}

.shadow-2 {
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07) !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: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-25 {
  top: 25% !important;
}

.top-50 {
  top: 50% !important;
}

.top-85 {
  top: 85% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-25 {
  bottom: 25% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-85 {
  bottom: 85% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-25 {
  left: 25% !important;
}

.start-50 {
  left: 50% !important;
}

.start-85 {
  left: 85% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-25 {
  right: 25% !important;
}

.end-50 {
  right: 50% !important;
}

.end-85 {
  right: 85% !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: #D81C09 !important;
}

.border-accent {
  border-color: #FE8D4D !important;
}

.border-dark {
  border-color: #363848 !important;
}

.border-black {
  border-color: #1F2131 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.border-arsenic {
  border-color: #000000 !important;
  background: #000000 !important;
}

.border-alice-blue {
  border-color: #F0EEFF !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-30 {
  width: 30% !important;
}

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

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

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

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

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

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

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

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

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

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

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

.w-95 {
  width: 95% !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-30 {
  height: 30% !important;
}

.h-34 {
  height: 34% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !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-nofill {
  flex: 0 0 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-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-43 {
  gap: 43px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-120 {
  gap: 120px !important;
}

.gap-180 {
  gap: 180px !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-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-43 {
  margin: 43px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-180 {
  margin: 180px !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-17 {
  margin-right: 17px !important;
  margin-left: 17px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-34 {
  margin-right: 34px !important;
  margin-left: 34px !important;
}

.mx-43 {
  margin-right: 43px !important;
  margin-left: 43px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

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

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

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-5 {
  margin-right: 5px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-12 {
  margin-right: 12px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-17 {
  margin-right: 17px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-24 {
  margin-right: 24px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.me-34 {
  margin-right: 34px !important;
}

.me-43 {
  margin-right: 43px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-90 {
  margin-right: 90px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-180 {
  margin-right: 180px !important;
}

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

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-5 {
  margin-left: 5px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-12 {
  margin-left: 12px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-17 {
  margin-left: 17px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-24 {
  margin-left: 24px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.ms-34 {
  margin-left: 34px !important;
}

.ms-43 {
  margin-left: 43px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-90 {
  margin-left: 90px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-180 {
  margin-left: 180px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n5 {
  margin: -5px !important;
}

.m-n10 {
  margin: -10px !important;
}

.m-n12 {
  margin: -12px !important;
}

.m-n15 {
  margin: -15px !important;
}

.m-n17 {
  margin: -17px !important;
}

.m-n20 {
  margin: -20px !important;
}

.m-n24 {
  margin: -24px !important;
}

.m-n25 {
  margin: -25px !important;
}

.m-n34 {
  margin: -34px !important;
}

.m-n43 {
  margin: -43px !important;
}

.m-n60 {
  margin: -60px !important;
}

.m-n80 {
  margin: -80px !important;
}

.m-n90 {
  margin: -90px !important;
}

.m-n100 {
  margin: -100px !important;
}

.m-n120 {
  margin: -120px !important;
}

.m-n180 {
  margin: -180px !important;
}

.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n12 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mx-n17 {
  margin-right: -17px !important;
  margin-left: -17px !important;
}

.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n24 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.mx-n34 {
  margin-right: -34px !important;
  margin-left: -34px !important;
}

.mx-n43 {
  margin-right: -43px !important;
  margin-left: -43px !important;
}

.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}

.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

.mx-n180 {
  margin-right: -180px !important;
  margin-left: -180px !important;
}

.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-n17 {
  margin-top: -17px !important;
  margin-bottom: -17px !important;
}

.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.my-n34 {
  margin-top: -34px !important;
  margin-bottom: -34px !important;
}

.my-n43 {
  margin-top: -43px !important;
  margin-bottom: -43px !important;
}

.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.my-n180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.mt-n5 {
  margin-top: -5px !important;
}

.mt-n10 {
  margin-top: -10px !important;
}

.mt-n12 {
  margin-top: -12px !important;
}

.mt-n15 {
  margin-top: -15px !important;
}

.mt-n17 {
  margin-top: -17px !important;
}

.mt-n20 {
  margin-top: -20px !important;
}

.mt-n24 {
  margin-top: -24px !important;
}

.mt-n25 {
  margin-top: -25px !important;
}

.mt-n34 {
  margin-top: -34px !important;
}

.mt-n43 {
  margin-top: -43px !important;
}

.mt-n60 {
  margin-top: -60px !important;
}

.mt-n80 {
  margin-top: -80px !important;
}

.mt-n90 {
  margin-top: -90px !important;
}

.mt-n100 {
  margin-top: -100px !important;
}

.mt-n120 {
  margin-top: -120px !important;
}

.mt-n180 {
  margin-top: -180px !important;
}

.me-n5 {
  margin-right: -5px !important;
}

.me-n10 {
  margin-right: -10px !important;
}

.me-n12 {
  margin-right: -12px !important;
}

.me-n15 {
  margin-right: -15px !important;
}

.me-n17 {
  margin-right: -17px !important;
}

.me-n20 {
  margin-right: -20px !important;
}

.me-n24 {
  margin-right: -24px !important;
}

.me-n25 {
  margin-right: -25px !important;
}

.me-n34 {
  margin-right: -34px !important;
}

.me-n43 {
  margin-right: -43px !important;
}

.me-n60 {
  margin-right: -60px !important;
}

.me-n80 {
  margin-right: -80px !important;
}

.me-n90 {
  margin-right: -90px !important;
}

.me-n100 {
  margin-right: -100px !important;
}

.me-n120 {
  margin-right: -120px !important;
}

.me-n180 {
  margin-right: -180px !important;
}

.mb-n5 {
  margin-bottom: -5px !important;
}

.mb-n10 {
  margin-bottom: -10px !important;
}

.mb-n12 {
  margin-bottom: -12px !important;
}

.mb-n15 {
  margin-bottom: -15px !important;
}

.mb-n17 {
  margin-bottom: -17px !important;
}

.mb-n20 {
  margin-bottom: -20px !important;
}

.mb-n24 {
  margin-bottom: -24px !important;
}

.mb-n25 {
  margin-bottom: -25px !important;
}

.mb-n34 {
  margin-bottom: -34px !important;
}

.mb-n43 {
  margin-bottom: -43px !important;
}

.mb-n60 {
  margin-bottom: -60px !important;
}

.mb-n80 {
  margin-bottom: -80px !important;
}

.mb-n90 {
  margin-bottom: -90px !important;
}

.mb-n100 {
  margin-bottom: -100px !important;
}

.mb-n120 {
  margin-bottom: -120px !important;
}

.mb-n180 {
  margin-bottom: -180px !important;
}

.ms-n5 {
  margin-left: -5px !important;
}

.ms-n10 {
  margin-left: -10px !important;
}

.ms-n12 {
  margin-left: -12px !important;
}

.ms-n15 {
  margin-left: -15px !important;
}

.ms-n17 {
  margin-left: -17px !important;
}

.ms-n20 {
  margin-left: -20px !important;
}

.ms-n24 {
  margin-left: -24px !important;
}

.ms-n25 {
  margin-left: -25px !important;
}

.ms-n34 {
  margin-left: -34px !important;
}

.ms-n43 {
  margin-left: -43px !important;
}

.ms-n60 {
  margin-left: -60px !important;
}

.ms-n80 {
  margin-left: -80px !important;
}

.ms-n90 {
  margin-left: -90px !important;
}

.ms-n100 {
  margin-left: -100px !important;
}

.ms-n120 {
  margin-left: -120px !important;
}

.ms-n180 {
  margin-left: -180px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-43 {
  padding: 43px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-180 {
  padding: 180px !important;
}

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

.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.px-17 {
  padding-right: 17px !important;
  padding-left: 17px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

@media (max-width: 1000px) {
  .px-25 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.px-34 {
  padding-right: 34px !important;
  padding-left: 34px !important;
}

.px-43 {
  padding-right: 43px !important;
  padding-left: 43px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

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

.pe-5 {
  padding-right: 5px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pe-17 {
  padding-right: 17px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-24 {
  padding-right: 24px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.pe-34 {
  padding-right: 34px !important;
}

.pe-43 {
  padding-right: 43px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-90 {
  padding-right: 90px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.pe-180 {
  padding-right: 180px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

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

.ps-5 {
  padding-left: 5px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-17 {
  padding-left: 17px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-24 {
  padding-left: 24px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.ps-34 {
  padding-left: 34px !important;
}

.ps-43 {
  padding-left: 43px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-90 {
  padding-left: 90px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.ps-180 {
  padding-left: 180px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-16 {
  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-medium {
  font-weight: 500 !important;
}

.fw-semiBold {
  font-weight: 600 !important;
}

.fw-bold {
  font-family: flexo-caps-bold !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-accent {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-violet {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-violet-rgb), var(--bs-text-opacity)) !important;
}

.text-blue-violet-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-violet-200-rgb), var(--bs-text-opacity)) !important;
}

.text-deep-lilac {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-deep-lilac-rgb), var(--bs-text-opacity)) !important;
}

.text-ocean-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ocean-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-mojorelle-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mojorelle-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-majorelle-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-majorelle-blue-200-rgb), var(--bs-text-opacity)) !important;
}

.text-dark-charcoal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-charcoal-rgb), var(--bs-text-opacity)) !important;
}

.text-eerie-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-eerie-black-rgb), var(--bs-text-opacity)) !important;
}

.text-arsenic-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-arsenic-500-rgb), var(--bs-text-opacity)) !important;
}

.text-black-olive {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-olive-rgb), var(--bs-text-opacity)) !important;
}

.text-american-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-american-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-arsenic {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-arsenic-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
  font-family: 'Flexo-Caps-bold';
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.text-philippine-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-philippine-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-philippine-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-philippine-gray-100-rgb), var(--bs-text-opacity)) !important;
}

.text-spanish-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-spanish-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-dark-gray-x11 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-gray-x11-rgb), var(--bs-text-opacity)) !important;
}

.text-silver-foil {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-silver-foil-rgb), var(--bs-text-opacity)) !important;
}

.text-anti-flash-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-anti-flash-white-rgb), var(--bs-text-opacity)) !important;
}

.text-alice-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-alice-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-light-silver {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-silver-rgb), var(--bs-text-opacity)) !important;
}

.text-platinum {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-platinum-rgb), var(--bs-text-opacity)) !important;
}

.text-bright-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-bright-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-magnolia {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-magnolia-rgb), var(--bs-text-opacity)) !important;
}

.text-ghost-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ghost-white-rgb), var(--bs-text-opacity)) !important;
}

.text-cultured {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cultured-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-ufo-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ufo-green-rgb), var(--bs-text-opacity)) !important;
}

.text-ufo-green-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ufo-green-100-rgb), var(--bs-text-opacity)) !important;
}

.text-lime-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-green-rgb), var(--bs-text-opacity)) !important;
}

.text-outrageous-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-outrageous-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-pumpkin {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pumpkin-rgb), var(--bs-text-opacity)) !important;
}

.text-royal-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-royal-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-rajah {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rajah-rgb), var(--bs-text-opacity)) !important;
}

.text-pale-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pale-pink-rgb), var(--bs-text-opacity)) !important;
}

.text-persian-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-persian-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-picton-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-picton-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-picton-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-picton-blue-100-rgb), var(--bs-text-opacity)) !important;
}

.text-medium-orchid {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-medium-orchid-rgb), var(--bs-text-opacity)) !important;
}

.text-pale-lavender {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pale-lavender-rgb), var(--bs-text-opacity)) !important;
}

.text-lavender-web-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lavender-web-100-rgb), var(--bs-text-opacity)) !important;
}

.text-lavender-web {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lavender-web-rgb), var(--bs-text-opacity)) !important;
}

.text-black-2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-2-rgb), var(--bs-text-opacity)) !important;
}

.text-dark-gunmetal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-gunmetal-rgb), var(--bs-text-opacity)) !important;
}

.text-mikado-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mikado-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-orange-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-red-rgb), var(--bs-text-opacity)) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-17 {
  --bs-text-opacity: 0.17;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-33 {
  --bs-text-opacity: 0.33;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-accent {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: var(--bs-primary-zero) !important;
  background-image: url(../assets/footer.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-violet {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-violet-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-violet-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-violet-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-deep-lilac {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-deep-lilac-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ocean-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ocean-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-mojorelle-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-mojorelle-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-majorelle-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-majorelle-blue-200-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark-charcoal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-charcoal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-eerie-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-eerie-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-arsenic-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-arsenic-500-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-olive {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-olive-rgb), var(--bs-bg-opacity)) !important;
}

.bg-american-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-american-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-arsenic {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-arsenic-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-philippine-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-philippine-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-philippine-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-philippine-gray-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-spanish-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-spanish-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark-gray-x11 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-gray-x11-rgb), var(--bs-bg-opacity)) !important;
}

.bg-silver-foil {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-silver-foil-rgb), var(--bs-bg-opacity)) !important;
}

.bg-anti-flash-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-anti-flash-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-alice-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-alice-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-silver {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-silver-rgb), var(--bs-bg-opacity)) !important;
}

.bg-platinum {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-platinum-rgb), var(--bs-bg-opacity)) !important;
}

.bg-bright-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-bright-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-magnolia {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-magnolia-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ghost-white {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

.bg-cultured {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cultured-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ufo-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ufo-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ufo-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ufo-green-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lime-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lime-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-outrageous-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-outrageous-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pumpkin {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pumpkin-rgb), var(--bs-bg-opacity)) !important;
}

.bg-royal-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-royal-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-rajah {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rajah-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pale-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pale-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-persian-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-persian-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-picton-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-picton-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-picton-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-picton-blue-100-rgb), var(--bs-bg-opacity)) !important;
}

.bg-medium-orchid {
  --bs-bg-opacity: 0.5;
  background-color: #0000003d !important;
}

.bg-medium-black {
  opacity: 0.8;
  filter: grayscale(10%);
}

.bg-pale-lavender {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pale-lavender-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lavender-web-100 {
  --bs-bg-opacity: 1;
  background-color: #d81c0933 !important;
}

.bg-lavender-web {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lavender-web-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black-2 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-2-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark-gunmetal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-gunmetal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-mikado-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-mikado-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-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-20 {
  border-radius: 20px !important;
}

.rounded-40 {
  border-radius: 40px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 10px !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;
}

.is-14 {
  width: 14px !important;
  height: 14px !important;
}

.is-16 {
  width: 16px !important;
  height: 16px !important;
}

.is-20 {
  width: 20px !important;
  height: 20px !important;
}

.is-80 {
  width: 80px !important;
  height: 80px !important;
}

.is-100 {
  width: 100px !important;
  height: 100px !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  
  .float-sm-end {
    float: right !important;
  }
  
  .float-sm-none {
    float: none !important;
  }
  
  .overflow-sm-auto {
    overflow: auto !important;
  }
  
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  
  .overflow-sm-visible {
    overflow: visible !important;
  }
  
  .overflow-sm-scroll {
    overflow: scroll !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;
  }
  
  .position-sm-static {
    position: static !important;
  }
  
  .position-sm-relative {
    position: relative !important;
  }
  
  .position-sm-absolute {
    position: absolute !important;
  }
  
  .position-sm-fixed {
    position: fixed !important;
  }
  
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-sm-0 {
    top: 0 !important;
  }
  
  .top-sm-25 {
    top: 25% !important;
  }
  
  .top-sm-50 {
    top: 50% !important;
  }
  
  .top-sm-85 {
    top: 85% !important;
  }
  
  .top-sm-100 {
    top: 100% !important;
  }
  
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  
  .bottom-sm-85 {
    bottom: 85% !important;
  }
  
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  
  .start-sm-0 {
    left: 0 !important;
  }
  
  .start-sm-25 {
    left: 25% !important;
  }
  
  .start-sm-50 {
    left: 50% !important;
  }
  
  .start-sm-85 {
    left: 85% !important;
  }
  
  .start-sm-100 {
    left: 100% !important;
  }
  
  .end-sm-0 {
    right: 0 !important;
  }
  
  .end-sm-25 {
    right: 25% !important;
  }
  
  .end-sm-50 {
    right: 50% !important;
  }
  
  .end-sm-85 {
    right: 85% !important;
  }
  
  .end-sm-100 {
    right: 100% !important;
  }
  
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  
  .w-sm-25 {
    width: 25% !important;
  }
  
  .w-sm-30 {
    width: 30% !important;
  }
  
  .w-sm-34 {
    width: 34% !important;
  }
  
  .w-sm-35 {
    width: 35% !important;
  }
  
  .w-sm-40 {
    width: 40% !important;
  }
  
  .w-sm-45 {
    width: 45% !important;
  }
  
  .w-sm-50 {
    width: 50% !important;
  }
  
  .w-sm-60 {
    width: 60% !important;
  }
  
  .w-sm-65 {
    width: 65% !important;
  }
  
  .w-sm-70 {
    width: 70% !important;
  }
  
  .w-sm-75 {
    width: 75% !important;
  }
  
  .w-sm-85 {
    width: 85% !important;
  }
  
  .w-sm-90 {
    width: 90% !important;
  }
  
  .w-sm-95 {
    width: 95% !important;
  }
  
  .w-sm-100 {
    width: 100% !important;
  }
  
  .w-sm-auto {
    width: auto !important;
  }
  
  .h-sm-25 {
    height: 25% !important;
  }
  
  .h-sm-30 {
    height: 30% !important;
  }
  
  .h-sm-34 {
    height: 34% !important;
  }
  
  .h-sm-35 {
    height: 35% !important;
  }
  
  .h-sm-40 {
    height: 40% !important;
  }
  
  .h-sm-45 {
    height: 45% !important;
  }
  
  .h-sm-50 {
    height: 50% !important;
  }
  
  .h-sm-60 {
    height: 60% !important;
  }
  
  .h-sm-65 {
    height: 65% !important;
  }
  
  .h-sm-70 {
    height: 70% !important;
  }
  
  .h-sm-75 {
    height: 75% !important;
  }
  
  .h-sm-85 {
    height: 85% !important;
  }
  
  .h-sm-90 {
    height: 90% !important;
  }
  
  .h-sm-95 {
    height: 95% !important;
  }
  
  .h-sm-100 {
    height: 100% !important;
  }
  
  .h-sm-auto {
    height: auto !important;
  }
  
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-sm-nofill {
    flex: 0 0 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-5 {
    gap: 5px !important;
  }
  
  .gap-sm-10 {
    gap: 10px !important;
  }
  
  .gap-sm-12 {
    gap: 12px !important;
  }
  
  .gap-sm-15 {
    gap: 15px !important;
  }
  
  .gap-sm-17 {
    gap: 17px !important;
  }
  
  .gap-sm-20 {
    gap: 20px !important;
  }
  
  .gap-sm-24 {
    gap: 24px !important;
  }
  
  .gap-sm-25 {
    gap: 25px !important;
  }
  
  .gap-sm-34 {
    gap: 34px !important;
  }
  
  .gap-sm-43 {
    gap: 43px !important;
  }
  
  .gap-sm-60 {
    gap: 60px !important;
  }
  
  .gap-sm-80 {
    gap: 80px !important;
  }
  
  .gap-sm-90 {
    gap: 90px !important;
  }
  
  .gap-sm-100 {
    gap: 100px !important;
  }
  
  .gap-sm-120 {
    gap: 120px !important;
  }
  
  .gap-sm-180 {
    gap: 180px !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-5 {
    margin: 5px !important;
  }
  
  .m-sm-10 {
    margin: 10px !important;
  }
  
  .m-sm-12 {
    margin: 12px !important;
  }
  
  .m-sm-15 {
    margin: 15px !important;
  }
  
  .m-sm-17 {
    margin: 17px !important;
  }
  
  .m-sm-20 {
    margin: 20px !important;
  }
  
  .m-sm-24 {
    margin: 24px !important;
  }
  
  .m-sm-25 {
    margin: 25px !important;
  }
  
  .m-sm-34 {
    margin: 34px !important;
  }
  
  .m-sm-43 {
    margin: 43px !important;
  }
  
  .m-sm-60 {
    margin: 60px !important;
  }
  
  .m-sm-80 {
    margin: 80px !important;
  }
  
  .m-sm-90 {
    margin: 90px !important;
  }
  
  .m-sm-100 {
    margin: 100px !important;
  }
  
  .m-sm-120 {
    margin: 120px !important;
  }
  
  .m-sm-180 {
    margin: 180px !important;
  }
  
  .m-sm-auto {
    margin: auto !important;
  }
  
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .mx-sm-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  
  .mx-sm-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  
  .mx-sm-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !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-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .my-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  
  .my-sm-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  
  .my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  
  .mt-sm-17 {
    margin-top: 17px !important;
  }
  
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  
  .mt-sm-34 {
    margin-top: 34px !important;
  }
  
  .mt-sm-43 {
    margin-top: 43px !important;
  }
  
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  
  .mt-sm-auto {
    margin-top: auto !important;
  }
  
  .me-sm-0 {
    margin-right: 0 !important;
  }
  
  .me-sm-5 {
    margin-right: 5px !important;
  }
  
  .me-sm-10 {
    margin-right: 10px !important;
  }
  
  .me-sm-12 {
    margin-right: 12px !important;
  }
  
  .me-sm-15 {
    margin-right: 15px !important;
  }
  
  .me-sm-17 {
    margin-right: 17px !important;
  }
  
  .me-sm-20 {
    margin-right: 20px !important;
  }
  
  .me-sm-24 {
    margin-right: 24px !important;
  }
  
  .me-sm-25 {
    margin-right: 25px !important;
  }
  
  .me-sm-34 {
    margin-right: 34px !important;
  }
  
  .me-sm-43 {
    margin-right: 43px !important;
  }
  
  .me-sm-60 {
    margin-right: 60px !important;
  }
  
  .me-sm-80 {
    margin-right: 80px !important;
  }
  
  .me-sm-90 {
    margin-right: 90px !important;
  }
  
  .me-sm-100 {
    margin-right: 100px !important;
  }
  
  .me-sm-120 {
    margin-right: 120px !important;
  }
  
  .me-sm-180 {
    margin-right: 180px !important;
  }
  
  .me-sm-auto {
    margin-right: auto !important;
  }
  
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  
  .mb-sm-17 {
    margin-bottom: 17px !important;
  }
  
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  
  .mb-sm-34 {
    margin-bottom: 34px !important;
  }
  
  .mb-sm-43 {
    margin-bottom: 43px !important;
  }
  
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  
  .ms-sm-12 {
    margin-left: 12px !important;
  }
  
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  
  .ms-sm-17 {
    margin-left: 17px !important;
  }
  
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  
  .ms-sm-24 {
    margin-left: 24px !important;
  }
  
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  
  .ms-sm-34 {
    margin-left: 34px !important;
  }
  
  .ms-sm-43 {
    margin-left: 43px !important;
  }
  
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  
  .ms-sm-auto {
    margin-left: auto !important;
  }
  
  .m-sm-n5 {
    margin: -5px !important;
  }
  
  .m-sm-n10 {
    margin: -10px !important;
  }
  
  .m-sm-n12 {
    margin: -12px !important;
  }
  
  .m-sm-n15 {
    margin: -15px !important;
  }
  
  .m-sm-n17 {
    margin: -17px !important;
  }
  
  .m-sm-n20 {
    margin: -20px !important;
  }
  
  .m-sm-n24 {
    margin: -24px !important;
  }
  
  .m-sm-n25 {
    margin: -25px !important;
  }
  
  .m-sm-n34 {
    margin: -34px !important;
  }
  
  .m-sm-n43 {
    margin: -43px !important;
  }
  
  .m-sm-n60 {
    margin: -60px !important;
  }
  
  .m-sm-n80 {
    margin: -80px !important;
  }
  
  .m-sm-n90 {
    margin: -90px !important;
  }
  
  .m-sm-n100 {
    margin: -100px !important;
  }
  
  .m-sm-n120 {
    margin: -120px !important;
  }
  
  .m-sm-n180 {
    margin: -180px !important;
  }
  
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  
  .mx-sm-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  
  .mx-sm-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  
  .mx-sm-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  
  .mx-sm-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  
  .mx-sm-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  
  .mx-sm-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  
  .my-sm-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  
  .my-sm-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  
  .my-sm-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  
  .my-sm-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  
  .my-sm-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  
  .my-sm-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  
  .mt-sm-n12 {
    margin-top: -12px !important;
  }
  
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  
  .mt-sm-n17 {
    margin-top: -17px !important;
  }
  
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  
  .mt-sm-n24 {
    margin-top: -24px !important;
  }
  
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  
  .mt-sm-n34 {
    margin-top: -34px !important;
  }
  
  .mt-sm-n43 {
    margin-top: -43px !important;
  }
  
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  
  .mt-sm-n180 {
    margin-top: -180px !important;
  }
  
  .me-sm-n5 {
    margin-right: -5px !important;
  }
  
  .me-sm-n10 {
    margin-right: -10px !important;
  }
  
  .me-sm-n12 {
    margin-right: -12px !important;
  }
  
  .me-sm-n15 {
    margin-right: -15px !important;
  }
  
  .me-sm-n17 {
    margin-right: -17px !important;
  }
  
  .me-sm-n20 {
    margin-right: -20px !important;
  }
  
  .me-sm-n24 {
    margin-right: -24px !important;
  }
  
  .me-sm-n25 {
    margin-right: -25px !important;
  }
  
  .me-sm-n34 {
    margin-right: -34px !important;
  }
  
  .me-sm-n43 {
    margin-right: -43px !important;
  }
  
  .me-sm-n60 {
    margin-right: -60px !important;
  }
  
  .me-sm-n80 {
    margin-right: -80px !important;
  }
  
  .me-sm-n90 {
    margin-right: -90px !important;
  }
  
  .me-sm-n100 {
    margin-right: -100px !important;
  }
  
  .me-sm-n120 {
    margin-right: -120px !important;
  }
  
  .me-sm-n180 {
    margin-right: -180px !important;
  }
  
  .mb-sm-n5 {
    margin-bottom: -5px !important;
  }
  
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  
  .mb-sm-n12 {
    margin-bottom: -12px !important;
  }
  
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  
  .mb-sm-n17 {
    margin-bottom: -17px !important;
  }
  
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  
  .mb-sm-n24 {
    margin-bottom: -24px !important;
  }
  
  .mb-sm-n25 {
    margin-bottom: -25px !important;
  }
  
  .mb-sm-n34 {
    margin-bottom: -34px !important;
  }
  
  .mb-sm-n43 {
    margin-bottom: -43px !important;
  }
  
  .mb-sm-n60 {
    margin-bottom: -60px !important;
  }
  
  .mb-sm-n80 {
    margin-bottom: -80px !important;
  }
  
  .mb-sm-n90 {
    margin-bottom: -90px !important;
  }
  
  .mb-sm-n100 {
    margin-bottom: -100px !important;
  }
  
  .mb-sm-n120 {
    margin-bottom: -120px !important;
  }
  
  .mb-sm-n180 {
    margin-bottom: -180px !important;
  }
  
  .ms-sm-n5 {
    margin-left: -5px !important;
  }
  
  .ms-sm-n10 {
    margin-left: -10px !important;
  }
  
  .ms-sm-n12 {
    margin-left: -12px !important;
  }
  
  .ms-sm-n15 {
    margin-left: -15px !important;
  }
  
  .ms-sm-n17 {
    margin-left: -17px !important;
  }
  
  .ms-sm-n20 {
    margin-left: -20px !important;
  }
  
  .ms-sm-n24 {
    margin-left: -24px !important;
  }
  
  .ms-sm-n25 {
    margin-left: -25px !important;
  }
  
  .ms-sm-n34 {
    margin-left: -34px !important;
  }
  
  .ms-sm-n43 {
    margin-left: -43px !important;
  }
  
  .ms-sm-n60 {
    margin-left: -60px !important;
  }
  
  .ms-sm-n80 {
    margin-left: -80px !important;
  }
  
  .ms-sm-n90 {
    margin-left: -90px !important;
  }
  
  .ms-sm-n100 {
    margin-left: -100px !important;
  }
  
  .ms-sm-n120 {
    margin-left: -120px !important;
  }
  
  .ms-sm-n180 {
    margin-left: -180px !important;
  }
  
  .p-sm-0 {
    padding: 0 !important;
  }
  
  .p-sm-5 {
    padding: 5px !important;
  }
  
  .p-sm-10 {
    padding: 10px !important;
  }
  
  .p-sm-12 {
    padding: 12px !important;
  }
  
  .p-sm-15 {
    padding: 15px !important;
  }
  
  .p-sm-17 {
    padding: 17px !important;
  }
  
  .p-sm-20 {
    padding: 20px !important;
  }
  
  .p-sm-24 {
    padding: 24px !important;
  }
  
  .p-sm-25 {
    padding: 25px !important;
  }
  
  .p-sm-34 {
    padding: 34px !important;
  }
  
  .p-sm-43 {
    padding: 43px !important;
  }
  
  .p-sm-60 {
    padding: 60px !important;
  }
  
  .p-sm-80 {
    padding: 80px !important;
  }
  
  .p-sm-90 {
    padding: 90px !important;
  }
  
  .p-sm-100 {
    padding: 100px !important;
  }
  
  .p-sm-120 {
    padding: 120px !important;
  }
  
  .p-sm-180 {
    padding: 180px !important;
  }
  
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .px-sm-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  
  .px-sm-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  
  .px-sm-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .py-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  .py-sm-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  
  .py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  
  .pt-sm-17 {
    padding-top: 17px !important;
  }
  
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  
  .pt-sm-34 {
    padding-top: 34px !important;
  }
  
  .pt-sm-43 {
    padding-top: 43px !important;
  }
  
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  
  .pe-sm-12 {
    padding-right: 12px !important;
  }
  
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  
  .pe-sm-17 {
    padding-right: 17px !important;
  }
  
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  
  .pe-sm-24 {
    padding-right: 24px !important;
  }
  
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  
  .pe-sm-34 {
    padding-right: 34px !important;
  }
  
  .pe-sm-43 {
    padding-right: 43px !important;
  }
  
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  
  .pb-sm-17 {
    padding-bottom: 17px !important;
  }
  
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  
  .pb-sm-34 {
    padding-bottom: 34px !important;
  }
  
  .pb-sm-43 {
    padding-bottom: 43px !important;
  }
  
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  
  .ps-sm-12 {
    padding-left: 12px !important;
  }
  
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  
  .ps-sm-17 {
    padding-left: 17px !important;
  }
  
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  
  .ps-sm-24 {
    padding-left: 24px !important;
  }
  
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  
  .ps-sm-34 {
    padding-left: 34px !important;
  }
  
  .ps-sm-43 {
    padding-left: 43px !important;
  }
  
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  
  .text-sm-start {
    text-align: left !important;
  }
  
  .text-sm-end {
    text-align: right !important;
  }
  
  .text-sm-center {
    text-align: center !important;
  }
  
  .is-sm-14 {
    width: 14px !important;
    height: 14px !important;
  }
  
  .is-sm-16 {
    width: 16px !important;
    height: 16px !important;
  }
  
  .is-sm-20 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .is-sm-80 {
    width: 80px !important;
    height: 80px !important;
  }
  
  .is-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  
  .float-md-end {
    float: right !important;
  }
  
  .float-md-none {
    float: none !important;
  }
  
  .overflow-md-auto {
    overflow: auto !important;
  }
  
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  
  .overflow-md-visible {
    overflow: visible !important;
  }
  
  .overflow-md-scroll {
    overflow: scroll !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;
  }
  
  .position-md-static {
    position: static !important;
  }
  
  .position-md-relative {
    position: relative !important;
  }
  
  .position-md-absolute {
    position: absolute !important;
  }
  
  .position-md-fixed {
    position: fixed !important;
  }
  
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-md-0 {
    top: 0 !important;
  }
  
  .top-md-25 {
    top: 25% !important;
  }
  
  .top-md-50 {
    top: 50% !important;
  }
  
  .top-md-85 {
    top: 85% !important;
  }
  
  .top-md-100 {
    top: 100% !important;
  }
  
  .bottom-md-0 {
    bottom: 0 !important;
  }
  
  .bottom-md-25 {
    bottom: 25% !important;
  }
  
  .bottom-md-50 {
    bottom: 50% !important;
  }
  
  .bottom-md-85 {
    bottom: 85% !important;
  }
  
  .bottom-md-100 {
    bottom: 100% !important;
  }
  
  .start-md-0 {
    left: 0 !important;
  }
  
  .start-md-25 {
    left: 25% !important;
  }
  
  .start-md-50 {
    left: 50% !important;
  }
  
  .start-md-85 {
    left: 85% !important;
  }
  
  .start-md-100 {
    left: 100% !important;
  }
  
  .end-md-0 {
    right: 0 !important;
  }
  
  .end-md-25 {
    right: 25% !important;
  }
  
  .end-md-50 {
    right: 50% !important;
  }
  
  .end-md-85 {
    right: 85% !important;
  }
  
  .end-md-100 {
    right: 100% !important;
  }
  
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  
  .w-md-25 {
    width: 25% !important;
  }
  
  .w-md-30 {
    width: 30% !important;
  }
  
  .w-md-34 {
    width: 34% !important;
  }
  
  .w-md-35 {
    width: 35% !important;
  }
  
  .w-md-40 {
    width: 40% !important;
  }
  
  .w-md-45 {
    width: 45% !important;
  }
  
  .w-md-50 {
    width: 50% !important;
  }
  
  .w-md-60 {
    width: 60% !important;
  }
  
  .w-md-65 {
    width: 65% !important;
  }
  
  .w-md-70 {
    width: 70% !important;
  }
  
  .w-md-75 {
    width: 75% !important;
  }
  
  .w-md-85 {
    width: 85% !important;
  }
  
  .w-md-90 {
    width: 90% !important;
  }
  
  .w-md-95 {
    width: 95% !important;
  }
  
  .w-md-100 {
    width: 100% !important;
  }
  
  .w-md-auto {
    width: auto !important;
  }
  
  .h-md-25 {
    height: 25% !important;
  }
  
  .h-md-30 {
    height: 30% !important;
  }
  
  .h-md-34 {
    height: 34% !important;
  }
  
  .h-md-35 {
    height: 35% !important;
  }
  
  .h-md-40 {
    height: 40% !important;
  }
  
  .h-md-45 {
    height: 45% !important;
  }
  
  .h-md-50 {
    height: 50% !important;
  }
  
  .h-md-60 {
    height: 60% !important;
  }
  
  .h-md-65 {
    height: 65% !important;
  }
  
  .h-md-70 {
    height: 70% !important;
  }
  
  .h-md-75 {
    height: 75% !important;
  }
  
  .h-md-85 {
    height: 85% !important;
  }
  
  .h-md-90 {
    height: 90% !important;
  }
  
  .h-md-95 {
    height: 95% !important;
  }
  
  .h-md-100 {
    height: 100% !important;
  }
  
  .h-md-auto {
    height: auto !important;
  }
  
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-md-nofill {
    flex: 0 0 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-5 {
    gap: 5px !important;
  }
  
  .gap-md-10 {
    gap: 10px !important;
  }
  
  .gap-md-12 {
    gap: 12px !important;
  }
  
  .gap-md-15 {
    gap: 15px !important;
  }
  
  .gap-md-17 {
    gap: 17px !important;
  }
  
  .gap-md-20 {
    gap: 20px !important;
  }
  
  .gap-md-24 {
    gap: 24px !important;
  }
  
  .gap-md-25 {
    gap: 25px !important;
  }
  
  .gap-md-34 {
    gap: 34px !important;
  }
  
  .gap-md-43 {
    gap: 43px !important;
  }
  
  .gap-md-60 {
    gap: 60px !important;
  }
  
  .gap-md-80 {
    gap: 80px !important;
  }
  
  .gap-md-90 {
    gap: 90px !important;
  }
  
  .gap-md-100 {
    gap: 100px !important;
  }
  
  .gap-md-120 {
    gap: 120px !important;
  }
  
  .gap-md-180 {
    gap: 180px !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-5 {
    margin: 5px !important;
  }
  
  .m-md-10 {
    margin: 10px !important;
  }
  
  .m-md-12 {
    margin: 12px !important;
  }
  
  .m-md-15 {
    margin: 15px !important;
  }
  
  .m-md-17 {
    margin: 17px !important;
  }
  
  .m-md-20 {
    margin: 20px !important;
  }
  
  .m-md-24 {
    margin: 24px !important;
  }
  
  .m-md-25 {
    margin: 25px !important;
  }
  
  .m-md-34 {
    margin: 34px !important;
  }
  
  .m-md-43 {
    margin: 43px !important;
  }
  
  .m-md-60 {
    margin: 60px !important;
  }
  
  .m-md-80 {
    margin: 80px !important;
  }
  
  .m-md-90 {
    margin: 90px !important;
  }
  
  .m-md-100 {
    margin: 100px !important;
  }
  
  .m-md-120 {
    margin: 120px !important;
  }
  
  .m-md-180 {
    margin: 180px !important;
  }
  
  .m-md-auto {
    margin: auto !important;
  }
  
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .mx-md-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  
  .mx-md-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  
  .mx-md-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !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-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .my-md-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  
  .my-md-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  
  .my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-md-0 {
    margin-top: 0 !important;
  }
  
  .mt-md-5 {
    margin-top: 5px !important;
  }
  
  .mt-md-10 {
    margin-top: 10px !important;
  }
  
  .mt-md-12 {
    margin-top: 12px !important;
  }
  
  .mt-md-15 {
    margin-top: 15px !important;
  }
  
  .mt-md-17 {
    margin-top: 17px !important;
  }
  
  .mt-md-20 {
    margin-top: 20px !important;
  }
  
  .mt-md-24 {
    margin-top: 24px !important;
  }
  
  .mt-md-25 {
    margin-top: 25px !important;
  }
  
  .mt-md-34 {
    margin-top: 34px !important;
  }
  
  .mt-md-43 {
    margin-top: 43px !important;
  }
  
  .mt-md-60 {
    margin-top: 60px !important;
  }
  
  .mt-md-80 {
    margin-top: 80px !important;
  }
  
  .mt-md-90 {
    margin-top: 90px !important;
  }
  
  .mt-md-100 {
    margin-top: 100px !important;
  }
  
  .mt-md-120 {
    margin-top: 120px !important;
  }
  
  .mt-md-180 {
    margin-top: 180px !important;
  }
  
  .mt-md-auto {
    margin-top: auto !important;
  }
  
  .me-md-0 {
    margin-right: 0 !important;
  }
  
  .me-md-5 {
    margin-right: 5px !important;
  }
  
  .me-md-10 {
    margin-right: 10px !important;
  }
  
  .me-md-12 {
    margin-right: 12px !important;
  }
  
  .me-md-15 {
    margin-right: 15px !important;
  }
  
  .me-md-17 {
    margin-right: 17px !important;
  }
  
  .me-md-20 {
    margin-right: 20px !important;
  }
  
  .me-md-24 {
    margin-right: 24px !important;
  }
  
  .me-md-25 {
    margin-right: 25px !important;
  }
  
  .me-md-34 {
    margin-right: 34px !important;
  }
  
  .me-md-43 {
    margin-right: 43px !important;
  }
  
  .me-md-60 {
    margin-right: 60px !important;
  }
  
  .me-md-80 {
    margin-right: 80px !important;
  }
  
  .me-md-90 {
    margin-right: 90px !important;
  }
  
  .me-md-100 {
    margin-right: 100px !important;
  }
  
  .me-md-120 {
    margin-right: 120px !important;
  }
  
  .me-md-180 {
    margin-right: 180px !important;
  }
  
  .me-md-auto {
    margin-right: auto !important;
  }
  
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  
  .mb-md-17 {
    margin-bottom: 17px !important;
  }
  
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  
  .mb-md-34 {
    margin-bottom: 34px !important;
  }
  
  .mb-md-43 {
    margin-bottom: 43px !important;
  }
  
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  
  .ms-md-0 {
    margin-left: 0 !important;
  }
  
  .ms-md-5 {
    margin-left: 5px !important;
  }
  
  .ms-md-10 {
    margin-left: 10px !important;
  }
  
  .ms-md-12 {
    margin-left: 12px !important;
  }
  
  .ms-md-15 {
    margin-left: 15px !important;
  }
  
  .ms-md-17 {
    margin-left: 17px !important;
  }
  
  .ms-md-20 {
    margin-left: 20px !important;
  }
  
  .ms-md-24 {
    margin-left: 24px !important;
  }
  
  .ms-md-25 {
    margin-left: 25px !important;
  }
  
  .ms-md-34 {
    margin-left: 34px !important;
  }
  
  .ms-md-43 {
    margin-left: 43px !important;
  }
  
  .ms-md-60 {
    margin-left: 60px !important;
  }
  
  .ms-md-80 {
    margin-left: 80px !important;
  }
  
  .ms-md-90 {
    margin-left: 90px !important;
  }
  
  .ms-md-100 {
    margin-left: 100px !important;
  }
  
  .ms-md-120 {
    margin-left: 120px !important;
  }
  
  .ms-md-180 {
    margin-left: 180px !important;
  }
  
  .ms-md-auto {
    margin-left: auto !important;
  }
  
  .m-md-n5 {
    margin: -5px !important;
  }
  
  .m-md-n10 {
    margin: -10px !important;
  }
  
  .m-md-n12 {
    margin: -12px !important;
  }
  
  .m-md-n15 {
    margin: -15px !important;
  }
  
  .m-md-n17 {
    margin: -17px !important;
  }
  
  .m-md-n20 {
    margin: -20px !important;
  }
  
  .m-md-n24 {
    margin: -24px !important;
  }
  
  .m-md-n25 {
    margin: -25px !important;
  }
  
  .m-md-n34 {
    margin: -34px !important;
  }
  
  .m-md-n43 {
    margin: -43px !important;
  }
  
  .m-md-n60 {
    margin: -60px !important;
  }
  
  .m-md-n80 {
    margin: -80px !important;
  }
  
  .m-md-n90 {
    margin: -90px !important;
  }
  
  .m-md-n100 {
    margin: -100px !important;
  }
  
  .m-md-n120 {
    margin: -120px !important;
  }
  
  .m-md-n180 {
    margin: -180px !important;
  }
  
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  
  .mx-md-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  
  .mx-md-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  
  .mx-md-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  
  .mx-md-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  
  .mx-md-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  
  .mx-md-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  
  .my-md-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  
  .my-md-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  
  .my-md-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  
  .my-md-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  
  .my-md-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  
  .my-md-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  
  .mt-md-n12 {
    margin-top: -12px !important;
  }
  
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  
  .mt-md-n17 {
    margin-top: -17px !important;
  }
  
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  
  .mt-md-n24 {
    margin-top: -24px !important;
  }
  
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  
  .mt-md-n34 {
    margin-top: -34px !important;
  }
  
  .mt-md-n43 {
    margin-top: -43px !important;
  }
  
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  
  .mt-md-n180 {
    margin-top: -180px !important;
  }
  
  .me-md-n5 {
    margin-right: -5px !important;
  }
  
  .me-md-n10 {
    margin-right: -10px !important;
  }
  
  .me-md-n12 {
    margin-right: -12px !important;
  }
  
  .me-md-n15 {
    margin-right: -15px !important;
  }
  
  .me-md-n17 {
    margin-right: -17px !important;
  }
  
  .me-md-n20 {
    margin-right: -20px !important;
  }
  
  .me-md-n24 {
    margin-right: -24px !important;
  }
  
  .me-md-n25 {
    margin-right: -25px !important;
  }
  
  .me-md-n34 {
    margin-right: -34px !important;
  }
  
  .me-md-n43 {
    margin-right: -43px !important;
  }
  
  .me-md-n60 {
    margin-right: -60px !important;
  }
  
  .me-md-n80 {
    margin-right: -80px !important;
  }
  
  .me-md-n90 {
    margin-right: -90px !important;
  }
  
  .me-md-n100 {
    margin-right: -100px !important;
  }
  
  .me-md-n120 {
    margin-right: -120px !important;
  }
  
  .me-md-n180 {
    margin-right: -180px !important;
  }
  
  .mb-md-n5 {
    margin-bottom: -5px !important;
  }
  
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  
  .mb-md-n12 {
    margin-bottom: -12px !important;
  }
  
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  
  .mb-md-n17 {
    margin-bottom: -17px !important;
  }
  
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  
  .mb-md-n24 {
    margin-bottom: -24px !important;
  }
  
  .mb-md-n25 {
    margin-bottom: -25px !important;
  }
  
  .mb-md-n34 {
    margin-bottom: -34px !important;
  }
  
  .mb-md-n43 {
    margin-bottom: -43px !important;
  }
  
  .mb-md-n60 {
    margin-bottom: -60px !important;
  }
  
  .mb-md-n80 {
    margin-bottom: -80px !important;
  }
  
  .mb-md-n90 {
    margin-bottom: -90px !important;
  }
  
  .mb-md-n100 {
    margin-bottom: -100px !important;
  }
  
  .mb-md-n120 {
    margin-bottom: -120px !important;
  }
  
  .mb-md-n180 {
    margin-bottom: -180px !important;
  }
  
  .ms-md-n5 {
    margin-left: -5px !important;
  }
  
  .ms-md-n10 {
    margin-left: -10px !important;
  }
  
  .ms-md-n12 {
    margin-left: -12px !important;
  }
  
  .ms-md-n15 {
    margin-left: -15px !important;
  }
  
  .ms-md-n17 {
    margin-left: -17px !important;
  }
  
  .ms-md-n20 {
    margin-left: -20px !important;
  }
  
  .ms-md-n24 {
    margin-left: -24px !important;
  }
  
  .ms-md-n25 {
    margin-left: -25px !important;
  }
  
  .ms-md-n34 {
    margin-left: -34px !important;
  }
  
  .ms-md-n43 {
    margin-left: -43px !important;
  }
  
  .ms-md-n60 {
    margin-left: -60px !important;
  }
  
  .ms-md-n80 {
    margin-left: -80px !important;
  }
  
  .ms-md-n90 {
    margin-left: -90px !important;
  }
  
  .ms-md-n100 {
    margin-left: -100px !important;
  }
  
  .ms-md-n120 {
    margin-left: -120px !important;
  }
  
  .ms-md-n180 {
    margin-left: -180px !important;
  }
  
  .p-md-0 {
    padding: 0 !important;
  }
  
  .p-md-5 {
    padding: 5px !important;
  }
  
  .p-md-10 {
    padding: 10px !important;
  }
  
  .p-md-12 {
    padding: 12px !important;
  }
  
  .p-md-15 {
    padding: 15px !important;
  }
  
  .p-md-17 {
    padding: 17px !important;
  }
  
  .p-md-20 {
    padding: 20px !important;
  }
  
  .p-md-24 {
    padding: 24px !important;
  }
  
  .p-md-25 {
    padding: 25px !important;
  }
  
  .p-md-34 {
    padding: 34px !important;
  }
  
  .p-md-43 {
    padding: 43px !important;
  }
  
  .p-md-60 {
    padding: 60px !important;
  }
  
  .p-md-80 {
    padding: 80px !important;
  }
  
  .p-md-90 {
    padding: 90px !important;
  }
  
  .p-md-100 {
    padding: 100px !important;
  }
  
  .p-md-120 {
    padding: 120px !important;
  }
  
  .p-md-180 {
    padding: 180px !important;
  }
  
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .px-md-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  
  .px-md-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  
  .px-md-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .py-md-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  .py-md-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  
  .py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  
  .pt-md-0 {
    padding-top: 0 !important;
  }
  
  .pt-md-5 {
    padding-top: 5px !important;
  }
  
  .pt-md-10 {
    padding-top: 10px !important;
  }
  
  .pt-md-12 {
    padding-top: 12px !important;
  }
  
  .pt-md-15 {
    padding-top: 15px !important;
  }
  
  .pt-md-17 {
    padding-top: 17px !important;
  }
  
  .pt-md-20 {
    padding-top: 20px !important;
  }
  
  .pt-md-24 {
    padding-top: 24px !important;
  }
  
  .pt-md-25 {
    padding-top: 25px !important;
  }
  
  .pt-md-34 {
    padding-top: 34px !important;
  }
  
  .pt-md-43 {
    padding-top: 43px !important;
  }
  
  .pt-md-60 {
    padding-top: 60px !important;
  }
  
  .pt-md-80 {
    padding-top: 80px !important;
  }
  
  .pt-md-90 {
    padding-top: 90px !important;
  }
  
  .pt-md-100 {
    padding-top: 100px !important;
  }
  
  .pt-md-120 {
    padding-top: 120px !important;
  }
  
  .pt-md-180 {
    padding-top: 180px !important;
  }
  
  .pe-md-0 {
    padding-right: 0 !important;
  }
  
  .pe-md-5 {
    padding-right: 5px !important;
  }
  
  .pe-md-10 {
    padding-right: 10px !important;
  }
  
  .pe-md-12 {
    padding-right: 12px !important;
  }
  
  .pe-md-15 {
    padding-right: 15px !important;
  }
  
  .pe-md-17 {
    padding-right: 17px !important;
  }
  
  .pe-md-20 {
    padding-right: 20px !important;
  }
  
  .pe-md-24 {
    padding-right: 24px !important;
  }
  
  .pe-md-25 {
    padding-right: 25px !important;
  }
  
  .pe-md-34 {
    padding-right: 34px !important;
  }
  
  .pe-md-43 {
    padding-right: 43px !important;
  }
  
  .pe-md-60 {
    padding-right: 60px !important;
  }
  
  .pe-md-80 {
    padding-right: 80px !important;
  }
  
  .pe-md-90 {
    padding-right: 90px !important;
  }
  
  .pe-md-100 {
    padding-right: 100px !important;
  }
  
  .pe-md-120 {
    padding-right: 120px !important;
  }
  
  .pe-md-180 {
    padding-right: 180px !important;
  }
  
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  
  .pb-md-17 {
    padding-bottom: 17px !important;
  }
  
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  
  .pb-md-34 {
    padding-bottom: 34px !important;
  }
  
  .pb-md-43 {
    padding-bottom: 43px !important;
  }
  
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  
  .ps-md-0 {
    padding-left: 0 !important;
  }
  
  .ps-md-5 {
    padding-left: 5px !important;
  }
  
  .ps-md-10 {
    padding-left: 10px !important;
  }
  
  .ps-md-12 {
    padding-left: 12px !important;
  }
  
  .ps-md-15 {
    padding-left: 15px !important;
  }
  
  .ps-md-17 {
    padding-left: 17px !important;
  }
  
  .ps-md-20 {
    padding-left: 20px !important;
  }
  
  .ps-md-24 {
    padding-left: 24px !important;
  }
  
  .ps-md-25 {
    padding-left: 25px !important;
  }
  
  .ps-md-34 {
    padding-left: 34px !important;
  }
  
  .ps-md-43 {
    padding-left: 43px !important;
  }
  
  .ps-md-60 {
    padding-left: 60px !important;
  }
  
  .ps-md-80 {
    padding-left: 80px !important;
  }
  
  .ps-md-90 {
    padding-left: 90px !important;
  }
  
  .ps-md-100 {
    padding-left: 100px !important;
  }
  
  .ps-md-120 {
    padding-left: 120px !important;
  }
  
  .ps-md-180 {
    padding-left: 180px !important;
  }
  
  .text-md-start {
    text-align: left !important;
  }
  
  .text-md-end {
    text-align: right !important;
  }
  
  .text-md-center {
    text-align: center !important;
  }
  
  .is-md-14 {
    width: 14px !important;
    height: 14px !important;
  }
  
  .is-md-16 {
    width: 16px !important;
    height: 16px !important;
  }
  
  .is-md-20 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .is-md-80 {
    width: 80px !important;
    height: 80px !important;
  }
  
  .is-md-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  
  .float-lg-end {
    float: right !important;
  }
  
  .float-lg-none {
    float: none !important;
  }
  
  .overflow-lg-auto {
    overflow: auto !important;
  }
  
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  
  .overflow-lg-visible {
    overflow: visible !important;
  }
  
  .overflow-lg-scroll {
    overflow: scroll !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;
  }
  
  .position-lg-static {
    position: static !important;
  }
  
  .position-lg-relative {
    position: relative !important;
  }
  
  .position-lg-absolute {
    position: absolute !important;
  }
  
  .position-lg-fixed {
    position: fixed !important;
  }
  
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-lg-0 {
    top: 0 !important;
  }
  
  .top-lg-25 {
    top: 25% !important;
  }
  
  .top-lg-50 {
    top: 50% !important;
  }
  
  .top-lg-85 {
    top: 85% !important;
  }
  
  .top-lg-100 {
    top: 100% !important;
  }
  
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  
  .bottom-lg-85 {
    bottom: 85% !important;
  }
  
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  
  .start-lg-0 {
    left: 0 !important;
  }
  
  .start-lg-25 {
    left: 25% !important;
  }
  
  .start-lg-50 {
    left: 50% !important;
  }
  
  .start-lg-85 {
    left: 85% !important;
  }
  
  .start-lg-100 {
    left: 100% !important;
  }
  
  .end-lg-0 {
    right: 0 !important;
  }
  
  .end-lg-25 {
    right: 25% !important;
  }
  
  .end-lg-50 {
    right: 50% !important;
  }
  
  .end-lg-85 {
    right: 85% !important;
  }
  
  .end-lg-100 {
    right: 100% !important;
  }
  
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  
  .w-lg-25 {
    width: 25% !important;
  }
  
  .w-lg-30 {
    width: 30% !important;
  }
  
  .w-lg-34 {
    width: 34% !important;
  }
  
  .w-lg-35 {
    width: 35% !important;
  }
  
  .w-lg-40 {
    width: 40% !important;
  }
  
  .w-lg-45 {
    width: 45% !important;
  }
  
  .w-lg-50 {
    width: 50% !important;
  }
  
  .w-lg-60 {
    width: 60% !important;
  }
  
  .w-lg-65 {
    width: 65% !important;
  }
  
  .w-lg-70 {
    width: 70% !important;
  }
  
  .w-lg-75 {
    width: 75% !important;
  }
  
  .w-lg-85 {
    width: 85% !important;
  }
  
  .w-lg-90 {
    width: 90% !important;
  }
  
  .w-lg-95 {
    width: 95% !important;
  }
  
  .w-lg-100 {
    width: 100% !important;
  }
  
  .w-lg-auto {
    width: auto !important;
  }
  
  .h-lg-25 {
    height: 25% !important;
  }
  
  .h-lg-30 {
    height: 30% !important;
  }
  
  .h-lg-34 {
    height: 34% !important;
  }
  
  .h-lg-35 {
    height: 35% !important;
  }
  
  .h-lg-40 {
    height: 40% !important;
  }
  
  .h-lg-45 {
    height: 45% !important;
  }
  
  .h-lg-50 {
    height: 50% !important;
  }
  
  .h-lg-60 {
    height: 60% !important;
  }
  
  .h-lg-65 {
    height: 65% !important;
  }
  
  .h-lg-70 {
    height: 70% !important;
  }
  
  .h-lg-75 {
    height: 75% !important;
  }
  
  .h-lg-85 {
    height: 85% !important;
  }
  
  .h-lg-90 {
    height: 90% !important;
  }
  
  .h-lg-95 {
    height: 95% !important;
  }
  
  .h-lg-100 {
    height: 100% !important;
  }
  
  .h-lg-auto {
    height: auto !important;
  }
  
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-lg-nofill {
    flex: 0 0 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-5 {
    gap: 5px !important;
  }
  
  .gap-lg-10 {
    gap: 10px !important;
  }
  
  .gap-lg-12 {
    gap: 12px !important;
  }
  
  .gap-lg-15 {
    gap: 15px !important;
  }
  
  .gap-lg-17 {
    gap: 17px !important;
  }
  
  .gap-lg-20 {
    gap: 20px !important;
  }
  
  .gap-lg-24 {
    gap: 24px !important;
  }
  
  .gap-lg-25 {
    gap: 25px !important;
  }
  
  .gap-lg-34 {
    gap: 34px !important;
  }
  
  .gap-lg-43 {
    gap: 43px !important;
  }
  
  .gap-lg-60 {
    gap: 60px !important;
  }
  
  .gap-lg-80 {
    gap: 80px !important;
  }
  
  .gap-lg-90 {
    gap: 90px !important;
  }
  
  .gap-lg-100 {
    gap: 100px !important;
  }
  
  .gap-lg-120 {
    gap: 120px !important;
  }
  
  .gap-lg-180 {
    gap: 180px !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-5 {
    margin: 5px !important;
  }
  
  .m-lg-10 {
    margin: 10px !important;
  }
  
  .m-lg-12 {
    margin: 12px !important;
  }
  
  .m-lg-15 {
    margin: 15px !important;
  }
  
  .m-lg-17 {
    margin: 17px !important;
  }
  
  .m-lg-20 {
    margin: 20px !important;
  }
  
  .m-lg-24 {
    margin: 24px !important;
  }
  
  .m-lg-25 {
    margin: 25px !important;
  }
  
  .m-lg-34 {
    margin: 34px !important;
  }
  
  .m-lg-43 {
    margin: 43px !important;
  }
  
  .m-lg-60 {
    margin: 60px !important;
  }
  
  .m-lg-80 {
    margin: 80px !important;
  }
  
  .m-lg-90 {
    margin: 90px !important;
  }
  
  .m-lg-100 {
    margin: 100px !important;
  }
  
  .m-lg-120 {
    margin: 120px !important;
  }
  
  .m-lg-180 {
    margin: 180px !important;
  }
  
  .m-lg-auto {
    margin: auto !important;
  }
  
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .mx-lg-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  
  .mx-lg-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  
  .mx-lg-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !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-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .my-lg-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  
  .my-lg-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  
  .my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  
  .mt-lg-17 {
    margin-top: 17px !important;
  }
  
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  
  .mt-lg-34 {
    margin-top: 34px !important;
  }
  
  .mt-lg-43 {
    margin-top: 43px !important;
  }
  
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  
  .mt-lg-auto {
    margin-top: auto !important;
  }
  
  .me-lg-0 {
    margin-right: 0 !important;
  }
  
  .me-lg-5 {
    margin-right: 5px !important;
  }
  
  .me-lg-10 {
    margin-right: 10px !important;
  }
  
  .me-lg-12 {
    margin-right: 12px !important;
  }
  
  .me-lg-15 {
    margin-right: 15px !important;
  }
  
  .me-lg-17 {
    margin-right: 17px !important;
  }
  
  .me-lg-20 {
    margin-right: 20px !important;
  }
  
  .me-lg-24 {
    margin-right: 24px !important;
  }
  
  .me-lg-25 {
    margin-right: 25px !important;
  }
  
  .me-lg-34 {
    margin-right: 34px !important;
  }
  
  .me-lg-43 {
    margin-right: 43px !important;
  }
  
  .me-lg-60 {
    margin-right: 60px !important;
  }
  
  .me-lg-80 {
    margin-right: 80px !important;
  }
  
  .me-lg-90 {
    margin-right: 90px !important;
  }
  
  .me-lg-100 {
    margin-right: 100px !important;
  }
  
  .me-lg-120 {
    margin-right: 120px !important;
  }
  
  .me-lg-180 {
    margin-right: 180px !important;
  }
  
  .me-lg-auto {
    margin-right: auto !important;
  }
  
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  
  .mb-lg-17 {
    margin-bottom: 17px !important;
  }
  
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  
  .mb-lg-34 {
    margin-bottom: 34px !important;
  }
  
  .mb-lg-43 {
    margin-bottom: 43px !important;
  }
  
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  
  .ms-lg-12 {
    margin-left: 12px !important;
  }
  
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  
  .ms-lg-17 {
    margin-left: 17px !important;
  }
  
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  
  .ms-lg-24 {
    margin-left: 24px !important;
  }
  
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  
  .ms-lg-34 {
    margin-left: 34px !important;
  }
  
  .ms-lg-43 {
    margin-left: 43px !important;
  }
  
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  
  .ms-lg-180 {
    margin-left: 180px !important;
  }
  
  .ms-lg-auto {
    margin-left: auto !important;
  }
  
  .m-lg-n5 {
    margin: -5px !important;
  }
  
  .m-lg-n10 {
    margin: -10px !important;
  }
  
  .m-lg-n12 {
    margin: -12px !important;
  }
  
  .m-lg-n15 {
    margin: -15px !important;
  }
  
  .m-lg-n17 {
    margin: -17px !important;
  }
  
  .m-lg-n20 {
    margin: -20px !important;
  }
  
  .m-lg-n24 {
    margin: -24px !important;
  }
  
  .m-lg-n25 {
    margin: -25px !important;
  }
  
  .m-lg-n34 {
    margin: -34px !important;
  }
  
  .m-lg-n43 {
    margin: -43px !important;
  }
  
  .m-lg-n60 {
    margin: -60px !important;
  }
  
  .m-lg-n80 {
    margin: -80px !important;
  }
  
  .m-lg-n90 {
    margin: -90px !important;
  }
  
  .m-lg-n100 {
    margin: -100px !important;
  }
  
  .m-lg-n120 {
    margin: -120px !important;
  }
  
  .m-lg-n180 {
    margin: -180px !important;
  }
  
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  
  .mx-lg-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  
  .mx-lg-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  
  .mx-lg-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  
  .mx-lg-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  
  .mx-lg-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  
  .mx-lg-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  
  .my-lg-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  
  .my-lg-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  
  .my-lg-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  
  .my-lg-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  
  .my-lg-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  
  .my-lg-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  
  .mt-lg-n12 {
    margin-top: -12px !important;
  }
  
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  
  .mt-lg-n17 {
    margin-top: -17px !important;
  }
  
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  
  .mt-lg-n24 {
    margin-top: -24px !important;
  }
  
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  
  .mt-lg-n34 {
    margin-top: -34px !important;
  }
  
  .mt-lg-n43 {
    margin-top: -43px !important;
  }
  
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  
  .mt-lg-n180 {
    margin-top: -180px !important;
  }
  
  .me-lg-n5 {
    margin-right: -5px !important;
  }
  
  .me-lg-n10 {
    margin-right: -10px !important;
  }
  
  .me-lg-n12 {
    margin-right: -12px !important;
  }
  
  .me-lg-n15 {
    margin-right: -15px !important;
  }
  
  .me-lg-n17 {
    margin-right: -17px !important;
  }
  
  .me-lg-n20 {
    margin-right: -20px !important;
  }
  
  .me-lg-n24 {
    margin-right: -24px !important;
  }
  
  .me-lg-n25 {
    margin-right: -25px !important;
  }
  
  .me-lg-n34 {
    margin-right: -34px !important;
  }
  
  .me-lg-n43 {
    margin-right: -43px !important;
  }
  
  .me-lg-n60 {
    margin-right: -60px !important;
  }
  
  .me-lg-n80 {
    margin-right: -80px !important;
  }
  
  .me-lg-n90 {
    margin-right: -90px !important;
  }
  
  .me-lg-n100 {
    margin-right: -100px !important;
  }
  
  .me-lg-n120 {
    margin-right: -120px !important;
  }
  
  .me-lg-n180 {
    margin-right: -180px !important;
  }
  
  .mb-lg-n5 {
    margin-bottom: -5px !important;
  }
  
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  
  .mb-lg-n12 {
    margin-bottom: -12px !important;
  }
  
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  
  .mb-lg-n17 {
    margin-bottom: -17px !important;
  }
  
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  
  .mb-lg-n24 {
    margin-bottom: -24px !important;
  }
  
  .mb-lg-n25 {
    margin-bottom: -25px !important;
  }
  
  .mb-lg-n34 {
    margin-bottom: -34px !important;
  }
  
  .mb-lg-n43 {
    margin-bottom: -43px !important;
  }
  
  .mb-lg-n60 {
    margin-bottom: -60px !important;
  }
  
  .mb-lg-n80 {
    margin-bottom: -80px !important;
  }
  
  .mb-lg-n90 {
    margin-bottom: -90px !important;
  }
  
  .mb-lg-n100 {
    margin-bottom: -100px !important;
  }
  
  .mb-lg-n120 {
    margin-bottom: -120px !important;
  }
  
  .mb-lg-n180 {
    margin-bottom: -180px !important;
  }
  
  .ms-lg-n5 {
    margin-left: -5px !important;
  }
  
  .ms-lg-n10 {
    margin-left: -10px !important;
  }
  
  .ms-lg-n12 {
    margin-left: -12px !important;
  }
  
  .ms-lg-n15 {
    margin-left: -15px !important;
  }
  
  .ms-lg-n17 {
    margin-left: -17px !important;
  }
  
  .ms-lg-n20 {
    margin-left: -20px !important;
  }
  
  .ms-lg-n24 {
    margin-left: -24px !important;
  }
  
  .ms-lg-n25 {
    margin-left: -25px !important;
  }
  
  .ms-lg-n34 {
    margin-left: -34px !important;
  }
  
  .ms-lg-n43 {
    margin-left: -43px !important;
  }
  
  .ms-lg-n60 {
    margin-left: -60px !important;
  }
  
  .ms-lg-n80 {
    margin-left: -80px !important;
  }
  
  .ms-lg-n90 {
    margin-left: -90px !important;
  }
  
  .ms-lg-n100 {
    margin-left: -100px !important;
  }
  
  .ms-lg-n120 {
    margin-left: -120px !important;
  }
  
  .ms-lg-n180 {
    margin-left: -180px !important;
  }
  
  .p-lg-0 {
    padding: 0 !important;
  }
  
  .p-lg-5 {
    padding: 5px !important;
  }
  
  .p-lg-10 {
    padding: 10px !important;
  }
  
  .p-lg-12 {
    padding: 12px !important;
  }
  
  .p-lg-15 {
    padding: 15px !important;
  }
  
  .p-lg-17 {
    padding: 17px !important;
  }
  
  .p-lg-20 {
    padding: 20px !important;
  }
  
  .p-lg-24 {
    padding: 24px !important;
  }
  
  .p-lg-25 {
    padding: 25px !important;
  }
  
  .p-lg-34 {
    padding: 34px !important;
  }
  
  .p-lg-43 {
    padding: 43px !important;
  }
  
  .p-lg-60 {
    padding: 60px !important;
  }
  
  .p-lg-80 {
    padding: 80px !important;
  }
  
  .p-lg-90 {
    padding: 90px !important;
  }
  
  .p-lg-100 {
    padding: 100px !important;
  }
  
  .p-lg-120 {
    padding: 120px !important;
  }
  
  .p-lg-180 {
    padding: 180px !important;
  }
  
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .px-lg-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  
  .px-lg-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  
  .px-lg-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .py-lg-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  .py-lg-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  
  .py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  
  .pt-lg-17 {
    padding-top: 17px !important;
  }
  
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  
  .pt-lg-34 {
    padding-top: 34px !important;
  }
  
  .pt-lg-43 {
    padding-top: 43px !important;
  }
  
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  
  .pe-lg-12 {
    padding-right: 12px !important;
  }
  
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  
  .pe-lg-17 {
    padding-right: 17px !important;
  }
  
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  
  .pe-lg-24 {
    padding-right: 24px !important;
  }
  
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  
  .pe-lg-34 {
    padding-right: 34px !important;
  }
  
  .pe-lg-43 {
    padding-right: 43px !important;
  }
  
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  
  .pb-lg-17 {
    padding-bottom: 17px !important;
  }
  
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  
  .pb-lg-34 {
    padding-bottom: 34px !important;
  }
  
  .pb-lg-43 {
    padding-bottom: 43px !important;
  }
  
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  
  .ps-lg-12 {
    padding-left: 12px !important;
  }
  
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  
  .ps-lg-17 {
    padding-left: 17px !important;
  }
  
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  
  .ps-lg-24 {
    padding-left: 24px !important;
  }
  
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  
  .ps-lg-34 {
    padding-left: 34px !important;
  }
  
  .ps-lg-43 {
    padding-left: 43px !important;
  }
  
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  
  .text-lg-start {
    text-align: left !important;
  }
  
  .text-lg-end {
    text-align: right !important;
  }
  
  .text-lg-center {
    text-align: center !important;
  }
  
  .is-lg-14 {
    width: 14px !important;
    height: 14px !important;
  }
  
  .is-lg-16 {
    width: 16px !important;
    height: 16px !important;
  }
  
  .is-lg-20 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .is-lg-80 {
    width: 80px !important;
    height: 80px !important;
  }
  
  .is-lg-100 {
    width: 100px !important;
    height: 100px !important;
  }
  
  .mt-xl-43 {
    padding: 43px;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  
  .float-xl-end {
    float: right !important;
  }
  
  .float-xl-none {
    float: none !important;
  }
  
  .overflow-xl-auto {
    overflow: auto !important;
  }
  
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  
  .overflow-xl-visible {
    overflow: visible !important;
  }
  
  .overflow-xl-scroll {
    overflow: scroll !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;
  }
  
  .position-xl-static {
    position: static !important;
  }
  
  .position-xl-relative {
    position: relative !important;
  }
  
  .position-xl-absolute {
    position: absolute !important;
  }
  
  .position-xl-fixed {
    position: fixed !important;
  }
  
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-xl-0 {
    top: 0 !important;
  }
  
  .top-xl-25 {
    top: 25% !important;
  }
  
  .top-xl-50 {
    top: 50% !important;
  }
  
  .top-xl-85 {
    top: 85% !important;
  }
  
  .top-xl-100 {
    top: 100% !important;
  }
  
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  
  .bottom-xl-85 {
    bottom: 85% !important;
  }
  
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  
  .start-xl-0 {
    left: 0 !important;
  }
  
  .start-xl-25 {
    left: 25% !important;
  }
  
  .start-xl-50 {
    left: 50% !important;
  }
  
  .start-xl-85 {
    left: 85% !important;
  }
  
  .start-xl-100 {
    left: 100% !important;
  }
  
  .end-xl-0 {
    right: 0 !important;
  }
  
  .end-xl-25 {
    right: 25% !important;
  }
  
  .end-xl-50 {
    right: 50% !important;
  }
  
  .end-xl-85 {
    right: 85% !important;
  }
  
  .end-xl-100 {
    right: 100% !important;
  }
  
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  
  .w-xl-25 {
    width: 25% !important;
  }
  
  .w-xl-30 {
    width: 30% !important;
  }
  
  .w-xl-34 {
    width: 34% !important;
  }
  
  .w-xl-35 {
    width: 35% !important;
  }
  
  .w-xl-40 {
    width: 40% !important;
  }
  
  .w-xl-45 {
    width: 45% !important;
  }
  
  .w-xl-50 {
    width: 50% !important;
  }
  
  .w-xl-60 {
    width: 60% !important;
  }
  
  .w-xl-65 {
    width: 65% !important;
  }
  
  .w-xl-70 {
    width: 70% !important;
  }
  
  .w-xl-75 {
    width: 75% !important;
  }
  
  .w-xl-85 {
    width: 85% !important;
  }
  
  .w-xl-90 {
    width: 90% !important;
  }
  
  .w-xl-95 {
    width: 95% !important;
  }
  
  .w-xl-100 {
    width: 100% !important;
  }
  
  .w-xl-auto {
    width: auto !important;
  }
  
  .h-xl-25 {
    height: 25% !important;
  }
  
  .h-xl-30 {
    height: 30% !important;
  }
  
  .h-xl-34 {
    height: 34% !important;
  }
  
  .h-xl-35 {
    height: 35% !important;
  }
  
  .h-xl-40 {
    height: 40% !important;
  }
  
  .h-xl-45 {
    height: 45% !important;
  }
  
  .h-xl-50 {
    height: 50% !important;
  }
  
  .h-xl-60 {
    height: 60% !important;
  }
  
  .h-xl-65 {
    height: 65% !important;
  }
  
  .h-xl-70 {
    height: 70% !important;
  }
  
  .h-xl-75 {
    height: 75% !important;
  }
  
  .h-xl-85 {
    height: 85% !important;
  }
  
  .h-xl-90 {
    height: 90% !important;
  }
  
  .h-xl-95 {
    height: 95% !important;
  }
  
  .h-xl-100 {
    height: 100% !important;
  }
  
  .h-xl-auto {
    height: auto !important;
  }
  
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-xl-nofill {
    flex: 0 0 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-5 {
    gap: 5px !important;
  }
  
  .gap-xl-10 {
    gap: 10px !important;
  }
  
  .gap-xl-12 {
    gap: 12px !important;
  }
  
  .gap-xl-15 {
    gap: 15px !important;
  }
  
  .gap-xl-17 {
    gap: 17px !important;
  }
  
  .gap-xl-20 {
    gap: 20px !important;
  }
  
  .gap-xl-24 {
    gap: 24px !important;
  }
  
  .gap-xl-25 {
    gap: 25px !important;
  }
  
  .gap-xl-34 {
    gap: 34px !important;
  }
  
  .gap-xl-43 {
    gap: 43px !important;
  }
  
  .gap-xl-60 {
    gap: 60px !important;
  }
  
  .gap-xl-80 {
    gap: 80px !important;
  }
  
  .gap-xl-90 {
    gap: 90px !important;
  }
  
  .gap-xl-100 {
    gap: 100px !important;
  }
  
  .gap-xl-120 {
    gap: 120px !important;
  }
  
  .gap-xl-180 {
    gap: 180px !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-5 {
    margin: 5px !important;
  }
  
  .m-xl-10 {
    margin: 10px !important;
  }
  
  .m-xl-12 {
    margin: 12px !important;
  }
  
  .m-xl-15 {
    margin: 15px !important;
  }
  
  .m-xl-17 {
    margin: 17px !important;
  }
  
  .m-xl-20 {
    margin: 20px !important;
  }
  
  .m-xl-24 {
    margin: 24px !important;
  }
  
  .m-xl-25 {
    margin: 25px !important;
  }
  
  .m-xl-34 {
    margin: 34px !important;
  }
  
  .m-xl-43 {
    margin: 43px !important;
  }
  
  .m-xl-60 {
    margin: 60px !important;
  }
  
  .m-xl-80 {
    margin: 80px !important;
  }
  
  .m-xl-90 {
    margin: 90px !important;
  }
  
  .m-xl-100 {
    margin: 100px !important;
  }
  
  .m-xl-120 {
    margin: 120px !important;
  }
  
  .m-xl-180 {
    margin: 180px !important;
  }
  
  .m-xl-auto {
    margin: auto !important;
  }
  
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .v {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .mx-xl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  
  .mx-xl-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  
  .mx-xl-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !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-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .my-xl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  
  .my-xl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  
  .my-xl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  
  .mt-xl-17 {
    margin-top: 17px !important;
  }
  
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  
  .mt-xl-34 {
    margin-top: 34px !important;
  }
  
  .mt-xl-43 {
    margin-top: 23px !important;
  }
  
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  
  .mt-xl-auto {
    margin-top: auto !important;
  }
  
  .me-xl-0 {
    margin-right: 0 !important;
  }
  
  .me-xl-5 {
    margin-right: 5px !important;
  }
  
  .me-xl-10 {
    margin-right: 10px !important;
  }
  
  .me-xl-12 {
    margin-right: 12px !important;
  }
  
  .me-xl-15 {
    margin-right: 15px !important;
  }
  
  .me-xl-17 {
    margin-right: 17px !important;
  }
  
  .me-xl-20 {
    margin-right: 20px !important;
  }
  
  .me-xl-24 {
    margin-right: 24px !important;
  }
  
  .me-xl-25 {
    margin-right: 25px !important;
  }
  
  .me-xl-34 {
    margin-right: 34px !important;
  }
  
  .me-xl-43 {
    margin-right: 43px !important;
  }
  
  .me-xl-60 {
    margin-right: 60px !important;
  }
  
  .me-xl-80 {
    margin-right: 80px !important;
  }
  
  .me-xl-90 {
    margin-right: 90px !important;
  }
  
  .me-xl-100 {
    margin-right: 100px !important;
  }
  
  .me-xl-120 {
    margin-right: 120px !important;
  }
  
  .me-xl-180 {
    margin-right: 180px !important;
  }
  
  .me-xl-auto {
    margin-right: auto !important;
  }
  
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  
  .mb-xl-17 {
    margin-bottom: 17px !important;
  }
  
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  
  .mb-xl-34 {
    margin-bottom: 34px !important;
  }
  
  .mb-xl-43 {
    margin-bottom: 43px !important;
  }
  
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  
  .ms-xl-12 {
    margin-left: 12px !important;
  }
  
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  
  .ms-xl-17 {
    margin-left: 17px !important;
  }
  
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  
  .ms-xl-24 {
    margin-left: 24px !important;
  }
  
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  
  .ms-xl-34 {
    margin-left: 34px !important;
  }
  
  .ms-xl-43 {
    margin-left: 43px !important;
  }
  
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  
  .ms-xl-auto {
    margin-left: auto !important;
  }
  
  .m-xl-n5 {
    margin: -5px !important;
  }
  
  .m-xl-n10 {
    margin: -10px !important;
  }
  
  .m-xl-n12 {
    margin: -12px !important;
  }
  
  .m-xl-n15 {
    margin: -15px !important;
  }
  
  .m-xl-n17 {
    margin: -17px !important;
  }
  
  .m-xl-n20 {
    margin: -20px !important;
  }
  
  .m-xl-n24 {
    margin: -24px !important;
  }
  
  .m-xl-n25 {
    margin: -25px !important;
  }
  
  .m-xl-n34 {
    margin: -34px !important;
  }
  
  .m-xl-n43 {
    margin: -43px !important;
  }
  
  .m-xl-n60 {
    margin: -60px !important;
  }
  
  .m-xl-n80 {
    margin: -80px !important;
  }
  
  .m-xl-n90 {
    margin: -90px !important;
  }
  
  .m-xl-n100 {
    margin: -100px !important;
  }
  
  .m-xl-n120 {
    margin: -120px !important;
  }
  
  .m-xl-n180 {
    margin: -180px !important;
  }
  
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  
  .mx-xl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  
  .mx-xl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  
  .mx-xl-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  
  .mx-xl-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  
  .mx-xl-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  
  .mx-xl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  
  .my-xl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  
  .my-xl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  
  .my-xl-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  
  .my-xl-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  
  .my-xl-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  
  .my-xl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  
  .mt-xl-n12 {
    margin-top: -12px !important;
  }
  
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  
  .mt-xl-n17 {
    margin-top: -17px !important;
  }
  
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  
  .mt-xl-n24 {
    margin-top: -24px !important;
  }
  
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  
  .mt-xl-n34 {
    margin-top: -34px !important;
  }
  
  .mt-xl-n43 {
    margin-top: -43px !important;
  }
  
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  
  .mt-xl-n80 {
    margin-top: -80px !important;
  }
  
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  
  .mt-xl-n180 {
    margin-top: -180px !important;
  }
  
  .me-xl-n5 {
    margin-right: -5px !important;
  }
  
  .me-xl-n10 {
    margin-right: -10px !important;
  }
  
  .me-xl-n12 {
    margin-right: -12px !important;
  }
  
  .me-xl-n15 {
    margin-right: -15px !important;
  }
  
  .me-xl-n17 {
    margin-right: -17px !important;
  }
  
  .me-xl-n20 {
    margin-right: -20px !important;
  }
  
  .me-xl-n24 {
    margin-right: -24px !important;
  }
  
  .me-xl-n25 {
    margin-right: -25px !important;
  }
  
  .me-xl-n34 {
    margin-right: -34px !important;
  }
  
  .me-xl-n43 {
    margin-right: -43px !important;
  }
  
  .me-xl-n60 {
    margin-right: -60px !important;
  }
  
  .me-xl-n80 {
    margin-right: -80px !important;
  }
  
  .me-xl-n90 {
    margin-right: -90px !important;
  }
  
  .me-xl-n100 {
    margin-right: -100px !important;
  }
  
  .me-xl-n120 {
    margin-right: -120px !important;
  }
  
  .me-xl-n180 {
    margin-right: -180px !important;
  }
  
  .mb-xl-n5 {
    margin-bottom: -5px !important;
  }
  
  .mb-xl-n10 {
    margin-bottom: -10px !important;
  }
  
  .mb-xl-n12 {
    margin-bottom: -12px !important;
  }
  
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  
  .mb-xl-n17 {
    margin-bottom: -17px !important;
  }
  
  .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  
  .mb-xl-n24 {
    margin-bottom: -24px !important;
  }
  
  .mb-xl-n25 {
    margin-bottom: -25px !important;
  }
  
  .mb-xl-n34 {
    margin-bottom: -34px !important;
  }
  
  .mb-xl-n43 {
    margin-bottom: -43px !important;
  }
  
  .mb-xl-n60 {
    margin-bottom: -60px !important;
  }
  
  .mb-xl-n80 {
    margin-bottom: -80px !important;
  }
  
  .mb-xl-n90 {
    margin-bottom: -90px !important;
  }
  
  .mb-xl-n100 {
    margin-bottom: -100px !important;
  }
  
  .mb-xl-n120 {
    margin-bottom: -120px !important;
  }
  
  .mb-xl-n180 {
    margin-bottom: -180px !important;
  }
  
  .ms-xl-n5 {
    margin-left: -5px !important;
  }
  
  .ms-xl-n10 {
    margin-left: -10px !important;
  }
  
  .ms-xl-n12 {
    margin-left: -12px !important;
  }
  
  .ms-xl-n15 {
    margin-left: -15px !important;
  }
  
  .ms-xl-n17 {
    margin-left: -17px !important;
  }
  
  .ms-xl-n20 {
    margin-left: -20px !important;
  }
  
  .ms-xl-n24 {
    margin-left: -24px !important;
  }
  
  .ms-xl-n25 {
    margin-left: -25px !important;
  }
  
  .ms-xl-n34 {
    margin-left: -34px !important;
  }
  
  .ms-xl-n43 {
    margin-left: -43px !important;
  }
  
  .ms-xl-n60 {
    margin-left: -60px !important;
  }
  
  .ms-xl-n80 {
    margin-left: -80px !important;
  }
  
  .ms-xl-n90 {
    margin-left: -90px !important;
  }
  
  .ms-xl-n100 {
    margin-left: -100px !important;
  }
  
  .ms-xl-n120 {
    margin-left: -120px !important;
  }
  
  .ms-xl-n180 {
    margin-left: -180px !important;
  }
  
  .p-xl-0 {
    padding: 0 !important;
  }
  
  .p-xl-5 {
    padding: 5px !important;
  }
  
  .p-xl-10 {
    padding: 10px !important;
  }
  
  .p-xl-12 {
    padding: 12px !important;
  }
  
  .p-xl-15 {
    padding: 15px !important;
  }
  
  .p-xl-17 {
    padding: 17px !important;
  }
  
  .p-xl-20 {
    padding: 20px !important;
  }
  
  .p-xl-24 {
    padding: 24px !important;
  }
  
  .p-xl-25 {
    padding: 25px !important;
  }
  
  .p-xl-34 {
    padding: 34px !important;
  }
  
  .p-xl-43 {
    padding: 43px !important;
  }
  
  .p-xl-60 {
    padding: 60px !important;
  }
  
  .p-xl-80 {
    padding: 80px !important;
  }
  
  .p-xl-90 {
    padding: 90px !important;
  }
  
  .p-xl-100 {
    padding: 100px !important;
  }
  
  .p-xl-120 {
    padding: 120px !important;
  }
  
  .p-xl-180 {
    padding: 180px !important;
  }
  
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .px-xl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  
  .px-xl-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  
  .px-xl-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .py-xl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  .py-xl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  
  .py-xl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  
  .pt-xl-17 {
    padding-top: 17px !important;
  }
  
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  
  .pt-xl-34 {
    padding-top: 34px !important;
  }
  
  .pt-xl-43 {
    padding-top: 43px !important;
  }
  
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  
  .pe-xl-12 {
    padding-right: 12px !important;
  }
  
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  
  .pe-xl-17 {
    padding-right: 17px !important;
  }
  
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  
  .pe-xl-24 {
    padding-right: 24px !important;
  }
  
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  
  .pe-xl-34 {
    padding-right: 34px !important;
  }
  
  .pe-xl-43 {
    padding-right: 43px !important;
  }
  
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  
  .pb-xl-17 {
    padding-bottom: 17px !important;
  }
  
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  
  .pb-xl-34 {
    padding-bottom: 34px !important;
  }
  
  .pb-xl-43 {
    padding-bottom: 43px !important;
  }
  
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  
  .ps-xl-12 {
    padding-left: 12px !important;
  }
  
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  
  .ps-xl-17 {
    padding-left: 17px !important;
  }
  
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  
  .ps-xl-24 {
    padding-left: 24px !important;
  }
  
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  
  .ps-xl-34 {
    padding-left: 34px !important;
  }
  
  .ps-xl-43 {
    padding-left: 43px !important;
  }
  
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  
  .text-xl-start {
    text-align: left !important;
  }
  
  .text-xl-end {
    text-align: right !important;
  }
  
  .text-xl-center {
    text-align: center !important;
  }
  
  .is-xl-14 {
    width: 14px !important;
    height: 14px !important;
  }
  
  .is-xl-16 {
    width: 16px !important;
    height: 16px !important;
  }
  
  .is-xl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .is-xl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  
  .is-xl-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (max-width: 1000px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  
  .mt-xl-43 {
    margin-top: 23px !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  
  .float-xxl-end {
    float: right !important;
  }
  
  .float-xxl-none {
    float: none !important;
  }
  
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  
  .overflow-xxl-scroll {
    overflow: scroll !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;
  }
  
  .position-xxl-static {
    position: static !important;
  }
  
  .position-xxl-relative {
    position: relative !important;
  }
  
  .position-xxl-absolute {
    position: absolute !important;
  }
  
  .position-xxl-fixed {
    position: fixed !important;
  }
  
  .position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-xxl-0 {
    top: 0 !important;
  }
  
  .top-xxl-25 {
    top: 25% !important;
  }
  
  .top-xxl-50 {
    top: 50% !important;
  }
  
  .top-xxl-85 {
    top: 85% !important;
  }
  
  .top-xxl-100 {
    top: 100% !important;
  }
  
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  
  .bottom-xxl-85 {
    bottom: 85% !important;
  }
  
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  
  .start-xxl-0 {
    left: 0 !important;
  }
  
  .start-xxl-25 {
    left: 25% !important;
  }
  
  .start-xxl-50 {
    left: 50% !important;
  }
  
  .start-xxl-85 {
    left: 85% !important;
  }
  
  .start-xxl-100 {
    left: 100% !important;
  }
  
  .end-xxl-0 {
    right: 0 !important;
  }
  
  .end-xxl-25 {
    right: 25% !important;
  }
  
  .end-xxl-50 {
    right: 50% !important;
  }
  
  .end-xxl-85 {
    right: 85% !important;
  }
  
  .end-xxl-100 {
    right: 100% !important;
  }
  
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  
  .w-xxl-25 {
    width: 25% !important;
  }
  
  .w-xxl-30 {
    width: 30% !important;
  }
  
  .w-xxl-34 {
    width: 34% !important;
  }
  
  .w-xxl-35 {
    width: 35% !important;
  }
  
  .w-xxl-40 {
    width: 40% !important;
  }
  
  .w-xxl-45 {
    width: 45% !important;
  }
  
  .w-xxl-50 {
    width: 50% !important;
  }
  
  .w-xxl-60 {
    width: 60% !important;
  }
  
  .w-xxl-65 {
    width: 65% !important;
  }
  
  .w-xxl-70 {
    width: 70% !important;
  }
  
  .w-xxl-75 {
    width: 75% !important;
  }
  
  .w-xxl-85 {
    width: 85% !important;
  }
  
  .w-xxl-90 {
    width: 90% !important;
  }
  
  .w-xxl-95 {
    width: 95% !important;
  }
  
  .w-xxl-100 {
    width: 100% !important;
  }
  
  .w-xxl-auto {
    width: auto !important;
  }
  
  .h-xxl-25 {
    height: 25% !important;
  }
  
  .h-xxl-30 {
    height: 30% !important;
  }
  
  .h-xxl-34 {
    height: 34% !important;
  }
  
  .h-xxl-35 {
    height: 35% !important;
  }
  
  .h-xxl-40 {
    height: 40% !important;
  }
  
  .h-xxl-45 {
    height: 45% !important;
  }
  
  .h-xxl-50 {
    height: 50% !important;
  }
  
  .h-xxl-60 {
    height: 60% !important;
  }
  
  .h-xxl-65 {
    height: 65% !important;
  }
  
  .h-xxl-70 {
    height: 70% !important;
  }
  
  .h-xxl-75 {
    height: 75% !important;
  }
  
  .h-xxl-85 {
    height: 85% !important;
  }
  
  .h-xxl-90 {
    height: 90% !important;
  }
  
  .h-xxl-95 {
    height: 95% !important;
  }
  
  .h-xxl-100 {
    height: 100% !important;
  }
  
  .h-xxl-auto {
    height: auto !important;
  }
  
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-xxl-nofill {
    flex: 0 0 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-5 {
    gap: 5px !important;
  }
  
  .gap-xxl-10 {
    gap: 10px !important;
  }
  
  .gap-xxl-12 {
    gap: 12px !important;
  }
  
  .gap-xxl-15 {
    gap: 15px !important;
  }
  
  .gap-xxl-17 {
    gap: 17px !important;
  }
  
  .gap-xxl-20 {
    gap: 20px !important;
  }
  
  .gap-xxl-24 {
    gap: 24px !important;
  }
  
  .gap-xxl-25 {
    gap: 25px !important;
  }
  
  .gap-xxl-34 {
    gap: 34px !important;
  }
  
  .gap-xxl-43 {
    gap: 43px !important;
  }
  
  .gap-xxl-60 {
    gap: 60px !important;
  }
  
  .gap-xxl-80 {
    gap: 80px !important;
  }
  
  .gap-xxl-90 {
    gap: 90px !important;
  }
  
  .gap-xxl-100 {
    gap: 100px !important;
  }
  
  .gap-xxl-120 {
    gap: 120px !important;
  }
  
  .gap-xxl-180 {
    gap: 180px !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-5 {
    margin: 5px !important;
  }
  
  .m-xxl-10 {
    margin: 10px !important;
  }
  
  .m-xxl-12 {
    margin: 12px !important;
  }
  
  .m-xxl-15 {
    margin: 15px !important;
  }
  
  .m-xxl-17 {
    margin: 17px !important;
  }
  
  .m-xxl-20 {
    margin: 20px !important;
  }
  
  .m-xxl-24 {
    margin: 24px !important;
  }
  
  .m-xxl-25 {
    margin: 25px !important;
  }
  
  .m-xxl-34 {
    margin: 34px !important;
  }
  
  .m-xxl-43 {
    margin: 43px !important;
  }
  
  .m-xxl-60 {
    margin: 60px !important;
  }
  
  .m-xxl-80 {
    margin: 80px !important;
  }
  
  .m-xxl-90 {
    margin: 90px !important;
  }
  
  .m-xxl-100 {
    margin: 100px !important;
  }
  
  .m-xxl-120 {
    margin: 120px !important;
  }
  
  .m-xxl-180 {
    margin: 180px !important;
  }
  
  .m-xxl-auto {
    margin: auto !important;
  }
  
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  
  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  
  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  
  .mx-xxl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  
  .mx-xxl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  
  .mx-xxl-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  
  .mx-xxl-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  
  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  
  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  
  .mx-xxl-180 {
    margin-right: 180px !important;
    margin-left: 180px !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-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  
  .my-xxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  
  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  
  .my-xxl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  
  .my-xxl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  
  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  
  .mt-xxl-12 {
    margin-top: 12px !important;
  }
  
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  
  .mt-xxl-17 {
    margin-top: 17px !important;
  }
  
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  
  .mt-xxl-24 {
    margin-top: 24px !important;
  }
  
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  
  .mt-xxl-34 {
    margin-top: 34px !important;
  }
  
  .mt-xxl-43 {
    margin-top: 43px !important;
  }
  
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  
  .me-xxl-12 {
    margin-right: 12px !important;
  }
  
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  
  .me-xxl-17 {
    margin-right: 17px !important;
  }
  
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  
  .me-xxl-24 {
    margin-right: 24px !important;
  }
  
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  
  .me-xxl-34 {
    margin-right: 34px !important;
  }
  
  .me-xxl-43 {
    margin-right: 43px !important;
  }
  
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  
  .me-xxl-auto {
    margin-right: auto !important;
  }
  
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  
  .mb-xxl-12 {
    margin-bottom: 12px !important;
  }
  
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  
  .mb-xxl-17 {
    margin-bottom: 17px !important;
  }
  
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  
  .mb-xxl-24 {
    margin-bottom: 24px !important;
  }
  
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  
  .mb-xxl-34 {
    margin-bottom: 34px !important;
  }
  
  .mb-xxl-43 {
    margin-bottom: 43px !important;
  }
  
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  
  .ms-xxl-12 {
    margin-left: 12px !important;
  }
  
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  
  .ms-xxl-17 {
    margin-left: 17px !important;
  }
  
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  
  .ms-xxl-24 {
    margin-left: 24px !important;
  }
  
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  
  .ms-xxl-34 {
    margin-left: 34px !important;
  }
  
  .ms-xxl-43 {
    margin-left: 43px !important;
  }
  
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  
  .m-xxl-n5 {
    margin: -5px !important;
  }
  
  .m-xxl-n10 {
    margin: -10px !important;
  }
  
  .m-xxl-n12 {
    margin: -12px !important;
  }
  
  .m-xxl-n15 {
    margin: -15px !important;
  }
  
  .m-xxl-n17 {
    margin: -17px !important;
  }
  
  .m-xxl-n20 {
    margin: -20px !important;
  }
  
  .m-xxl-n24 {
    margin: -24px !important;
  }
  
  .m-xxl-n25 {
    margin: -25px !important;
  }
  
  .m-xxl-n34 {
    margin: -34px !important;
  }
  
  .m-xxl-n43 {
    margin: -43px !important;
  }
  
  .m-xxl-n60 {
    margin: -60px !important;
  }
  
  .m-xxl-n80 {
    margin: -80px !important;
  }
  
  .m-xxl-n90 {
    margin: -90px !important;
  }
  
  .m-xxl-n100 {
    margin: -100px !important;
  }
  
  .m-xxl-n120 {
    margin: -120px !important;
  }
  
  .m-xxl-n180 {
    margin: -180px !important;
  }
  
  .mx-xxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  
  .mx-xxl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  
  .mx-xxl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  
  .mx-xxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  
  .mx-xxl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  
  .mx-xxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  
  .mx-xxl-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  
  .mx-xxl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  
  .mx-xxl-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  
  .mx-xxl-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  
  .mx-xxl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  
  .mx-xxl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  
  .mx-xxl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  
  .mx-xxl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  
  .mx-xxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  
  .mx-xxl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  
  .my-xxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  
  .my-xxl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  
  .my-xxl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  
  .my-xxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  
  .my-xxl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  
  .my-xxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  
  .my-xxl-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  
  .my-xxl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  
  .my-xxl-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  
  .my-xxl-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  
  .my-xxl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  
  .my-xxl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  
  .my-xxl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  
  .my-xxl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  
  .my-xxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  
  .my-xxl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  
  .mt-xxl-n5 {
    margin-top: -5px !important;
  }
  
  .mt-xxl-n10 {
    margin-top: -10px !important;
  }
  
  .mt-xxl-n12 {
    margin-top: -12px !important;
  }
  
  .mt-xxl-n15 {
    margin-top: -15px !important;
  }
  
  .mt-xxl-n17 {
    margin-top: -17px !important;
  }
  
  .mt-xxl-n20 {
    margin-top: -20px !important;
  }
  
  .mt-xxl-n24 {
    margin-top: -24px !important;
  }
  
  .mt-xxl-n25 {
    margin-top: -25px !important;
  }
  
  .mt-xxl-n34 {
    margin-top: -34px !important;
  }
  
  .mt-xxl-n43 {
    margin-top: -43px !important;
  }
  
  .mt-xxl-n60 {
    margin-top: -60px !important;
  }
  
  .mt-xxl-n80 {
    margin-top: -80px !important;
  }
  
  .mt-xxl-n90 {
    margin-top: -90px !important;
  }
  
  .mt-xxl-n100 {
    margin-top: -100px !important;
  }
  
  .mt-xxl-n120 {
    margin-top: -120px !important;
  }
  
  .mt-xxl-n180 {
    margin-top: -180px !important;
  }
  
  .me-xxl-n5 {
    margin-right: -5px !important;
  }
  
  .me-xxl-n10 {
    margin-right: -10px !important;
  }
  
  .me-xxl-n12 {
    margin-right: -12px !important;
  }
  
  .me-xxl-n15 {
    margin-right: -15px !important;
  }
  
  .me-xxl-n17 {
    margin-right: -17px !important;
  }
  
  .me-xxl-n20 {
    margin-right: -20px !important;
  }
  
  .me-xxl-n24 {
    margin-right: -24px !important;
  }
  
  .me-xxl-n25 {
    margin-right: -25px !important;
  }
  
  .me-xxl-n34 {
    margin-right: -34px !important;
  }
  
  .me-xxl-n43 {
    margin-right: -43px !important;
  }
  
  .me-xxl-n60 {
    margin-right: -60px !important;
  }
  
  .me-xxl-n80 {
    margin-right: -80px !important;
  }
  
  .me-xxl-n90 {
    margin-right: -90px !important;
  }
  
  .me-xxl-n100 {
    margin-right: -100px !important;
  }
  
  .me-xxl-n120 {
    margin-right: -120px !important;
  }
  
  .me-xxl-n180 {
    margin-right: -180px !important;
  }
  
  .mb-xxl-n5 {
    margin-bottom: -5px !important;
  }
  
  .mb-xxl-n10 {
    margin-bottom: -10px !important;
  }
  
  .mb-xxl-n12 {
    margin-bottom: -12px !important;
  }
  
  .mb-xxl-n15 {
    margin-bottom: -15px !important;
  }
  
  .mb-xxl-n17 {
    margin-bottom: -17px !important;
  }
  
  .mb-xxl-n20 {
    margin-bottom: -20px !important;
  }
  
  .mb-xxl-n24 {
    margin-bottom: -24px !important;
  }
  
  .mb-xxl-n25 {
    margin-bottom: -25px !important;
  }
  
  .mb-xxl-n34 {
    margin-bottom: -34px !important;
  }
  
  .mb-xxl-n43 {
    margin-bottom: -43px !important;
  }
  
  .mb-xxl-n60 {
    margin-bottom: -60px !important;
  }
  
  .mb-xxl-n80 {
    margin-bottom: -80px !important;
  }
  
  .mb-xxl-n90 {
    margin-bottom: -90px !important;
  }
  
  .mb-xxl-n100 {
    margin-bottom: -100px !important;
  }
  
  .mb-xxl-n120 {
    margin-bottom: -120px !important;
  }
  
  .mb-xxl-n180 {
    margin-bottom: -180px !important;
  }
  
  .ms-xxl-n5 {
    margin-left: -5px !important;
  }
  
  .ms-xxl-n10 {
    margin-left: -10px !important;
  }
  
  .ms-xxl-n12 {
    margin-left: -12px !important;
  }
  
  .ms-xxl-n15 {
    margin-left: -15px !important;
  }
  
  .ms-xxl-n17 {
    margin-left: -17px !important;
  }
  
  .ms-xxl-n20 {
    margin-left: -20px !important;
  }
  
  .ms-xxl-n24 {
    margin-left: -24px !important;
  }
  
  .ms-xxl-n25 {
    margin-left: -25px !important;
  }
  
  .ms-xxl-n34 {
    margin-left: -34px !important;
  }
  
  .ms-xxl-n43 {
    margin-left: -43px !important;
  }
  
  .ms-xxl-n60 {
    margin-left: -60px !important;
  }
  
  .ms-xxl-n80 {
    margin-left: -80px !important;
  }
  
  .ms-xxl-n90 {
    margin-left: -90px !important;
  }
  
  .ms-xxl-n100 {
    margin-left: -100px !important;
  }
  
  .ms-xxl-n120 {
    margin-left: -120px !important;
  }
  
  .ms-xxl-n180 {
    margin-left: -180px !important;
  }
  
  .p-xxl-0 {
    padding: 0 !important;
  }
  
  .p-xxl-5 {
    padding: 5px !important;
  }
  
  .p-xxl-10 {
    padding: 10px !important;
  }
  
  .p-xxl-12 {
    padding: 12px !important;
  }
  
  .p-xxl-15 {
    padding: 15px !important;
  }
  
  .p-xxl-17 {
    padding: 17px !important;
  }
  
  .p-xxl-20 {
    padding: 20px !important;
  }
  
  .p-xxl-24 {
    padding: 24px !important;
  }
  
  .p-xxl-25 {
    padding: 25px !important;
  }
  
  .p-xxl-34 {
    padding: 34px !important;
  }
  
  .p-xxl-43 {
    padding: 43px !important;
  }
  
  .p-xxl-60 {
    padding: 60px !important;
  }
  
  .p-xxl-80 {
    padding: 80px !important;
  }
  
  .p-xxl-90 {
    padding: 90px !important;
  }
  
  .p-xxl-100 {
    padding: 100px !important;
  }
  
  .p-xxl-120 {
    padding: 120px !important;
  }
  
  .p-xxl-180 {
    padding: 180px !important;
  }
  
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  
  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  
  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .px-xxl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  
  .px-xxl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  
  .px-xxl-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  
  .px-xxl-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  
  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  
  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  
  .px-xxl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  
  .py-xxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  
  .py-xxl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  
  .py-xxl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  
  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  
  .pt-xxl-12 {
    padding-top: 12px !important;
  }
  
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  
  .pt-xxl-17 {
    padding-top: 17px !important;
  }
  
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  
  .pt-xxl-24 {
    padding-top: 24px !important;
  }
  
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  
  .pt-xxl-34 {
    padding-top: 34px !important;
  }
  
  .pt-xxl-43 {
    padding-top: 43px !important;
  }
  
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  
  .pe-xxl-12 {
    padding-right: 12px !important;
  }
  
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  
  .pe-xxl-17 {
    padding-right: 17px !important;
  }
  
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  
  .pe-xxl-24 {
    padding-right: 24px !important;
  }
  
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  
  .pe-xxl-34 {
    padding-right: 34px !important;
  }
  
  .pe-xxl-43 {
    padding-right: 43px !important;
  }
  
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  
  .pb-xxl-12 {
    padding-bottom: 12px !important;
  }
  
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  
  .pb-xxl-17 {
    padding-bottom: 17px !important;
  }
  
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  
  .pb-xxl-24 {
    padding-bottom: 24px !important;
  }
  
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  
  .pb-xxl-34 {
    padding-bottom: 34px !important;
  }
  
  .pb-xxl-43 {
    padding-bottom: 43px !important;
  }
  
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  
  .ps-xxl-12 {
    padding-left: 12px !important;
  }
  
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  
  .ps-xxl-17 {
    padding-left: 17px !important;
  }
  
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  
  .ps-xxl-24 {
    padding-left: 24px !important;
  }
  
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  
  .ps-xxl-34 {
    padding-left: 34px !important;
  }
  
  .ps-xxl-43 {
    padding-left: 43px !important;
  }
  
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  
  .text-xxl-start {
    text-align: left !important;
  }
  
  .text-xxl-end {
    text-align: right !important;
  }
  
  .text-xxl-center {
    text-align: center !important;
  }
  
  .is-xxl-14 {
    width: 14px !important;
    height: 14px !important;
  }
  
  .is-xxl-16 {
    width: 16px !important;
    height: 16px !important;
  }
  
  .is-xxl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .is-xxl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  
  .is-xxl-100 {
    width: 100px !important;
    height: 100px !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;
  }
}

.page_colaboradores .accordion.accordion-number .accordion-item .accordion-button {
  background-color: #d81d0a30;
}

.accordion.accordion-number .accordion-item {
  border: 0;
}

.accordion.accordion-number .accordion-item:not(:first-child) {
  margin-top: 34px;
}

.accordion.accordion-number .accordion-item .accordion-button {
  background-color: #F9F9FA;
  padding: 6px 20px;
  border-radius: 20px;
  box-shadow: 0px 7px 22px rgb(143 134 196 / 7%);
  border: 1px solid #ccc;
}

.accordion.accordion-number .accordion-item .accordion-button:after {
  content: none;
}

.accordion.accordion-number .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
}

.accordion.accordion-number .accordion-item .accordion-button:not(.collapsed) .accordion-arrow {
  opacity: 0;
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 600;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 24px;
}

@media (min-width: 1200px) {
  .accordion.accordion-number .accordion-item .accordion-button .accordion-number {
    font-size: 2.1875rem;
  }
}

@media (max-width: 767.98px) {
  .accordion.accordion-number .accordion-item .accordion-button .accordion-number {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-content {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  width: 100%;
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-content .accordion-header {
  font-size: 18px;
  font-weight: 600;
  color: #363848;
  padding-right: 60px;
  margin-top: auto;
  margin-bottom: auto;
  width: inherit;
}

@media (min-width: 1200px) {
  .accordion.accordion-number .accordion-item .accordion-button .accordion-content .accordion-header {
    font-size: 18px;
  }
}

.img-accordion {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-content .accordion-body {
  font-size: 1rem;
  font-weight: 400;
  color: #909090;
  margin-top: 14px;
  padding: 0;
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out;
}

.accordion.accordion-number .accordion-item .accordion-button .accordion-arrow .svg-icon {
  color: #D81C09;
  width: 20px;
  height: 20px;
}

.avatar-rounded {
  position: relative;
  display: inline-flex;
  border-radius: 50rem;
}

.avatar-rounded img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: inherit;
  z-index: 5;
}

.avatar-rounded::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.4);
  border-radius: inherit;
}

.avatar-rounded::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.7);
  border: 1px solid #8F98BF;
  opacity: 0.28;
  border-radius: inherit;
}

.avatar-group {
  display: flex;
}

.avatar-group .avatar {
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 50rem;
  border: 3px solid #FFFFFF;
}

.avatar-group .avatar:not(:first-child) {
  margin-left: -15px;
}

.avatar-group .avatar-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
}

.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-dest {
  margin-bottom: 30px;
  padding: 35px;
  background: #00000054;
  z-index: 1;
  position: relative;
  margin-top: -195px;
  width: 100%;
  color: #fff;
}

.blog-title,
.blog-title a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 28px;
  font-family: 'Flexo-Caps-bold';
}

.blog-dest a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .blog-dest {
    margin-bottom: 30px;
    padding: 18px;
    background: var(--bs-primary-zero);
    z-index: 1;
    position: relative;
    margin-top: 0px;
    width: 100%;
    color: #fff;
  }
  
  .blog-dest a {
    color: #fff;
    text-decoration: none;
  }
}

.blog-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-slider .blog-item {
  width: 100%;
  height: 450px;
  max-height: 450px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .blog-slider .blog-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-slider .blog-item .blog-item-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.blog-slider .blog-item .blog-item-inner .blog-btn-categories {
  position: absolute;
  font-size: 0.9375rem;
  font-weight: 700;
  background-color: #D81C09;
  color: #FFFFFF;
  right: 15px;
  top: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 50rem;
  text-decoration: none;
}

.blog-slider .blog-item .blog-item-inner .blog-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-slider .blog-item .blog-item-inner .blog-thumb .overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.51) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-slider .blog-item .blog-item-inner .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-slider .blog-item .blog-item-inner .blog-content {
  padding: 35px 130px 52px 20px;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-meta {
  margin-bottom: 15px;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-meta .blog-meta-link {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-meta .blog-meta-link:not(:first-child) {
  margin-left: 18px;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-title {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  line-height: 28px;
}

@media (min-width: 1200px) {
  .blog-slider .blog-item .blog-item-inner .blog-content .blog-title {
    font-size: 1.75rem;
  }
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-title a:hover {
  text-decoration: underline;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-summary {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .blog-slider .blog-item .blog-item-inner .blog-content .blog-summary {
    display: none;
  }
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-summary p {
  line-height: 1.5;
}

.blog-slider .blog-item .blog-item-inner .blog-content .blog-summary p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .blog-slider .blog-item:nth-child(odd) .blog-item-inner .blog-content .blog-summary {
    display: none;
  }
}

@media (min-width: 768px) {
  .blog-slider .blog-item:nth-child(even) {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .blog-slider .blog-item:nth-child(even) {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .blog-slider .blog-item:nth-child(even) {
    width: 65%;
  }
}

.card.card-icon {
  padding: 40px;
  border: 0;
  border-radius: 30px;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  transition: 0.25s ease-in-out;
}

.card.card-icon:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.card.card-icon .card-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  border-radius: 20px;
}

.card.card-icon .card-box-icon .svg-icon {
  width: 41px;
  height: 41px;
}

.card.card-icon .card-title {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 600;
  color: #363848;
  margin-top: 22px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .card.card-icon .card-title {
    font-size: 1.875rem;
  }
}

.card.card-icon .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #363848;
  margin-top: 22px;
}

.dir-card {
  min-height: 270px;
  overflow: hidden;
  background: #F9F9FA;
  border: 1px solid #f0eeee;
  border-radius: 30px;
}

.dir-card:hover {
  box-shadow: 0px 9px 9px rgb(120 53 53 / 7%);
}

.dir-card .dir-content {
  padding: 25px 25px;
}

.dir-title {
  color: #D81C09;
  font-size: 22px;
}

@media (max-width: 700px) {
  .dir-card {
    min-height: fit-content;
    width: 100%;
  }
}

.infoa-card,
.infoa-card-paises {
  min-height: 270px;
  overflow: hidden;
  background: #F9F9FA;
  border: 1px solid #f0eeee;
  border-radius: 30px;
  transition: background-color 0.4s ease;
}

.infoa-card:hover {
  box-shadow: 0px 9px 9px rgb(120 53 53 / 7%);
}

.infoa-card-paises:hover {
  box-shadow: 0px 9px 9px rgb(120 53 53 / 7%);
  background-color: var(--bs-primary-zero) !important;
}
.infoa-card-paises:hover a {
  color: var(--bs-white) !important;
}   
.infoa-card .infoa-content {
  padding: 25px 25px;
}

.infoa-card-paises .infoa-content {
  padding: 25px 25px;
}

.infoa-title {
  color: #D81C09;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  font-family: 'Flexo-Caps-bold';
}

.card_mundo {
  background: #fafafa;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 2px 1px #cbcbcb2e;
}

.event-card {
  height: 100%;
  overflow: hidden;
  background: #F9F9FA;
  border: 1px solid #f0eeee;
  border-radius: 4px;
}

.event-card:hover {
  box-shadow: 0px 9px 9px rgb(120 53 53 / 7%);
}

.event-card .event-thumb {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.event-card .event-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 0;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.event-card .event-content {
  padding: 25px 25px;
}

.event-card .event-content .event-content-header {
  position: relative;
}

.event-card .event-content .event-content-header .event-content-date-book {
  position: absolute;
  display: grid;
  background-color: #363848;
  padding: 13px 13px;
  bottom: 0;
  left: 0;
  gap: 10px;
  border-radius: 50rem;
}

.event-card .event-content .event-content-header .event-content-date-book .event-date {
  display: grid;
  justify-content: center;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 0;
  text-align: center;
}

.work-card {
  height: auto;
  overflow: hidden;
  background: #F9F9FA;
  border: 1px solid #f0eeee;
  border-radius: 30px;
  padding: 35px;
}

.info-card {
  height: 100%;
  overflow: hidden;
  background: #F9F9FA;
  border: 1px solid #f0eeee;
  border-radius: 30px;
}

.info-card:hover {
  box-shadow: 0px 9px 9px rgb(120 53 53 / 7%);
}

.info-card .info-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 28px;
  border-radius: 14px;
}

@media (max-width: 1000px) {
  .info-card .info-thumb {
    margin: 0px;
  }
  
  .info-card .info-content {
    padding: 25px 25px !important;
    text-align: justify;
  }
}

.info-card .info-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 0;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-card .info-content {
  padding: 25px 25px;
}

.info-card .info-content .info-content-header {
  position: relative;
}

.info-card .info-content .info-content-header .info-content-date-book {
  position: absolute;
  display: grid;
  background-color: #363848;
  padding: 13px 13px;
  bottom: 0;
  left: 0;
  gap: 10px;
  border-radius: 50rem;
}

.info-card .info-content .info-content-header .info-content-date-book .info-date {
  display: grid;
  justify-content: center;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  color: #FFFFFF;
  padding: 5px 0;
}

.info-content-footer {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-size: 22px;
}

.info-title a {
  text-decoration: none;
}

@media (max-width: 1000px) {
  .info-card {
    display: contents !important;
  }
}

@media (min-width: 1200px) {
  .event-card .event-content .event-content-header .event-content-date-book .event-date {
    font-size: 1.75rem;
  }
}

.event-card .event-content .event-content-header .event-content-date-book .event-date span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.44);
}

.event-card .event-content .event-content-header .event-content-date-book .btn-event-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.11);
  color: #FFFFFF;
  padding: 16px 16px;
  border-radius: 50rem;
  box-shadow: none;
}

.event-card .event-content .event-content-header .event-content-date-book .btn-event-book:hover {
  background-color: #FF477E;
  color: #FFFFFF;
}

.event-card .event-content .event-content-header .event-content-date-book .btn-event-book svg {
  width: 25px;
  height: 25px;
}

.event-card .event-content .event-content-header .event-content-info {
  padding-left: 0px;
}

.event-card .event-content .event-content-header .event-content-info .event-categories {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-card .event-content .event-content-header .event-content-info .event-categories .event-categories-link {
  color: #FE8D4D;
  text-decoration: none;
}

.event-card .event-content .event-content-header .event-content-info .event-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 5px;
}

.event-card .event-content .event-content-header .event-content-info .event-title .event-title-link {
  color: #363848;
  text-decoration: none;
}

.event-card .event-content .event-content-footer {
  margin-top: 14px;
}

.event-card .event-content .event-content-footer .event-summary {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363848;
}

.event-card .event-content .event-content-footer .event-summary p:last-child {
  margin-bottom: 0;
}

.event-card.complete .event-content-date-book {
  background-color: #30C736 !important;
}

.event-card.complete .event-content-date-book .btn-event-book {
  background-color: #FFFFFF !important;
  color: #30C736 !important;
}

.event-card.cancelled .event-content-date-book {
  background-color: #FF5353 !important;
}

.event-card.cancelled .event-content-date-book .btn-event-book {
  background-color: #FFFFFF !important;
  color: #FF5353 !important;
}

.info-card {
  display: flex;
  align-items: center;
}

.info-card .info-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #818181;
  color: #FFFFFF;
  padding: 0.8125rem;
  border-radius: 10px;
}

.info-card .info-card-icon .svg-icon {
  width: 28px;
  height: 28px;
}

.info-card .info-card-content {
  display: grid;
  margin-left: 15px;
  gap: 5px;
}

.info-card .info-card-content .info-card-title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #363848;
  margin-bottom: 0;
}

.info-card .info-card-content .info-card-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #8A8A8A;
}

.job-card-grid {
  position: relative;
  background-color: #FFFFFF;
  padding: 40px 30px;
  border-radius: 18px;
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  transition: 0.25s ease-in-out;
}

.job-card-grid:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.job-card-grid .job-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.job-card-grid .job-info .job-image {
  margin-bottom: 20px;
}

.job-card-grid .job-info .job-image img {
  width: 115px;
  height: 115px;
  border-radius: 50rem;
}

.job-card-grid .job-info .job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
}

.job-card-grid .job-info .job-title a {
  color: #363848;
  text-decoration: none;
}

.job-card-grid .job-info .job-author {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.job-card-grid .job-info .job-author a {
  color: #D81C09;
  text-decoration: none;
}

.job-card-grid .job-detail {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.job-card-grid .job-detail .job-detail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-card-grid .job-detail .job-detail-item:not(:first-child) {
  margin-top: 18px;
}

.job-card-grid .job-detail .job-detail-item .svg-icon {
  color: #A9A9A9;
  width: 24px;
  height: 24px;
}

.job-card-grid .job-detail .job-detail-item .job-detail-first {
  text-align: left;
}

.job-card-grid .job-detail .job-detail-item .job-detail-center {
  text-align: center;
}

@media (min-width: 1200px) {
  .job-card-grid .job-detail .job-detail-item .job-detail-center {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.job-card-grid .job-detail .job-detail-item .job-detail-center .job-detail-text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2E2E2E;
}

.job-card-grid .job-detail .job-detail-item .job-detail-end {
  text-align: right;
}

.job-card-grid .job-detail .job-detail-item .job-detail-end .job-detail-text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #A9A9A9;
}

.job-card-grid .job-action {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.job-card-grid .job-action .btn.btn-apply {
  width: 100%;
  margin-left: 15px;
}

.job-card-grid .job-action .btn:hover {
  box-shadow: none;
}

.job-card-grid .job-dropdown {
  position: absolute;
  top: 40px;
  right: 30px;
}

.job-card-grid .job-dropdown .job-dropdown-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #363848;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}

.job-card-grid .job-dropdown .dropdown-menu {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.job-card-grid .job-dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}

.job-card-grid .job-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F0EEFF;
  color: #D81C09;
}

.job-card-harizontal {
  position: relative;
  display: grid;
  background-color: #FFFFFF;
  padding: 20px 20px;
  border-radius: 18px;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  transition: box-shadow 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .job-card-harizontal {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .job-card-harizontal {
    justify-content: space-between;
  }
}

.job-card-harizontal:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.job-card-harizontal .job-info {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .job-card-harizontal .job-info {
    flex: 1 1 30%;
  }
}

.job-card-harizontal .job-info .job-image {
  margin-right: 20px;
}

.job-card-harizontal .job-info .job-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}

.job-card-harizontal .job-info .job-info-inner {
  display: grid;
  gap: 10px;
}

.job-card-harizontal .job-info .job-info-inner .job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.job-card-harizontal .job-info .job-info-inner .job-title a {
  color: #000000;
  text-decoration: none;
}

.job-card-harizontal .job-info .job-info-inner .job-author {
  font-size: 0.9375rem;
  font-weight: 500;
}

.job-card-harizontal .job-info .job-info-inner .job-author a {
  color: #D81C09;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .job-card-harizontal .job-info-card-collapse {
    width: 100%;
    order: 3;
  }
}

@media (min-width: 1200px) {
  .job-card-harizontal .job-info-card-collapse {
    display: flex;
    flex-basis: auto;
    flex: 1 1 40%;
  }
}

.job-card-harizontal .job-info-card-collapse .job-info-card {
  display: grid;
  gap: 15px;
}

@media (max-width: 1199.98px) {
  .job-card-harizontal .job-info-card-collapse .job-info-card {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .job-card-harizontal .job-info-card-collapse .job-info-card {
    display: flex;
    width: 100%;
    gap: 20px;
  }
}

.job-card-harizontal .job-info-card-collapse .job-info-card .info-card {
  flex: 1 1 50%;
}

.job-card-harizontal .job-action {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767.98px) {
  .job-card-harizontal .job-action {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .job-card-harizontal .job-action {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .job-card-harizontal .job-action {
    justify-content: end;
    flex: 1 1 30%;
  }
}

.job-card-harizontal .job-action .btn:hover {
  box-shadow: none;
}

.pricing-card {
  display: grid;
  background-color: #FFFFFF;
  padding: 47px;
  gap: 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 28px 0px rgba(62, 53, 120, 0.07);
  transition: 0.25s ease-in-out;
}

.pricing-card:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.pricing-card .pricing-title {
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 700;
  color: #363848;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .pricing-card .pricing-title {
    font-size: 1.625rem;
  }
}

.pricing-card .pricing-price .pricing-price-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  color: #363848;
}

@media (min-width: 1200px) {
  .pricing-card .pricing-price .pricing-price-inner {
    font-size: 3.125rem;
  }
}

.pricing-card .pricing-price .pricing-price-inner .pricing-price-currency {
  margin-right: 10px;
}

.pricing-card .pricing-price .pricing-price-period {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  text-align: center;
}

.pricing-card .pricing-detail {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pricing-card .pricing-detail .pricing-detail-item {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-icon {
  color: #D81C09;
  margin-right: 20px;
}

.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-icon .svg-icon {
  width: 20px;
  height: 20px;
}

.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #363848;
}

.pricing-card .btn:hover {
  box-shadow: none;
}

.page_clientes .profile-card-slider {
  max-width: 900px;
  margin: auto;
}

@media (min-width: 1200px) {
  .page_clientes .profile-card-slider {
    max-width: 1300px;
    margin: auto;
  }
}

.profile-card-slider .swiper-wrapper .swiper-slide {
  padding: 35px 12px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide {
  background-color: #FFFFFF;
  padding: 33px;
  border-radius: 18px;
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  transition: box-shadow 0.25s ease-in-out;
  min-height: 350px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-image {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-image img {
  height: 83px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-image .profile-online-status {
  position: absolute;
  background-color: #8A8A8A;
  width: 31px;
  height: 31px;
  bottom: -5px;
  right: 0;
  border-radius: 50rem;
  border: 5px solid #FFFFFF;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-image .profile-online-status.online {
  background-color: #30C736;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-name a {
  color: #707070;
  text-decoration: none;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-work {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 5px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-work a {
  color: #D81C09;
  text-decoration: none;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 29px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action .profile-rating {
  display: flex;
  align-items: center;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action .profile-rating .profile-rating-icon .svg-icon {
  color: #D8D8D8;
  width: 18px;
  height: 18px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action .profile-rating .profile-rating-icon .svg-icon.checked {
  color: #FF8412;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action .profile-rating .profile-rating-number {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-left: 12px;
}

.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide .profile-action .profile-price-badge {
  font-size: 1rem;
  font-weight: 600;
  background-color: #FE8D4D;
  color: #FFFFFF;
  padding: 9px 23px;
  border-radius: 50rem;
}

.profile-card-slider .profile-card-button-next,
.profile-card-slider .profile-card-button-prev {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary-zero);
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50rem;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  z-index: 10;
}

.profile-card-slider .profile-card-button-next .svg-icon,
.profile-card-slider .profile-card-button-prev .svg-icon {
  width: 22px;
  height: 22px;
}

.profile-card-slider .profile-card-button-next {
  right: 0;
}

.profile-card-slider .profile-card-button-prev {
  left: 0;
}

.profile-card-grid {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 40px 40px;
  border-radius: 18px;
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  transition: box-shadow 0.25s ease-in-out;
}

.profile-card-grid:hover {
  box-shadow: 0px 11px 39px 0px rgba(0, 0, 0, 0.07);
}

.profile-card-grid .profile-card-dropdown {
  position: absolute;
  top: 40px;
  right: 40px;
}

.profile-card-grid .profile-card-dropdown .profile-card-dropdown-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #363848;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}

.profile-card-grid .profile-card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.profile-card-grid .profile-card-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}

.profile-card-grid .profile-card-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #F0EEFF;
  color: #D81C09;
}

.content-info {
  height: 50px;
}

.profile-image {
  width: 22px;
}

.profile-card-grid .profile-image {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.profile-card-grid .profile-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50rem;
}

.profile-card-grid .profile-image .profile-online-status {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #8A8A8A;
  color: #FFFFFF;
  padding: 7px 20px;
  padding-left: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 15px);
  text-transform: uppercase;
  border-radius: 50rem;
}

.profile-card-grid .profile-image .profile-online-status.online {
  background-color: #30C736;
}

.profile-card-grid .profile-image .profile-online-status::before {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 9px;
  height: 9px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50rem;
}

.profile-icon {
  width: 22px;
  float: left;
  margin: 0px 10px 10px 10px;
  height: 37px;
  position: relative;
}

.profile-card-grid .profile-icon {
  position: relative;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

.profile-card-grid .profile-icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50rem;
}

.profile-card-grid .profile-icon .profile-online-status {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #8A8A8A;
  color: #FFFFFF;
  padding: 7px 20px;
  padding-left: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 15px);
  text-transform: uppercase;
  border-radius: 50rem;
}

.profile-card-grid .profile-icon .profile-online-status.online {
  background-color: #30C736;
}

.profile-card-grid .profile-icon .profile-online-status::before {
  position: absolute;
  content: "";
  background-color: #FFFFFF;
  width: 9px;
  height: 9px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50rem;
}

.profile-card-grid .profile-info {
  margin-top: 50px;
  text-align: center;
}

.profile-card-grid .profile-info .profile-name {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .profile-card-grid .profile-info .profile-name {
    font-size: 1.5rem;
  }
}

.profile-card-grid .profile-info .profile-name a {
  color: #363848;
  text-decoration: none;
}

.profile-card-grid .profile-info .profile-work {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 5px;
}

.profile-card-grid .profile-info .profile-work a {
  color: #000000;
  text-decoration: none;
}

.profile-card-grid .profile-info .profile-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.profile-card-grid .profile-info .profile-rating .profile-rating-icon .svg-icon {
  color: #D8D8D8;
  width: 18px;
  height: 18px;
}

.profile-card-grid .profile-info .profile-rating .profile-rating-icon .svg-icon.checked {
  color: #FF8412;
}

.profile-card-grid .profile-info .profile-rating .profile-rating-number {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-left: 12px;
}

.profile-card-grid .profile-detail {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.profile-card-grid .profile-detail li {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-card-grid .profile-detail li .profile-detail-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #636363;
  flex: 1 1 50%;
}

.profile-card-grid .profile-detail li .profile-detail-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  text-align: end;
  flex: 1 1 50%;
}

.counter {
  position: relative;
  display: grid;
  background-color: #D81C09;
  gap: 60px;
  overflow: hidden;
  padding: 80px;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .counter {
    grid-template-columns: auto auto;
  }
}

@media (min-width: 992px) {
  .counter {
    grid-template-columns: auto auto auto auto;
    gap: 0 60px;
    padding: 80px;
  }
}

.counter .count-item {
  display: grid;
  gap: 5px;
  text-align: center;
  z-index: 5;
}

@media (min-width: 992px) {
  .counter .count-item {
    gap: 15px;
  }
}

.counter .count-item .count-number {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .counter .count-item .count-number {
    font-size: 3.125rem;
  }
}

.counter .count-item .count-title {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}

.counter figure {
  margin: 0;
}

.counter figure .figure {
  position: absolute;
}

.counter figure .figure-1 {
  width: 286px;
  height: 286px;
  top: -10rem;
  left: -10rem;
}

.counter figure .figure-2 {
  width: 60px;
  height: 60px;
  top: 3.7rem;
  left: 6.5rem;
}

.counter figure .figure-3 {
  width: 300px;
  height: 300px;
  top: 14rem;
  left: 10rem;
}

@media (max-width: 991.98px) {
  .counter figure .figure-3 {
    top: 22rem;
    left: 4rem;
  }
}

.counter figure .figure-4 {
  width: 40px;
  height: 40px;
  top: 14rem;
  left: 25rem;
}

.counter figure .figure-5 {
  width: 265px;
  height: 265px;
  top: -9rem;
  right: 1rem;
}

@media (max-width: 991.98px) {
  .counter figure .figure-5 {
    right: -11rem;
  }
}

.counter figure .figure-6 {
  width: 77px;
  height: 77px;
  bottom: 2.5rem;
  right: 1rem;
}

.event-banner-slider {
  position: relative;
  background-color: #372F67;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .event-banner-slider {
    display: flex;
  }
}

.event-banner-slider .event-banner-slider-image {
  position: relative;
}

@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image {
    width: 50%;
  }
}

.event-banner-slider .event-banner-slider-image:after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #372F67 5.62%, rgba(55, 47, 103, 0.33) 57.06%, rgba(55, 47, 103, 0) 83.91%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image:after {
    background: linear-gradient(270deg, #372F67 5.62%, rgba(55, 47, 103, 0.33) 57.06%, rgba(55, 47, 103, 0) 83.91%);
  }
}

.event-banner-slider .event-banner-slider-image .swiper {
  height: 100%;
}

.event-banner-slider .event-banner-slider-image .swiper .swiper-slide {
  position: relative;
  height: 300px;
}

@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image .swiper .swiper-slide {
    height: 100%;
  }
}

.event-banner-slider .event-banner-slider-image .swiper .swiper-slide .event-thumb {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image .swiper .swiper-slide .event-thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.event-banner-slider .event-banner-slider-image .swiper .swiper-slide .event-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(20px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}

@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-content {
    width: 50%;
  }
}

.event-banner-slider .event-banner-slider-content .event-content-item {
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .event-banner-slider .event-banner-slider-content .event-content-item {
    padding: 40px 40px;
    padding-top: 60px;
  }
}

@media (min-width: 1400px) {
  .event-banner-slider .event-banner-slider-content .event-content-item {
    padding-top: 110px;
    padding-right: 110px;
  }
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-sub-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FE8D4D;
  text-transform: uppercase;
  margin-bottom: 0;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-title {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .event-banner-slider .event-banner-slider-content .event-content-item .event-content-title {
    font-size: 2.5rem;
  }
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-title a {
  color: #FFFFFF;
  text-decoration: none;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta {
    flex-direction: row;
  }
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta .event-content-meta-item {
  position: relative;
}

@media (min-width: 1200px) {
  .event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta .event-content-meta-item:not(:first-child) {
    padding-left: 50px;
  }
  
  .event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta .event-content-meta-item:not(:first-child)::after {
    position: absolute;
    content: "";
    background-color: #BFB5FF;
    width: 8px;
    height: 8px;
    right: calc(100% - (8px + 12px + 10px));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50rem;
  }
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-meta .event-content-meta-item .event-content-meta-link {
  font-size: 1rem;
  font-weight: 600;
  color: #BFB5FF;
  text-decoration: none;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-summary {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-progress {
  margin-top: 35px;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-progress .progress {
  background-color: #2A2352;
  height: 8px;
  border-radius: 50rem;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-progress .progress .progress-bar {
  background-color: #D81C09;
  border-radius: inherit;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-progress .progress-label {
  display: flex;
  margin-top: 5px;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-progress .progress-label .progress-label-text {
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  flex: 1 1 50%;
}

.event-banner-slider .event-banner-slider-content .event-content-item .event-content-action {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.event-banner-slider .event-banner-slider-btn-next,
.event-banner-slider .event-banner-slider-btn-previous {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  z-index: 10;
}

@media (min-width: 992px) {
  
  .event-banner-slider .event-banner-slider-btn-next,
  .event-banner-slider .event-banner-slider-btn-previous {
    top: 50%;
  }
}

.event-banner-slider .event-banner-slider-btn-next .svg-icon,
.event-banner-slider .event-banner-slider-btn-previous .svg-icon {
  color: #FFFFFF;
  width: 40px;
  height: 40px;
}

.event-banner-slider .event-banner-slider-btn-next {
  left: calc(100% - (40px + 30px));
}

.event-banner-slider .event-banner-slider-btn-previous {
  right: calc(100% - (40px + 30px));
}

.form-btn-inner {
  display: flex;
  background-color: #FFFFFF;
  padding: 7px;
}

.form-btn-inner .form-control {
  background-color: transparent;
  padding: 0 20px;
  border: 0;
  border-radius: inherit;
}

.form-btn-inner .form-control:focus {
  box-shadow: none;
}

.form-btn-inner .btn {
  border-radius: inherit;
}

.checkbox-type {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.checkbox-type .checkbox-type-input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}

.checkbox-type .checkbox-type-input[type=checkbox]+.checkbox-type-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-type .checkbox-type-input[type=checkbox]+.checkbox-type-label .checkbox-type-icon {
  display: inline-flex;
  align-items: center;
}

.checkbox-type .checkbox-type-input[type=checkbox]+.checkbox-type-label .checkbox-type-icon svg {
  width: 20px;
  height: 20px;
  transition: 0.25s ease-in-out;
}

.checkbox-type .checkbox-type-input[type=checkbox]+.checkbox-type-label .checkbox-type-text {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  margin-left: 10px;
}

.checkbox-type.type-1 .checkbox-type-input[type=checkbox]+.checkbox-type-label .checkbox-type-icon svg {
  color: #E4CFFF;
}

.checkbox-type.type-1 .checkbox-type-input[type=checkbox]+.checkbox-type-label .checkbox-type-icon svg .svg-check {
  visibility: hidden;
  opacity: 0;
}

.checkbox-type.type-1 .checkbox-type-input[type=checkbox]:checked+.checkbox-type-label .checkbox-type-icon svg {
  color: #D81C09;
}

.checkbox-type.type-1 .checkbox-type-input[type=checkbox]:checked+.checkbox-type-label .checkbox-type-icon svg .svg-check {
  visibility: visible;
  opacity: 1;
}

.checkbox-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.checkbox-switch .checkbox-switch-input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]+.checkbox-switch-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]+.checkbox-switch-label .checkbox-switch {
  position: relative;
  display: inline-block;
  background-color: #D8D8D8;
  width: 30px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50rem;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]+.checkbox-switch-label .checkbox-switch::before {
  position: absolute;
  content: "";
  background-color: #959595;
  width: 20px;
  height: 20px;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50rem;
  transition: 0.25s ease-in-out;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]+.checkbox-switch-label .checkbox-switch-text {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  margin-left: 10px;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]:checked+.checkbox-switch-label .checkbox-switch {
  background-color: #E4CFFF;
}

.checkbox-switch .checkbox-switch-input[type=checkbox]:checked+.checkbox-switch-label .checkbox-switch::before {
  background-color: #D81C09;
  left: calc(100% - (20px / 2));
}

.checkbox-switch-end .checkbox-switch-label .checkbox-switch {
  order: 2;
}

.checkbox-switch-end .checkbox-switch-label .checkbox-switch-text {
  margin-left: 0 !important;
  margin-right: 10px;
  order: 1;
}

.form-search {
  position: relative;
  display: flex;
}

@media (min-width: 1200px) {
  .form-search {
    min-width: 100%;
  }
}

.form-search .form-control {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7639 14.6305L13.505 12.3796C14.7296 10.8668 15.327 8.94171 15.174 7.0014C15.021 5.06109 14.1293 3.25347 12.6827 1.95126C11.2362 0.649061 9.34511 -0.0484305 7.39944 0.00261663C5.45378 0.0536637 3.60188 0.849357 2.22562 2.22562C0.849357 3.60188 0.0536637 5.45378 0.00261663 7.39944C-0.0484305 9.34511 0.649061 11.2362 1.95126 12.6827C3.25347 14.1293 5.06109 15.021 7.0014 15.174C8.94171 15.327 10.8668 14.7296 12.3796 13.505L14.6305 15.7639C14.7047 15.8387 14.793 15.8981 14.8902 15.9386C14.9875 15.9791 15.0918 16 15.1972 16C15.3026 16 15.4069 15.9791 15.5041 15.9386C15.6014 15.8981 15.6897 15.8387 15.7639 15.7639C15.8387 15.6897 15.8981 15.6014 15.9386 15.5041C15.9791 15.4069 16 15.3026 16 15.1972C16 15.0918 15.9791 14.9875 15.9386 14.8902C15.8981 14.793 15.8387 14.7047 15.7639 14.6305V14.6305ZM1.62801 7.61441C1.62801 6.43042 1.97911 5.27301 2.6369 4.28855C3.2947 3.30409 4.22965 2.5368 5.32352 2.0837C6.41739 1.63061 7.62105 1.51205 8.7823 1.74304C9.94355 1.97403 11.0102 2.54418 11.8474 3.38139C12.6846 4.2186 13.2548 5.28528 13.4858 6.44652C13.7168 7.60777 13.5982 8.81144 13.1451 9.90531C12.692 10.9992 11.9247 11.9341 10.9403 12.5919C9.95582 13.2497 8.79841 13.6008 7.61441 13.6008C6.02672 13.6008 4.50406 12.9701 3.38139 11.8474C2.25872 10.7248 1.62801 9.20211 1.62801 7.61441V7.61441Z' fill='%23646464'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 11px) center;
  background-size: 14px;
  font-size: 11px;
  font-weight: 400;
  color: #363848;
  padding: 5px 25px;
  padding-right: 50px;
  border: 0;
  border-radius: 50rem;
  transition: 0.25s ease-in-out;
}

.form-search .form-control::-moz-placeholder {
  color: #818181;
}

.form-search .form-control:-ms-input-placeholder {
  color: #818181;
}

.form-search .form-control::placeholder {
  color: #818181;
}

.form-search .form-control:focus {
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
}

.form-search-filter {
  display: grid;
}

.form-search-filter {
  display: flex;
  background-color: #FFFFFF;
  padding: 7px 7px;
  border-radius: 50rem;
  box-shadow: 0px 19px 84px 0px rgba(62, 53, 120, 0.05);
  overflow: hidden;
  border: 1px solid #f3f3f3;
}

.form-search-filter .form-search-input {
  display: flex;
}

@media (max-width: 767.98px) {
  .form-search-filter .form-search-input {
    background-color: #FFFFFF;
    padding: 7px 7px;
    border-radius: 50rem;
  }
}

.form-search-filter .form-search-input .form-control {
  background-color: transparent;
  padding: 0 15px;
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .form-search-filter .form-search-input .form-control {
    padding: 0 20px;
  }
}

.form-search-filter .form-search-input .form-control::-moz-placeholder {
  color: #818181;
}

.form-search-filter .form-search-input .form-control:-ms-input-placeholder {
  color: #818181;
}

.form-search-filter .form-search-input .form-control::placeholder {
  color: #818181;
}

.form-search-filter .form-search-input .btn {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7639 14.6305L13.505 12.3796C14.7296 10.8668 15.327 8.94171 15.174 7.0014C15.021 5.06109 14.1293 3.25347 12.6827 1.95126C11.2362 0.649061 9.34511 -0.0484305 7.39944 0.00261663C5.45378 0.0536637 3.60188 0.849357 2.22562 2.22562C0.849357 3.60188 0.0536637 5.45378 0.00261663 7.39944C-0.0484305 9.34511 0.649061 11.2362 1.95126 12.6827C3.25347 14.1293 5.06109 15.021 7.0014 15.174C8.94171 15.327 10.8668 14.7296 12.3796 13.505L14.6305 15.7639C14.7047 15.8387 14.793 15.8981 14.8902 15.9386C14.9875 15.9791 15.0918 16 15.1972 16C15.3026 16 15.4069 15.9791 15.5041 15.9386C15.6014 15.8981 15.6897 15.8387 15.7639 15.7639C15.8387 15.6897 15.8981 15.6014 15.9386 15.5041C15.9791 15.4069 16 15.3026 16 15.1972C16 15.0918 15.9791 14.9875 15.9386 14.8902C15.8981 14.793 15.8387 14.7047 15.7639 14.6305V14.6305ZM1.62801 7.61441C1.62801 6.43042 1.97911 5.27301 2.6369 4.28855C3.2947 3.30409 4.22965 2.5368 5.32352 2.0837C6.41739 1.63061 7.62105 1.51205 8.7823 1.74304C9.94355 1.97403 11.0102 2.54418 11.8474 3.38139C12.6846 4.2186 13.2548 5.28528 13.4858 6.44652C13.7168 7.60777 13.5982 8.81144 13.1451 9.90531C12.692 10.9992 11.9247 11.9341 10.9403 12.5919C9.95582 13.2497 8.79841 13.6008 7.61441 13.6008C6.02672 13.6008 4.50406 12.9701 3.38139 11.8474C2.25872 10.7248 1.62801 9.20211 1.62801 7.61441V7.61441Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 30px) center;
  background-size: 16px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  padding-right: 56px;
  border-radius: 50rem;
}

.form-search-filter .form-select {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7018 5.42303L8.50182 11.823C8.35583 11.9513 8.16815 12.022 7.97382 12.022C7.7795 12.022 7.59181 11.9513 7.44582 11.823L0.245822 5.42303C0.0971563 5.28024 0.0093474 5.08557 0.000704197 4.87962C-0.007939 4.67366 0.0632507 4.47232 0.19943 4.31757C0.335609 4.16282 0.526266 4.06661 0.731648 4.049C0.93703 4.03139 1.14128 4.09373 1.30182 4.22304L7.97382 10.151L14.6458 4.22304C14.7237 4.14823 14.8159 4.08996 14.9169 4.05175C15.0179 4.01354 15.1256 3.99618 15.2335 4.0007C15.3414 4.00523 15.4473 4.03156 15.5448 4.0781C15.6422 4.12464 15.7292 4.19043 15.8006 4.2715C15.8719 4.35257 15.9261 4.44725 15.9599 4.54982C15.9936 4.6524 16.0063 4.76075 15.9971 4.86835C15.9878 4.97595 15.9569 5.08057 15.9062 5.17589C15.8554 5.27122 15.7859 5.35529 15.7018 5.42303Z' fill='%23D2D2D2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 20px) center;
  background-size: 20px;
  color: #363848;
  padding: 15px 20px;
  border: none;
  box-shadow: none;
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .form-search-filter .form-select {
    border-radius: 50rem;
  }
}

@media (min-width: 768px) {
  .form-search-filter .form-select {
    border-right: 0px solid #ECECEC;
    border-radius: 0;
  }
}

.form-search-filter .form-select.select-icon {
  background-repeat: no-repeat no-repeat;
  background-position: right calc(100% - 20px) center, left calc(100% - 20px) center;
  padding-left: 50px;
}

.form-search-filter .form-select.icon-mark {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.125 0C4.74766 0 2 2.74766 2 6.125C2 7.20606 2.28562 8.26891 2.82597 9.19859C2.95194 9.41534 3.09275 9.62656 3.24456 9.82641L7.85887 16H8.39109L13.0054 9.82644C13.1572 9.62656 13.298 9.41537 13.424 9.19862C13.9644 8.26891 14.25 7.20606 14.25 6.125C14.25 2.74766 11.5023 0 8.125 0ZM8.125 8.15625C7.00497 8.15625 6.09375 7.24503 6.09375 6.125C6.09375 5.00497 7.00497 4.09375 8.125 4.09375C9.24503 4.09375 10.1562 5.00497 10.1562 6.125C10.1562 7.24503 9.24503 8.15625 8.125 8.15625Z' fill='%23D81C09'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7018 5.42303L8.50182 11.823C8.35583 11.9513 8.16815 12.022 7.97382 12.022C7.7795 12.022 7.59181 11.9513 7.44582 11.823L0.245822 5.42303C0.0971563 5.28024 0.0093474 5.08557 0.000704197 4.87962C-0.007939 4.67366 0.0632507 4.47232 0.19943 4.31757C0.335609 4.16282 0.526266 4.06661 0.731648 4.049C0.93703 4.03139 1.14128 4.09373 1.30182 4.22304L7.97382 10.151L14.6458 4.22304C14.7237 4.14823 14.8159 4.08996 14.9169 4.05175C15.0179 4.01354 15.1256 3.99618 15.2335 4.0007C15.3414 4.00523 15.4473 4.03156 15.5448 4.0781C15.6422 4.12464 15.7292 4.19043 15.8006 4.2715C15.8719 4.35257 15.9261 4.44725 15.9599 4.54982C15.9936 4.6524 16.0063 4.76075 15.9971 4.86835C15.9878 4.97595 15.9569 5.08057 15.9062 5.17589C15.8554 5.27122 15.7859 5.35529 15.7018 5.42303Z' fill='%23D2D2D2'/%3e%3c/svg%3e");
}

.image-slider .swiper-wrapper {
  align-items: center;
}

.image-slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.image-slider.gallery-slider a {
  width: 100%;
  height: auto;
}

.image-slider.gallery-slider a img {
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 20px;
}

.image-slider.client-logo-slider img {
  width: 150px;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media (min-width: 768px) {
  .pagination-container {
    flex-direction: row;
  }
}

.pagination-container .pagination {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 50rem;
}

.pagination-container .page-link {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #D81C09;
  padding: 12px 20px;
  text-decoration: none;
  border: 0;
  border-radius: 50rem !important;
}

.pagination-container .page-link:focus {
  box-shadow: none;
}

.pagination-container .page-link.previous svg,
.pagination-container .page-link.next svg {
  width: 15px;
  height: 15px;
}

.pagination-container .page-link.previous svg {
  margin-right: 10px;
}

.pagination-container .page-link.next svg {
  margin-left: 10px;
}

.pagination-container .page-item.active .page-link {
  background-color: #D81C09;
  color: #FDFDFD;
  padding: 12px 24px;
}

.pagination-slider.pagination-line {
  display: inline-flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}

.pagination-slider.pagination-line .swiper-pagination-bullet {
  background-color: #00dad4;
  width: 40px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0;
  transition: 0.25s ease-in-out;
}

.pagination-slider.pagination-line .swiper-pagination-bullet-active {
  background-color: #00918d;
  width: 100px;
}

.social-btn-group {
  display: flex;
  align-items: center;
  list-style: none;
}

.social-btn-group .social-item .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.social-btn-group .social_item_footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 20px;
  border-radius: 50rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .social-btn-group .social-item .social-link {
    width: 55px;
    height: 55px;
  }
}

.social-btn-group .social-item .social-link:hover {
  background-color: #ffffff;
  color: #d81d0a;
}

.icon-rojo:hover {
  color: var(--bs-primary);;
}

.social-btn-group .social-item .social-link .svg-icon {
  width: 18px;
  height: 18px;
}

.testimonial-slider {
  display: flex;
}

@media (max-width: 991.98px) {
  .testimonial-slider {
    flex-direction: column;
  }
}

.testimonial-slider .testimonial-slider-image {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .testimonial-slider .testimonial-slider-image {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-slider .testimonial-slider-image {
    margin-right: 60px;
  }
}

.testimonial-slider .testimonial-slider-image .swiper {
  width: inherit;
  height: inherit;
  border-radius: 50rem 5rem 50rem 50rem;
}

.testimonial-slider .testimonial-slider-image .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.testimonial-slider .testimonial-slider-image .testimonial-figure-1 {
  width: 60px;
  height: 60px;
  left: -10px;
  top: -7%;
  z-index: 10;
}

.testimonial-slider .testimonial-slider-image .testimonial-figure-2 {
  width: 68px;
  height: 68px;
  left: -35px;
  bottom: 45px;
  z-index: 10;
}

.testimonial-slider .testimonial-slider-content {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  padding-top: 0;
  width: 100%;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header {
  display: flex;
}

@media (max-width: 767.98px) {
  .testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header {
    flex-direction: column;
  }
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-info {
  display: inline-flex;
  flex-direction: column;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-info .testimonial-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #363848;
  margin-bottom: 5px;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-info .testimonial-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3D3D3D;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating {
    margin-left: auto;
  }
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon {
  display: inline-flex;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon .svg-icon {
  color: #D6D6D6;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon .svg-icon {
    width: 18px;
    height: 18px;
  }
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon .svg-icon.checked {
  color: #FE8D4D;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon .svg-icon:not(:first-child) {
  margin-left: 7px;
}

@media (min-width: 768px) {
  .testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-icon .svg-icon:not(:first-child) {
    margin-left: 10px;
  }
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-header .testimonial-rating .testimonial-rating-number {
  font-size: 1.25rem;
  font-weight: 600;
  color: #363848;
  margin-left: 15px;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-content {
  margin-top: 25px;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-content .testimonial-says {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
}

.testimonial-slider .testimonial-slider-content .swiper-wrapper .testimonial-content-item .testimonial-content .testimonial-says:last-child {
  margin-bottom: 0;
}

.testimonial-slider .testimonial-slider-content .testimonial-footer {
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .testimonial-slider .testimonial-slider-content .testimonial-footer {
    flex-direction: column;
  }
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav {
  display: flex;
}

@media (max-width: 767.98px) {
  .testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav {
    margin-bottom: 10px;
  }
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-next,
.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  color: #363848;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50rem;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-next:hover,
.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-prev:hover {
  background-color: #D81C09;
  color: #FFFFFF;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-next .svg-icon,
.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-prev .svg-icon {
  width: 20px;
  height: 20px;
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .testimonial-nav .testimonial-btn-next {
  margin-left: 20px;
}

.testimonial-slider .testimonial-slider-content .testimonial-footer .avatar-group {
  margin-left: auto;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .navbar {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.navbar .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 124px;
}

@media (min-width: 1200px) {
  .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar .navbar-brand img {
  max-width: 100px;
}

.navbar .navbar-toggler {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar .navbar-toggler {
    margin-left: 20px;
  }
}

.navbar .navbar-toggler .svg-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 25px;
    margin-right: 25px;
  }
  
  .bg-light .navbar-nav .nav-item:not(:first-child) {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #363848;
  padding: 8px 0;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 11px;
  }
}

.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
  background: #cbeaf766;
  padding: 11px;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.active {
    color: #D81C09;
  }
  
  .navbar .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    content: "";
    background-color: var(--bs-primary);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-in-out;
  }
  
  .navbar .navbar-nav .nav-item .nav-link.active:after,
  .navbar .navbar-nav .nav-item .nav-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

body.page__freelancerlist .main .header-background {
  position: absolute;
  background-color: #F8F9FD;
  width: 100%;
  height: 60rem;
  top: 0;
  left: 0;
  z-index: -1;
}

body {
  background: #FAFAFA !important;
}

@media (min-width: 768px) {
  body.page__freelancerlist .main .header-background {
    height: 52rem;
  }
}

@media (min-width: 992px) {
  body.page__freelancerlist .main .header-background {
    height: 56rem;
  }
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background {
    height: 58rem;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-1 {
  bottom: 88%;
  right: 93%;
}

body.page__freelancerlist .main .header-background .figure-avatar-1 .avatar-rounded img {
  width: 60px;
  height: 60px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-1 .avatar-rounded img {
    width: 70px;
    height: 70px;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-2 {
  bottom: 70%;
  right: 72%;
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-2 {
    bottom: 79%;
    right: 72%;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-2 .avatar-rounded img {
  width: 90px;
  height: 90px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-2 .avatar-rounded img {
    width: 100px;
    height: 100px;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-3 {
  bottom: 40%;
  right: 95%;
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-3 {
    bottom: 60%;
    right: 85%;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-3 .avatar-rounded img {
  width: 70px;
  height: 70px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-3 .avatar-rounded img {
    width: 80px;
    height: 80px;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-4 {
  bottom: 80%;
  left: 97%;
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-4 {
    bottom: 85%;
    left: 91%;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-4 .avatar-rounded img {
  width: 65px;
  height: 65px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-4 .avatar-rounded img {
    width: 75px;
    height: 75px;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-5 {
  bottom: 55%;
  left: 75%;
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-5 {
    bottom: 75%;
    left: 72%;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-5 .avatar-rounded img {
  width: 87px;
  height: 87px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-5 .avatar-rounded img {
    width: 97px;
    height: 97px;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-6 {
  bottom: 25%;
  left: 89%;
}

@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-6 {
    bottom: 38%;
    left: 89%;
  }
}

body.page__freelancerlist .main .header-background .figure-avatar-6 .avatar-rounded img {
  width: 120px;
  height: 120px;
}

@media (min-width: 1400px) {
  body.page__freelancerlist .main .header-background .figure-avatar-6 .avatar-rounded img {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  body.page__homepage .main .header-slider .heading-header-1 {
    font-size: calc(1.5rem + 1.5vw);
  }
}

body.page__homepage .main .hero-image-img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  body.page__homepage .main .hero-image-img {
    position: absolute;
    width: 40rem;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  body.page__homepage .main .hero-image-img {
    width: 52rem;
  }
}

@media (min-width: 1400px) {
  body.page__homepage .main .hero-image-img {
    width: 57rem;
  }
}

body.page__homepage .main .header-slider-pagination .swiper-pagination-bullet {
  background-color: #D7D0FB;
  width: 25px;
  height: 6px;
  border-radius: 50rem;
}

body.page__homepage .main .header-slider-pagination .swiper-pagination-bullet-active {
  background-color: #D81C09;
  width: 45px;
}

body.page__homepage .main .how-it-work-image-img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

body.page__homepage .main .how-it-work-figure-1 {
  bottom: calc(100% - 0rem);
  left: calc(100% - 9rem);
  width: 15rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-1 {
    width: 25rem;
    bottom: calc(100% - 25rem);
    left: calc(100% - 15rem);
  }
}

@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-1 {
    bottom: calc(100% - 25rem);
    left: calc(100% - 10rem);
    width: 17rem;
  }
}

body.page__homepage .main .how-it-work-figure-2 {
  bottom: calc(100% - 2rem);
  right: calc(100% - 8rem);
  width: 3rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-2 {
    width: 4rem;
    right: calc(100% - 10rem);
  }
}

@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-2 {
    bottom: calc(100% - 2rem);
    right: calc(100% - 12rem);
    width: 5rem;
  }
}

body.page__homepage .main .how-it-work-figure-3 {
  top: calc(100% - 5rem);
  right: calc(100% - 2rem);
  width: 3rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-3 {
    top: calc(100% - 7rem);
    right: calc(100% - 3rem);
    width: 5rem;
  }
}

@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-3 {
    top: calc(100% - 8rem);
    right: calc(100% - 3rem);
    width: 5rem;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  body.page__joblist .main .heading-header-1 {
    font-size: calc(1.5rem + 1.5vw);
  }
}

body.page__joblist .main .hero-image-img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  body.page__joblist .main .hero-image-img {
    position: absolute;
    width: 35rem;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  body.page__joblist .main .hero-image-img {
    width: 40rem;
  }
}

@media (min-width: 1400px) {
  body.page__joblist .main .hero-image-img {
    width: 50rem;
  }
}

.detail-header-background {
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 200px;
  max-height: 350px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

@media (min-width: 768px) {
  .detail-header-background {
    height: 230px;
  }
}

@media (min-width: 992px) {
  .detail-header-background {
    height: 330px;
  }
}

@media (max-width: 768px) {
  .detail-header-background {
    height: 110px !important;
    max-height: 110px !important;
  }
  
  .timeline-container {
    padding: 0px !important;
  }
  
  .owl-item {
    width: 300px !important;
  }
  
  .owl-prev,
  .owl-next {
    display: none;
  }
}

.detail-header-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.title {
  color: #707070;
  font-weight: bold;
  font-size: 33px;
  font-family: 'Flexo-Caps-bold';
  line-height: 29px;
}
.title-green {
  color: #00918d;
  font-weight: bold;
  font-size: 33px;
  font-family: 'Flexo-Caps-bold';
}
/* Estilo para el contenedor del ícono */
.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #e6f6f5; /* Fondo claro del círculo */
  border-radius: 50%; /* Para hacerlo circular */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}
.feature-box{
  padding: 1.5rem 2rem;
}
.feature-box:hover .icon-circle {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.feature-box:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.title span {
  color: var(--bs-primary-zero);
  font-weight: bold;
  font-family: 'Flexo-Caps-bold';
  font-size: 33px;
}

@media (max-width: 1000px) {
  .title {
    font-size: 22px;
    font-family: 'Flexo-Caps-bold';
    line-height: 22px;
    margin-top: 25px;
  }
  
  .title span {
    color: var(--bs-primary-zero);
    font-weight: bold;
    font-family: 'Flexo-Caps-bold';
    font-size: 22px;
  }
}

.cta-title {
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px #00000045;
  font-size: 33px;
}

.cta-subtitle {
  color: #D81C09;
  font-weight: bold;
  font-family: 'Flexo-Caps-bold';
  text-shadow: 1px 1px 1px #00000045;
  font-size: 43px;
}

.bs-calltoaction p {
  color: white;
}

.f-gray {
  background-color: #F8F8F8;
}

.footer .container-xxl {
  background-color: #231914;
}

.footer form {
  max-width: 485px;
}

.footer form .form-newsletter {
  background-color: transparent;
  border: 1px solid #D81C09;
}

.footer form .form-newsletter .form-control {
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .footer form .form-newsletter .form-control {
    padding: 0 25px;
  }
}

.footer form .form-newsletter .form-control::-moz-placeholder {
  color: #72737C;
}

.footer form .form-newsletter .form-control:-ms-input-placeholder {
  color: #72737C;
}

.footer form .form-newsletter .form-control::placeholder {
  color: #72737C;
}

.footer .footer-widget .footer-title {
  font-size: 15px;
  font-family: 'Flexo-Caps-bold';
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer .footer-widget.about {
  display: flex;
  flex-direction: column;
}

.footer .footer-widget.about .footer-brand img {
  max-width: 100px;
}

.footer .footer-widget.about .footer-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 0;
}

.footer .footer-widget.link-list .footer-link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer .footer-widget.link-list .footer-link-list .link-item {
  display: flex;
  padding: 4px 0;
}

.footer .footer-widget.link-list .footer-link-list .link-item .svg-icon {
  color: #FFFFFF;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 13px;
}

.footer .footer-widget.link-list .footer-link-list .link-item .link {
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: none;
}

.timeline-container {
  margin-top: 30px;
  background-color: #fff;
  padding: 10px 80px 30px;
}

.timeline-container {
  margin-top: 0px;
  border-top: 3px #d81d0a solid;
}

.owl-carousel .owl-dots .owl-dot {
  background: #d71d0721;
  border: solid;
  border-width: 1px;
  border-color: #d71d0721;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #d71d07;
}

.owl-prev {
  position: absolute;
  top: 1000px;
  left: 33px;
  border: 0px solid #fff;
  height: 0;
  width: 0;
  left: 40px;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 18px;
  margin-top: -16px;
  background: #fff;
}

.owl-next {
  position: absolute;
  top: 1000px;
  right: 33px;
  border: 0px solid #fff;
  height: 0;
  width: 0;
  right: 40px;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 18px;
  margin-top: -16px;
  background: #fff;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translate3d(0px, 0, 0);
}

.owl-stage-outer {
  top: -16px;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  margin: auto;
  padding: 5px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.timeline-slide {
  max-width: 300px;
  margin: 70px 30px 10px 33px;
  width: 100%;
  background-color: #F9F9FA;
  position: relative;
  min-height: 500px !important;
  border-radius: 14px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

.timeline-slide .circle {
  border: 4px #fff solid;
  background-color: #d81d0a;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-redius: 50%;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -70px;
  z-index: 2000;
  overflow: visible;
}

.timeline-copy {
  font-size: 0.7em;
  color: #fff;
  background-color: #f9f9fa;
  margin: 1rem;
  padding-bottom: 5px;
}

.timeline-slide .vertical-line {
  border-left: 3px #d81d0a solid;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  top: -50px;
  z-index: 1000;
}

.timeline-slide .timeline-copy h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0px;
}

.timeline-slide .timeline-copy {
  padding: 1rem 0.5rem;
  color: #363848;
}

.timeline-container {
  margin-top: 20px;
  padding-top: 6px;
}

.timeline-container .owl-stage {
  margin-left: 18px;
}

.timeline-copy span {
  color: #D81C09;
}

.year {
  color: #D81C09;
  font-family: 'Flexo-Caps-bold';
}

.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #d71d0721;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1em;
}

.owl-carousel .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  background-image: url(../assets/icons/circle-chevron-left.svg);
  background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  background-image: url(../assets/icons/circle-chevron-right.svg);
  background-repeat: no-repeat;
}

.owl-prev span {
  display: none;
}

.owl-next span {
  display: none;
}

button:focus {
  outline: 0;
}

@media screen and (max-width: 560px) {
  .timeline-slide {
    margin-top: 2.2rem;
    margin-left: 2.5rem;
  }
  
  .mt-xl-60 {
    margin-top: 20px !important;
  }
  
  .heading-section-4 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 8px;
  }
  
  .d-grid h2,
  h2.heading-section-3 strong,
  .d-grid h2 strong {
    font-size: 28px;
    line-height: 29px;
  }
  
  ol,
  ul {
    padding-right: 2rem !important;
  }
  
  .d-grid h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: initial;
  }
  
  .blog-dest a {
    font-size: 20px;
  }
  
  .btn-line {
    padding: 15px 11px !important;
  }
}

.reco-card .event-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.reco-card .event-thumb {
  position: relative;
  width: 100%;
  height: 233px;
  overflow: hidden;
}

.input_search {
  display: none;
}

.button_search {
  cursor: pointer;
}

.container-2 {
  width: auto;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin-top: -5px;
}

.container-2 input#search {
  width: 37px;
  height: 37px;
  background: #feffff;
  border: 1px solid #e6e5e5;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 22px;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.container-2 input#search:-moz-placeholder {
  color: #65737e;
}

.container-2 input#search::-moz-placeholder {
  color: #65737e;
}

.container-2 input#search:-ms-input-placeholder {
  color: #65737e;
}

.container-2 .icon {
  position: absolute;
  margin-left: 12px;
  margin-top: 11px;
  z-index: 1;
  color: #4f5b66;
  background-image: url(../assets/iconos/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 15px;
}

.container-2 input#search:focus,
.container-2 input#search:active {
  outline: none;
  width: 300px;
}

.container-2:hover input#search {
  width: 300px;
}

.container-2:hover .icon {
  color: #93a2ad;
}

.box {
  display: flex;
  justify-content: space-between;
  border-right: #f3f3f3 1px solid;
  border-radius: 50rem;
  box-shadow: 0px 19px 84px 0px rgb(62 53 120 / 5%);
  overflow: hidden;
  border: 1px solid #f3f3f3;
}

.letras div {
  background-color: #ffffff;
  height: 37px;
  width: 100%;
  border-top: #f3f3f3 1px solid;
  padding: 5px;
  border-bottom: #f3f3f3 1px solid;
  border-left: #f3f3f3 1px solid;
}

.letras div:hover {
  background-color: #C53421;
  height: 37px;
  width: 100%;
  padding: 5px;
  color: #fff;
}

.box-line {
  display: flex;
  justify-content: space-between;
}

.box-line div img {
  padding: 5px;
  width: 65px;
}

@media (max-width: 800px) {
  .box {
    flex-direction: column;
  }
  
  .box-line {
    flex-direction: column;
  }
}

.title-product {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Flexo-Caps-bold';
  text-decoration: none;
}

.Product-title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  margin-bottom: 3px;
  line-height: 30px;
}

.images-product {
  box-shadow: 0px 2px 28px 0px rgb(62 53 120 / 4%);
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  margin-top: 20px;
}

.line-product {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.tab-pane {
  box-shadow: 0px 2px 28px 0px rgb(62 53 120 / 4%);
  border: 1px solid #e6e6e6;
  margin-right: 20px;
  padding: 20px;
}

.page_producto .nav-pills .nav-link {
  border-radius: 0px;
}

.form-country {
  width: 50%;
  margin: auto;
}

.div-fijo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  padding: 20px;
}