@charset "UTF-8";
/*!
<--!----------------------------------------------------------------!-->
<--!----------------------------------------------------------------!-->
 * Copyright: Daniele Venturini
 * Author: Daniele Venturini
 * Version: 1.0.0
 * File: theme.min.css
<--!----------------------------------------------------------------!-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! THEME DARK SCSS !-->
<--!----------------------------------------------------------------!-->
*/
html[data-bs-theme=dark] {
  --expo-gray-100: #212529;
  --expo-gray-200: #343a40;
  --expo-gray-300: #495057;
  --expo-gray-400: #6c757d;
  --expo-gray-500: #adb5bd;
  --expo-gray-600: #ced4da;
  --expo-gray-700: #dee2e6;
  --expo-gray-800: #f0f2f5;
  --expo-gray-900: #f8f9fa;
  /* Dark Colors SCSS */
  --expo-dark: #eef3ff;
  --expo-light: #495057;
  --expo-heading-color: #ffffff;
  --expo-link-hover-color: #3e97ff;
  --expo-dark-rgb: 238, 243, 255;
  --expo-border-color: #343a40;
  --expo-light-rgb: 73, 80, 87;
  --expo-link-color: 248, 249, 250;
  --expo-link-color-rgb: 248, 249, 250;
  --expo-link-hover-color-rgb: 62, 151, 255;
  /* Dark Subtle SCSS */
  --expo-primary-bg-subtle: #2c3742;
  --expo-secondary-bg-subtle: #343a40;
  --expo-success-bg-subtle: #2c4135;
  --expo-info-bg-subtle: #1d3a45;
  --expo-warning-bg-subtle: #433725;
  --expo-danger-bg-subtle: #412d2f;
  --expo-light-bg-subtle: #535d67;
  --expo-dark-bg-subtle: #33393f;
  /* Dark Common SCSS */
  --expo-expo-bg-body: #212529;
  /* Expodash Menu SCSS */
}
html[data-bs-theme=dark] .edash-menu .edash-menu-header .edash-logo .edash-logo-main {
  filter: brightness(100);
}

/*
<--!----------------------------------------------------------------!-->
<--! // USER VARIALBES !-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! // USER DARK SCSS !-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! THEME ROOT SCSS !-->
<--!----------------------------------------------------------------!-->
*/
:root,
[data-bs-theme=light] {
  --expo-navigation-width-mini: 6.25rem;
  --expo-navigation-width: 17.5rem;
  --expo-expo-bg-body: #ececf1;
  --expo-expo-hover-bg: rgba(62, 151, 255, 0.065);
  --expo-expo-btn-hover: var(--expo-gray-200);
}

/*
<--!----------------------------------------------------------------!-->
<--! Theme Mixin SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.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;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-5 {
  opacity: 0.075 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

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

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

.opacity-70 {
  opacity: 0.7 !important;
}

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--expo-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--expo-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--expo-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --expo-focus-ring-color: rgba(var(--expo-primary-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-secondary {
  --expo-focus-ring-color: rgba(var(--expo-secondary-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-success {
  --expo-focus-ring-color: rgba(var(--expo-success-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-info {
  --expo-focus-ring-color: rgba(var(--expo-info-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-warning {
  --expo-focus-ring-color: rgba(var(--expo-warning-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-danger {
  --expo-focus-ring-color: rgba(var(--expo-danger-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-light {
  --expo-focus-ring-color: rgba(var(--expo-light-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-dark {
  --expo-focus-ring-color: rgba(var(--expo-dark-rgb), var(--expo-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-top {
  border-top: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-end {
  border-right: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-start {
  border-left: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-primary {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-primary-rgb), var(--expo-border-opacity)) !important;
}

.border-secondary {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-secondary-rgb), var(--expo-border-opacity)) !important;
}

.border-success {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-success-rgb), var(--expo-border-opacity)) !important;
}

.border-info {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-info-rgb), var(--expo-border-opacity)) !important;
}

.border-warning {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-warning-rgb), var(--expo-border-opacity)) !important;
}

.border-danger {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-danger-rgb), var(--expo-border-opacity)) !important;
}

.border-light {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-light-rgb), var(--expo-border-opacity)) !important;
}

.border-dark {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-dark-rgb), var(--expo-border-opacity)) !important;
}

.border-black {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-black-rgb), var(--expo-border-opacity)) !important;
}

.border-white {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-white-rgb), var(--expo-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--expo-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--expo-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--expo-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--expo-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--expo-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--expo-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--expo-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--expo-dark-border-subtle) !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;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-opacity-0 {
  --expo-border-opacity: 0;
}

.border-opacity-5 {
  --expo-border-opacity: 0.075;
}

.border-opacity-10 {
  --expo-border-opacity: 0.1;
}

.border-opacity-20 {
  --expo-border-opacity: 0.2;
}

.border-opacity-25 {
  --expo-border-opacity: 0.25;
}

.border-opacity-30 {
  --expo-border-opacity: 0.3;
}

.border-opacity-40 {
  --expo-border-opacity: 0.4;
}

.border-opacity-50 {
  --expo-border-opacity: 0.5;
}

.border-opacity-60 {
  --expo-border-opacity: 0.6;
}

.border-opacity-70 {
  --expo-border-opacity: 0.7;
}

.border-opacity-75 {
  --expo-border-opacity: 0.75;
}

.border-opacity-80 {
  --expo-border-opacity: 0.8;
}

.border-opacity-90 {
  --expo-border-opacity: 0.9;
}

.border-opacity-100 {
  --expo-border-opacity: 1;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 1.75rem !important;
}

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

.m-7 {
  margin: 2.25rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.m-10 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-88 {
  margin: 22rem !important;
}

.m-96 {
  margin: 24rem !important;
}

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-7 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

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

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

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

.mx-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

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

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

.mx-56 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-64 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-72 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

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

.mx-88 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

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

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

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-7 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

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

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

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

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

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

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

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

.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.mt-6 {
  margin-top: 2rem !important;
}

.mt-7 {
  margin-top: 2.25rem !important;
}

.mt-8 {
  margin-top: 2.5rem !important;
}

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

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

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

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

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

.mt-32 {
  margin-top: 8rem !important;
}

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

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

.mt-56 {
  margin-top: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

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

.mt-88 {
  margin-top: 22rem !important;
}

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

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

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

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

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

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

.me-6 {
  margin-right: 2rem !important;
}

.me-7 {
  margin-right: 2.25rem !important;
}

.me-8 {
  margin-right: 2.5rem !important;
}

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

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

.me-14 {
  margin-right: 3.5rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

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

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

.me-32 {
  margin-right: 8rem !important;
}

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

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

.me-56 {
  margin-right: 14rem !important;
}

.me-64 {
  margin-right: 16rem !important;
}

.me-72 {
  margin-right: 18rem !important;
}

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

.me-88 {
  margin-right: 22rem !important;
}

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

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 2rem !important;
}

.mb-7 {
  margin-bottom: 2.25rem !important;
}

.mb-8 {
  margin-bottom: 2.5rem !important;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem !important;
}

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

.mb-18 {
  margin-bottom: 4.5rem !important;
}

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

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

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

.mb-48 {
  margin-bottom: 12rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.mb-88 {
  margin-bottom: 22rem !important;
}

.mb-96 {
  margin-bottom: 24rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-px {
  margin-left: 1px !important;
}

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 1.75rem !important;
}

.ms-6 {
  margin-left: 2rem !important;
}

.ms-7 {
  margin-left: 2.25rem !important;
}

.ms-8 {
  margin-left: 2.5rem !important;
}

.ms-10 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.ms-32 {
  margin-left: 8rem !important;
}

.ms-40 {
  margin-left: 10rem !important;
}

.ms-48 {
  margin-left: 12rem !important;
}

.ms-56 {
  margin-left: 14rem !important;
}

.ms-64 {
  margin-left: 16rem !important;
}

.ms-72 {
  margin-left: 18rem !important;
}

.ms-80 {
  margin-left: 20rem !important;
}

.ms-88 {
  margin-left: 22rem !important;
}

.ms-96 {
  margin-left: 24rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-npx {
  margin: -1px !important;
}

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -1.75rem !important;
}

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

.m-n7 {
  margin: -2.25rem !important;
}

.m-n8 {
  margin: -2.5rem !important;
}

.m-n10 {
  margin: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.m-n48 {
  margin: -12rem !important;
}

.m-n56 {
  margin: -14rem !important;
}

.m-n64 {
  margin: -16rem !important;
}

.m-n72 {
  margin: -18rem !important;
}

.m-n80 {
  margin: -20rem !important;
}

.m-n88 {
  margin: -22rem !important;
}

.m-n96 {
  margin: -24rem !important;
}

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

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n7 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n8 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n10 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

.mx-n24 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n32 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

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

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

.mx-n56 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n64 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n72 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

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

.mx-n88 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

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

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

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n7 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n10 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

.my-n24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

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

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

.my-n56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

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

.my-n88 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

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

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

.mt-n1 {
  margin-top: -0.25rem !important;
}

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

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

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -1.75rem !important;
}

.mt-n6 {
  margin-top: -2rem !important;
}

.mt-n7 {
  margin-top: -2.25rem !important;
}

.mt-n8 {
  margin-top: -2.5rem !important;
}

.mt-n10 {
  margin-top: -2.75rem !important;
}

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

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n18 {
  margin-top: -4.5rem !important;
}

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

.mt-n24 {
  margin-top: -6rem !important;
}

.mt-n32 {
  margin-top: -8rem !important;
}

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

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

.mt-n56 {
  margin-top: -14rem !important;
}

.mt-n64 {
  margin-top: -16rem !important;
}

.mt-n72 {
  margin-top: -18rem !important;
}

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

.mt-n88 {
  margin-top: -22rem !important;
}

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

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

.me-n1 {
  margin-right: -0.25rem !important;
}

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

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -1.75rem !important;
}

.me-n6 {
  margin-right: -2rem !important;
}

.me-n7 {
  margin-right: -2.25rem !important;
}

.me-n8 {
  margin-right: -2.5rem !important;
}

.me-n10 {
  margin-right: -2.75rem !important;
}

.me-n12 {
  margin-right: -3rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n16 {
  margin-right: -4rem !important;
}

.me-n18 {
  margin-right: -4.5rem !important;
}

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

.me-n24 {
  margin-right: -6rem !important;
}

.me-n32 {
  margin-right: -8rem !important;
}

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

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

.me-n56 {
  margin-right: -14rem !important;
}

.me-n64 {
  margin-right: -16rem !important;
}

.me-n72 {
  margin-right: -18rem !important;
}

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

.me-n88 {
  margin-right: -22rem !important;
}

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

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

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

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

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

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

.mb-n5 {
  margin-bottom: -1.75rem !important;
}

.mb-n6 {
  margin-bottom: -2rem !important;
}

.mb-n7 {
  margin-bottom: -2.25rem !important;
}

.mb-n8 {
  margin-bottom: -2.5rem !important;
}

.mb-n10 {
  margin-bottom: -2.75rem !important;
}

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

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

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

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

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

.mb-n24 {
  margin-bottom: -6rem !important;
}

.mb-n32 {
  margin-bottom: -8rem !important;
}

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

.mb-n48 {
  margin-bottom: -12rem !important;
}

.mb-n56 {
  margin-bottom: -14rem !important;
}

.mb-n64 {
  margin-bottom: -16rem !important;
}

.mb-n72 {
  margin-bottom: -18rem !important;
}

.mb-n80 {
  margin-bottom: -20rem !important;
}

.mb-n88 {
  margin-bottom: -22rem !important;
}

.mb-n96 {
  margin-bottom: -24rem !important;
}

.ms-npx {
  margin-left: -1px !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

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

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -1.75rem !important;
}

.ms-n6 {
  margin-left: -2rem !important;
}

.ms-n7 {
  margin-left: -2.25rem !important;
}

.ms-n8 {
  margin-left: -2.5rem !important;
}

.ms-n10 {
  margin-left: -2.75rem !important;
}

.ms-n12 {
  margin-left: -3rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n16 {
  margin-left: -4rem !important;
}

.ms-n18 {
  margin-left: -4.5rem !important;
}

.ms-n20 {
  margin-left: -5rem !important;
}

.ms-n24 {
  margin-left: -6rem !important;
}

.ms-n32 {
  margin-left: -8rem !important;
}

.ms-n40 {
  margin-left: -10rem !important;
}

.ms-n48 {
  margin-left: -12rem !important;
}

.ms-n56 {
  margin-left: -14rem !important;
}

.ms-n64 {
  margin-left: -16rem !important;
}

.ms-n72 {
  margin-left: -18rem !important;
}

.ms-n80 {
  margin-left: -20rem !important;
}

.ms-n88 {
  margin-left: -22rem !important;
}

.ms-n96 {
  margin-left: -24rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-px {
  padding: 1px !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 1.75rem !important;
}

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

.p-7 {
  padding: 2.25rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.p-10 {
  padding: 2.75rem !important;
}

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

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-88 {
  padding: 22rem !important;
}

.p-96 {
  padding: 24rem !important;
}

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

.px-px {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-7 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-56 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-64 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-72 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-80 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-88 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

.px-96 {
  padding-right: 24rem !important;
  padding-left: 24rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-7 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-10 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

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

.pt-px {
  padding-top: 1px !important;
}

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.75rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pt-7 {
  padding-top: 2.25rem !important;
}

.pt-8 {
  padding-top: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-88 {
  padding-top: 22rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

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

.pe-px {
  padding-right: 1px !important;
}

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 1.75rem !important;
}

.pe-6 {
  padding-right: 2rem !important;
}

.pe-7 {
  padding-right: 2.25rem !important;
}

.pe-8 {
  padding-right: 2.5rem !important;
}

.pe-10 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.pe-32 {
  padding-right: 8rem !important;
}

.pe-40 {
  padding-right: 10rem !important;
}

.pe-48 {
  padding-right: 12rem !important;
}

.pe-56 {
  padding-right: 14rem !important;
}

.pe-64 {
  padding-right: 16rem !important;
}

.pe-72 {
  padding-right: 18rem !important;
}

.pe-80 {
  padding-right: 20rem !important;
}

.pe-88 {
  padding-right: 22rem !important;
}

.pe-96 {
  padding-right: 24rem !important;
}

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

.pb-px {
  padding-bottom: 1px !important;
}

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.75rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pb-7 {
  padding-bottom: 2.25rem !important;
}

.pb-8 {
  padding-bottom: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-88 {
  padding-bottom: 22rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

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

.ps-px {
  padding-left: 1px !important;
}

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 1.75rem !important;
}

.ps-6 {
  padding-left: 2rem !important;
}

.ps-7 {
  padding-left: 2.25rem !important;
}

.ps-8 {
  padding-left: 2.5rem !important;
}

.ps-10 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.ps-32 {
  padding-left: 8rem !important;
}

.ps-40 {
  padding-left: 10rem !important;
}

.ps-48 {
  padding-left: 12rem !important;
}

.ps-56 {
  padding-left: 14rem !important;
}

.ps-64 {
  padding-left: 16rem !important;
}

.ps-72 {
  padding-left: 18rem !important;
}

.ps-80 {
  padding-left: 20rem !important;
}

.ps-88 {
  padding-left: 22rem !important;
}

.ps-96 {
  padding-left: 24rem !important;
}

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 1.75rem !important;
}

.gap-6 {
  gap: 2rem !important;
}

.gap-7 {
  gap: 2.25rem !important;
}

.gap-8 {
  gap: 2.5rem !important;
}

.gap-10 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-18 {
  gap: 4.5rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-88 {
  gap: 22rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-px {
  row-gap: 1px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 1.75rem !important;
}

.row-gap-6 {
  row-gap: 2rem !important;
}

.row-gap-7 {
  row-gap: 2.25rem !important;
}

.row-gap-8 {
  row-gap: 2.5rem !important;
}

.row-gap-10 {
  row-gap: 2.75rem !important;
}

.row-gap-12 {
  row-gap: 3rem !important;
}

.row-gap-14 {
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  row-gap: 4rem !important;
}

.row-gap-18 {
  row-gap: 4.5rem !important;
}

.row-gap-20 {
  row-gap: 5rem !important;
}

.row-gap-24 {
  row-gap: 6rem !important;
}

.row-gap-32 {
  row-gap: 8rem !important;
}

.row-gap-40 {
  row-gap: 10rem !important;
}

.row-gap-48 {
  row-gap: 12rem !important;
}

.row-gap-56 {
  row-gap: 14rem !important;
}

.row-gap-64 {
  row-gap: 16rem !important;
}

.row-gap-72 {
  row-gap: 18rem !important;
}

.row-gap-80 {
  row-gap: 20rem !important;
}

.row-gap-88 {
  row-gap: 22rem !important;
}

.row-gap-96 {
  row-gap: 24rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.column-gap-6 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.column-gap-7 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.column-gap-8 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.column-gap-10 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.column-gap-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.column-gap-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.column-gap-18 {
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.column-gap-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.column-gap-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.column-gap-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.column-gap-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.column-gap-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.column-gap-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.column-gap-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.column-gap-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.column-gap-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.column-gap-88 {
  -moz-column-gap: 22rem !important;
       column-gap: 22rem !important;
}

.column-gap-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.font-monospace {
  font-family: var(--expo-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
  font-size: 1.09375rem !important;
}

.fs-6 {
  font-size: 0.875rem !important;
}

.fs-7 {
  font-size: 0.4375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-24 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-48 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-56 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-64 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-72 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-88 {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-96 {
  font-size: calc(1.725rem + 5.7vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-primary-rgb), var(--expo-text-opacity)) !important;
}

.text-secondary {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-secondary-rgb), var(--expo-text-opacity)) !important;
}

.text-success {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-success-rgb), var(--expo-text-opacity)) !important;
}

.text-info {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-info-rgb), var(--expo-text-opacity)) !important;
}

.text-warning {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-warning-rgb), var(--expo-text-opacity)) !important;
}

.text-danger {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-danger-rgb), var(--expo-text-opacity)) !important;
}

.text-light {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-light-rgb), var(--expo-text-opacity)) !important;
}

.text-dark {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-dark-rgb), var(--expo-text-opacity)) !important;
}

.text-black {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-black-rgb), var(--expo-text-opacity)) !important;
}

.text-white {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-white-rgb), var(--expo-text-opacity)) !important;
}

.text-body {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-body-color-rgb), var(--expo-text-opacity)) !important;
}

.text-muted {
  --expo-text-opacity: 1;
  color: var(--expo-secondary-color) !important;
}

.text-black-50 {
  --expo-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --expo-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --expo-text-opacity: 1;
  color: var(--expo-secondary-color) !important;
}

.text-body-tertiary {
  --expo-text-opacity: 1;
  color: var(--expo-tertiary-color) !important;
}

.text-body-emphasis {
  --expo-text-opacity: 1;
  color: var(--expo-emphasis-color) !important;
}

.text-reset {
  --expo-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --expo-text-opacity: 0.25;
}

.text-opacity-50 {
  --expo-text-opacity: 0.5;
}

.text-opacity-75 {
  --expo-text-opacity: 0.75;
}

.text-opacity-100 {
  --expo-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--expo-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--expo-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--expo-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--expo-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--expo-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--expo-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--expo-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--expo-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --expo-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --expo-link-opacity: 0.1;
}

.link-opacity-25 {
  --expo-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --expo-link-opacity: 0.25;
}

.link-opacity-50 {
  --expo-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --expo-link-opacity: 0.5;
}

.link-opacity-75 {
  --expo-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --expo-link-opacity: 0.75;
}

.link-opacity-100 {
  --expo-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --expo-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-primary-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-primary-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-secondary-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-secondary-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-success {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-success-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-success-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-info {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-info-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-info-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-warning {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-warning-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-warning-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-danger {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-danger-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-danger-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-light {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-light-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-light-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-dark {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-dark-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-dark-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --expo-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --expo-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --expo-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --expo-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --expo-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --expo-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --expo-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --expo-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --expo-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --expo-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --expo-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --expo-link-underline-opacity: 1;
}

.bg-primary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-primary-rgb), var(--expo-bg-opacity)) !important;
}

.bg-secondary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-secondary-rgb), var(--expo-bg-opacity)) !important;
}

.bg-success {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-success-rgb), var(--expo-bg-opacity)) !important;
}

.bg-info {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-info-rgb), var(--expo-bg-opacity)) !important;
}

.bg-warning {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-warning-rgb), var(--expo-bg-opacity)) !important;
}

.bg-danger {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-danger-rgb), var(--expo-bg-opacity)) !important;
}

.bg-light {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-light-rgb), var(--expo-bg-opacity)) !important;
}

.bg-dark {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-dark-rgb), var(--expo-bg-opacity)) !important;
}

.bg-black {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-black-rgb), var(--expo-bg-opacity)) !important;
}

.bg-white {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-white-rgb), var(--expo-bg-opacity)) !important;
}

.bg-body {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-body-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-transparent {
  --expo-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-secondary-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-body-tertiary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-tertiary-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-opacity-0 {
  --expo-bg-opacity: 0;
}

.bg-opacity-5 {
  --expo-bg-opacity: 0.075;
}

.bg-opacity-10 {
  --expo-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --expo-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --expo-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --expo-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --expo-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --expo-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --expo-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --expo-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --expo-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --expo-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --expo-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --expo-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--expo-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--expo-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--expo-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--expo-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--expo-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--expo-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--expo-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--expo-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--expo-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;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--expo-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--expo-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--expo-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--expo-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--expo-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--expo-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--expo-border-radius) !important;
  border-top-right-radius: var(--expo-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--expo-border-radius-sm) !important;
  border-top-right-radius: var(--expo-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--expo-border-radius) !important;
  border-top-right-radius: var(--expo-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--expo-border-radius-lg) !important;
  border-top-right-radius: var(--expo-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--expo-border-radius-xl) !important;
  border-top-right-radius: var(--expo-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--expo-border-radius-xxl) !important;
  border-top-right-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--expo-border-radius-pill) !important;
  border-top-right-radius: var(--expo-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--expo-border-radius) !important;
  border-bottom-right-radius: var(--expo-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--expo-border-radius-sm) !important;
  border-bottom-right-radius: var(--expo-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--expo-border-radius) !important;
  border-bottom-right-radius: var(--expo-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--expo-border-radius-lg) !important;
  border-bottom-right-radius: var(--expo-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--expo-border-radius-xl) !important;
  border-bottom-right-radius: var(--expo-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--expo-border-radius-xxl) !important;
  border-bottom-right-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--expo-border-radius-pill) !important;
  border-bottom-right-radius: var(--expo-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--expo-border-radius) !important;
  border-bottom-left-radius: var(--expo-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--expo-border-radius-sm) !important;
  border-bottom-left-radius: var(--expo-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--expo-border-radius) !important;
  border-bottom-left-radius: var(--expo-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--expo-border-radius-lg) !important;
  border-bottom-left-radius: var(--expo-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--expo-border-radius-xl) !important;
  border-bottom-left-radius: var(--expo-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--expo-border-radius-xxl) !important;
  border-bottom-left-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--expo-border-radius-pill) !important;
  border-bottom-left-radius: var(--expo-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--expo-border-radius) !important;
  border-top-left-radius: var(--expo-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--expo-border-radius-sm) !important;
  border-top-left-radius: var(--expo-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--expo-border-radius) !important;
  border-top-left-radius: var(--expo-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--expo-border-radius-lg) !important;
  border-top-left-radius: var(--expo-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--expo-border-radius-xl) !important;
  border-top-left-radius: var(--expo-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--expo-border-radius-xxl) !important;
  border-top-left-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--expo-border-radius-pill) !important;
  border-top-left-radius: var(--expo-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-1020 {
  z-index: 1020 !important;
}

.z-1030 {
  z-index: 1030 !important;
}

.z-1040 {
  z-index: 1040 !important;
}

.z-1045 {
  z-index: 1045 !important;
}

.z-1050 {
  z-index: 1045 !important;
}

.z-1055 {
  z-index: 1055 !important;
}

.z-1070 {
  z-index: 1070 !important;
}

.z-1080 {
  z-index: 1080 !important;
}

.z-1090 {
  z-index: 1090 !important;
}

.wd-0 {
  width: 0 !important;
}

.wd-1 {
  width: 0.0625rem !important;
}

.wd-2 {
  width: 0.125rem !important;
}

.wd-3 {
  width: 0.1875rem !important;
}

.wd-4 {
  width: 0.25rem !important;
}

.wd-5 {
  width: 0.3125rem !important;
}

.wd-6 {
  width: 0.375rem !important;
}

.wd-7 {
  width: 0.4375rem !important;
}

.wd-8 {
  width: 0.5rem !important;
}

.wd-9 {
  width: 0.5625rem !important;
}

.wd-10 {
  width: 0.625rem !important;
}

.wd-12 {
  width: 0.75rem !important;
}

.wd-14 {
  width: 0.875rem !important;
}

.wd-16 {
  width: 1rem !important;
}

.wd-18 {
  width: 1.125rem !important;
}

.wd-20 {
  width: 1.25rem !important;
}

.wd-24 {
  width: 1.5rem !important;
}

.wd-30 {
  width: 1.875rem !important;
}

.wd-32 {
  width: 2rem !important;
}

.wd-40 {
  width: 2.5rem !important;
}

.wd-48 {
  width: 3rem !important;
}

.wd-50 {
  width: 3.125rem !important;
}

.wd-56 {
  width: 3.5rem !important;
}

.wd-60 {
  width: 3.75rem !important;
}

.wd-64 {
  width: 4rem !important;
}

.wd-70 {
  width: 4.375rem !important;
}

.wd-72 {
  width: 4.5rem !important;
}

.wd-80 {
  width: 5rem !important;
}

.wd-88 {
  width: 5.5rem !important;
}

.wd-90 {
  width: 5.625rem !important;
}

.wd-96 {
  width: 6rem !important;
}

.wd-100 {
  width: 6.25rem !important;
}

.wd-150 {
  width: 9.375rem !important;
}

.wd-200 {
  width: 12.5rem !important;
}

.wd-250 {
  width: 15.625rem !important;
}

.wd-300 {
  width: 18.75rem !important;
}

.wd-350 {
  width: 21.875rem !important;
}

.wd-400 {
  width: 25rem !important;
}

.wd-450 {
  width: 28.125rem !important;
}

.wd-500 {
  width: 31.25rem !important;
}

.wd-550 {
  width: 34.375rem !important;
}

.wd-600 {
  width: 37.5rem !important;
}

.ht-0 {
  height: 0 !important;
}

.ht-1 {
  height: 0.0625rem !important;
}

.ht-2 {
  height: 0.125rem !important;
}

.ht-3 {
  height: 0.1875rem !important;
}

.ht-4 {
  height: 0.25rem !important;
}

.ht-5 {
  height: 0.3125rem !important;
}

.ht-6 {
  height: 0.375rem !important;
}

.ht-7 {
  height: 0.4375rem !important;
}

.ht-8 {
  height: 0.5rem !important;
}

.ht-9 {
  height: 0.5625rem !important;
}

.ht-10 {
  height: 0.625rem !important;
}

.ht-12 {
  height: 0.75rem !important;
}

.ht-14 {
  height: 0.875rem !important;
}

.ht-16 {
  height: 1rem !important;
}

.ht-18 {
  height: 1.125rem !important;
}

.ht-20 {
  height: 1.25rem !important;
}

.ht-24 {
  height: 1.5rem !important;
}

.ht-30 {
  height: 1.875rem !important;
}

.ht-32 {
  height: 2rem !important;
}

.ht-40 {
  height: 2.5rem !important;
}

.ht-48 {
  height: 3rem !important;
}

.ht-50 {
  height: 3.125rem !important;
}

.ht-56 {
  height: 3.5rem !important;
}

.ht-60 {
  height: 3.75rem !important;
}

.ht-64 {
  height: 4rem !important;
}

.ht-70 {
  height: 4.375rem !important;
}

.ht-72 {
  height: 4.5rem !important;
}

.ht-80 {
  height: 5rem !important;
}

.ht-88 {
  height: 5.5rem !important;
}

.ht-90 {
  height: 5.625rem !important;
}

.ht-96 {
  height: 6rem !important;
}

.ht-100 {
  height: 6.25rem !important;
}

.ht-150 {
  height: 9.375rem !important;
}

.ht-200 {
  height: 12.5rem !important;
}

.ht-250 {
  height: 15.625rem !important;
}

.ht-300 {
  height: 18.75rem !important;
}

.ht-350 {
  height: 21.875rem !important;
}

.ht-400 {
  height: 25rem !important;
}

.ht-450 {
  height: 28.125rem !important;
}

.ht-500 {
  height: 31.25rem !important;
}

.ht-550 {
  height: 34.375rem !important;
}

.ht-600 {
  height: 37.5rem !important;
}

.min-wd-0 {
  min-width: 0 !important;
}

.min-wd-1 {
  min-width: 0.0625rem !important;
}

.min-wd-2 {
  min-width: 0.125rem !important;
}

.min-wd-3 {
  min-width: 0.1875rem !important;
}

.min-wd-4 {
  min-width: 0.25rem !important;
}

.min-wd-5 {
  min-width: 0.3125rem !important;
}

.min-wd-6 {
  min-width: 0.375rem !important;
}

.min-wd-7 {
  min-width: 0.4375rem !important;
}

.min-wd-8 {
  min-width: 0.5rem !important;
}

.min-wd-9 {
  min-width: 0.5625rem !important;
}

.min-wd-10 {
  min-width: 0.625rem !important;
}

.min-wd-12 {
  min-width: 0.75rem !important;
}

.min-wd-14 {
  min-width: 0.875rem !important;
}

.min-wd-16 {
  min-width: 1rem !important;
}

.min-wd-18 {
  min-width: 1.125rem !important;
}

.min-wd-20 {
  min-width: 1.25rem !important;
}

.min-wd-24 {
  min-width: 1.5rem !important;
}

.min-wd-30 {
  min-width: 1.875rem !important;
}

.min-wd-32 {
  min-width: 2rem !important;
}

.min-wd-40 {
  min-width: 2.5rem !important;
}

.min-wd-48 {
  min-width: 3rem !important;
}

.min-wd-50 {
  min-width: 3.125rem !important;
}

.min-wd-56 {
  min-width: 3.5rem !important;
}

.min-wd-60 {
  min-width: 3.75rem !important;
}

.min-wd-64 {
  min-width: 4rem !important;
}

.min-wd-70 {
  min-width: 4.375rem !important;
}

.min-wd-72 {
  min-width: 4.5rem !important;
}

.min-wd-80 {
  min-width: 5rem !important;
}

.min-wd-88 {
  min-width: 5.5rem !important;
}

.min-wd-90 {
  min-width: 5.625rem !important;
}

.min-wd-96 {
  min-width: 6rem !important;
}

.min-wd-100 {
  min-width: 6.25rem !important;
}

.min-wd-150 {
  min-width: 9.375rem !important;
}

.min-wd-200 {
  min-width: 12.5rem !important;
}

.min-wd-250 {
  min-width: 15.625rem !important;
}

.min-wd-300 {
  min-width: 18.75rem !important;
}

.min-wd-350 {
  min-width: 21.875rem !important;
}

.min-wd-400 {
  min-width: 25rem !important;
}

.min-wd-450 {
  min-width: 28.125rem !important;
}

.min-wd-500 {
  min-width: 31.25rem !important;
}

.min-wd-550 {
  min-width: 34.375rem !important;
}

.min-wd-600 {
  min-width: 37.5rem !important;
}

.min-ht-0 {
  min-height: 0 !important;
}

.min-ht-1 {
  min-height: 0.0625rem !important;
}

.min-ht-2 {
  min-height: 0.125rem !important;
}

.min-ht-3 {
  min-height: 0.1875rem !important;
}

.min-ht-4 {
  min-height: 0.25rem !important;
}

.min-ht-5 {
  min-height: 0.3125rem !important;
}

.min-ht-6 {
  min-height: 0.375rem !important;
}

.min-ht-7 {
  min-height: 0.4375rem !important;
}

.min-ht-8 {
  min-height: 0.5rem !important;
}

.min-ht-9 {
  min-height: 0.5625rem !important;
}

.min-ht-10 {
  min-height: 0.625rem !important;
}

.min-ht-12 {
  min-height: 0.75rem !important;
}

.min-ht-14 {
  min-height: 0.875rem !important;
}

.min-ht-16 {
  min-height: 1rem !important;
}

.min-ht-18 {
  min-height: 1.125rem !important;
}

.min-ht-20 {
  min-height: 1.25rem !important;
}

.min-ht-24 {
  min-height: 1.5rem !important;
}

.min-ht-30 {
  min-height: 1.875rem !important;
}

.min-ht-32 {
  min-height: 2rem !important;
}

.min-ht-40 {
  min-height: 2.5rem !important;
}

.min-ht-48 {
  min-height: 3rem !important;
}

.min-ht-50 {
  min-height: 3.125rem !important;
}

.min-ht-56 {
  min-height: 3.5rem !important;
}

.min-ht-60 {
  min-height: 3.75rem !important;
}

.min-ht-64 {
  min-height: 4rem !important;
}

.min-ht-70 {
  min-height: 4.375rem !important;
}

.min-ht-72 {
  min-height: 4.5rem !important;
}

.min-ht-80 {
  min-height: 5rem !important;
}

.min-ht-88 {
  min-height: 5.5rem !important;
}

.min-ht-90 {
  min-height: 5.625rem !important;
}

.min-ht-96 {
  min-height: 6rem !important;
}

.min-ht-100 {
  min-height: 6.25rem !important;
}

.min-ht-150 {
  min-height: 9.375rem !important;
}

.min-ht-200 {
  min-height: 12.5rem !important;
}

.min-ht-250 {
  min-height: 15.625rem !important;
}

.min-ht-300 {
  min-height: 18.75rem !important;
}

.min-ht-350 {
  min-height: 21.875rem !important;
}

.min-ht-400 {
  min-height: 25rem !important;
}

.min-ht-450 {
  min-height: 28.125rem !important;
}

.min-ht-500 {
  min-height: 31.25rem !important;
}

.min-ht-550 {
  min-height: 34.375rem !important;
}

.min-ht-600 {
  min-height: 37.5rem !important;
}

.max-wd-0 {
  max-width: 0 !important;
}

.max-wd-1 {
  max-width: 0.0625rem !important;
}

.max-wd-2 {
  max-width: 0.125rem !important;
}

.max-wd-3 {
  max-width: 0.1875rem !important;
}

.max-wd-4 {
  max-width: 0.25rem !important;
}

.max-wd-5 {
  max-width: 0.3125rem !important;
}

.max-wd-6 {
  max-width: 0.375rem !important;
}

.max-wd-7 {
  max-width: 0.4375rem !important;
}

.max-wd-8 {
  max-width: 0.5rem !important;
}

.max-wd-9 {
  max-width: 0.5625rem !important;
}

.max-wd-10 {
  max-width: 0.625rem !important;
}

.max-wd-12 {
  max-width: 0.75rem !important;
}

.max-wd-14 {
  max-width: 0.875rem !important;
}

.max-wd-16 {
  max-width: 1rem !important;
}

.max-wd-18 {
  max-width: 1.125rem !important;
}

.max-wd-20 {
  max-width: 1.25rem !important;
}

.max-wd-24 {
  max-width: 1.5rem !important;
}

.max-wd-30 {
  max-width: 1.875rem !important;
}

.max-wd-32 {
  max-width: 2rem !important;
}

.max-wd-40 {
  max-width: 2.5rem !important;
}

.max-wd-48 {
  max-width: 3rem !important;
}

.max-wd-50 {
  max-width: 3.125rem !important;
}

.max-wd-56 {
  max-width: 3.5rem !important;
}

.max-wd-60 {
  max-width: 3.75rem !important;
}

.max-wd-64 {
  max-width: 4rem !important;
}

.max-wd-70 {
  max-width: 4.375rem !important;
}

.max-wd-72 {
  max-width: 4.5rem !important;
}

.max-wd-80 {
  max-width: 5rem !important;
}

.max-wd-88 {
  max-width: 5.5rem !important;
}

.max-wd-90 {
  max-width: 5.625rem !important;
}

.max-wd-96 {
  max-width: 6rem !important;
}

.max-wd-100 {
  max-width: 6.25rem !important;
}

.max-wd-150 {
  max-width: 9.375rem !important;
}

.max-wd-200 {
  max-width: 12.5rem !important;
}

.max-wd-250 {
  max-width: 15.625rem !important;
}

.max-wd-300 {
  max-width: 18.75rem !important;
}

.max-wd-350 {
  max-width: 21.875rem !important;
}

.max-wd-400 {
  max-width: 25rem !important;
}

.max-wd-450 {
  max-width: 28.125rem !important;
}

.max-wd-500 {
  max-width: 31.25rem !important;
}

.max-wd-550 {
  max-width: 34.375rem !important;
}

.max-wd-600 {
  max-width: 37.5rem !important;
}

.max-ht-0 {
  max-height: 0 !important;
}

.max-ht-1 {
  max-height: 0.0625rem !important;
}

.max-ht-2 {
  max-height: 0.125rem !important;
}

.max-ht-3 {
  max-height: 0.1875rem !important;
}

.max-ht-4 {
  max-height: 0.25rem !important;
}

.max-ht-5 {
  max-height: 0.3125rem !important;
}

.max-ht-6 {
  max-height: 0.375rem !important;
}

.max-ht-7 {
  max-height: 0.4375rem !important;
}

.max-ht-8 {
  max-height: 0.5rem !important;
}

.max-ht-9 {
  max-height: 0.5625rem !important;
}

.max-ht-10 {
  max-height: 0.625rem !important;
}

.max-ht-12 {
  max-height: 0.75rem !important;
}

.max-ht-14 {
  max-height: 0.875rem !important;
}

.max-ht-16 {
  max-height: 1rem !important;
}

.max-ht-18 {
  max-height: 1.125rem !important;
}

.max-ht-20 {
  max-height: 1.25rem !important;
}

.max-ht-24 {
  max-height: 1.5rem !important;
}

.max-ht-30 {
  max-height: 1.875rem !important;
}

.max-ht-32 {
  max-height: 2rem !important;
}

.max-ht-40 {
  max-height: 2.5rem !important;
}

.max-ht-48 {
  max-height: 3rem !important;
}

.max-ht-50 {
  max-height: 3.125rem !important;
}

.max-ht-56 {
  max-height: 3.5rem !important;
}

.max-ht-60 {
  max-height: 3.75rem !important;
}

.max-ht-64 {
  max-height: 4rem !important;
}

.max-ht-70 {
  max-height: 4.375rem !important;
}

.max-ht-72 {
  max-height: 4.5rem !important;
}

.max-ht-80 {
  max-height: 5rem !important;
}

.max-ht-88 {
  max-height: 5.5rem !important;
}

.max-ht-90 {
  max-height: 5.625rem !important;
}

.max-ht-96 {
  max-height: 6rem !important;
}

.max-ht-100 {
  max-height: 6.25rem !important;
}

.max-ht-150 {
  max-height: 9.375rem !important;
}

.max-ht-200 {
  max-height: 12.5rem !important;
}

.max-ht-250 {
  max-height: 15.625rem !important;
}

.max-ht-300 {
  max-height: 18.75rem !important;
}

.max-ht-350 {
  max-height: 21.875rem !important;
}

.max-ht-400 {
  max-height: 25rem !important;
}

.max-ht-450 {
  max-height: 28.125rem !important;
}

.max-ht-500 {
  max-height: 31.25rem !important;
}

.max-ht-550 {
  max-height: 34.375rem !important;
}

.max-ht-600 {
  max-height: 37.5rem !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-top-ridge {
  border-top-style: ridge !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-left-double {
  border-left-style: double !important;
}

.border-left-groove {
  border-left-style: groove !important;
}

.border-left-ridge {
  border-left-style: ridge !important;
}

.border-left-inset {
  border-left-style: inset !important;
}

.border-left-outset {
  border-left-style: outset !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-right-double {
  border-right-style: double !important;
}

.border-right-groove {
  border-right-style: groove !important;
}

.border-right-ridge {
  border-right-style: ridge !important;
}

.border-right-inset {
  border-right-style: inset !important;
}

.border-right-outset {
  border-right-style: outset !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 1.75rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .m-sm-7 {
    margin: 2.25rem !important;
  }
  .m-sm-8 {
    margin: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .m-sm-32 {
    margin: 8rem !important;
  }
  .m-sm-40 {
    margin: 10rem !important;
  }
  .m-sm-48 {
    margin: 12rem !important;
  }
  .m-sm-56 {
    margin: 14rem !important;
  }
  .m-sm-64 {
    margin: 16rem !important;
  }
  .m-sm-72 {
    margin: 18rem !important;
  }
  .m-sm-80 {
    margin: 20rem !important;
  }
  .m-sm-88 {
    margin: 22rem !important;
  }
  .m-sm-96 {
    margin: 24rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-sm-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sm-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-px {
    margin-top: 1px !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-8 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mt-sm-24 {
    margin-top: 6rem !important;
  }
  .mt-sm-32 {
    margin-top: 8rem !important;
  }
  .mt-sm-40 {
    margin-top: 10rem !important;
  }
  .mt-sm-48 {
    margin-top: 12rem !important;
  }
  .mt-sm-56 {
    margin-top: 14rem !important;
  }
  .mt-sm-64 {
    margin-top: 16rem !important;
  }
  .mt-sm-72 {
    margin-top: 18rem !important;
  }
  .mt-sm-80 {
    margin-top: 20rem !important;
  }
  .mt-sm-88 {
    margin-top: 22rem !important;
  }
  .mt-sm-96 {
    margin-top: 24rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-px {
    margin-right: 1px !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 1.75rem !important;
  }
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  .me-sm-7 {
    margin-right: 2.25rem !important;
  }
  .me-sm-8 {
    margin-right: 2.5rem !important;
  }
  .me-sm-10 {
    margin-right: 2.75rem !important;
  }
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
  .me-sm-16 {
    margin-right: 4rem !important;
  }
  .me-sm-18 {
    margin-right: 4.5rem !important;
  }
  .me-sm-20 {
    margin-right: 5rem !important;
  }
  .me-sm-24 {
    margin-right: 6rem !important;
  }
  .me-sm-32 {
    margin-right: 8rem !important;
  }
  .me-sm-40 {
    margin-right: 10rem !important;
  }
  .me-sm-48 {
    margin-right: 12rem !important;
  }
  .me-sm-56 {
    margin-right: 14rem !important;
  }
  .me-sm-64 {
    margin-right: 16rem !important;
  }
  .me-sm-72 {
    margin-right: 18rem !important;
  }
  .me-sm-80 {
    margin-right: 20rem !important;
  }
  .me-sm-88 {
    margin-right: 22rem !important;
  }
  .me-sm-96 {
    margin-right: 24rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-px {
    margin-bottom: 1px !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-56 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-64 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-72 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-88 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-96 {
    margin-bottom: 24rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-px {
    margin-left: 1px !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  .ms-sm-7 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-8 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-16 {
    margin-left: 4rem !important;
  }
  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 5rem !important;
  }
  .ms-sm-24 {
    margin-left: 6rem !important;
  }
  .ms-sm-32 {
    margin-left: 8rem !important;
  }
  .ms-sm-40 {
    margin-left: 10rem !important;
  }
  .ms-sm-48 {
    margin-left: 12rem !important;
  }
  .ms-sm-56 {
    margin-left: 14rem !important;
  }
  .ms-sm-64 {
    margin-left: 16rem !important;
  }
  .ms-sm-72 {
    margin-left: 18rem !important;
  }
  .ms-sm-80 {
    margin-left: 20rem !important;
  }
  .ms-sm-88 {
    margin-left: 22rem !important;
  }
  .ms-sm-96 {
    margin-left: 24rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-npx {
    margin: -1px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -1.75rem !important;
  }
  .m-sm-n6 {
    margin: -2rem !important;
  }
  .m-sm-n7 {
    margin: -2.25rem !important;
  }
  .m-sm-n8 {
    margin: -2.5rem !important;
  }
  .m-sm-n10 {
    margin: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .m-sm-n32 {
    margin: -8rem !important;
  }
  .m-sm-n40 {
    margin: -10rem !important;
  }
  .m-sm-n48 {
    margin: -12rem !important;
  }
  .m-sm-n56 {
    margin: -14rem !important;
  }
  .m-sm-n64 {
    margin: -16rem !important;
  }
  .m-sm-n72 {
    margin: -18rem !important;
  }
  .m-sm-n80 {
    margin: -20rem !important;
  }
  .m-sm-n88 {
    margin: -22rem !important;
  }
  .m-sm-n96 {
    margin: -24rem !important;
  }
  .mx-sm-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-sm-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-sm-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-sm-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-sm-npx {
    margin-top: -1px !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n6 {
    margin-top: -2rem !important;
  }
  .mt-sm-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-sm-n12 {
    margin-top: -3rem !important;
  }
  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n16 {
    margin-top: -4rem !important;
  }
  .mt-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n20 {
    margin-top: -5rem !important;
  }
  .mt-sm-n24 {
    margin-top: -6rem !important;
  }
  .mt-sm-n32 {
    margin-top: -8rem !important;
  }
  .mt-sm-n40 {
    margin-top: -10rem !important;
  }
  .mt-sm-n48 {
    margin-top: -12rem !important;
  }
  .mt-sm-n56 {
    margin-top: -14rem !important;
  }
  .mt-sm-n64 {
    margin-top: -16rem !important;
  }
  .mt-sm-n72 {
    margin-top: -18rem !important;
  }
  .mt-sm-n80 {
    margin-top: -20rem !important;
  }
  .mt-sm-n88 {
    margin-top: -22rem !important;
  }
  .mt-sm-n96 {
    margin-top: -24rem !important;
  }
  .me-sm-npx {
    margin-right: -1px !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n6 {
    margin-right: -2rem !important;
  }
  .me-sm-n7 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n8 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n10 {
    margin-right: -2.75rem !important;
  }
  .me-sm-n12 {
    margin-right: -3rem !important;
  }
  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n16 {
    margin-right: -4rem !important;
  }
  .me-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n20 {
    margin-right: -5rem !important;
  }
  .me-sm-n24 {
    margin-right: -6rem !important;
  }
  .me-sm-n32 {
    margin-right: -8rem !important;
  }
  .me-sm-n40 {
    margin-right: -10rem !important;
  }
  .me-sm-n48 {
    margin-right: -12rem !important;
  }
  .me-sm-n56 {
    margin-right: -14rem !important;
  }
  .me-sm-n64 {
    margin-right: -16rem !important;
  }
  .me-sm-n72 {
    margin-right: -18rem !important;
  }
  .me-sm-n80 {
    margin-right: -20rem !important;
  }
  .me-sm-n88 {
    margin-right: -22rem !important;
  }
  .me-sm-n96 {
    margin-right: -24rem !important;
  }
  .mb-sm-npx {
    margin-bottom: -1px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-sm-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-sm-npx {
    margin-left: -1px !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n6 {
    margin-left: -2rem !important;
  }
  .ms-sm-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-sm-n12 {
    margin-left: -3rem !important;
  }
  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n16 {
    margin-left: -4rem !important;
  }
  .ms-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n20 {
    margin-left: -5rem !important;
  }
  .ms-sm-n24 {
    margin-left: -6rem !important;
  }
  .ms-sm-n32 {
    margin-left: -8rem !important;
  }
  .ms-sm-n40 {
    margin-left: -10rem !important;
  }
  .ms-sm-n48 {
    margin-left: -12rem !important;
  }
  .ms-sm-n56 {
    margin-left: -14rem !important;
  }
  .ms-sm-n64 {
    margin-left: -16rem !important;
  }
  .ms-sm-n72 {
    margin-left: -18rem !important;
  }
  .ms-sm-n80 {
    margin-left: -20rem !important;
  }
  .ms-sm-n88 {
    margin-left: -22rem !important;
  }
  .ms-sm-n96 {
    margin-left: -24rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-px {
    padding: 1px !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 1.75rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.25rem !important;
  }
  .p-sm-8 {
    padding: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .p-sm-32 {
    padding: 8rem !important;
  }
  .p-sm-40 {
    padding: 10rem !important;
  }
  .p-sm-48 {
    padding: 12rem !important;
  }
  .p-sm-56 {
    padding: 14rem !important;
  }
  .p-sm-64 {
    padding: 16rem !important;
  }
  .p-sm-72 {
    padding: 18rem !important;
  }
  .p-sm-80 {
    padding: 20rem !important;
  }
  .p-sm-88 {
    padding: 22rem !important;
  }
  .p-sm-96 {
    padding: 24rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-sm-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-sm-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-px {
    padding-top: 1px !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-8 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pt-sm-24 {
    padding-top: 6rem !important;
  }
  .pt-sm-32 {
    padding-top: 8rem !important;
  }
  .pt-sm-40 {
    padding-top: 10rem !important;
  }
  .pt-sm-48 {
    padding-top: 12rem !important;
  }
  .pt-sm-56 {
    padding-top: 14rem !important;
  }
  .pt-sm-64 {
    padding-top: 16rem !important;
  }
  .pt-sm-72 {
    padding-top: 18rem !important;
  }
  .pt-sm-80 {
    padding-top: 20rem !important;
  }
  .pt-sm-88 {
    padding-top: 22rem !important;
  }
  .pt-sm-96 {
    padding-top: 24rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-px {
    padding-right: 1px !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  .pe-sm-7 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-8 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-16 {
    padding-right: 4rem !important;
  }
  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 5rem !important;
  }
  .pe-sm-24 {
    padding-right: 6rem !important;
  }
  .pe-sm-32 {
    padding-right: 8rem !important;
  }
  .pe-sm-40 {
    padding-right: 10rem !important;
  }
  .pe-sm-48 {
    padding-right: 12rem !important;
  }
  .pe-sm-56 {
    padding-right: 14rem !important;
  }
  .pe-sm-64 {
    padding-right: 16rem !important;
  }
  .pe-sm-72 {
    padding-right: 18rem !important;
  }
  .pe-sm-80 {
    padding-right: 20rem !important;
  }
  .pe-sm-88 {
    padding-right: 22rem !important;
  }
  .pe-sm-96 {
    padding-right: 24rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-px {
    padding-bottom: 1px !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-48 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-56 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-64 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-72 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-88 {
    padding-bottom: 22rem !important;
  }
  .pb-sm-96 {
    padding-bottom: 24rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-px {
    padding-left: 1px !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  .ps-sm-7 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-8 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-16 {
    padding-left: 4rem !important;
  }
  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 5rem !important;
  }
  .ps-sm-24 {
    padding-left: 6rem !important;
  }
  .ps-sm-32 {
    padding-left: 8rem !important;
  }
  .ps-sm-40 {
    padding-left: 10rem !important;
  }
  .ps-sm-48 {
    padding-left: 12rem !important;
  }
  .ps-sm-56 {
    padding-left: 14rem !important;
  }
  .ps-sm-64 {
    padding-left: 16rem !important;
  }
  .ps-sm-72 {
    padding-left: 18rem !important;
  }
  .ps-sm-80 {
    padding-left: 20rem !important;
  }
  .ps-sm-88 {
    padding-left: 22rem !important;
  }
  .ps-sm-96 {
    padding-left: 24rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-px {
    gap: 1px !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 1.75rem !important;
  }
  .gap-sm-6 {
    gap: 2rem !important;
  }
  .gap-sm-7 {
    gap: 2.25rem !important;
  }
  .gap-sm-8 {
    gap: 2.5rem !important;
  }
  .gap-sm-10 {
    gap: 2.75rem !important;
  }
  .gap-sm-12 {
    gap: 3rem !important;
  }
  .gap-sm-14 {
    gap: 3.5rem !important;
  }
  .gap-sm-16 {
    gap: 4rem !important;
  }
  .gap-sm-18 {
    gap: 4.5rem !important;
  }
  .gap-sm-20 {
    gap: 5rem !important;
  }
  .gap-sm-24 {
    gap: 6rem !important;
  }
  .gap-sm-32 {
    gap: 8rem !important;
  }
  .gap-sm-40 {
    gap: 10rem !important;
  }
  .gap-sm-48 {
    gap: 12rem !important;
  }
  .gap-sm-56 {
    gap: 14rem !important;
  }
  .gap-sm-64 {
    gap: 16rem !important;
  }
  .gap-sm-72 {
    gap: 18rem !important;
  }
  .gap-sm-80 {
    gap: 20rem !important;
  }
  .gap-sm-88 {
    gap: 22rem !important;
  }
  .gap-sm-96 {
    gap: 24rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-px {
    row-gap: 1px !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-24 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-32 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-48 {
    row-gap: 12rem !important;
  }
  .row-gap-sm-56 {
    row-gap: 14rem !important;
  }
  .row-gap-sm-64 {
    row-gap: 16rem !important;
  }
  .row-gap-sm-72 {
    row-gap: 18rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 20rem !important;
  }
  .row-gap-sm-88 {
    row-gap: 22rem !important;
  }
  .row-gap-sm-96 {
    row-gap: 24rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-sm-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-sm-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-sm-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-sm-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-sm-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-sm-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-sm-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-sm-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-sm-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-sm-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-sm-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-sm-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .wd-sm-0 {
    width: 0 !important;
  }
  .wd-sm-1 {
    width: 0.0625rem !important;
  }
  .wd-sm-2 {
    width: 0.125rem !important;
  }
  .wd-sm-3 {
    width: 0.1875rem !important;
  }
  .wd-sm-4 {
    width: 0.25rem !important;
  }
  .wd-sm-5 {
    width: 0.3125rem !important;
  }
  .wd-sm-6 {
    width: 0.375rem !important;
  }
  .wd-sm-7 {
    width: 0.4375rem !important;
  }
  .wd-sm-8 {
    width: 0.5rem !important;
  }
  .wd-sm-9 {
    width: 0.5625rem !important;
  }
  .wd-sm-10 {
    width: 0.625rem !important;
  }
  .wd-sm-12 {
    width: 0.75rem !important;
  }
  .wd-sm-14 {
    width: 0.875rem !important;
  }
  .wd-sm-16 {
    width: 1rem !important;
  }
  .wd-sm-18 {
    width: 1.125rem !important;
  }
  .wd-sm-20 {
    width: 1.25rem !important;
  }
  .wd-sm-24 {
    width: 1.5rem !important;
  }
  .wd-sm-30 {
    width: 1.875rem !important;
  }
  .wd-sm-32 {
    width: 2rem !important;
  }
  .wd-sm-40 {
    width: 2.5rem !important;
  }
  .wd-sm-48 {
    width: 3rem !important;
  }
  .wd-sm-50 {
    width: 3.125rem !important;
  }
  .wd-sm-56 {
    width: 3.5rem !important;
  }
  .wd-sm-60 {
    width: 3.75rem !important;
  }
  .wd-sm-64 {
    width: 4rem !important;
  }
  .wd-sm-70 {
    width: 4.375rem !important;
  }
  .wd-sm-72 {
    width: 4.5rem !important;
  }
  .wd-sm-80 {
    width: 5rem !important;
  }
  .wd-sm-88 {
    width: 5.5rem !important;
  }
  .wd-sm-90 {
    width: 5.625rem !important;
  }
  .wd-sm-96 {
    width: 6rem !important;
  }
  .wd-sm-100 {
    width: 6.25rem !important;
  }
  .wd-sm-150 {
    width: 9.375rem !important;
  }
  .wd-sm-200 {
    width: 12.5rem !important;
  }
  .wd-sm-250 {
    width: 15.625rem !important;
  }
  .wd-sm-300 {
    width: 18.75rem !important;
  }
  .wd-sm-350 {
    width: 21.875rem !important;
  }
  .wd-sm-400 {
    width: 25rem !important;
  }
  .wd-sm-450 {
    width: 28.125rem !important;
  }
  .wd-sm-500 {
    width: 31.25rem !important;
  }
  .wd-sm-550 {
    width: 34.375rem !important;
  }
  .wd-sm-600 {
    width: 37.5rem !important;
  }
  .ht-sm-0 {
    height: 0 !important;
  }
  .ht-sm-1 {
    height: 0.0625rem !important;
  }
  .ht-sm-2 {
    height: 0.125rem !important;
  }
  .ht-sm-3 {
    height: 0.1875rem !important;
  }
  .ht-sm-4 {
    height: 0.25rem !important;
  }
  .ht-sm-5 {
    height: 0.3125rem !important;
  }
  .ht-sm-6 {
    height: 0.375rem !important;
  }
  .ht-sm-7 {
    height: 0.4375rem !important;
  }
  .ht-sm-8 {
    height: 0.5rem !important;
  }
  .ht-sm-9 {
    height: 0.5625rem !important;
  }
  .ht-sm-10 {
    height: 0.625rem !important;
  }
  .ht-sm-12 {
    height: 0.75rem !important;
  }
  .ht-sm-14 {
    height: 0.875rem !important;
  }
  .ht-sm-16 {
    height: 1rem !important;
  }
  .ht-sm-18 {
    height: 1.125rem !important;
  }
  .ht-sm-20 {
    height: 1.25rem !important;
  }
  .ht-sm-24 {
    height: 1.5rem !important;
  }
  .ht-sm-30 {
    height: 1.875rem !important;
  }
  .ht-sm-32 {
    height: 2rem !important;
  }
  .ht-sm-40 {
    height: 2.5rem !important;
  }
  .ht-sm-48 {
    height: 3rem !important;
  }
  .ht-sm-50 {
    height: 3.125rem !important;
  }
  .ht-sm-56 {
    height: 3.5rem !important;
  }
  .ht-sm-60 {
    height: 3.75rem !important;
  }
  .ht-sm-64 {
    height: 4rem !important;
  }
  .ht-sm-70 {
    height: 4.375rem !important;
  }
  .ht-sm-72 {
    height: 4.5rem !important;
  }
  .ht-sm-80 {
    height: 5rem !important;
  }
  .ht-sm-88 {
    height: 5.5rem !important;
  }
  .ht-sm-90 {
    height: 5.625rem !important;
  }
  .ht-sm-96 {
    height: 6rem !important;
  }
  .ht-sm-100 {
    height: 6.25rem !important;
  }
  .ht-sm-150 {
    height: 9.375rem !important;
  }
  .ht-sm-200 {
    height: 12.5rem !important;
  }
  .ht-sm-250 {
    height: 15.625rem !important;
  }
  .ht-sm-300 {
    height: 18.75rem !important;
  }
  .ht-sm-350 {
    height: 21.875rem !important;
  }
  .ht-sm-400 {
    height: 25rem !important;
  }
  .ht-sm-450 {
    height: 28.125rem !important;
  }
  .ht-sm-500 {
    height: 31.25rem !important;
  }
  .ht-sm-550 {
    height: 34.375rem !important;
  }
  .ht-sm-600 {
    height: 37.5rem !important;
  }
  .min-wd-sm-0 {
    min-width: 0 !important;
  }
  .min-wd-sm-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-sm-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-sm-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-sm-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-sm-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-sm-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-sm-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-sm-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-sm-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-sm-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-sm-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-sm-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-sm-16 {
    min-width: 1rem !important;
  }
  .min-wd-sm-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-sm-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-sm-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-sm-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-sm-32 {
    min-width: 2rem !important;
  }
  .min-wd-sm-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-sm-48 {
    min-width: 3rem !important;
  }
  .min-wd-sm-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-sm-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-sm-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-sm-64 {
    min-width: 4rem !important;
  }
  .min-wd-sm-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-sm-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-sm-80 {
    min-width: 5rem !important;
  }
  .min-wd-sm-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-sm-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-sm-96 {
    min-width: 6rem !important;
  }
  .min-wd-sm-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-sm-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-sm-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-sm-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-sm-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-sm-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-sm-400 {
    min-width: 25rem !important;
  }
  .min-wd-sm-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-sm-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-sm-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-sm-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-sm-0 {
    min-height: 0 !important;
  }
  .min-ht-sm-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-sm-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-sm-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-sm-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-sm-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-sm-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-sm-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-sm-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-sm-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-sm-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-sm-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-sm-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-sm-16 {
    min-height: 1rem !important;
  }
  .min-ht-sm-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-sm-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-sm-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-sm-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-sm-32 {
    min-height: 2rem !important;
  }
  .min-ht-sm-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-sm-48 {
    min-height: 3rem !important;
  }
  .min-ht-sm-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-sm-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-sm-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-sm-64 {
    min-height: 4rem !important;
  }
  .min-ht-sm-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-sm-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-sm-80 {
    min-height: 5rem !important;
  }
  .min-ht-sm-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-sm-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-sm-96 {
    min-height: 6rem !important;
  }
  .min-ht-sm-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-sm-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-sm-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-sm-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-sm-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-sm-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-sm-400 {
    min-height: 25rem !important;
  }
  .min-ht-sm-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-sm-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-sm-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-sm-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-sm-0 {
    max-width: 0 !important;
  }
  .max-wd-sm-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-sm-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-sm-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-sm-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-sm-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-sm-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-sm-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-sm-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-sm-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-sm-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-sm-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-sm-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-sm-16 {
    max-width: 1rem !important;
  }
  .max-wd-sm-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-sm-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-sm-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-sm-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-sm-32 {
    max-width: 2rem !important;
  }
  .max-wd-sm-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-sm-48 {
    max-width: 3rem !important;
  }
  .max-wd-sm-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-sm-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-sm-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-sm-64 {
    max-width: 4rem !important;
  }
  .max-wd-sm-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-sm-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-sm-80 {
    max-width: 5rem !important;
  }
  .max-wd-sm-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-sm-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-sm-96 {
    max-width: 6rem !important;
  }
  .max-wd-sm-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-sm-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-sm-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-sm-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-sm-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-sm-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-sm-400 {
    max-width: 25rem !important;
  }
  .max-wd-sm-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-sm-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-sm-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-sm-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-sm-0 {
    max-height: 0 !important;
  }
  .max-ht-sm-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-sm-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-sm-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-sm-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-sm-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-sm-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-sm-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-sm-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-sm-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-sm-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-sm-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-sm-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-sm-16 {
    max-height: 1rem !important;
  }
  .max-ht-sm-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-sm-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-sm-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-sm-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-sm-32 {
    max-height: 2rem !important;
  }
  .max-ht-sm-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-sm-48 {
    max-height: 3rem !important;
  }
  .max-ht-sm-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-sm-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-sm-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-sm-64 {
    max-height: 4rem !important;
  }
  .max-ht-sm-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-sm-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-sm-80 {
    max-height: 5rem !important;
  }
  .max-ht-sm-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-sm-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-sm-96 {
    max-height: 6rem !important;
  }
  .max-ht-sm-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-sm-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-sm-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-sm-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-sm-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-sm-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-sm-400 {
    max-height: 25rem !important;
  }
  .max-ht-sm-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-sm-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-sm-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-sm-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 1.75rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .m-md-7 {
    margin: 2.25rem !important;
  }
  .m-md-8 {
    margin: 2.5rem !important;
  }
  .m-md-10 {
    margin: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .m-md-32 {
    margin: 8rem !important;
  }
  .m-md-40 {
    margin: 10rem !important;
  }
  .m-md-48 {
    margin: 12rem !important;
  }
  .m-md-56 {
    margin: 14rem !important;
  }
  .m-md-64 {
    margin: 16rem !important;
  }
  .m-md-72 {
    margin: 18rem !important;
  }
  .m-md-80 {
    margin: 20rem !important;
  }
  .m-md-88 {
    margin: 22rem !important;
  }
  .m-md-96 {
    margin: 24rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-md-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-md-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-px {
    margin-top: 1px !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 1.75rem !important;
  }
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  .mt-md-7 {
    margin-top: 2.25rem !important;
  }
  .mt-md-8 {
    margin-top: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.75rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mt-md-18 {
    margin-top: 4.5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mt-md-24 {
    margin-top: 6rem !important;
  }
  .mt-md-32 {
    margin-top: 8rem !important;
  }
  .mt-md-40 {
    margin-top: 10rem !important;
  }
  .mt-md-48 {
    margin-top: 12rem !important;
  }
  .mt-md-56 {
    margin-top: 14rem !important;
  }
  .mt-md-64 {
    margin-top: 16rem !important;
  }
  .mt-md-72 {
    margin-top: 18rem !important;
  }
  .mt-md-80 {
    margin-top: 20rem !important;
  }
  .mt-md-88 {
    margin-top: 22rem !important;
  }
  .mt-md-96 {
    margin-top: 24rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-px {
    margin-right: 1px !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 1.75rem !important;
  }
  .me-md-6 {
    margin-right: 2rem !important;
  }
  .me-md-7 {
    margin-right: 2.25rem !important;
  }
  .me-md-8 {
    margin-right: 2.5rem !important;
  }
  .me-md-10 {
    margin-right: 2.75rem !important;
  }
  .me-md-12 {
    margin-right: 3rem !important;
  }
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
  .me-md-16 {
    margin-right: 4rem !important;
  }
  .me-md-18 {
    margin-right: 4.5rem !important;
  }
  .me-md-20 {
    margin-right: 5rem !important;
  }
  .me-md-24 {
    margin-right: 6rem !important;
  }
  .me-md-32 {
    margin-right: 8rem !important;
  }
  .me-md-40 {
    margin-right: 10rem !important;
  }
  .me-md-48 {
    margin-right: 12rem !important;
  }
  .me-md-56 {
    margin-right: 14rem !important;
  }
  .me-md-64 {
    margin-right: 16rem !important;
  }
  .me-md-72 {
    margin-right: 18rem !important;
  }
  .me-md-80 {
    margin-right: 20rem !important;
  }
  .me-md-88 {
    margin-right: 22rem !important;
  }
  .me-md-96 {
    margin-right: 24rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-px {
    margin-bottom: 1px !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 6rem !important;
  }
  .mb-md-32 {
    margin-bottom: 8rem !important;
  }
  .mb-md-40 {
    margin-bottom: 10rem !important;
  }
  .mb-md-48 {
    margin-bottom: 12rem !important;
  }
  .mb-md-56 {
    margin-bottom: 14rem !important;
  }
  .mb-md-64 {
    margin-bottom: 16rem !important;
  }
  .mb-md-72 {
    margin-bottom: 18rem !important;
  }
  .mb-md-80 {
    margin-bottom: 20rem !important;
  }
  .mb-md-88 {
    margin-bottom: 22rem !important;
  }
  .mb-md-96 {
    margin-bottom: 24rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-px {
    margin-left: 1px !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 1.75rem !important;
  }
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  .ms-md-7 {
    margin-left: 2.25rem !important;
  }
  .ms-md-8 {
    margin-left: 2.5rem !important;
  }
  .ms-md-10 {
    margin-left: 2.75rem !important;
  }
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
  .ms-md-16 {
    margin-left: 4rem !important;
  }
  .ms-md-18 {
    margin-left: 4.5rem !important;
  }
  .ms-md-20 {
    margin-left: 5rem !important;
  }
  .ms-md-24 {
    margin-left: 6rem !important;
  }
  .ms-md-32 {
    margin-left: 8rem !important;
  }
  .ms-md-40 {
    margin-left: 10rem !important;
  }
  .ms-md-48 {
    margin-left: 12rem !important;
  }
  .ms-md-56 {
    margin-left: 14rem !important;
  }
  .ms-md-64 {
    margin-left: 16rem !important;
  }
  .ms-md-72 {
    margin-left: 18rem !important;
  }
  .ms-md-80 {
    margin-left: 20rem !important;
  }
  .ms-md-88 {
    margin-left: 22rem !important;
  }
  .ms-md-96 {
    margin-left: 24rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-npx {
    margin: -1px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -1.75rem !important;
  }
  .m-md-n6 {
    margin: -2rem !important;
  }
  .m-md-n7 {
    margin: -2.25rem !important;
  }
  .m-md-n8 {
    margin: -2.5rem !important;
  }
  .m-md-n10 {
    margin: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .m-md-n32 {
    margin: -8rem !important;
  }
  .m-md-n40 {
    margin: -10rem !important;
  }
  .m-md-n48 {
    margin: -12rem !important;
  }
  .m-md-n56 {
    margin: -14rem !important;
  }
  .m-md-n64 {
    margin: -16rem !important;
  }
  .m-md-n72 {
    margin: -18rem !important;
  }
  .m-md-n80 {
    margin: -20rem !important;
  }
  .m-md-n88 {
    margin: -22rem !important;
  }
  .m-md-n96 {
    margin: -24rem !important;
  }
  .mx-md-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-md-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-md-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-md-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-md-npx {
    margin-top: -1px !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -2rem !important;
  }
  .mt-md-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n12 {
    margin-top: -3rem !important;
  }
  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n16 {
    margin-top: -4rem !important;
  }
  .mt-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n20 {
    margin-top: -5rem !important;
  }
  .mt-md-n24 {
    margin-top: -6rem !important;
  }
  .mt-md-n32 {
    margin-top: -8rem !important;
  }
  .mt-md-n40 {
    margin-top: -10rem !important;
  }
  .mt-md-n48 {
    margin-top: -12rem !important;
  }
  .mt-md-n56 {
    margin-top: -14rem !important;
  }
  .mt-md-n64 {
    margin-top: -16rem !important;
  }
  .mt-md-n72 {
    margin-top: -18rem !important;
  }
  .mt-md-n80 {
    margin-top: -20rem !important;
  }
  .mt-md-n88 {
    margin-top: -22rem !important;
  }
  .mt-md-n96 {
    margin-top: -24rem !important;
  }
  .me-md-npx {
    margin-right: -1px !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -1.75rem !important;
  }
  .me-md-n6 {
    margin-right: -2rem !important;
  }
  .me-md-n7 {
    margin-right: -2.25rem !important;
  }
  .me-md-n8 {
    margin-right: -2.5rem !important;
  }
  .me-md-n10 {
    margin-right: -2.75rem !important;
  }
  .me-md-n12 {
    margin-right: -3rem !important;
  }
  .me-md-n14 {
    margin-right: -3.5rem !important;
  }
  .me-md-n16 {
    margin-right: -4rem !important;
  }
  .me-md-n18 {
    margin-right: -4.5rem !important;
  }
  .me-md-n20 {
    margin-right: -5rem !important;
  }
  .me-md-n24 {
    margin-right: -6rem !important;
  }
  .me-md-n32 {
    margin-right: -8rem !important;
  }
  .me-md-n40 {
    margin-right: -10rem !important;
  }
  .me-md-n48 {
    margin-right: -12rem !important;
  }
  .me-md-n56 {
    margin-right: -14rem !important;
  }
  .me-md-n64 {
    margin-right: -16rem !important;
  }
  .me-md-n72 {
    margin-right: -18rem !important;
  }
  .me-md-n80 {
    margin-right: -20rem !important;
  }
  .me-md-n88 {
    margin-right: -22rem !important;
  }
  .me-md-n96 {
    margin-right: -24rem !important;
  }
  .mb-md-npx {
    margin-bottom: -1px !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-md-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-md-npx {
    margin-left: -1px !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -2rem !important;
  }
  .ms-md-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n12 {
    margin-left: -3rem !important;
  }
  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n16 {
    margin-left: -4rem !important;
  }
  .ms-md-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n20 {
    margin-left: -5rem !important;
  }
  .ms-md-n24 {
    margin-left: -6rem !important;
  }
  .ms-md-n32 {
    margin-left: -8rem !important;
  }
  .ms-md-n40 {
    margin-left: -10rem !important;
  }
  .ms-md-n48 {
    margin-left: -12rem !important;
  }
  .ms-md-n56 {
    margin-left: -14rem !important;
  }
  .ms-md-n64 {
    margin-left: -16rem !important;
  }
  .ms-md-n72 {
    margin-left: -18rem !important;
  }
  .ms-md-n80 {
    margin-left: -20rem !important;
  }
  .ms-md-n88 {
    margin-left: -22rem !important;
  }
  .ms-md-n96 {
    margin-left: -24rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-px {
    padding: 1px !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 1.75rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .p-md-7 {
    padding: 2.25rem !important;
  }
  .p-md-8 {
    padding: 2.5rem !important;
  }
  .p-md-10 {
    padding: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .p-md-32 {
    padding: 8rem !important;
  }
  .p-md-40 {
    padding: 10rem !important;
  }
  .p-md-48 {
    padding: 12rem !important;
  }
  .p-md-56 {
    padding: 14rem !important;
  }
  .p-md-64 {
    padding: 16rem !important;
  }
  .p-md-72 {
    padding: 18rem !important;
  }
  .p-md-80 {
    padding: 20rem !important;
  }
  .p-md-88 {
    padding: 22rem !important;
  }
  .p-md-96 {
    padding: 24rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-md-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-md-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-px {
    padding-top: 1px !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 1.75rem !important;
  }
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  .pt-md-7 {
    padding-top: 2.25rem !important;
  }
  .pt-md-8 {
    padding-top: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.75rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pt-md-18 {
    padding-top: 4.5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pt-md-24 {
    padding-top: 6rem !important;
  }
  .pt-md-32 {
    padding-top: 8rem !important;
  }
  .pt-md-40 {
    padding-top: 10rem !important;
  }
  .pt-md-48 {
    padding-top: 12rem !important;
  }
  .pt-md-56 {
    padding-top: 14rem !important;
  }
  .pt-md-64 {
    padding-top: 16rem !important;
  }
  .pt-md-72 {
    padding-top: 18rem !important;
  }
  .pt-md-80 {
    padding-top: 20rem !important;
  }
  .pt-md-88 {
    padding-top: 22rem !important;
  }
  .pt-md-96 {
    padding-top: 24rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-px {
    padding-right: 1px !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 1.75rem !important;
  }
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  .pe-md-7 {
    padding-right: 2.25rem !important;
  }
  .pe-md-8 {
    padding-right: 2.5rem !important;
  }
  .pe-md-10 {
    padding-right: 2.75rem !important;
  }
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
  .pe-md-16 {
    padding-right: 4rem !important;
  }
  .pe-md-18 {
    padding-right: 4.5rem !important;
  }
  .pe-md-20 {
    padding-right: 5rem !important;
  }
  .pe-md-24 {
    padding-right: 6rem !important;
  }
  .pe-md-32 {
    padding-right: 8rem !important;
  }
  .pe-md-40 {
    padding-right: 10rem !important;
  }
  .pe-md-48 {
    padding-right: 12rem !important;
  }
  .pe-md-56 {
    padding-right: 14rem !important;
  }
  .pe-md-64 {
    padding-right: 16rem !important;
  }
  .pe-md-72 {
    padding-right: 18rem !important;
  }
  .pe-md-80 {
    padding-right: 20rem !important;
  }
  .pe-md-88 {
    padding-right: 22rem !important;
  }
  .pe-md-96 {
    padding-right: 24rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-px {
    padding-bottom: 1px !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 6rem !important;
  }
  .pb-md-32 {
    padding-bottom: 8rem !important;
  }
  .pb-md-40 {
    padding-bottom: 10rem !important;
  }
  .pb-md-48 {
    padding-bottom: 12rem !important;
  }
  .pb-md-56 {
    padding-bottom: 14rem !important;
  }
  .pb-md-64 {
    padding-bottom: 16rem !important;
  }
  .pb-md-72 {
    padding-bottom: 18rem !important;
  }
  .pb-md-80 {
    padding-bottom: 20rem !important;
  }
  .pb-md-88 {
    padding-bottom: 22rem !important;
  }
  .pb-md-96 {
    padding-bottom: 24rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-px {
    padding-left: 1px !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 1.75rem !important;
  }
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  .ps-md-7 {
    padding-left: 2.25rem !important;
  }
  .ps-md-8 {
    padding-left: 2.5rem !important;
  }
  .ps-md-10 {
    padding-left: 2.75rem !important;
  }
  .ps-md-12 {
    padding-left: 3rem !important;
  }
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
  .ps-md-16 {
    padding-left: 4rem !important;
  }
  .ps-md-18 {
    padding-left: 4.5rem !important;
  }
  .ps-md-20 {
    padding-left: 5rem !important;
  }
  .ps-md-24 {
    padding-left: 6rem !important;
  }
  .ps-md-32 {
    padding-left: 8rem !important;
  }
  .ps-md-40 {
    padding-left: 10rem !important;
  }
  .ps-md-48 {
    padding-left: 12rem !important;
  }
  .ps-md-56 {
    padding-left: 14rem !important;
  }
  .ps-md-64 {
    padding-left: 16rem !important;
  }
  .ps-md-72 {
    padding-left: 18rem !important;
  }
  .ps-md-80 {
    padding-left: 20rem !important;
  }
  .ps-md-88 {
    padding-left: 22rem !important;
  }
  .ps-md-96 {
    padding-left: 24rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-px {
    gap: 1px !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 1.75rem !important;
  }
  .gap-md-6 {
    gap: 2rem !important;
  }
  .gap-md-7 {
    gap: 2.25rem !important;
  }
  .gap-md-8 {
    gap: 2.5rem !important;
  }
  .gap-md-10 {
    gap: 2.75rem !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-14 {
    gap: 3.5rem !important;
  }
  .gap-md-16 {
    gap: 4rem !important;
  }
  .gap-md-18 {
    gap: 4.5rem !important;
  }
  .gap-md-20 {
    gap: 5rem !important;
  }
  .gap-md-24 {
    gap: 6rem !important;
  }
  .gap-md-32 {
    gap: 8rem !important;
  }
  .gap-md-40 {
    gap: 10rem !important;
  }
  .gap-md-48 {
    gap: 12rem !important;
  }
  .gap-md-56 {
    gap: 14rem !important;
  }
  .gap-md-64 {
    gap: 16rem !important;
  }
  .gap-md-72 {
    gap: 18rem !important;
  }
  .gap-md-80 {
    gap: 20rem !important;
  }
  .gap-md-88 {
    gap: 22rem !important;
  }
  .gap-md-96 {
    gap: 24rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-px {
    row-gap: 1px !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2rem !important;
  }
  .row-gap-md-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-12 {
    row-gap: 3rem !important;
  }
  .row-gap-md-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-16 {
    row-gap: 4rem !important;
  }
  .row-gap-md-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-20 {
    row-gap: 5rem !important;
  }
  .row-gap-md-24 {
    row-gap: 6rem !important;
  }
  .row-gap-md-32 {
    row-gap: 8rem !important;
  }
  .row-gap-md-40 {
    row-gap: 10rem !important;
  }
  .row-gap-md-48 {
    row-gap: 12rem !important;
  }
  .row-gap-md-56 {
    row-gap: 14rem !important;
  }
  .row-gap-md-64 {
    row-gap: 16rem !important;
  }
  .row-gap-md-72 {
    row-gap: 18rem !important;
  }
  .row-gap-md-80 {
    row-gap: 20rem !important;
  }
  .row-gap-md-88 {
    row-gap: 22rem !important;
  }
  .row-gap-md-96 {
    row-gap: 24rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-md-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-md-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-md-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-md-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-md-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-md-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-md-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-md-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-md-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-md-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-md-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-md-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .wd-md-0 {
    width: 0 !important;
  }
  .wd-md-1 {
    width: 0.0625rem !important;
  }
  .wd-md-2 {
    width: 0.125rem !important;
  }
  .wd-md-3 {
    width: 0.1875rem !important;
  }
  .wd-md-4 {
    width: 0.25rem !important;
  }
  .wd-md-5 {
    width: 0.3125rem !important;
  }
  .wd-md-6 {
    width: 0.375rem !important;
  }
  .wd-md-7 {
    width: 0.4375rem !important;
  }
  .wd-md-8 {
    width: 0.5rem !important;
  }
  .wd-md-9 {
    width: 0.5625rem !important;
  }
  .wd-md-10 {
    width: 0.625rem !important;
  }
  .wd-md-12 {
    width: 0.75rem !important;
  }
  .wd-md-14 {
    width: 0.875rem !important;
  }
  .wd-md-16 {
    width: 1rem !important;
  }
  .wd-md-18 {
    width: 1.125rem !important;
  }
  .wd-md-20 {
    width: 1.25rem !important;
  }
  .wd-md-24 {
    width: 1.5rem !important;
  }
  .wd-md-30 {
    width: 1.875rem !important;
  }
  .wd-md-32 {
    width: 2rem !important;
  }
  .wd-md-40 {
    width: 2.5rem !important;
  }
  .wd-md-48 {
    width: 3rem !important;
  }
  .wd-md-50 {
    width: 3.125rem !important;
  }
  .wd-md-56 {
    width: 3.5rem !important;
  }
  .wd-md-60 {
    width: 3.75rem !important;
  }
  .wd-md-64 {
    width: 4rem !important;
  }
  .wd-md-70 {
    width: 4.375rem !important;
  }
  .wd-md-72 {
    width: 4.5rem !important;
  }
  .wd-md-80 {
    width: 5rem !important;
  }
  .wd-md-88 {
    width: 5.5rem !important;
  }
  .wd-md-90 {
    width: 5.625rem !important;
  }
  .wd-md-96 {
    width: 6rem !important;
  }
  .wd-md-100 {
    width: 6.25rem !important;
  }
  .wd-md-150 {
    width: 9.375rem !important;
  }
  .wd-md-200 {
    width: 12.5rem !important;
  }
  .wd-md-250 {
    width: 15.625rem !important;
  }
  .wd-md-300 {
    width: 18.75rem !important;
  }
  .wd-md-350 {
    width: 21.875rem !important;
  }
  .wd-md-400 {
    width: 25rem !important;
  }
  .wd-md-450 {
    width: 28.125rem !important;
  }
  .wd-md-500 {
    width: 31.25rem !important;
  }
  .wd-md-550 {
    width: 34.375rem !important;
  }
  .wd-md-600 {
    width: 37.5rem !important;
  }
  .ht-md-0 {
    height: 0 !important;
  }
  .ht-md-1 {
    height: 0.0625rem !important;
  }
  .ht-md-2 {
    height: 0.125rem !important;
  }
  .ht-md-3 {
    height: 0.1875rem !important;
  }
  .ht-md-4 {
    height: 0.25rem !important;
  }
  .ht-md-5 {
    height: 0.3125rem !important;
  }
  .ht-md-6 {
    height: 0.375rem !important;
  }
  .ht-md-7 {
    height: 0.4375rem !important;
  }
  .ht-md-8 {
    height: 0.5rem !important;
  }
  .ht-md-9 {
    height: 0.5625rem !important;
  }
  .ht-md-10 {
    height: 0.625rem !important;
  }
  .ht-md-12 {
    height: 0.75rem !important;
  }
  .ht-md-14 {
    height: 0.875rem !important;
  }
  .ht-md-16 {
    height: 1rem !important;
  }
  .ht-md-18 {
    height: 1.125rem !important;
  }
  .ht-md-20 {
    height: 1.25rem !important;
  }
  .ht-md-24 {
    height: 1.5rem !important;
  }
  .ht-md-30 {
    height: 1.875rem !important;
  }
  .ht-md-32 {
    height: 2rem !important;
  }
  .ht-md-40 {
    height: 2.5rem !important;
  }
  .ht-md-48 {
    height: 3rem !important;
  }
  .ht-md-50 {
    height: 3.125rem !important;
  }
  .ht-md-56 {
    height: 3.5rem !important;
  }
  .ht-md-60 {
    height: 3.75rem !important;
  }
  .ht-md-64 {
    height: 4rem !important;
  }
  .ht-md-70 {
    height: 4.375rem !important;
  }
  .ht-md-72 {
    height: 4.5rem !important;
  }
  .ht-md-80 {
    height: 5rem !important;
  }
  .ht-md-88 {
    height: 5.5rem !important;
  }
  .ht-md-90 {
    height: 5.625rem !important;
  }
  .ht-md-96 {
    height: 6rem !important;
  }
  .ht-md-100 {
    height: 6.25rem !important;
  }
  .ht-md-150 {
    height: 9.375rem !important;
  }
  .ht-md-200 {
    height: 12.5rem !important;
  }
  .ht-md-250 {
    height: 15.625rem !important;
  }
  .ht-md-300 {
    height: 18.75rem !important;
  }
  .ht-md-350 {
    height: 21.875rem !important;
  }
  .ht-md-400 {
    height: 25rem !important;
  }
  .ht-md-450 {
    height: 28.125rem !important;
  }
  .ht-md-500 {
    height: 31.25rem !important;
  }
  .ht-md-550 {
    height: 34.375rem !important;
  }
  .ht-md-600 {
    height: 37.5rem !important;
  }
  .min-wd-md-0 {
    min-width: 0 !important;
  }
  .min-wd-md-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-md-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-md-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-md-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-md-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-md-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-md-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-md-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-md-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-md-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-md-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-md-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-md-16 {
    min-width: 1rem !important;
  }
  .min-wd-md-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-md-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-md-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-md-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-md-32 {
    min-width: 2rem !important;
  }
  .min-wd-md-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-md-48 {
    min-width: 3rem !important;
  }
  .min-wd-md-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-md-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-md-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-md-64 {
    min-width: 4rem !important;
  }
  .min-wd-md-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-md-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-md-80 {
    min-width: 5rem !important;
  }
  .min-wd-md-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-md-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-md-96 {
    min-width: 6rem !important;
  }
  .min-wd-md-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-md-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-md-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-md-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-md-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-md-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-md-400 {
    min-width: 25rem !important;
  }
  .min-wd-md-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-md-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-md-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-md-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-md-0 {
    min-height: 0 !important;
  }
  .min-ht-md-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-md-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-md-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-md-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-md-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-md-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-md-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-md-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-md-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-md-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-md-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-md-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-md-16 {
    min-height: 1rem !important;
  }
  .min-ht-md-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-md-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-md-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-md-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-md-32 {
    min-height: 2rem !important;
  }
  .min-ht-md-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-md-48 {
    min-height: 3rem !important;
  }
  .min-ht-md-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-md-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-md-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-md-64 {
    min-height: 4rem !important;
  }
  .min-ht-md-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-md-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-md-80 {
    min-height: 5rem !important;
  }
  .min-ht-md-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-md-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-md-96 {
    min-height: 6rem !important;
  }
  .min-ht-md-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-md-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-md-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-md-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-md-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-md-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-md-400 {
    min-height: 25rem !important;
  }
  .min-ht-md-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-md-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-md-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-md-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-md-0 {
    max-width: 0 !important;
  }
  .max-wd-md-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-md-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-md-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-md-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-md-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-md-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-md-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-md-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-md-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-md-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-md-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-md-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-md-16 {
    max-width: 1rem !important;
  }
  .max-wd-md-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-md-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-md-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-md-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-md-32 {
    max-width: 2rem !important;
  }
  .max-wd-md-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-md-48 {
    max-width: 3rem !important;
  }
  .max-wd-md-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-md-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-md-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-md-64 {
    max-width: 4rem !important;
  }
  .max-wd-md-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-md-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-md-80 {
    max-width: 5rem !important;
  }
  .max-wd-md-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-md-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-md-96 {
    max-width: 6rem !important;
  }
  .max-wd-md-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-md-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-md-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-md-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-md-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-md-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-md-400 {
    max-width: 25rem !important;
  }
  .max-wd-md-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-md-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-md-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-md-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-md-0 {
    max-height: 0 !important;
  }
  .max-ht-md-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-md-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-md-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-md-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-md-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-md-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-md-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-md-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-md-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-md-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-md-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-md-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-md-16 {
    max-height: 1rem !important;
  }
  .max-ht-md-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-md-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-md-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-md-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-md-32 {
    max-height: 2rem !important;
  }
  .max-ht-md-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-md-48 {
    max-height: 3rem !important;
  }
  .max-ht-md-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-md-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-md-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-md-64 {
    max-height: 4rem !important;
  }
  .max-ht-md-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-md-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-md-80 {
    max-height: 5rem !important;
  }
  .max-ht-md-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-md-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-md-96 {
    max-height: 6rem !important;
  }
  .max-ht-md-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-md-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-md-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-md-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-md-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-md-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-md-400 {
    max-height: 25rem !important;
  }
  .max-ht-md-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-md-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-md-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-md-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 1.75rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .m-lg-7 {
    margin: 2.25rem !important;
  }
  .m-lg-8 {
    margin: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .m-lg-32 {
    margin: 8rem !important;
  }
  .m-lg-40 {
    margin: 10rem !important;
  }
  .m-lg-48 {
    margin: 12rem !important;
  }
  .m-lg-56 {
    margin: 14rem !important;
  }
  .m-lg-64 {
    margin: 16rem !important;
  }
  .m-lg-72 {
    margin: 18rem !important;
  }
  .m-lg-80 {
    margin: 20rem !important;
  }
  .m-lg-88 {
    margin: 22rem !important;
  }
  .m-lg-96 {
    margin: 24rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-lg-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-lg-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-px {
    margin-top: 1px !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-8 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mt-lg-24 {
    margin-top: 6rem !important;
  }
  .mt-lg-32 {
    margin-top: 8rem !important;
  }
  .mt-lg-40 {
    margin-top: 10rem !important;
  }
  .mt-lg-48 {
    margin-top: 12rem !important;
  }
  .mt-lg-56 {
    margin-top: 14rem !important;
  }
  .mt-lg-64 {
    margin-top: 16rem !important;
  }
  .mt-lg-72 {
    margin-top: 18rem !important;
  }
  .mt-lg-80 {
    margin-top: 20rem !important;
  }
  .mt-lg-88 {
    margin-top: 22rem !important;
  }
  .mt-lg-96 {
    margin-top: 24rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-px {
    margin-right: 1px !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 1.75rem !important;
  }
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  .me-lg-7 {
    margin-right: 2.25rem !important;
  }
  .me-lg-8 {
    margin-right: 2.5rem !important;
  }
  .me-lg-10 {
    margin-right: 2.75rem !important;
  }
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
  .me-lg-16 {
    margin-right: 4rem !important;
  }
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
  .me-lg-20 {
    margin-right: 5rem !important;
  }
  .me-lg-24 {
    margin-right: 6rem !important;
  }
  .me-lg-32 {
    margin-right: 8rem !important;
  }
  .me-lg-40 {
    margin-right: 10rem !important;
  }
  .me-lg-48 {
    margin-right: 12rem !important;
  }
  .me-lg-56 {
    margin-right: 14rem !important;
  }
  .me-lg-64 {
    margin-right: 16rem !important;
  }
  .me-lg-72 {
    margin-right: 18rem !important;
  }
  .me-lg-80 {
    margin-right: 20rem !important;
  }
  .me-lg-88 {
    margin-right: 22rem !important;
  }
  .me-lg-96 {
    margin-right: 24rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-px {
    margin-bottom: 1px !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-48 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-56 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-64 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-72 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-88 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-96 {
    margin-bottom: 24rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-px {
    margin-left: 1px !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  .ms-lg-7 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-8 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
  .ms-lg-24 {
    margin-left: 6rem !important;
  }
  .ms-lg-32 {
    margin-left: 8rem !important;
  }
  .ms-lg-40 {
    margin-left: 10rem !important;
  }
  .ms-lg-48 {
    margin-left: 12rem !important;
  }
  .ms-lg-56 {
    margin-left: 14rem !important;
  }
  .ms-lg-64 {
    margin-left: 16rem !important;
  }
  .ms-lg-72 {
    margin-left: 18rem !important;
  }
  .ms-lg-80 {
    margin-left: 20rem !important;
  }
  .ms-lg-88 {
    margin-left: 22rem !important;
  }
  .ms-lg-96 {
    margin-left: 24rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-npx {
    margin: -1px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -1.75rem !important;
  }
  .m-lg-n6 {
    margin: -2rem !important;
  }
  .m-lg-n7 {
    margin: -2.25rem !important;
  }
  .m-lg-n8 {
    margin: -2.5rem !important;
  }
  .m-lg-n10 {
    margin: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .m-lg-n32 {
    margin: -8rem !important;
  }
  .m-lg-n40 {
    margin: -10rem !important;
  }
  .m-lg-n48 {
    margin: -12rem !important;
  }
  .m-lg-n56 {
    margin: -14rem !important;
  }
  .m-lg-n64 {
    margin: -16rem !important;
  }
  .m-lg-n72 {
    margin: -18rem !important;
  }
  .m-lg-n80 {
    margin: -20rem !important;
  }
  .m-lg-n88 {
    margin: -22rem !important;
  }
  .m-lg-n96 {
    margin: -24rem !important;
  }
  .mx-lg-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-lg-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-lg-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-lg-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-lg-npx {
    margin-top: -1px !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -2rem !important;
  }
  .mt-lg-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n12 {
    margin-top: -3rem !important;
  }
  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n16 {
    margin-top: -4rem !important;
  }
  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
  .mt-lg-n24 {
    margin-top: -6rem !important;
  }
  .mt-lg-n32 {
    margin-top: -8rem !important;
  }
  .mt-lg-n40 {
    margin-top: -10rem !important;
  }
  .mt-lg-n48 {
    margin-top: -12rem !important;
  }
  .mt-lg-n56 {
    margin-top: -14rem !important;
  }
  .mt-lg-n64 {
    margin-top: -16rem !important;
  }
  .mt-lg-n72 {
    margin-top: -18rem !important;
  }
  .mt-lg-n80 {
    margin-top: -20rem !important;
  }
  .mt-lg-n88 {
    margin-top: -22rem !important;
  }
  .mt-lg-n96 {
    margin-top: -24rem !important;
  }
  .me-lg-npx {
    margin-right: -1px !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -2rem !important;
  }
  .me-lg-n7 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n8 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n10 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n12 {
    margin-right: -3rem !important;
  }
  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n16 {
    margin-right: -4rem !important;
  }
  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n20 {
    margin-right: -5rem !important;
  }
  .me-lg-n24 {
    margin-right: -6rem !important;
  }
  .me-lg-n32 {
    margin-right: -8rem !important;
  }
  .me-lg-n40 {
    margin-right: -10rem !important;
  }
  .me-lg-n48 {
    margin-right: -12rem !important;
  }
  .me-lg-n56 {
    margin-right: -14rem !important;
  }
  .me-lg-n64 {
    margin-right: -16rem !important;
  }
  .me-lg-n72 {
    margin-right: -18rem !important;
  }
  .me-lg-n80 {
    margin-right: -20rem !important;
  }
  .me-lg-n88 {
    margin-right: -22rem !important;
  }
  .me-lg-n96 {
    margin-right: -24rem !important;
  }
  .mb-lg-npx {
    margin-bottom: -1px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-lg-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-lg-npx {
    margin-left: -1px !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -2rem !important;
  }
  .ms-lg-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n12 {
    margin-left: -3rem !important;
  }
  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n16 {
    margin-left: -4rem !important;
  }
  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n20 {
    margin-left: -5rem !important;
  }
  .ms-lg-n24 {
    margin-left: -6rem !important;
  }
  .ms-lg-n32 {
    margin-left: -8rem !important;
  }
  .ms-lg-n40 {
    margin-left: -10rem !important;
  }
  .ms-lg-n48 {
    margin-left: -12rem !important;
  }
  .ms-lg-n56 {
    margin-left: -14rem !important;
  }
  .ms-lg-n64 {
    margin-left: -16rem !important;
  }
  .ms-lg-n72 {
    margin-left: -18rem !important;
  }
  .ms-lg-n80 {
    margin-left: -20rem !important;
  }
  .ms-lg-n88 {
    margin-left: -22rem !important;
  }
  .ms-lg-n96 {
    margin-left: -24rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-px {
    padding: 1px !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 1.75rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.25rem !important;
  }
  .p-lg-8 {
    padding: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .p-lg-32 {
    padding: 8rem !important;
  }
  .p-lg-40 {
    padding: 10rem !important;
  }
  .p-lg-48 {
    padding: 12rem !important;
  }
  .p-lg-56 {
    padding: 14rem !important;
  }
  .p-lg-64 {
    padding: 16rem !important;
  }
  .p-lg-72 {
    padding: 18rem !important;
  }
  .p-lg-80 {
    padding: 20rem !important;
  }
  .p-lg-88 {
    padding: 22rem !important;
  }
  .p-lg-96 {
    padding: 24rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-lg-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-lg-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-px {
    padding-top: 1px !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-8 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pt-lg-24 {
    padding-top: 6rem !important;
  }
  .pt-lg-32 {
    padding-top: 8rem !important;
  }
  .pt-lg-40 {
    padding-top: 10rem !important;
  }
  .pt-lg-48 {
    padding-top: 12rem !important;
  }
  .pt-lg-56 {
    padding-top: 14rem !important;
  }
  .pt-lg-64 {
    padding-top: 16rem !important;
  }
  .pt-lg-72 {
    padding-top: 18rem !important;
  }
  .pt-lg-80 {
    padding-top: 20rem !important;
  }
  .pt-lg-88 {
    padding-top: 22rem !important;
  }
  .pt-lg-96 {
    padding-top: 24rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-px {
    padding-right: 1px !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  .pe-lg-7 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-8 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
  .pe-lg-24 {
    padding-right: 6rem !important;
  }
  .pe-lg-32 {
    padding-right: 8rem !important;
  }
  .pe-lg-40 {
    padding-right: 10rem !important;
  }
  .pe-lg-48 {
    padding-right: 12rem !important;
  }
  .pe-lg-56 {
    padding-right: 14rem !important;
  }
  .pe-lg-64 {
    padding-right: 16rem !important;
  }
  .pe-lg-72 {
    padding-right: 18rem !important;
  }
  .pe-lg-80 {
    padding-right: 20rem !important;
  }
  .pe-lg-88 {
    padding-right: 22rem !important;
  }
  .pe-lg-96 {
    padding-right: 24rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-px {
    padding-bottom: 1px !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-48 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-56 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-64 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-72 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-88 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-96 {
    padding-bottom: 24rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-px {
    padding-left: 1px !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  .ps-lg-7 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-8 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
  .ps-lg-24 {
    padding-left: 6rem !important;
  }
  .ps-lg-32 {
    padding-left: 8rem !important;
  }
  .ps-lg-40 {
    padding-left: 10rem !important;
  }
  .ps-lg-48 {
    padding-left: 12rem !important;
  }
  .ps-lg-56 {
    padding-left: 14rem !important;
  }
  .ps-lg-64 {
    padding-left: 16rem !important;
  }
  .ps-lg-72 {
    padding-left: 18rem !important;
  }
  .ps-lg-80 {
    padding-left: 20rem !important;
  }
  .ps-lg-88 {
    padding-left: 22rem !important;
  }
  .ps-lg-96 {
    padding-left: 24rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-px {
    gap: 1px !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 1.75rem !important;
  }
  .gap-lg-6 {
    gap: 2rem !important;
  }
  .gap-lg-7 {
    gap: 2.25rem !important;
  }
  .gap-lg-8 {
    gap: 2.5rem !important;
  }
  .gap-lg-10 {
    gap: 2.75rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !important;
  }
  .gap-lg-14 {
    gap: 3.5rem !important;
  }
  .gap-lg-16 {
    gap: 4rem !important;
  }
  .gap-lg-18 {
    gap: 4.5rem !important;
  }
  .gap-lg-20 {
    gap: 5rem !important;
  }
  .gap-lg-24 {
    gap: 6rem !important;
  }
  .gap-lg-32 {
    gap: 8rem !important;
  }
  .gap-lg-40 {
    gap: 10rem !important;
  }
  .gap-lg-48 {
    gap: 12rem !important;
  }
  .gap-lg-56 {
    gap: 14rem !important;
  }
  .gap-lg-64 {
    gap: 16rem !important;
  }
  .gap-lg-72 {
    gap: 18rem !important;
  }
  .gap-lg-80 {
    gap: 20rem !important;
  }
  .gap-lg-88 {
    gap: 22rem !important;
  }
  .gap-lg-96 {
    gap: 24rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-px {
    row-gap: 1px !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-24 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-48 {
    row-gap: 12rem !important;
  }
  .row-gap-lg-56 {
    row-gap: 14rem !important;
  }
  .row-gap-lg-64 {
    row-gap: 16rem !important;
  }
  .row-gap-lg-72 {
    row-gap: 18rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 20rem !important;
  }
  .row-gap-lg-88 {
    row-gap: 22rem !important;
  }
  .row-gap-lg-96 {
    row-gap: 24rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-lg-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-lg-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-lg-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-lg-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-lg-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-lg-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-lg-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-lg-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-lg-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-lg-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-lg-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-lg-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .wd-lg-0 {
    width: 0 !important;
  }
  .wd-lg-1 {
    width: 0.0625rem !important;
  }
  .wd-lg-2 {
    width: 0.125rem !important;
  }
  .wd-lg-3 {
    width: 0.1875rem !important;
  }
  .wd-lg-4 {
    width: 0.25rem !important;
  }
  .wd-lg-5 {
    width: 0.3125rem !important;
  }
  .wd-lg-6 {
    width: 0.375rem !important;
  }
  .wd-lg-7 {
    width: 0.4375rem !important;
  }
  .wd-lg-8 {
    width: 0.5rem !important;
  }
  .wd-lg-9 {
    width: 0.5625rem !important;
  }
  .wd-lg-10 {
    width: 0.625rem !important;
  }
  .wd-lg-12 {
    width: 0.75rem !important;
  }
  .wd-lg-14 {
    width: 0.875rem !important;
  }
  .wd-lg-16 {
    width: 1rem !important;
  }
  .wd-lg-18 {
    width: 1.125rem !important;
  }
  .wd-lg-20 {
    width: 1.25rem !important;
  }
  .wd-lg-24 {
    width: 1.5rem !important;
  }
  .wd-lg-30 {
    width: 1.875rem !important;
  }
  .wd-lg-32 {
    width: 2rem !important;
  }
  .wd-lg-40 {
    width: 2.5rem !important;
  }
  .wd-lg-48 {
    width: 3rem !important;
  }
  .wd-lg-50 {
    width: 3.125rem !important;
  }
  .wd-lg-56 {
    width: 3.5rem !important;
  }
  .wd-lg-60 {
    width: 3.75rem !important;
  }
  .wd-lg-64 {
    width: 4rem !important;
  }
  .wd-lg-70 {
    width: 4.375rem !important;
  }
  .wd-lg-72 {
    width: 4.5rem !important;
  }
  .wd-lg-80 {
    width: 5rem !important;
  }
  .wd-lg-88 {
    width: 5.5rem !important;
  }
  .wd-lg-90 {
    width: 5.625rem !important;
  }
  .wd-lg-96 {
    width: 6rem !important;
  }
  .wd-lg-100 {
    width: 6.25rem !important;
  }
  .wd-lg-150 {
    width: 9.375rem !important;
  }
  .wd-lg-200 {
    width: 12.5rem !important;
  }
  .wd-lg-250 {
    width: 15.625rem !important;
  }
  .wd-lg-300 {
    width: 18.75rem !important;
  }
  .wd-lg-350 {
    width: 21.875rem !important;
  }
  .wd-lg-400 {
    width: 25rem !important;
  }
  .wd-lg-450 {
    width: 28.125rem !important;
  }
  .wd-lg-500 {
    width: 31.25rem !important;
  }
  .wd-lg-550 {
    width: 34.375rem !important;
  }
  .wd-lg-600 {
    width: 37.5rem !important;
  }
  .ht-lg-0 {
    height: 0 !important;
  }
  .ht-lg-1 {
    height: 0.0625rem !important;
  }
  .ht-lg-2 {
    height: 0.125rem !important;
  }
  .ht-lg-3 {
    height: 0.1875rem !important;
  }
  .ht-lg-4 {
    height: 0.25rem !important;
  }
  .ht-lg-5 {
    height: 0.3125rem !important;
  }
  .ht-lg-6 {
    height: 0.375rem !important;
  }
  .ht-lg-7 {
    height: 0.4375rem !important;
  }
  .ht-lg-8 {
    height: 0.5rem !important;
  }
  .ht-lg-9 {
    height: 0.5625rem !important;
  }
  .ht-lg-10 {
    height: 0.625rem !important;
  }
  .ht-lg-12 {
    height: 0.75rem !important;
  }
  .ht-lg-14 {
    height: 0.875rem !important;
  }
  .ht-lg-16 {
    height: 1rem !important;
  }
  .ht-lg-18 {
    height: 1.125rem !important;
  }
  .ht-lg-20 {
    height: 1.25rem !important;
  }
  .ht-lg-24 {
    height: 1.5rem !important;
  }
  .ht-lg-30 {
    height: 1.875rem !important;
  }
  .ht-lg-32 {
    height: 2rem !important;
  }
  .ht-lg-40 {
    height: 2.5rem !important;
  }
  .ht-lg-48 {
    height: 3rem !important;
  }
  .ht-lg-50 {
    height: 3.125rem !important;
  }
  .ht-lg-56 {
    height: 3.5rem !important;
  }
  .ht-lg-60 {
    height: 3.75rem !important;
  }
  .ht-lg-64 {
    height: 4rem !important;
  }
  .ht-lg-70 {
    height: 4.375rem !important;
  }
  .ht-lg-72 {
    height: 4.5rem !important;
  }
  .ht-lg-80 {
    height: 5rem !important;
  }
  .ht-lg-88 {
    height: 5.5rem !important;
  }
  .ht-lg-90 {
    height: 5.625rem !important;
  }
  .ht-lg-96 {
    height: 6rem !important;
  }
  .ht-lg-100 {
    height: 6.25rem !important;
  }
  .ht-lg-150 {
    height: 9.375rem !important;
  }
  .ht-lg-200 {
    height: 12.5rem !important;
  }
  .ht-lg-250 {
    height: 15.625rem !important;
  }
  .ht-lg-300 {
    height: 18.75rem !important;
  }
  .ht-lg-350 {
    height: 21.875rem !important;
  }
  .ht-lg-400 {
    height: 25rem !important;
  }
  .ht-lg-450 {
    height: 28.125rem !important;
  }
  .ht-lg-500 {
    height: 31.25rem !important;
  }
  .ht-lg-550 {
    height: 34.375rem !important;
  }
  .ht-lg-600 {
    height: 37.5rem !important;
  }
  .min-wd-lg-0 {
    min-width: 0 !important;
  }
  .min-wd-lg-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-lg-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-lg-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-lg-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-lg-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-lg-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-lg-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-lg-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-lg-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-lg-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-lg-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-lg-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-lg-16 {
    min-width: 1rem !important;
  }
  .min-wd-lg-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-lg-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-lg-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-lg-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-lg-32 {
    min-width: 2rem !important;
  }
  .min-wd-lg-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-lg-48 {
    min-width: 3rem !important;
  }
  .min-wd-lg-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-lg-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-lg-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-lg-64 {
    min-width: 4rem !important;
  }
  .min-wd-lg-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-lg-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-lg-80 {
    min-width: 5rem !important;
  }
  .min-wd-lg-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-lg-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-lg-96 {
    min-width: 6rem !important;
  }
  .min-wd-lg-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-lg-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-lg-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-lg-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-lg-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-lg-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-lg-400 {
    min-width: 25rem !important;
  }
  .min-wd-lg-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-lg-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-lg-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-lg-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-lg-0 {
    min-height: 0 !important;
  }
  .min-ht-lg-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-lg-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-lg-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-lg-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-lg-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-lg-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-lg-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-lg-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-lg-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-lg-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-lg-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-lg-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-lg-16 {
    min-height: 1rem !important;
  }
  .min-ht-lg-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-lg-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-lg-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-lg-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-lg-32 {
    min-height: 2rem !important;
  }
  .min-ht-lg-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-lg-48 {
    min-height: 3rem !important;
  }
  .min-ht-lg-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-lg-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-lg-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-lg-64 {
    min-height: 4rem !important;
  }
  .min-ht-lg-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-lg-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-lg-80 {
    min-height: 5rem !important;
  }
  .min-ht-lg-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-lg-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-lg-96 {
    min-height: 6rem !important;
  }
  .min-ht-lg-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-lg-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-lg-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-lg-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-lg-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-lg-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-lg-400 {
    min-height: 25rem !important;
  }
  .min-ht-lg-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-lg-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-lg-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-lg-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-lg-0 {
    max-width: 0 !important;
  }
  .max-wd-lg-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-lg-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-lg-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-lg-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-lg-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-lg-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-lg-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-lg-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-lg-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-lg-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-lg-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-lg-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-lg-16 {
    max-width: 1rem !important;
  }
  .max-wd-lg-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-lg-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-lg-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-lg-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-lg-32 {
    max-width: 2rem !important;
  }
  .max-wd-lg-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-lg-48 {
    max-width: 3rem !important;
  }
  .max-wd-lg-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-lg-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-lg-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-lg-64 {
    max-width: 4rem !important;
  }
  .max-wd-lg-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-lg-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-lg-80 {
    max-width: 5rem !important;
  }
  .max-wd-lg-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-lg-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-lg-96 {
    max-width: 6rem !important;
  }
  .max-wd-lg-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-lg-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-lg-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-lg-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-lg-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-lg-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-lg-400 {
    max-width: 25rem !important;
  }
  .max-wd-lg-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-lg-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-lg-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-lg-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-lg-0 {
    max-height: 0 !important;
  }
  .max-ht-lg-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-lg-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-lg-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-lg-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-lg-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-lg-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-lg-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-lg-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-lg-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-lg-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-lg-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-lg-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-lg-16 {
    max-height: 1rem !important;
  }
  .max-ht-lg-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-lg-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-lg-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-lg-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-lg-32 {
    max-height: 2rem !important;
  }
  .max-ht-lg-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-lg-48 {
    max-height: 3rem !important;
  }
  .max-ht-lg-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-lg-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-lg-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-lg-64 {
    max-height: 4rem !important;
  }
  .max-ht-lg-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-lg-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-lg-80 {
    max-height: 5rem !important;
  }
  .max-ht-lg-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-lg-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-lg-96 {
    max-height: 6rem !important;
  }
  .max-ht-lg-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-lg-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-lg-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-lg-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-lg-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-lg-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-lg-400 {
    max-height: 25rem !important;
  }
  .max-ht-lg-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-lg-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-lg-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-lg-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 1.75rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .m-xl-7 {
    margin: 2.25rem !important;
  }
  .m-xl-8 {
    margin: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .m-xl-32 {
    margin: 8rem !important;
  }
  .m-xl-40 {
    margin: 10rem !important;
  }
  .m-xl-48 {
    margin: 12rem !important;
  }
  .m-xl-56 {
    margin: 14rem !important;
  }
  .m-xl-64 {
    margin: 16rem !important;
  }
  .m-xl-72 {
    margin: 18rem !important;
  }
  .m-xl-80 {
    margin: 20rem !important;
  }
  .m-xl-88 {
    margin: 22rem !important;
  }
  .m-xl-96 {
    margin: 24rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-px {
    margin-top: 1px !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mt-xl-24 {
    margin-top: 6rem !important;
  }
  .mt-xl-32 {
    margin-top: 8rem !important;
  }
  .mt-xl-40 {
    margin-top: 10rem !important;
  }
  .mt-xl-48 {
    margin-top: 12rem !important;
  }
  .mt-xl-56 {
    margin-top: 14rem !important;
  }
  .mt-xl-64 {
    margin-top: 16rem !important;
  }
  .mt-xl-72 {
    margin-top: 18rem !important;
  }
  .mt-xl-80 {
    margin-top: 20rem !important;
  }
  .mt-xl-88 {
    margin-top: 22rem !important;
  }
  .mt-xl-96 {
    margin-top: 24rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-px {
    margin-right: 1px !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  .me-xl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xl-16 {
    margin-right: 4rem !important;
  }
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xl-20 {
    margin-right: 5rem !important;
  }
  .me-xl-24 {
    margin-right: 6rem !important;
  }
  .me-xl-32 {
    margin-right: 8rem !important;
  }
  .me-xl-40 {
    margin-right: 10rem !important;
  }
  .me-xl-48 {
    margin-right: 12rem !important;
  }
  .me-xl-56 {
    margin-right: 14rem !important;
  }
  .me-xl-64 {
    margin-right: 16rem !important;
  }
  .me-xl-72 {
    margin-right: 18rem !important;
  }
  .me-xl-80 {
    margin-right: 20rem !important;
  }
  .me-xl-88 {
    margin-right: 22rem !important;
  }
  .me-xl-96 {
    margin-right: 24rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-px {
    margin-bottom: 1px !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-px {
    margin-left: 1px !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  .ms-xl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
  .ms-xl-24 {
    margin-left: 6rem !important;
  }
  .ms-xl-32 {
    margin-left: 8rem !important;
  }
  .ms-xl-40 {
    margin-left: 10rem !important;
  }
  .ms-xl-48 {
    margin-left: 12rem !important;
  }
  .ms-xl-56 {
    margin-left: 14rem !important;
  }
  .ms-xl-64 {
    margin-left: 16rem !important;
  }
  .ms-xl-72 {
    margin-left: 18rem !important;
  }
  .ms-xl-80 {
    margin-left: 20rem !important;
  }
  .ms-xl-88 {
    margin-left: 22rem !important;
  }
  .ms-xl-96 {
    margin-left: 24rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-npx {
    margin: -1px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -1.75rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .m-xl-n7 {
    margin: -2.25rem !important;
  }
  .m-xl-n8 {
    margin: -2.5rem !important;
  }
  .m-xl-n10 {
    margin: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .m-xl-n32 {
    margin: -8rem !important;
  }
  .m-xl-n40 {
    margin: -10rem !important;
  }
  .m-xl-n48 {
    margin: -12rem !important;
  }
  .m-xl-n56 {
    margin: -14rem !important;
  }
  .m-xl-n64 {
    margin: -16rem !important;
  }
  .m-xl-n72 {
    margin: -18rem !important;
  }
  .m-xl-n80 {
    margin: -20rem !important;
  }
  .m-xl-n88 {
    margin: -22rem !important;
  }
  .m-xl-n96 {
    margin: -24rem !important;
  }
  .mx-xl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xl-npx {
    margin-top: -1px !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xl-n96 {
    margin-top: -24rem !important;
  }
  .me-xl-npx {
    margin-right: -1px !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -2rem !important;
  }
  .me-xl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n12 {
    margin-right: -3rem !important;
  }
  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n16 {
    margin-right: -4rem !important;
  }
  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n20 {
    margin-right: -5rem !important;
  }
  .me-xl-n24 {
    margin-right: -6rem !important;
  }
  .me-xl-n32 {
    margin-right: -8rem !important;
  }
  .me-xl-n40 {
    margin-right: -10rem !important;
  }
  .me-xl-n48 {
    margin-right: -12rem !important;
  }
  .me-xl-n56 {
    margin-right: -14rem !important;
  }
  .me-xl-n64 {
    margin-right: -16rem !important;
  }
  .me-xl-n72 {
    margin-right: -18rem !important;
  }
  .me-xl-n80 {
    margin-right: -20rem !important;
  }
  .me-xl-n88 {
    margin-right: -22rem !important;
  }
  .me-xl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xl-npx {
    margin-left: -1px !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xl-n96 {
    margin-left: -24rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-px {
    padding: 1px !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 1.75rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.25rem !important;
  }
  .p-xl-8 {
    padding: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .p-xl-32 {
    padding: 8rem !important;
  }
  .p-xl-40 {
    padding: 10rem !important;
  }
  .p-xl-48 {
    padding: 12rem !important;
  }
  .p-xl-56 {
    padding: 14rem !important;
  }
  .p-xl-64 {
    padding: 16rem !important;
  }
  .p-xl-72 {
    padding: 18rem !important;
  }
  .p-xl-80 {
    padding: 20rem !important;
  }
  .p-xl-88 {
    padding: 22rem !important;
  }
  .p-xl-96 {
    padding: 24rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-px {
    padding-top: 1px !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pt-xl-24 {
    padding-top: 6rem !important;
  }
  .pt-xl-32 {
    padding-top: 8rem !important;
  }
  .pt-xl-40 {
    padding-top: 10rem !important;
  }
  .pt-xl-48 {
    padding-top: 12rem !important;
  }
  .pt-xl-56 {
    padding-top: 14rem !important;
  }
  .pt-xl-64 {
    padding-top: 16rem !important;
  }
  .pt-xl-72 {
    padding-top: 18rem !important;
  }
  .pt-xl-80 {
    padding-top: 20rem !important;
  }
  .pt-xl-88 {
    padding-top: 22rem !important;
  }
  .pt-xl-96 {
    padding-top: 24rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-px {
    padding-right: 1px !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  .pe-xl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
  .pe-xl-24 {
    padding-right: 6rem !important;
  }
  .pe-xl-32 {
    padding-right: 8rem !important;
  }
  .pe-xl-40 {
    padding-right: 10rem !important;
  }
  .pe-xl-48 {
    padding-right: 12rem !important;
  }
  .pe-xl-56 {
    padding-right: 14rem !important;
  }
  .pe-xl-64 {
    padding-right: 16rem !important;
  }
  .pe-xl-72 {
    padding-right: 18rem !important;
  }
  .pe-xl-80 {
    padding-right: 20rem !important;
  }
  .pe-xl-88 {
    padding-right: 22rem !important;
  }
  .pe-xl-96 {
    padding-right: 24rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-px {
    padding-bottom: 1px !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-px {
    padding-left: 1px !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  .ps-xl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
  .ps-xl-24 {
    padding-left: 6rem !important;
  }
  .ps-xl-32 {
    padding-left: 8rem !important;
  }
  .ps-xl-40 {
    padding-left: 10rem !important;
  }
  .ps-xl-48 {
    padding-left: 12rem !important;
  }
  .ps-xl-56 {
    padding-left: 14rem !important;
  }
  .ps-xl-64 {
    padding-left: 16rem !important;
  }
  .ps-xl-72 {
    padding-left: 18rem !important;
  }
  .ps-xl-80 {
    padding-left: 20rem !important;
  }
  .ps-xl-88 {
    padding-left: 22rem !important;
  }
  .ps-xl-96 {
    padding-left: 24rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-px {
    gap: 1px !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 1.75rem !important;
  }
  .gap-xl-6 {
    gap: 2rem !important;
  }
  .gap-xl-7 {
    gap: 2.25rem !important;
  }
  .gap-xl-8 {
    gap: 2.5rem !important;
  }
  .gap-xl-10 {
    gap: 2.75rem !important;
  }
  .gap-xl-12 {
    gap: 3rem !important;
  }
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
  .gap-xl-16 {
    gap: 4rem !important;
  }
  .gap-xl-18 {
    gap: 4.5rem !important;
  }
  .gap-xl-20 {
    gap: 5rem !important;
  }
  .gap-xl-24 {
    gap: 6rem !important;
  }
  .gap-xl-32 {
    gap: 8rem !important;
  }
  .gap-xl-40 {
    gap: 10rem !important;
  }
  .gap-xl-48 {
    gap: 12rem !important;
  }
  .gap-xl-56 {
    gap: 14rem !important;
  }
  .gap-xl-64 {
    gap: 16rem !important;
  }
  .gap-xl-72 {
    gap: 18rem !important;
  }
  .gap-xl-80 {
    gap: 20rem !important;
  }
  .gap-xl-88 {
    gap: 22rem !important;
  }
  .gap-xl-96 {
    gap: 24rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-px {
    row-gap: 1px !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .wd-xl-0 {
    width: 0 !important;
  }
  .wd-xl-1 {
    width: 0.0625rem !important;
  }
  .wd-xl-2 {
    width: 0.125rem !important;
  }
  .wd-xl-3 {
    width: 0.1875rem !important;
  }
  .wd-xl-4 {
    width: 0.25rem !important;
  }
  .wd-xl-5 {
    width: 0.3125rem !important;
  }
  .wd-xl-6 {
    width: 0.375rem !important;
  }
  .wd-xl-7 {
    width: 0.4375rem !important;
  }
  .wd-xl-8 {
    width: 0.5rem !important;
  }
  .wd-xl-9 {
    width: 0.5625rem !important;
  }
  .wd-xl-10 {
    width: 0.625rem !important;
  }
  .wd-xl-12 {
    width: 0.75rem !important;
  }
  .wd-xl-14 {
    width: 0.875rem !important;
  }
  .wd-xl-16 {
    width: 1rem !important;
  }
  .wd-xl-18 {
    width: 1.125rem !important;
  }
  .wd-xl-20 {
    width: 1.25rem !important;
  }
  .wd-xl-24 {
    width: 1.5rem !important;
  }
  .wd-xl-30 {
    width: 1.875rem !important;
  }
  .wd-xl-32 {
    width: 2rem !important;
  }
  .wd-xl-40 {
    width: 2.5rem !important;
  }
  .wd-xl-48 {
    width: 3rem !important;
  }
  .wd-xl-50 {
    width: 3.125rem !important;
  }
  .wd-xl-56 {
    width: 3.5rem !important;
  }
  .wd-xl-60 {
    width: 3.75rem !important;
  }
  .wd-xl-64 {
    width: 4rem !important;
  }
  .wd-xl-70 {
    width: 4.375rem !important;
  }
  .wd-xl-72 {
    width: 4.5rem !important;
  }
  .wd-xl-80 {
    width: 5rem !important;
  }
  .wd-xl-88 {
    width: 5.5rem !important;
  }
  .wd-xl-90 {
    width: 5.625rem !important;
  }
  .wd-xl-96 {
    width: 6rem !important;
  }
  .wd-xl-100 {
    width: 6.25rem !important;
  }
  .wd-xl-150 {
    width: 9.375rem !important;
  }
  .wd-xl-200 {
    width: 12.5rem !important;
  }
  .wd-xl-250 {
    width: 15.625rem !important;
  }
  .wd-xl-300 {
    width: 18.75rem !important;
  }
  .wd-xl-350 {
    width: 21.875rem !important;
  }
  .wd-xl-400 {
    width: 25rem !important;
  }
  .wd-xl-450 {
    width: 28.125rem !important;
  }
  .wd-xl-500 {
    width: 31.25rem !important;
  }
  .wd-xl-550 {
    width: 34.375rem !important;
  }
  .wd-xl-600 {
    width: 37.5rem !important;
  }
  .ht-xl-0 {
    height: 0 !important;
  }
  .ht-xl-1 {
    height: 0.0625rem !important;
  }
  .ht-xl-2 {
    height: 0.125rem !important;
  }
  .ht-xl-3 {
    height: 0.1875rem !important;
  }
  .ht-xl-4 {
    height: 0.25rem !important;
  }
  .ht-xl-5 {
    height: 0.3125rem !important;
  }
  .ht-xl-6 {
    height: 0.375rem !important;
  }
  .ht-xl-7 {
    height: 0.4375rem !important;
  }
  .ht-xl-8 {
    height: 0.5rem !important;
  }
  .ht-xl-9 {
    height: 0.5625rem !important;
  }
  .ht-xl-10 {
    height: 0.625rem !important;
  }
  .ht-xl-12 {
    height: 0.75rem !important;
  }
  .ht-xl-14 {
    height: 0.875rem !important;
  }
  .ht-xl-16 {
    height: 1rem !important;
  }
  .ht-xl-18 {
    height: 1.125rem !important;
  }
  .ht-xl-20 {
    height: 1.25rem !important;
  }
  .ht-xl-24 {
    height: 1.5rem !important;
  }
  .ht-xl-30 {
    height: 1.875rem !important;
  }
  .ht-xl-32 {
    height: 2rem !important;
  }
  .ht-xl-40 {
    height: 2.5rem !important;
  }
  .ht-xl-48 {
    height: 3rem !important;
  }
  .ht-xl-50 {
    height: 3.125rem !important;
  }
  .ht-xl-56 {
    height: 3.5rem !important;
  }
  .ht-xl-60 {
    height: 3.75rem !important;
  }
  .ht-xl-64 {
    height: 4rem !important;
  }
  .ht-xl-70 {
    height: 4.375rem !important;
  }
  .ht-xl-72 {
    height: 4.5rem !important;
  }
  .ht-xl-80 {
    height: 5rem !important;
  }
  .ht-xl-88 {
    height: 5.5rem !important;
  }
  .ht-xl-90 {
    height: 5.625rem !important;
  }
  .ht-xl-96 {
    height: 6rem !important;
  }
  .ht-xl-100 {
    height: 6.25rem !important;
  }
  .ht-xl-150 {
    height: 9.375rem !important;
  }
  .ht-xl-200 {
    height: 12.5rem !important;
  }
  .ht-xl-250 {
    height: 15.625rem !important;
  }
  .ht-xl-300 {
    height: 18.75rem !important;
  }
  .ht-xl-350 {
    height: 21.875rem !important;
  }
  .ht-xl-400 {
    height: 25rem !important;
  }
  .ht-xl-450 {
    height: 28.125rem !important;
  }
  .ht-xl-500 {
    height: 31.25rem !important;
  }
  .ht-xl-550 {
    height: 34.375rem !important;
  }
  .ht-xl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xl-0 {
    min-width: 0 !important;
  }
  .min-wd-xl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xl-0 {
    min-height: 0 !important;
  }
  .min-ht-xl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xl-0 {
    max-width: 0 !important;
  }
  .max-wd-xl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xl-0 {
    max-height: 0 !important;
  }
  .max-ht-xl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 1.75rem !important;
  }
  .m-xxl-6 {
    margin: 2rem !important;
  }
  .m-xxl-7 {
    margin: 2.25rem !important;
  }
  .m-xxl-8 {
    margin: 2.5rem !important;
  }
  .m-xxl-10 {
    margin: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .m-xxl-32 {
    margin: 8rem !important;
  }
  .m-xxl-40 {
    margin: 10rem !important;
  }
  .m-xxl-48 {
    margin: 12rem !important;
  }
  .m-xxl-56 {
    margin: 14rem !important;
  }
  .m-xxl-64 {
    margin: 16rem !important;
  }
  .m-xxl-72 {
    margin: 18rem !important;
  }
  .m-xxl-80 {
    margin: 20rem !important;
  }
  .m-xxl-88 {
    margin: 22rem !important;
  }
  .m-xxl-96 {
    margin: 24rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-px {
    margin-top: 1px !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  .mt-xxl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .mt-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .mt-xxl-24 {
    margin-top: 6rem !important;
  }
  .mt-xxl-32 {
    margin-top: 8rem !important;
  }
  .mt-xxl-40 {
    margin-top: 10rem !important;
  }
  .mt-xxl-48 {
    margin-top: 12rem !important;
  }
  .mt-xxl-56 {
    margin-top: 14rem !important;
  }
  .mt-xxl-64 {
    margin-top: 16rem !important;
  }
  .mt-xxl-72 {
    margin-top: 18rem !important;
  }
  .mt-xxl-80 {
    margin-top: 20rem !important;
  }
  .mt-xxl-88 {
    margin-top: 22rem !important;
  }
  .mt-xxl-96 {
    margin-top: 24rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-px {
    margin-right: 1px !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  .me-xxl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xxl-12 {
    margin-right: 3rem !important;
  }
  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-16 {
    margin-right: 4rem !important;
  }
  .me-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 5rem !important;
  }
  .me-xxl-24 {
    margin-right: 6rem !important;
  }
  .me-xxl-32 {
    margin-right: 8rem !important;
  }
  .me-xxl-40 {
    margin-right: 10rem !important;
  }
  .me-xxl-48 {
    margin-right: 12rem !important;
  }
  .me-xxl-56 {
    margin-right: 14rem !important;
  }
  .me-xxl-64 {
    margin-right: 16rem !important;
  }
  .me-xxl-72 {
    margin-right: 18rem !important;
  }
  .me-xxl-80 {
    margin-right: 20rem !important;
  }
  .me-xxl-88 {
    margin-right: 22rem !important;
  }
  .me-xxl-96 {
    margin-right: 24rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-px {
    margin-bottom: 1px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-px {
    margin-left: 1px !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  .ms-xxl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xxl-12 {
    margin-left: 3rem !important;
  }
  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-16 {
    margin-left: 4rem !important;
  }
  .ms-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 5rem !important;
  }
  .ms-xxl-24 {
    margin-left: 6rem !important;
  }
  .ms-xxl-32 {
    margin-left: 8rem !important;
  }
  .ms-xxl-40 {
    margin-left: 10rem !important;
  }
  .ms-xxl-48 {
    margin-left: 12rem !important;
  }
  .ms-xxl-56 {
    margin-left: 14rem !important;
  }
  .ms-xxl-64 {
    margin-left: 16rem !important;
  }
  .ms-xxl-72 {
    margin-left: 18rem !important;
  }
  .ms-xxl-80 {
    margin-left: 20rem !important;
  }
  .ms-xxl-88 {
    margin-left: 22rem !important;
  }
  .ms-xxl-96 {
    margin-left: 24rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-npx {
    margin: -1px !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -1.75rem !important;
  }
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  .m-xxl-n7 {
    margin: -2.25rem !important;
  }
  .m-xxl-n8 {
    margin: -2.5rem !important;
  }
  .m-xxl-n10 {
    margin: -2.75rem !important;
  }
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  .m-xxl-n24 {
    margin: -6rem !important;
  }
  .m-xxl-n32 {
    margin: -8rem !important;
  }
  .m-xxl-n40 {
    margin: -10rem !important;
  }
  .m-xxl-n48 {
    margin: -12rem !important;
  }
  .m-xxl-n56 {
    margin: -14rem !important;
  }
  .m-xxl-n64 {
    margin: -16rem !important;
  }
  .m-xxl-n72 {
    margin: -18rem !important;
  }
  .m-xxl-n80 {
    margin: -20rem !important;
  }
  .m-xxl-n88 {
    margin: -22rem !important;
  }
  .m-xxl-n96 {
    margin: -24rem !important;
  }
  .mx-xxl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xxl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xxl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xxl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xxl-npx {
    margin-top: -1px !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xxl-n96 {
    margin-top: -24rem !important;
  }
  .me-xxl-npx {
    margin-right: -1px !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n6 {
    margin-right: -2rem !important;
  }
  .me-xxl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xxl-n12 {
    margin-right: -3rem !important;
  }
  .me-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n16 {
    margin-right: -4rem !important;
  }
  .me-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n20 {
    margin-right: -5rem !important;
  }
  .me-xxl-n24 {
    margin-right: -6rem !important;
  }
  .me-xxl-n32 {
    margin-right: -8rem !important;
  }
  .me-xxl-n40 {
    margin-right: -10rem !important;
  }
  .me-xxl-n48 {
    margin-right: -12rem !important;
  }
  .me-xxl-n56 {
    margin-right: -14rem !important;
  }
  .me-xxl-n64 {
    margin-right: -16rem !important;
  }
  .me-xxl-n72 {
    margin-right: -18rem !important;
  }
  .me-xxl-n80 {
    margin-right: -20rem !important;
  }
  .me-xxl-n88 {
    margin-right: -22rem !important;
  }
  .me-xxl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xxl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xxl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xxl-npx {
    margin-left: -1px !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xxl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xxl-n96 {
    margin-left: -24rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-px {
    padding: 1px !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 1.75rem !important;
  }
  .p-xxl-6 {
    padding: 2rem !important;
  }
  .p-xxl-7 {
    padding: 2.25rem !important;
  }
  .p-xxl-8 {
    padding: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .p-xxl-32 {
    padding: 8rem !important;
  }
  .p-xxl-40 {
    padding: 10rem !important;
  }
  .p-xxl-48 {
    padding: 12rem !important;
  }
  .p-xxl-56 {
    padding: 14rem !important;
  }
  .p-xxl-64 {
    padding: 16rem !important;
  }
  .p-xxl-72 {
    padding: 18rem !important;
  }
  .p-xxl-80 {
    padding: 20rem !important;
  }
  .p-xxl-88 {
    padding: 22rem !important;
  }
  .p-xxl-96 {
    padding: 24rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xxl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xxl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-px {
    padding-top: 1px !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  .pt-xxl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  .pt-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  .pt-xxl-24 {
    padding-top: 6rem !important;
  }
  .pt-xxl-32 {
    padding-top: 8rem !important;
  }
  .pt-xxl-40 {
    padding-top: 10rem !important;
  }
  .pt-xxl-48 {
    padding-top: 12rem !important;
  }
  .pt-xxl-56 {
    padding-top: 14rem !important;
  }
  .pt-xxl-64 {
    padding-top: 16rem !important;
  }
  .pt-xxl-72 {
    padding-top: 18rem !important;
  }
  .pt-xxl-80 {
    padding-top: 20rem !important;
  }
  .pt-xxl-88 {
    padding-top: 22rem !important;
  }
  .pt-xxl-96 {
    padding-top: 24rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-px {
    padding-right: 1px !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  .pe-xxl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xxl-12 {
    padding-right: 3rem !important;
  }
  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-16 {
    padding-right: 4rem !important;
  }
  .pe-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 5rem !important;
  }
  .pe-xxl-24 {
    padding-right: 6rem !important;
  }
  .pe-xxl-32 {
    padding-right: 8rem !important;
  }
  .pe-xxl-40 {
    padding-right: 10rem !important;
  }
  .pe-xxl-48 {
    padding-right: 12rem !important;
  }
  .pe-xxl-56 {
    padding-right: 14rem !important;
  }
  .pe-xxl-64 {
    padding-right: 16rem !important;
  }
  .pe-xxl-72 {
    padding-right: 18rem !important;
  }
  .pe-xxl-80 {
    padding-right: 20rem !important;
  }
  .pe-xxl-88 {
    padding-right: 22rem !important;
  }
  .pe-xxl-96 {
    padding-right: 24rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-px {
    padding-bottom: 1px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xxl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-px {
    padding-left: 1px !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  .ps-xxl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xxl-12 {
    padding-left: 3rem !important;
  }
  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-16 {
    padding-left: 4rem !important;
  }
  .ps-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 5rem !important;
  }
  .ps-xxl-24 {
    padding-left: 6rem !important;
  }
  .ps-xxl-32 {
    padding-left: 8rem !important;
  }
  .ps-xxl-40 {
    padding-left: 10rem !important;
  }
  .ps-xxl-48 {
    padding-left: 12rem !important;
  }
  .ps-xxl-56 {
    padding-left: 14rem !important;
  }
  .ps-xxl-64 {
    padding-left: 16rem !important;
  }
  .ps-xxl-72 {
    padding-left: 18rem !important;
  }
  .ps-xxl-80 {
    padding-left: 20rem !important;
  }
  .ps-xxl-88 {
    padding-left: 22rem !important;
  }
  .ps-xxl-96 {
    padding-left: 24rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-px {
    gap: 1px !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 1.75rem !important;
  }
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  .gap-xxl-7 {
    gap: 2.25rem !important;
  }
  .gap-xxl-8 {
    gap: 2.5rem !important;
  }
  .gap-xxl-10 {
    gap: 2.75rem !important;
  }
  .gap-xxl-12 {
    gap: 3rem !important;
  }
  .gap-xxl-14 {
    gap: 3.5rem !important;
  }
  .gap-xxl-16 {
    gap: 4rem !important;
  }
  .gap-xxl-18 {
    gap: 4.5rem !important;
  }
  .gap-xxl-20 {
    gap: 5rem !important;
  }
  .gap-xxl-24 {
    gap: 6rem !important;
  }
  .gap-xxl-32 {
    gap: 8rem !important;
  }
  .gap-xxl-40 {
    gap: 10rem !important;
  }
  .gap-xxl-48 {
    gap: 12rem !important;
  }
  .gap-xxl-56 {
    gap: 14rem !important;
  }
  .gap-xxl-64 {
    gap: 16rem !important;
  }
  .gap-xxl-72 {
    gap: 18rem !important;
  }
  .gap-xxl-80 {
    gap: 20rem !important;
  }
  .gap-xxl-88 {
    gap: 22rem !important;
  }
  .gap-xxl-96 {
    gap: 24rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-px {
    row-gap: 1px !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xxl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xxl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xxl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xxl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xxl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xxl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xxl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xxl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xxl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xxl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xxl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xxl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .wd-xxl-0 {
    width: 0 !important;
  }
  .wd-xxl-1 {
    width: 0.0625rem !important;
  }
  .wd-xxl-2 {
    width: 0.125rem !important;
  }
  .wd-xxl-3 {
    width: 0.1875rem !important;
  }
  .wd-xxl-4 {
    width: 0.25rem !important;
  }
  .wd-xxl-5 {
    width: 0.3125rem !important;
  }
  .wd-xxl-6 {
    width: 0.375rem !important;
  }
  .wd-xxl-7 {
    width: 0.4375rem !important;
  }
  .wd-xxl-8 {
    width: 0.5rem !important;
  }
  .wd-xxl-9 {
    width: 0.5625rem !important;
  }
  .wd-xxl-10 {
    width: 0.625rem !important;
  }
  .wd-xxl-12 {
    width: 0.75rem !important;
  }
  .wd-xxl-14 {
    width: 0.875rem !important;
  }
  .wd-xxl-16 {
    width: 1rem !important;
  }
  .wd-xxl-18 {
    width: 1.125rem !important;
  }
  .wd-xxl-20 {
    width: 1.25rem !important;
  }
  .wd-xxl-24 {
    width: 1.5rem !important;
  }
  .wd-xxl-30 {
    width: 1.875rem !important;
  }
  .wd-xxl-32 {
    width: 2rem !important;
  }
  .wd-xxl-40 {
    width: 2.5rem !important;
  }
  .wd-xxl-48 {
    width: 3rem !important;
  }
  .wd-xxl-50 {
    width: 3.125rem !important;
  }
  .wd-xxl-56 {
    width: 3.5rem !important;
  }
  .wd-xxl-60 {
    width: 3.75rem !important;
  }
  .wd-xxl-64 {
    width: 4rem !important;
  }
  .wd-xxl-70 {
    width: 4.375rem !important;
  }
  .wd-xxl-72 {
    width: 4.5rem !important;
  }
  .wd-xxl-80 {
    width: 5rem !important;
  }
  .wd-xxl-88 {
    width: 5.5rem !important;
  }
  .wd-xxl-90 {
    width: 5.625rem !important;
  }
  .wd-xxl-96 {
    width: 6rem !important;
  }
  .wd-xxl-100 {
    width: 6.25rem !important;
  }
  .wd-xxl-150 {
    width: 9.375rem !important;
  }
  .wd-xxl-200 {
    width: 12.5rem !important;
  }
  .wd-xxl-250 {
    width: 15.625rem !important;
  }
  .wd-xxl-300 {
    width: 18.75rem !important;
  }
  .wd-xxl-350 {
    width: 21.875rem !important;
  }
  .wd-xxl-400 {
    width: 25rem !important;
  }
  .wd-xxl-450 {
    width: 28.125rem !important;
  }
  .wd-xxl-500 {
    width: 31.25rem !important;
  }
  .wd-xxl-550 {
    width: 34.375rem !important;
  }
  .wd-xxl-600 {
    width: 37.5rem !important;
  }
  .ht-xxl-0 {
    height: 0 !important;
  }
  .ht-xxl-1 {
    height: 0.0625rem !important;
  }
  .ht-xxl-2 {
    height: 0.125rem !important;
  }
  .ht-xxl-3 {
    height: 0.1875rem !important;
  }
  .ht-xxl-4 {
    height: 0.25rem !important;
  }
  .ht-xxl-5 {
    height: 0.3125rem !important;
  }
  .ht-xxl-6 {
    height: 0.375rem !important;
  }
  .ht-xxl-7 {
    height: 0.4375rem !important;
  }
  .ht-xxl-8 {
    height: 0.5rem !important;
  }
  .ht-xxl-9 {
    height: 0.5625rem !important;
  }
  .ht-xxl-10 {
    height: 0.625rem !important;
  }
  .ht-xxl-12 {
    height: 0.75rem !important;
  }
  .ht-xxl-14 {
    height: 0.875rem !important;
  }
  .ht-xxl-16 {
    height: 1rem !important;
  }
  .ht-xxl-18 {
    height: 1.125rem !important;
  }
  .ht-xxl-20 {
    height: 1.25rem !important;
  }
  .ht-xxl-24 {
    height: 1.5rem !important;
  }
  .ht-xxl-30 {
    height: 1.875rem !important;
  }
  .ht-xxl-32 {
    height: 2rem !important;
  }
  .ht-xxl-40 {
    height: 2.5rem !important;
  }
  .ht-xxl-48 {
    height: 3rem !important;
  }
  .ht-xxl-50 {
    height: 3.125rem !important;
  }
  .ht-xxl-56 {
    height: 3.5rem !important;
  }
  .ht-xxl-60 {
    height: 3.75rem !important;
  }
  .ht-xxl-64 {
    height: 4rem !important;
  }
  .ht-xxl-70 {
    height: 4.375rem !important;
  }
  .ht-xxl-72 {
    height: 4.5rem !important;
  }
  .ht-xxl-80 {
    height: 5rem !important;
  }
  .ht-xxl-88 {
    height: 5.5rem !important;
  }
  .ht-xxl-90 {
    height: 5.625rem !important;
  }
  .ht-xxl-96 {
    height: 6rem !important;
  }
  .ht-xxl-100 {
    height: 6.25rem !important;
  }
  .ht-xxl-150 {
    height: 9.375rem !important;
  }
  .ht-xxl-200 {
    height: 12.5rem !important;
  }
  .ht-xxl-250 {
    height: 15.625rem !important;
  }
  .ht-xxl-300 {
    height: 18.75rem !important;
  }
  .ht-xxl-350 {
    height: 21.875rem !important;
  }
  .ht-xxl-400 {
    height: 25rem !important;
  }
  .ht-xxl-450 {
    height: 28.125rem !important;
  }
  .ht-xxl-500 {
    height: 31.25rem !important;
  }
  .ht-xxl-550 {
    height: 34.375rem !important;
  }
  .ht-xxl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xxl-0 {
    min-width: 0 !important;
  }
  .min-wd-xxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xxl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xxl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xxl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xxl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xxl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xxl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xxl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xxl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xxl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xxl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xxl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xxl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xxl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xxl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xxl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xxl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xxl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xxl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xxl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xxl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xxl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xxl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xxl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xxl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xxl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xxl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xxl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xxl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xxl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xxl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xxl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xxl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xxl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xxl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xxl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xxl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xxl-0 {
    min-height: 0 !important;
  }
  .min-ht-xxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xxl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xxl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xxl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xxl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xxl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xxl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xxl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xxl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xxl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xxl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xxl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xxl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xxl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xxl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xxl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xxl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xxl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xxl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xxl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xxl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xxl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xxl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xxl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xxl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xxl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xxl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xxl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xxl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xxl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xxl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xxl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xxl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xxl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xxl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xxl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xxl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xxl-0 {
    max-width: 0 !important;
  }
  .max-wd-xxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xxl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xxl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xxl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xxl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xxl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xxl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xxl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xxl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xxl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xxl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xxl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xxl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xxl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xxl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xxl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xxl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xxl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xxl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xxl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xxl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xxl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xxl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xxl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xxl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xxl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xxl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xxl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xxl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xxl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xxl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xxl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xxl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xxl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xxl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xxl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xxl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xxl-0 {
    max-height: 0 !important;
  }
  .max-ht-xxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xxl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xxl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xxl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xxl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xxl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xxl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xxl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xxl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xxl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xxl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xxl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xxl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xxl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xxl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xxl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xxl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xxl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xxl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xxl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xxl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xxl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xxl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xxl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xxl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xxl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xxl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xxl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xxl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xxl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xxl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xxl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xxl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xxl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xxl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xxl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xxl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-px {
    margin: 1px !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 1.75rem !important;
  }
  .m-xxxl-6 {
    margin: 2rem !important;
  }
  .m-xxxl-7 {
    margin: 2.25rem !important;
  }
  .m-xxxl-8 {
    margin: 2.5rem !important;
  }
  .m-xxxl-10 {
    margin: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .m-xxxl-32 {
    margin: 8rem !important;
  }
  .m-xxxl-40 {
    margin: 10rem !important;
  }
  .m-xxxl-48 {
    margin: 12rem !important;
  }
  .m-xxxl-56 {
    margin: 14rem !important;
  }
  .m-xxxl-64 {
    margin: 16rem !important;
  }
  .m-xxxl-72 {
    margin: 18rem !important;
  }
  .m-xxxl-80 {
    margin: 20rem !important;
  }
  .m-xxxl-88 {
    margin: 22rem !important;
  }
  .m-xxxl-96 {
    margin: 24rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxxl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxxl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxxl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxxl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxxl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-px {
    margin-top: 1px !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-16 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-24 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-32 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-48 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-56 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-64 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-72 {
    margin-top: 18rem !important;
  }
  .mt-xxxl-80 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-88 {
    margin-top: 22rem !important;
  }
  .mt-xxxl-96 {
    margin-top: 24rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-px {
    margin-right: 1px !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xxxl-6 {
    margin-right: 2rem !important;
  }
  .me-xxxl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xxxl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xxxl-12 {
    margin-right: 3rem !important;
  }
  .me-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-16 {
    margin-right: 4rem !important;
  }
  .me-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-20 {
    margin-right: 5rem !important;
  }
  .me-xxxl-24 {
    margin-right: 6rem !important;
  }
  .me-xxxl-32 {
    margin-right: 8rem !important;
  }
  .me-xxxl-40 {
    margin-right: 10rem !important;
  }
  .me-xxxl-48 {
    margin-right: 12rem !important;
  }
  .me-xxxl-56 {
    margin-right: 14rem !important;
  }
  .me-xxxl-64 {
    margin-right: 16rem !important;
  }
  .me-xxxl-72 {
    margin-right: 18rem !important;
  }
  .me-xxxl-80 {
    margin-right: 20rem !important;
  }
  .me-xxxl-88 {
    margin-right: 22rem !important;
  }
  .me-xxxl-96 {
    margin-right: 24rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-px {
    margin-bottom: 1px !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xxxl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-px {
    margin-left: 1px !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-16 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-24 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-32 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-48 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-56 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-64 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-72 {
    margin-left: 18rem !important;
  }
  .ms-xxxl-80 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-88 {
    margin-left: 22rem !important;
  }
  .ms-xxxl-96 {
    margin-left: 24rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-npx {
    margin: -1px !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.75rem !important;
  }
  .m-xxxl-n6 {
    margin: -2rem !important;
  }
  .m-xxxl-n7 {
    margin: -2.25rem !important;
  }
  .m-xxxl-n8 {
    margin: -2.5rem !important;
  }
  .m-xxxl-n10 {
    margin: -2.75rem !important;
  }
  .m-xxxl-n12 {
    margin: -3rem !important;
  }
  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }
  .m-xxxl-n16 {
    margin: -4rem !important;
  }
  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }
  .m-xxxl-n20 {
    margin: -5rem !important;
  }
  .m-xxxl-n24 {
    margin: -6rem !important;
  }
  .m-xxxl-n32 {
    margin: -8rem !important;
  }
  .m-xxxl-n40 {
    margin: -10rem !important;
  }
  .m-xxxl-n48 {
    margin: -12rem !important;
  }
  .m-xxxl-n56 {
    margin: -14rem !important;
  }
  .m-xxxl-n64 {
    margin: -16rem !important;
  }
  .m-xxxl-n72 {
    margin: -18rem !important;
  }
  .m-xxxl-n80 {
    margin: -20rem !important;
  }
  .m-xxxl-n88 {
    margin: -22rem !important;
  }
  .m-xxxl-n96 {
    margin: -24rem !important;
  }
  .mx-xxxl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxxl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxxl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xxxl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xxxl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxxl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxxl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xxxl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xxxl-npx {
    margin-top: -1px !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xxxl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xxxl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xxxl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xxxl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xxxl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xxxl-n96 {
    margin-top: -24rem !important;
  }
  .me-xxxl-npx {
    margin-right: -1px !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xxxl-n12 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n16 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n24 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n32 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n40 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n48 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n56 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n64 {
    margin-right: -16rem !important;
  }
  .me-xxxl-n72 {
    margin-right: -18rem !important;
  }
  .me-xxxl-n80 {
    margin-right: -20rem !important;
  }
  .me-xxxl-n88 {
    margin-right: -22rem !important;
  }
  .me-xxxl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xxxl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xxxl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xxxl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xxxl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xxxl-npx {
    margin-left: -1px !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xxxl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xxxl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xxxl-n96 {
    margin-left: -24rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-px {
    padding: 1px !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 1.75rem !important;
  }
  .p-xxxl-6 {
    padding: 2rem !important;
  }
  .p-xxxl-7 {
    padding: 2.25rem !important;
  }
  .p-xxxl-8 {
    padding: 2.5rem !important;
  }
  .p-xxxl-10 {
    padding: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .p-xxxl-32 {
    padding: 8rem !important;
  }
  .p-xxxl-40 {
    padding: 10rem !important;
  }
  .p-xxxl-48 {
    padding: 12rem !important;
  }
  .p-xxxl-56 {
    padding: 14rem !important;
  }
  .p-xxxl-64 {
    padding: 16rem !important;
  }
  .p-xxxl-72 {
    padding: 18rem !important;
  }
  .p-xxxl-80 {
    padding: 20rem !important;
  }
  .p-xxxl-88 {
    padding: 22rem !important;
  }
  .p-xxxl-96 {
    padding: 24rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxxl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxxl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxxl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xxxl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxxl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxxl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxxl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xxxl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-px {
    padding-top: 1px !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-32 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-48 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-56 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-64 {
    padding-top: 16rem !important;
  }
  .pt-xxxl-72 {
    padding-top: 18rem !important;
  }
  .pt-xxxl-80 {
    padding-top: 20rem !important;
  }
  .pt-xxxl-88 {
    padding-top: 22rem !important;
  }
  .pt-xxxl-96 {
    padding-top: 24rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-px {
    padding-right: 1px !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-32 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-48 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-56 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-64 {
    padding-right: 16rem !important;
  }
  .pe-xxxl-72 {
    padding-right: 18rem !important;
  }
  .pe-xxxl-80 {
    padding-right: 20rem !important;
  }
  .pe-xxxl-88 {
    padding-right: 22rem !important;
  }
  .pe-xxxl-96 {
    padding-right: 24rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-px {
    padding-bottom: 1px !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xxxl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xxxl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-px {
    padding-left: 1px !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-16 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-24 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-32 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-48 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-56 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-64 {
    padding-left: 16rem !important;
  }
  .ps-xxxl-72 {
    padding-left: 18rem !important;
  }
  .ps-xxxl-80 {
    padding-left: 20rem !important;
  }
  .ps-xxxl-88 {
    padding-left: 22rem !important;
  }
  .ps-xxxl-96 {
    padding-left: 24rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-px {
    gap: 1px !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 1.75rem !important;
  }
  .gap-xxxl-6 {
    gap: 2rem !important;
  }
  .gap-xxxl-7 {
    gap: 2.25rem !important;
  }
  .gap-xxxl-8 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-10 {
    gap: 2.75rem !important;
  }
  .gap-xxxl-12 {
    gap: 3rem !important;
  }
  .gap-xxxl-14 {
    gap: 3.5rem !important;
  }
  .gap-xxxl-16 {
    gap: 4rem !important;
  }
  .gap-xxxl-18 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-20 {
    gap: 5rem !important;
  }
  .gap-xxxl-24 {
    gap: 6rem !important;
  }
  .gap-xxxl-32 {
    gap: 8rem !important;
  }
  .gap-xxxl-40 {
    gap: 10rem !important;
  }
  .gap-xxxl-48 {
    gap: 12rem !important;
  }
  .gap-xxxl-56 {
    gap: 14rem !important;
  }
  .gap-xxxl-64 {
    gap: 16rem !important;
  }
  .gap-xxxl-72 {
    gap: 18rem !important;
  }
  .gap-xxxl-80 {
    gap: 20rem !important;
  }
  .gap-xxxl-88 {
    gap: 22rem !important;
  }
  .gap-xxxl-96 {
    gap: 24rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-px {
    row-gap: 1px !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxxl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxxl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxxl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxxl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xxxl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xxxl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xxxl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xxxl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xxxl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xxxl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xxxl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxxl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xxxl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxxl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xxxl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxxl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xxxl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxxl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxxl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxxl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xxxl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxxl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxxl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxxl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xxxl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xxxl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xxxl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxxl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xxxl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .wd-xxxl-0 {
    width: 0 !important;
  }
  .wd-xxxl-1 {
    width: 0.0625rem !important;
  }
  .wd-xxxl-2 {
    width: 0.125rem !important;
  }
  .wd-xxxl-3 {
    width: 0.1875rem !important;
  }
  .wd-xxxl-4 {
    width: 0.25rem !important;
  }
  .wd-xxxl-5 {
    width: 0.3125rem !important;
  }
  .wd-xxxl-6 {
    width: 0.375rem !important;
  }
  .wd-xxxl-7 {
    width: 0.4375rem !important;
  }
  .wd-xxxl-8 {
    width: 0.5rem !important;
  }
  .wd-xxxl-9 {
    width: 0.5625rem !important;
  }
  .wd-xxxl-10 {
    width: 0.625rem !important;
  }
  .wd-xxxl-12 {
    width: 0.75rem !important;
  }
  .wd-xxxl-14 {
    width: 0.875rem !important;
  }
  .wd-xxxl-16 {
    width: 1rem !important;
  }
  .wd-xxxl-18 {
    width: 1.125rem !important;
  }
  .wd-xxxl-20 {
    width: 1.25rem !important;
  }
  .wd-xxxl-24 {
    width: 1.5rem !important;
  }
  .wd-xxxl-30 {
    width: 1.875rem !important;
  }
  .wd-xxxl-32 {
    width: 2rem !important;
  }
  .wd-xxxl-40 {
    width: 2.5rem !important;
  }
  .wd-xxxl-48 {
    width: 3rem !important;
  }
  .wd-xxxl-50 {
    width: 3.125rem !important;
  }
  .wd-xxxl-56 {
    width: 3.5rem !important;
  }
  .wd-xxxl-60 {
    width: 3.75rem !important;
  }
  .wd-xxxl-64 {
    width: 4rem !important;
  }
  .wd-xxxl-70 {
    width: 4.375rem !important;
  }
  .wd-xxxl-72 {
    width: 4.5rem !important;
  }
  .wd-xxxl-80 {
    width: 5rem !important;
  }
  .wd-xxxl-88 {
    width: 5.5rem !important;
  }
  .wd-xxxl-90 {
    width: 5.625rem !important;
  }
  .wd-xxxl-96 {
    width: 6rem !important;
  }
  .wd-xxxl-100 {
    width: 6.25rem !important;
  }
  .wd-xxxl-150 {
    width: 9.375rem !important;
  }
  .wd-xxxl-200 {
    width: 12.5rem !important;
  }
  .wd-xxxl-250 {
    width: 15.625rem !important;
  }
  .wd-xxxl-300 {
    width: 18.75rem !important;
  }
  .wd-xxxl-350 {
    width: 21.875rem !important;
  }
  .wd-xxxl-400 {
    width: 25rem !important;
  }
  .wd-xxxl-450 {
    width: 28.125rem !important;
  }
  .wd-xxxl-500 {
    width: 31.25rem !important;
  }
  .wd-xxxl-550 {
    width: 34.375rem !important;
  }
  .wd-xxxl-600 {
    width: 37.5rem !important;
  }
  .ht-xxxl-0 {
    height: 0 !important;
  }
  .ht-xxxl-1 {
    height: 0.0625rem !important;
  }
  .ht-xxxl-2 {
    height: 0.125rem !important;
  }
  .ht-xxxl-3 {
    height: 0.1875rem !important;
  }
  .ht-xxxl-4 {
    height: 0.25rem !important;
  }
  .ht-xxxl-5 {
    height: 0.3125rem !important;
  }
  .ht-xxxl-6 {
    height: 0.375rem !important;
  }
  .ht-xxxl-7 {
    height: 0.4375rem !important;
  }
  .ht-xxxl-8 {
    height: 0.5rem !important;
  }
  .ht-xxxl-9 {
    height: 0.5625rem !important;
  }
  .ht-xxxl-10 {
    height: 0.625rem !important;
  }
  .ht-xxxl-12 {
    height: 0.75rem !important;
  }
  .ht-xxxl-14 {
    height: 0.875rem !important;
  }
  .ht-xxxl-16 {
    height: 1rem !important;
  }
  .ht-xxxl-18 {
    height: 1.125rem !important;
  }
  .ht-xxxl-20 {
    height: 1.25rem !important;
  }
  .ht-xxxl-24 {
    height: 1.5rem !important;
  }
  .ht-xxxl-30 {
    height: 1.875rem !important;
  }
  .ht-xxxl-32 {
    height: 2rem !important;
  }
  .ht-xxxl-40 {
    height: 2.5rem !important;
  }
  .ht-xxxl-48 {
    height: 3rem !important;
  }
  .ht-xxxl-50 {
    height: 3.125rem !important;
  }
  .ht-xxxl-56 {
    height: 3.5rem !important;
  }
  .ht-xxxl-60 {
    height: 3.75rem !important;
  }
  .ht-xxxl-64 {
    height: 4rem !important;
  }
  .ht-xxxl-70 {
    height: 4.375rem !important;
  }
  .ht-xxxl-72 {
    height: 4.5rem !important;
  }
  .ht-xxxl-80 {
    height: 5rem !important;
  }
  .ht-xxxl-88 {
    height: 5.5rem !important;
  }
  .ht-xxxl-90 {
    height: 5.625rem !important;
  }
  .ht-xxxl-96 {
    height: 6rem !important;
  }
  .ht-xxxl-100 {
    height: 6.25rem !important;
  }
  .ht-xxxl-150 {
    height: 9.375rem !important;
  }
  .ht-xxxl-200 {
    height: 12.5rem !important;
  }
  .ht-xxxl-250 {
    height: 15.625rem !important;
  }
  .ht-xxxl-300 {
    height: 18.75rem !important;
  }
  .ht-xxxl-350 {
    height: 21.875rem !important;
  }
  .ht-xxxl-400 {
    height: 25rem !important;
  }
  .ht-xxxl-450 {
    height: 28.125rem !important;
  }
  .ht-xxxl-500 {
    height: 31.25rem !important;
  }
  .ht-xxxl-550 {
    height: 34.375rem !important;
  }
  .ht-xxxl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xxxl-0 {
    min-width: 0 !important;
  }
  .min-wd-xxxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xxxl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xxxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xxxl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xxxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xxxl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xxxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xxxl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xxxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xxxl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xxxl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xxxl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xxxl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xxxl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xxxl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xxxl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xxxl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xxxl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xxxl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xxxl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xxxl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xxxl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xxxl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xxxl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xxxl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xxxl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xxxl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xxxl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xxxl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xxxl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xxxl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xxxl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xxxl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xxxl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xxxl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xxxl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xxxl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xxxl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xxxl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xxxl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xxxl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xxxl-0 {
    min-height: 0 !important;
  }
  .min-ht-xxxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xxxl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xxxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xxxl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xxxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xxxl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xxxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xxxl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xxxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xxxl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xxxl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xxxl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xxxl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xxxl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xxxl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xxxl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xxxl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xxxl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xxxl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xxxl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xxxl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xxxl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xxxl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xxxl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xxxl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xxxl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xxxl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xxxl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xxxl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xxxl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xxxl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xxxl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xxxl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xxxl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xxxl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xxxl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xxxl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xxxl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xxxl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xxxl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xxxl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xxxl-0 {
    max-width: 0 !important;
  }
  .max-wd-xxxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xxxl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xxxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xxxl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xxxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xxxl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xxxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xxxl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xxxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xxxl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xxxl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xxxl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xxxl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xxxl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xxxl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xxxl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xxxl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xxxl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xxxl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xxxl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xxxl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xxxl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xxxl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xxxl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xxxl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xxxl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xxxl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xxxl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xxxl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xxxl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xxxl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xxxl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xxxl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xxxl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xxxl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xxxl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xxxl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xxxl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xxxl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xxxl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xxxl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xxxl-0 {
    max-height: 0 !important;
  }
  .max-ht-xxxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xxxl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xxxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xxxl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xxxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xxxl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xxxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xxxl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xxxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xxxl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xxxl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xxxl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xxxl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xxxl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xxxl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xxxl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xxxl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xxxl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xxxl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xxxl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xxxl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xxxl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xxxl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xxxl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xxxl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xxxl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xxxl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xxxl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xxxl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xxxl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xxxl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xxxl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xxxl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xxxl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xxxl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xxxl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xxxl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xxxl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xxxl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xxxl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xxxl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.53125rem !important;
  }
  .fs-4 {
    font-size: 1.3125rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-48 {
    font-size: 3rem !important;
  }
  .fs-56 {
    font-size: 3.5rem !important;
  }
  .fs-64 {
    font-size: 4rem !important;
  }
  .fs-72 {
    font-size: 4.5rem !important;
  }
  .fs-80 {
    font-size: 5rem !important;
  }
  .fs-88 {
    font-size: 5.5rem !important;
  }
  .fs-96 {
    font-size: 6rem !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-inline-grid {
    display: inline-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;
  }
}
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --expo-blue: #002bd8;
  --expo-indigo: #6610f2;
  --expo-purple: #6f42c1;
  --expo-pink: #e83e8c;
  --expo-red: #ea4d4d;
  --expo-orange: #fd7e14;
  --expo-yellow: #ffa21d;
  --expo-green: #17c666;
  --expo-teal: #41b2c4;
  --expo-cyan: #3dc7be;
  --expo-black: #000000;
  --expo-white: #ffffff;
  --expo-gray: #6c757d;
  --expo-gray-dark: #343a40;
  --expo-gray-100: #f8f9fa;
  --expo-gray-200: #eef0f3;
  --expo-gray-300: #dee2e6;
  --expo-gray-400: #ced4da;
  --expo-gray-500: #adb5bd;
  --expo-gray-600: #6c757d;
  --expo-gray-700: #495057;
  --expo-gray-800: #343a40;
  --expo-gray-900: #212529;
  --expo-primary: #3e97ff;
  --expo-secondary: #7d8aa2;
  --expo-success: #25b865;
  --expo-info: #02a0e4;
  --expo-warning: #e49e3d;
  --expo-danger: #d13b4c;
  --expo-light: #eef3ff;
  --expo-dark: #495057;
  --expo-primary-rgb: 62, 151, 255;
  --expo-secondary-rgb: 125, 138, 162;
  --expo-success-rgb: 37, 184, 101;
  --expo-info-rgb: 2, 160, 228;
  --expo-warning-rgb: 228, 158, 61;
  --expo-danger-rgb: 209, 59, 76;
  --expo-light-rgb: 238, 243, 255;
  --expo-dark-rgb: 73, 80, 87;
  --expo-primary-text-emphasis: #193c66;
  --expo-secondary-text-emphasis: #323741;
  --expo-success-text-emphasis: #0f4a28;
  --expo-info-text-emphasis: #01405b;
  --expo-warning-text-emphasis: #5b3f18;
  --expo-danger-text-emphasis: #54181e;
  --expo-light-text-emphasis: #495057;
  --expo-dark-text-emphasis: #495057;
  --expo-primary-bg-subtle: #f0f7ff;
  --expo-secondary-bg-subtle: #f2f3f6;
  --expo-success-bg-subtle: #e9f8f0;
  --expo-info-bg-subtle: #e6f6fc;
  --expo-warning-bg-subtle: #fcf5ec;
  --expo-danger-bg-subtle: #fbeff1;
  --expo-light-bg-subtle: #fcfcfd;
  --expo-dark-bg-subtle: #eef0f3;
  --expo-primary-border-subtle: #b2d5ff;
  --expo-secondary-border-subtle: #cbd0da;
  --expo-success-border-subtle: #a8e3c1;
  --expo-info-border-subtle: #9ad9f4;
  --expo-warning-border-subtle: #f4d8b1;
  --expo-danger-border-subtle: #edb1b7;
  --expo-light-border-subtle: #eef0f3;
  --expo-dark-border-subtle: #adb5bd;
  --expo-white-rgb: 255, 255, 255;
  --expo-black-rgb: 0, 0, 0;
  --expo-font-sans-serif: "Public Sans", Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --expo-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --expo-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  --expo-body-font-family: var(--expo-font-sans-serif);
  --expo-body-font-size: 0.875rem;
  --expo-body-font-weight: 400;
  --expo-body-line-height: 1.5;
  --expo-body-text-align: left;
  --expo-body-color: #6c757d;
  --expo-body-color-rgb: 108, 117, 125;
  --expo-body-bg: #ececf1;
  --expo-body-bg-rgb: 236, 236, 241;
  --expo-emphasis-color: #000000;
  --expo-emphasis-color-rgb: 0, 0, 0;
  --expo-secondary-color: #adb5bd;
  --expo-secondary-color-rgb: 173, 181, 189;
  --expo-secondary-bg: #eef0f3;
  --expo-secondary-bg-rgb: 238, 240, 243;
  --expo-tertiary-color: rgba(108, 117, 125, 0.5);
  --expo-tertiary-color-rgb: 108, 117, 125;
  --expo-tertiary-bg: #f8f9fa;
  --expo-tertiary-bg-rgb: 248, 249, 250;
  --expo-heading-color: var(--expo-dark);
  --expo-link-color: #495057;
  --expo-link-color-rgb: 73, 80, 87;
  --expo-link-decoration: none;
  --expo-link-hover-color: #3888e6;
  --expo-link-hover-color-rgb: 56, 136, 230;
  --expo-code-color: #e83e8c;
  --expo-highlight-color: #6c757d;
  --expo-highlight-bg: #ffecd2;
  --expo-border-width: 1px;
  --expo-border-style: solid;
  --expo-border-color: var(--expo-gray-200);
  --expo-border-color-translucent: rgba(0, 0, 0, 0.175);
  --expo-border-radius: 0.25rem;
  --expo-border-radius-sm: 0.313rem;
  --expo-border-radius-lg: 0.625rem;
  --expo-border-radius-xl: 1rem;
  --expo-border-radius-xxl: 1.5rem;
  --expo-border-radius-2xl: var(--expo-border-radius-xxl);
  --expo-border-radius-pill: 50rem;
  --expo-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --expo-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --expo-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --expo-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --expo-focus-ring-width: 0.25rem;
  --expo-focus-ring-opacity: 0.25;
  --expo-focus-ring-color: rgba(62, 151, 255, 0.25);
  --expo-form-valid-color: #25b865;
  --expo-form-valid-border-color: #25b865;
  --expo-form-invalid-color: #d13b4c;
  --expo-form-invalid-border-color: #d13b4c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --expo-body-color: #dee2e6;
  --expo-body-color-rgb: 222, 226, 230;
  --expo-body-bg: #212529;
  --expo-body-bg-rgb: 33, 37, 41;
  --expo-emphasis-color: #ffffff;
  --expo-emphasis-color-rgb: 255, 255, 255;
  --expo-secondary-color: rgba(222, 226, 230, 0.75);
  --expo-secondary-color-rgb: 222, 226, 230;
  --expo-secondary-bg: #343a40;
  --expo-secondary-bg-rgb: 52, 58, 64;
  --expo-tertiary-color: rgba(222, 226, 230, 0.5);
  --expo-tertiary-color-rgb: 222, 226, 230;
  --expo-tertiary-bg: #2b3035;
  --expo-tertiary-bg-rgb: 43, 48, 53;
  --expo-primary-text-emphasis: #8bc1ff;
  --expo-secondary-text-emphasis: #b1b9c7;
  --expo-success-text-emphasis: #7cd4a3;
  --expo-info-text-emphasis: #67c6ef;
  --expo-warning-text-emphasis: #efc58b;
  --expo-danger-text-emphasis: #e38994;
  --expo-light-text-emphasis: #f8f9fa;
  --expo-dark-text-emphasis: #dee2e6;
  --expo-primary-bg-subtle: #0c1e33;
  --expo-secondary-bg-subtle: #191c20;
  --expo-success-bg-subtle: #072514;
  --expo-info-bg-subtle: #00202e;
  --expo-warning-bg-subtle: #2e200c;
  --expo-danger-bg-subtle: #2a0c0f;
  --expo-light-bg-subtle: #343a40;
  --expo-dark-bg-subtle: #1a1d20;
  --expo-primary-border-subtle: #255b99;
  --expo-secondary-border-subtle: #4b5361;
  --expo-success-border-subtle: #166e3d;
  --expo-info-border-subtle: #016089;
  --expo-warning-border-subtle: #895f25;
  --expo-danger-border-subtle: #7d232e;
  --expo-light-border-subtle: #495057;
  --expo-dark-border-subtle: #343a40;
  --expo-heading-color: inherit;
  --expo-link-color: #8bc1ff;
  --expo-link-hover-color: #97c7ff;
  --expo-link-color-rgb: 139, 193, 255;
  --expo-link-hover-color-rgb: 151, 199, 255;
  --expo-code-color: #f18bba;
  --expo-highlight-color: #dee2e6;
  --expo-highlight-bg: #66410c;
  --expo-border-color: #495057;
  --expo-border-color-translucent: rgba(255, 255, 255, 0.15);
  --expo-form-valid-color: #74dda3;
  --expo-form-valid-border-color: #74dda3;
  --expo-form-invalid-color: #f29494;
  --expo-form-invalid-border-color: #f29494;
}

*,
*::before,
*::after,
.accordion.accordion-rev-icon .accordion-button:before,
.accordion.accordion-reversed .accordion-button:before {
  box-sizing: border-box;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--expo-border-width) solid var(--expo-border-color);
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--expo-heading-color);
}

h1, .h1 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

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

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

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

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

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

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

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

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

mark, .mark {
  padding: 0.1875em;
  color: var(--expo-highlight-color);
  background-color: var(--expo-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--expo-link-color-rgb), var(--expo-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --expo-link-color-rgb: var(--expo-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--expo-font-monospace);
  font-size: 1em;
}

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: var(--expo-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--expo-tertiary-bg);
  background-color: var(--expo-body-color);
  border-radius: 0.313rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--expo-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 200;
}

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--expo-tertiary-bg);
  border: var(--expo-border-width) solid var(--expo-border-color);
  border-radius: var(--expo-border-radius);
  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: var(--expo-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --expo-gutter-x: 3rem;
  --expo-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--expo-gutter-x) * 0.5);
  padding-left: calc(var(--expo-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --expo-breakpoint-xs: 0;
  --expo-breakpoint-sm: 576px;
  --expo-breakpoint-md: 768px;
  --expo-breakpoint-lg: 992px;
  --expo-breakpoint-xl: 1200px;
  --expo-breakpoint-xxl: 1400px;
  --expo-breakpoint-xxxl: 1600px;
}

.row {
  --expo-gutter-x: 1.5rem;
  --expo-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--expo-gutter-y));
  margin-right: calc(-0.5 * var(--expo-gutter-x));
  margin-left: calc(-0.5 * var(--expo-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--expo-gutter-x) * 0.5);
  padding-left: calc(var(--expo-gutter-x) * 0.5);
  margin-top: var(--expo-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.33333333%;
}

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

.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 {
  --expo-gutter-x: 0;
}

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

.g-px,
.gx-px {
  --expo-gutter-x: 1px;
}

.g-px,
.gy-px {
  --expo-gutter-y: 1px;
}

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

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

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

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

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

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

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

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

.g-5,
.gx-5 {
  --expo-gutter-x: 1.75rem;
}

.g-5,
.gy-5 {
  --expo-gutter-y: 1.75rem;
}

.g-6,
.gx-6 {
  --expo-gutter-x: 2rem;
}

.g-6,
.gy-6 {
  --expo-gutter-y: 2rem;
}

.g-7,
.gx-7 {
  --expo-gutter-x: 2.25rem;
}

.g-7,
.gy-7 {
  --expo-gutter-y: 2.25rem;
}

.g-8,
.gx-8 {
  --expo-gutter-x: 2.5rem;
}

.g-8,
.gy-8 {
  --expo-gutter-y: 2.5rem;
}

.g-10,
.gx-10 {
  --expo-gutter-x: 2.75rem;
}

.g-10,
.gy-10 {
  --expo-gutter-y: 2.75rem;
}

.g-12,
.gx-12 {
  --expo-gutter-x: 3rem;
}

.g-12,
.gy-12 {
  --expo-gutter-y: 3rem;
}

.g-14,
.gx-14 {
  --expo-gutter-x: 3.5rem;
}

.g-14,
.gy-14 {
  --expo-gutter-y: 3.5rem;
}

.g-16,
.gx-16 {
  --expo-gutter-x: 4rem;
}

.g-16,
.gy-16 {
  --expo-gutter-y: 4rem;
}

.g-18,
.gx-18 {
  --expo-gutter-x: 4.5rem;
}

.g-18,
.gy-18 {
  --expo-gutter-y: 4.5rem;
}

.g-20,
.gx-20 {
  --expo-gutter-x: 5rem;
}

.g-20,
.gy-20 {
  --expo-gutter-y: 5rem;
}

.g-24,
.gx-24 {
  --expo-gutter-x: 6rem;
}

.g-24,
.gy-24 {
  --expo-gutter-y: 6rem;
}

.g-32,
.gx-32 {
  --expo-gutter-x: 8rem;
}

.g-32,
.gy-32 {
  --expo-gutter-y: 8rem;
}

.g-40,
.gx-40 {
  --expo-gutter-x: 10rem;
}

.g-40,
.gy-40 {
  --expo-gutter-y: 10rem;
}

.g-48,
.gx-48 {
  --expo-gutter-x: 12rem;
}

.g-48,
.gy-48 {
  --expo-gutter-y: 12rem;
}

.g-56,
.gx-56 {
  --expo-gutter-x: 14rem;
}

.g-56,
.gy-56 {
  --expo-gutter-y: 14rem;
}

.g-64,
.gx-64 {
  --expo-gutter-x: 16rem;
}

.g-64,
.gy-64 {
  --expo-gutter-y: 16rem;
}

.g-72,
.gx-72 {
  --expo-gutter-x: 18rem;
}

.g-72,
.gy-72 {
  --expo-gutter-y: 18rem;
}

.g-80,
.gx-80 {
  --expo-gutter-x: 20rem;
}

.g-80,
.gy-80 {
  --expo-gutter-y: 20rem;
}

.g-88,
.gx-88 {
  --expo-gutter-x: 22rem;
}

.g-88,
.gy-88 {
  --expo-gutter-y: 22rem;
}

.g-96,
.gx-96 {
  --expo-gutter-x: 24rem;
}

.g-96,
.gy-96 {
  --expo-gutter-y: 24rem;
}

@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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    --expo-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --expo-gutter-y: 0;
  }
  .g-sm-px,
  .gx-sm-px {
    --expo-gutter-x: 1px;
  }
  .g-sm-px,
  .gy-sm-px {
    --expo-gutter-y: 1px;
  }
  .g-sm-1,
  .gx-sm-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --expo-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --expo-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --expo-gutter-x: 2rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --expo-gutter-y: 2rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --expo-gutter-x: 3rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --expo-gutter-y: 3rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --expo-gutter-x: 4rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --expo-gutter-y: 4rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --expo-gutter-x: 5rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --expo-gutter-y: 5rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --expo-gutter-x: 6rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --expo-gutter-y: 6rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --expo-gutter-x: 8rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --expo-gutter-y: 8rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --expo-gutter-x: 10rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --expo-gutter-y: 10rem;
  }
  .g-sm-48,
  .gx-sm-48 {
    --expo-gutter-x: 12rem;
  }
  .g-sm-48,
  .gy-sm-48 {
    --expo-gutter-y: 12rem;
  }
  .g-sm-56,
  .gx-sm-56 {
    --expo-gutter-x: 14rem;
  }
  .g-sm-56,
  .gy-sm-56 {
    --expo-gutter-y: 14rem;
  }
  .g-sm-64,
  .gx-sm-64 {
    --expo-gutter-x: 16rem;
  }
  .g-sm-64,
  .gy-sm-64 {
    --expo-gutter-y: 16rem;
  }
  .g-sm-72,
  .gx-sm-72 {
    --expo-gutter-x: 18rem;
  }
  .g-sm-72,
  .gy-sm-72 {
    --expo-gutter-y: 18rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --expo-gutter-x: 20rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --expo-gutter-y: 20rem;
  }
  .g-sm-88,
  .gx-sm-88 {
    --expo-gutter-x: 22rem;
  }
  .g-sm-88,
  .gy-sm-88 {
    --expo-gutter-y: 22rem;
  }
  .g-sm-96,
  .gx-sm-96 {
    --expo-gutter-x: 24rem;
  }
  .g-sm-96,
  .gy-sm-96 {
    --expo-gutter-y: 24rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    --expo-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --expo-gutter-y: 0;
  }
  .g-md-px,
  .gx-md-px {
    --expo-gutter-x: 1px;
  }
  .g-md-px,
  .gy-md-px {
    --expo-gutter-y: 1px;
  }
  .g-md-1,
  .gx-md-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --expo-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --expo-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-md-5,
  .gy-md-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-md-6,
  .gx-md-6 {
    --expo-gutter-x: 2rem;
  }
  .g-md-6,
  .gy-md-6 {
    --expo-gutter-y: 2rem;
  }
  .g-md-7,
  .gx-md-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-md-7,
  .gy-md-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-md-8,
  .gx-md-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-md-10,
  .gy-md-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-md-12,
  .gx-md-12 {
    --expo-gutter-x: 3rem;
  }
  .g-md-12,
  .gy-md-12 {
    --expo-gutter-y: 3rem;
  }
  .g-md-14,
  .gx-md-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-md-14,
  .gy-md-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --expo-gutter-x: 4rem;
  }
  .g-md-16,
  .gy-md-16 {
    --expo-gutter-y: 4rem;
  }
  .g-md-18,
  .gx-md-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-md-18,
  .gy-md-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --expo-gutter-x: 5rem;
  }
  .g-md-20,
  .gy-md-20 {
    --expo-gutter-y: 5rem;
  }
  .g-md-24,
  .gx-md-24 {
    --expo-gutter-x: 6rem;
  }
  .g-md-24,
  .gy-md-24 {
    --expo-gutter-y: 6rem;
  }
  .g-md-32,
  .gx-md-32 {
    --expo-gutter-x: 8rem;
  }
  .g-md-32,
  .gy-md-32 {
    --expo-gutter-y: 8rem;
  }
  .g-md-40,
  .gx-md-40 {
    --expo-gutter-x: 10rem;
  }
  .g-md-40,
  .gy-md-40 {
    --expo-gutter-y: 10rem;
  }
  .g-md-48,
  .gx-md-48 {
    --expo-gutter-x: 12rem;
  }
  .g-md-48,
  .gy-md-48 {
    --expo-gutter-y: 12rem;
  }
  .g-md-56,
  .gx-md-56 {
    --expo-gutter-x: 14rem;
  }
  .g-md-56,
  .gy-md-56 {
    --expo-gutter-y: 14rem;
  }
  .g-md-64,
  .gx-md-64 {
    --expo-gutter-x: 16rem;
  }
  .g-md-64,
  .gy-md-64 {
    --expo-gutter-y: 16rem;
  }
  .g-md-72,
  .gx-md-72 {
    --expo-gutter-x: 18rem;
  }
  .g-md-72,
  .gy-md-72 {
    --expo-gutter-y: 18rem;
  }
  .g-md-80,
  .gx-md-80 {
    --expo-gutter-x: 20rem;
  }
  .g-md-80,
  .gy-md-80 {
    --expo-gutter-y: 20rem;
  }
  .g-md-88,
  .gx-md-88 {
    --expo-gutter-x: 22rem;
  }
  .g-md-88,
  .gy-md-88 {
    --expo-gutter-y: 22rem;
  }
  .g-md-96,
  .gx-md-96 {
    --expo-gutter-x: 24rem;
  }
  .g-md-96,
  .gy-md-96 {
    --expo-gutter-y: 24rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    --expo-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --expo-gutter-y: 0;
  }
  .g-lg-px,
  .gx-lg-px {
    --expo-gutter-x: 1px;
  }
  .g-lg-px,
  .gy-lg-px {
    --expo-gutter-y: 1px;
  }
  .g-lg-1,
  .gx-lg-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --expo-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --expo-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --expo-gutter-x: 2rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --expo-gutter-y: 2rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --expo-gutter-x: 3rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --expo-gutter-y: 3rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --expo-gutter-x: 4rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --expo-gutter-y: 4rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --expo-gutter-x: 5rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --expo-gutter-y: 5rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --expo-gutter-x: 6rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --expo-gutter-y: 6rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --expo-gutter-x: 8rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --expo-gutter-y: 8rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --expo-gutter-x: 10rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --expo-gutter-y: 10rem;
  }
  .g-lg-48,
  .gx-lg-48 {
    --expo-gutter-x: 12rem;
  }
  .g-lg-48,
  .gy-lg-48 {
    --expo-gutter-y: 12rem;
  }
  .g-lg-56,
  .gx-lg-56 {
    --expo-gutter-x: 14rem;
  }
  .g-lg-56,
  .gy-lg-56 {
    --expo-gutter-y: 14rem;
  }
  .g-lg-64,
  .gx-lg-64 {
    --expo-gutter-x: 16rem;
  }
  .g-lg-64,
  .gy-lg-64 {
    --expo-gutter-y: 16rem;
  }
  .g-lg-72,
  .gx-lg-72 {
    --expo-gutter-x: 18rem;
  }
  .g-lg-72,
  .gy-lg-72 {
    --expo-gutter-y: 18rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --expo-gutter-x: 20rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --expo-gutter-y: 20rem;
  }
  .g-lg-88,
  .gx-lg-88 {
    --expo-gutter-x: 22rem;
  }
  .g-lg-88,
  .gy-lg-88 {
    --expo-gutter-y: 22rem;
  }
  .g-lg-96,
  .gx-lg-96 {
    --expo-gutter-x: 24rem;
  }
  .g-lg-96,
  .gy-lg-96 {
    --expo-gutter-y: 24rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    --expo-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --expo-gutter-y: 0;
  }
  .g-xl-px,
  .gx-xl-px {
    --expo-gutter-x: 1px;
  }
  .g-xl-px,
  .gy-xl-px {
    --expo-gutter-y: 1px;
  }
  .g-xl-1,
  .gx-xl-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --expo-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --expo-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --expo-gutter-x: 2rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --expo-gutter-y: 2rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --expo-gutter-x: 3rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --expo-gutter-y: 3rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --expo-gutter-x: 4rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --expo-gutter-y: 4rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --expo-gutter-x: 5rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --expo-gutter-y: 5rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --expo-gutter-x: 6rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --expo-gutter-y: 6rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --expo-gutter-x: 8rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --expo-gutter-y: 8rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --expo-gutter-x: 10rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --expo-gutter-y: 10rem;
  }
  .g-xl-48,
  .gx-xl-48 {
    --expo-gutter-x: 12rem;
  }
  .g-xl-48,
  .gy-xl-48 {
    --expo-gutter-y: 12rem;
  }
  .g-xl-56,
  .gx-xl-56 {
    --expo-gutter-x: 14rem;
  }
  .g-xl-56,
  .gy-xl-56 {
    --expo-gutter-y: 14rem;
  }
  .g-xl-64,
  .gx-xl-64 {
    --expo-gutter-x: 16rem;
  }
  .g-xl-64,
  .gy-xl-64 {
    --expo-gutter-y: 16rem;
  }
  .g-xl-72,
  .gx-xl-72 {
    --expo-gutter-x: 18rem;
  }
  .g-xl-72,
  .gy-xl-72 {
    --expo-gutter-y: 18rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --expo-gutter-x: 20rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --expo-gutter-y: 20rem;
  }
  .g-xl-88,
  .gx-xl-88 {
    --expo-gutter-x: 22rem;
  }
  .g-xl-88,
  .gy-xl-88 {
    --expo-gutter-y: 22rem;
  }
  .g-xl-96,
  .gx-xl-96 {
    --expo-gutter-x: 24rem;
  }
  .g-xl-96,
  .gy-xl-96 {
    --expo-gutter-y: 24rem;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .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 {
    --expo-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --expo-gutter-y: 0;
  }
  .g-xxl-px,
  .gx-xxl-px {
    --expo-gutter-x: 1px;
  }
  .g-xxl-px,
  .gy-xxl-px {
    --expo-gutter-y: 1px;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --expo-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --expo-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --expo-gutter-x: 2rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --expo-gutter-y: 2rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --expo-gutter-x: 3rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --expo-gutter-y: 3rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --expo-gutter-x: 4rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --expo-gutter-y: 4rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --expo-gutter-x: 5rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --expo-gutter-y: 5rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --expo-gutter-x: 6rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --expo-gutter-y: 6rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --expo-gutter-x: 8rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --expo-gutter-y: 8rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --expo-gutter-x: 10rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --expo-gutter-y: 10rem;
  }
  .g-xxl-48,
  .gx-xxl-48 {
    --expo-gutter-x: 12rem;
  }
  .g-xxl-48,
  .gy-xxl-48 {
    --expo-gutter-y: 12rem;
  }
  .g-xxl-56,
  .gx-xxl-56 {
    --expo-gutter-x: 14rem;
  }
  .g-xxl-56,
  .gy-xxl-56 {
    --expo-gutter-y: 14rem;
  }
  .g-xxl-64,
  .gx-xxl-64 {
    --expo-gutter-x: 16rem;
  }
  .g-xxl-64,
  .gy-xxl-64 {
    --expo-gutter-y: 16rem;
  }
  .g-xxl-72,
  .gx-xxl-72 {
    --expo-gutter-x: 18rem;
  }
  .g-xxl-72,
  .gy-xxl-72 {
    --expo-gutter-y: 18rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --expo-gutter-x: 20rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --expo-gutter-y: 20rem;
  }
  .g-xxl-88,
  .gx-xxl-88 {
    --expo-gutter-x: 22rem;
  }
  .g-xxl-88,
  .gy-xxl-88 {
    --expo-gutter-y: 22rem;
  }
  .g-xxl-96,
  .gx-xxl-96 {
    --expo-gutter-x: 24rem;
  }
  .g-xxl-96,
  .gy-xxl-96 {
    --expo-gutter-y: 24rem;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --expo-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --expo-gutter-y: 0;
  }
  .g-xxxl-px,
  .gx-xxxl-px {
    --expo-gutter-x: 1px;
  }
  .g-xxxl-px,
  .gy-xxxl-px {
    --expo-gutter-y: 1px;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --expo-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --expo-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --expo-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --expo-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --expo-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --expo-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --expo-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --expo-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --expo-gutter-x: 1.75rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --expo-gutter-y: 1.75rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --expo-gutter-x: 2rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --expo-gutter-y: 2rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --expo-gutter-x: 2.25rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --expo-gutter-y: 2.25rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --expo-gutter-x: 2.5rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --expo-gutter-y: 2.5rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --expo-gutter-x: 2.75rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --expo-gutter-y: 2.75rem;
  }
  .g-xxxl-12,
  .gx-xxxl-12 {
    --expo-gutter-x: 3rem;
  }
  .g-xxxl-12,
  .gy-xxxl-12 {
    --expo-gutter-y: 3rem;
  }
  .g-xxxl-14,
  .gx-xxxl-14 {
    --expo-gutter-x: 3.5rem;
  }
  .g-xxxl-14,
  .gy-xxxl-14 {
    --expo-gutter-y: 3.5rem;
  }
  .g-xxxl-16,
  .gx-xxxl-16 {
    --expo-gutter-x: 4rem;
  }
  .g-xxxl-16,
  .gy-xxxl-16 {
    --expo-gutter-y: 4rem;
  }
  .g-xxxl-18,
  .gx-xxxl-18 {
    --expo-gutter-x: 4.5rem;
  }
  .g-xxxl-18,
  .gy-xxxl-18 {
    --expo-gutter-y: 4.5rem;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --expo-gutter-x: 5rem;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --expo-gutter-y: 5rem;
  }
  .g-xxxl-24,
  .gx-xxxl-24 {
    --expo-gutter-x: 6rem;
  }
  .g-xxxl-24,
  .gy-xxxl-24 {
    --expo-gutter-y: 6rem;
  }
  .g-xxxl-32,
  .gx-xxxl-32 {
    --expo-gutter-x: 8rem;
  }
  .g-xxxl-32,
  .gy-xxxl-32 {
    --expo-gutter-y: 8rem;
  }
  .g-xxxl-40,
  .gx-xxxl-40 {
    --expo-gutter-x: 10rem;
  }
  .g-xxxl-40,
  .gy-xxxl-40 {
    --expo-gutter-y: 10rem;
  }
  .g-xxxl-48,
  .gx-xxxl-48 {
    --expo-gutter-x: 12rem;
  }
  .g-xxxl-48,
  .gy-xxxl-48 {
    --expo-gutter-y: 12rem;
  }
  .g-xxxl-56,
  .gx-xxxl-56 {
    --expo-gutter-x: 14rem;
  }
  .g-xxxl-56,
  .gy-xxxl-56 {
    --expo-gutter-y: 14rem;
  }
  .g-xxxl-64,
  .gx-xxxl-64 {
    --expo-gutter-x: 16rem;
  }
  .g-xxxl-64,
  .gy-xxxl-64 {
    --expo-gutter-y: 16rem;
  }
  .g-xxxl-72,
  .gx-xxxl-72 {
    --expo-gutter-x: 18rem;
  }
  .g-xxxl-72,
  .gy-xxxl-72 {
    --expo-gutter-y: 18rem;
  }
  .g-xxxl-80,
  .gx-xxxl-80 {
    --expo-gutter-x: 20rem;
  }
  .g-xxxl-80,
  .gy-xxxl-80 {
    --expo-gutter-y: 20rem;
  }
  .g-xxxl-88,
  .gx-xxxl-88 {
    --expo-gutter-x: 22rem;
  }
  .g-xxxl-88,
  .gy-xxxl-88 {
    --expo-gutter-y: 22rem;
  }
  .g-xxxl-96,
  .gx-xxxl-96 {
    --expo-gutter-x: 24rem;
  }
  .g-xxxl-96,
  .gy-xxxl-96 {
    --expo-gutter-y: 24rem;
  }
}
.table {
  --expo-table-color-type: initial;
  --expo-table-bg-type: initial;
  --expo-table-color-state: initial;
  --expo-table-bg-state: initial;
  --expo-table-color: var(--expo-dark);
  --expo-table-bg: transparent;
  --expo-table-border-color: var(--expo-border-color);
  --expo-table-accent-bg: transparent;
  --expo-table-striped-color: var(--expo-dark);
  --expo-table-striped-bg: rgba(62, 150, 255, 0.05);
  --expo-table-active-color: var(--expo-dark);
  --expo-table-active-bg: rgba(62, 150, 255, 0.1);
  --expo-table-hover-color: var(--expo-dark);
  --expo-table-hover-bg: rgba(62, 150, 255, 0.05);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--expo-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.75rem 1.5rem;
  color: var(--expo-table-color-state, var(--expo-table-color-type, var(--expo-table-color)));
  background-color: var(--expo-table-bg);
  border-bottom-width: var(--expo-border-width);
  box-shadow: inset 0 0 0 9999px var(--expo-table-bg-state, var(--expo-table-bg-type, var(--expo-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--expo-border-width) * 2) solid currentcolor;
}

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

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

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

.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) > * {
  --expo-table-color-type: var(--expo-table-striped-color);
  --expo-table-bg-type: var(--expo-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --expo-table-color-type: var(--expo-table-striped-color);
  --expo-table-bg-type: var(--expo-table-striped-bg);
}

.table-active {
  --expo-table-color-state: var(--expo-table-active-color);
  --expo-table-bg-state: var(--expo-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --expo-table-color-state: var(--expo-table-hover-color);
  --expo-table-bg-state: var(--expo-table-hover-bg);
}

.table-primary {
  --expo-table-color: #000000;
  --expo-table-bg: #f1f8ff;
  --expo-table-border-color: #d9dfe6;
  --expo-table-striped-bg: #e5ecf2;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #d9dfe6;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #e5ecf2;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-secondary {
  --expo-table-color: #000000;
  --expo-table-bg: #f6f7f8;
  --expo-table-border-color: #dddedf;
  --expo-table-striped-bg: #eaebec;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #dddedf;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #eaebec;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-success {
  --expo-table-color: #000000;
  --expo-table-bg: #f0faf4;
  --expo-table-border-color: #d8e1dc;
  --expo-table-striped-bg: #e4eee8;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #d8e1dc;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #e4eee8;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-info {
  --expo-table-color: #000000;
  --expo-table-bg: #edf8fd;
  --expo-table-border-color: #d5dfe4;
  --expo-table-striped-bg: #e1ecf0;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #d5dfe4;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #e1ecf0;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-warning {
  --expo-table-color: #000000;
  --expo-table-bg: #fdf8f1;
  --expo-table-border-color: #e4dfd9;
  --expo-table-striped-bg: #f0ece5;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #e4dfd9;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #f0ece5;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-danger {
  --expo-table-color: #000000;
  --expo-table-bg: #fcf1f2;
  --expo-table-border-color: #e3d9da;
  --expo-table-striped-bg: #efe5e6;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #e3d9da;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #efe5e6;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-light {
  --expo-table-color: #000000;
  --expo-table-bg: #eef3ff;
  --expo-table-border-color: #d6dbe6;
  --expo-table-striped-bg: #e2e7f2;
  --expo-table-striped-color: #000000;
  --expo-table-active-bg: #d6dbe6;
  --expo-table-active-color: #000000;
  --expo-table-hover-bg: #e2e7f2;
  --expo-table-hover-color: #000000;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.table-dark {
  --expo-table-color: #ffffff;
  --expo-table-bg: #495057;
  --expo-table-border-color: #5b6268;
  --expo-table-striped-bg: #52595f;
  --expo-table-striped-color: #ffffff;
  --expo-table-active-bg: #5b6268;
  --expo-table-active-color: #ffffff;
  --expo-table-hover-bg: #52595f;
  --expo-table-hover-color: #ffffff;
  color: var(--expo-table-color);
  border-color: var(--expo-table-border-color);
}

.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;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--expo-dark);
}

.col-form-label {
  padding-top: calc(0.5rem + var(--expo-border-width));
  padding-bottom: calc(0.5rem + var(--expo-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: var(--expo-dark);
}

.col-form-label-lg {
  padding-top: calc(0.875rem + var(--expo-border-width));
  padding-bottom: calc(0.875rem + var(--expo-border-width));
  font-size: 0.875rem;
}

.col-form-label-sm {
  padding-top: calc(0.35rem + var(--expo-border-width));
  padding-bottom: calc(0.35rem + var(--expo-border-width));
  font-size: 0.65rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--expo-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--expo-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--expo-tertiary-bg);
  background-clip: padding-box;
  border: var(--expo-border-width) solid var(--expo-border-color);
  border-radius: var(--expo-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--expo-body-color);
  background-color: var(--expo-tertiary-bg);
  border-color: #3e97ff;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--expo-gray-500);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--expo-gray-500);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--expo-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5rem 0.75rem;
  margin: -0.5rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--expo-body-color);
  background-color: var(--expo-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--expo-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--expo-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--expo-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--expo-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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.7rem + calc(var(--expo-border-width) * 2));
  padding: 0.35rem 0.5rem;
  font-size: 0.65rem;
  border-radius: var(--expo-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.35rem 0.5rem;
  margin: -0.35rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.75rem + calc(var(--expo-border-width) * 2));
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--expo-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.875rem 1rem;
  margin: -0.875rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1rem + calc(var(--expo-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.7rem + calc(var(--expo-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.75rem + calc(var(--expo-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1rem + calc(var(--expo-border-width) * 2));
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--expo-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--expo-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.7rem + calc(var(--expo-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.75rem + calc(var(--expo-border-width) * 2));
}

.form-select {
  --expo-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%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");
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--expo-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--expo-tertiary-bg);
  background-image: var(--expo-form-select-bg-img), var(--expo-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--expo-border-width) solid var(--expo-border-color);
  border-radius: var(--expo-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #3e97ff;
  outline: 0;
  box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--expo-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--expo-body-color);
}

.form-select-sm {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  padding-left: 0.5rem;
  font-size: 0.65rem;
  border-radius: var(--expo-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  border-radius: var(--expo-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --expo-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.75rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75rem;
}

.form-check-reverse {
  padding-right: 1.75rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.75rem;
  margin-left: 0;
}

.form-check-input {
  --expo-form-check-bg: var(--expo-gray-200);
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--expo-form-check-bg);
  background-image: var(--expo-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--expo-border-color);
  print-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: transparent;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #3e97ff;
  border-color: #3e97ff;
}
.form-check-input:checked[type=checkbox] {
  --expo-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --expo-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #3e97ff;
  border-color: #3e97ff;
  --expo-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' 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 {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  cursor: pointer !important;
}

.form-switch {
  padding-left: 3.25em;
}
.form-switch .form-check-input {
  --expo-form-switch-bg: 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");
  width: 2.75em;
  margin-left: -3.25em;
  background-image: var(--expo-form-switch-bg);
  background-position: left center;
  border-radius: 2.75em;
  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 {
  --expo-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233e97ff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --expo-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 3.25em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -3.25em;
  margin-left: 0;
}

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --expo-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ececf1, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ececf1, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #3e97ff;
  border: var(--expo-border-width);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c5e0ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--expo-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #3e97ff;
  border: var(--expo-border-width);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c5e0ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--expo-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--expo-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--expo-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--expo-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--expo-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--expo-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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 {
  color: rgba(var(--expo-body-color-rgb), 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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--expo-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, .accordion.accordion-rev-icon .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label.accordion-button:before, .accordion.accordion-reversed .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label.accordion-button:before {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--expo-tertiary-bg);
  border-radius: var(--expo-border-radius);
}
.form-floating > .form-control:focus ~ label::after, .accordion.accordion-rev-icon .form-floating > .form-control:focus ~ label.accordion-button:before, .accordion.accordion-reversed .form-floating > .form-control:focus ~ label.accordion-button:before,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.accordion.accordion-rev-icon .form-floating > .form-control:not(:placeholder-shown) ~ label.accordion-button:before,
.accordion.accordion-reversed .form-floating > .form-control:not(:placeholder-shown) ~ label.accordion-button:before,
.form-floating > .form-control-plaintext ~ label::after,
.accordion.accordion-rev-icon .form-floating > .form-control-plaintext ~ label.accordion-button:before,
.accordion.accordion-reversed .form-floating > .form-control-plaintext ~ label.accordion-button:before,
.form-floating > .form-select ~ label::after,
.accordion.accordion-rev-icon .form-floating > .form-select ~ label.accordion-button:before,
.accordion.accordion-reversed .form-floating > .form-select ~ label.accordion-button:before {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--expo-tertiary-bg);
  border-radius: var(--expo-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--expo-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--expo-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after, .accordion.accordion-rev-icon .form-floating > :disabled ~ label.accordion-button:before, .accordion.accordion-reversed .form-floating > :disabled ~ label.accordion-button:before,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--expo-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--expo-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--expo-tertiary-bg);
  border: var(--expo-border-width) solid var(--expo-border-color);
  border-radius: var(--expo-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--expo-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 0.65rem;
  border-radius: var(--expo-border-radius-sm);
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--expo-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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: var(--expo-form-valid-color);
}

.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.75rem;
  color: #fff;
  background-color: var(--expo-success);
  border-radius: var(--expo-border-radius);
}

.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: var(--expo-form-valid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2325b865' d='M2.3 6.73.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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--expo-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--expo-form-valid-border-color);
}
.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"] {
  --expo-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2325b865' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--expo-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--expo-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--expo-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--expo-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--expo-form-invalid-color);
}

.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.75rem;
  color: #fff;
  background-color: var(--expo-danger);
  border-radius: var(--expo-border-radius);
}

.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: var(--expo-form-invalid-border-color);
  padding-right: calc(1.5em + 1rem);
  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='%23d13b4c'%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='%23d13b4c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--expo-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--expo-form-invalid-border-color);
}
.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"] {
  --expo-form-select-bg-icon: 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='%23d13b4c'%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='%23d13b4c' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--expo-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--expo-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--expo-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--expo-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--expo-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --expo-btn-padding-x: 0.75rem;
  --expo-btn-padding-y: 0.5rem;
  --expo-btn-font-family: ;
  --expo-btn-font-size: 0.813rem;
  --expo-btn-font-weight: 500;
  --expo-btn-line-height: 1.5;
  --expo-btn-color: var(--expo-body-color);
  --expo-btn-bg: transparent;
  --expo-btn-border-width: var(--expo-border-width);
  --expo-btn-border-color: transparent;
  --expo-btn-border-radius: var(--expo-border-radius);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-box-shadow: none;
  --expo-btn-disabled-opacity: 0.65;
  --expo-btn-focus-box-shadow: 0 0 0 none rgba(var(--expo-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--expo-btn-padding-y) var(--expo-btn-padding-x);
  font-family: var(--expo-btn-font-family);
  font-size: var(--expo-btn-font-size);
  font-weight: var(--expo-btn-font-weight);
  line-height: var(--expo-btn-line-height);
  color: var(--expo-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--expo-btn-border-width) solid var(--expo-btn-border-color);
  border-radius: var(--expo-btn-border-radius);
  background-color: var(--expo-btn-bg);
  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: var(--expo-btn-hover-color);
  background-color: var(--expo-btn-hover-bg);
  border-color: var(--expo-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--expo-btn-color);
  background-color: var(--expo-btn-bg);
  border-color: var(--expo-btn-border-color);
}
.btn:focus-visible {
  color: var(--expo-btn-hover-color);
  background-color: var(--expo-btn-hover-bg);
  border-color: var(--expo-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--expo-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--expo-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--expo-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--expo-btn-active-color);
  background-color: var(--expo-btn-active-bg);
  border-color: var(--expo-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--expo-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--expo-btn-disabled-color);
  pointer-events: none;
  background-color: var(--expo-btn-disabled-bg);
  border-color: var(--expo-btn-disabled-border-color);
  opacity: var(--expo-btn-disabled-opacity);
}

.btn-primary {
  --expo-btn-color: #000000;
  --expo-btn-bg: #3e97ff;
  --expo-btn-border-color: #3e97ff;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #5ba7ff;
  --expo-btn-hover-border-color: #51a1ff;
  --expo-btn-focus-shadow-rgb: 53, 128, 217;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #65acff;
  --expo-btn-active-border-color: #51a1ff;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #3e97ff;
  --expo-btn-disabled-border-color: #3e97ff;
}

.btn-secondary {
  --expo-btn-color: #000000;
  --expo-btn-bg: #7d8aa2;
  --expo-btn-border-color: #7d8aa2;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #919cb0;
  --expo-btn-hover-border-color: #8a96ab;
  --expo-btn-focus-shadow-rgb: 106, 117, 138;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #97a1b5;
  --expo-btn-active-border-color: #8a96ab;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #7d8aa2;
  --expo-btn-disabled-border-color: #7d8aa2;
}

.btn-success {
  --expo-btn-color: #000000;
  --expo-btn-bg: #25b865;
  --expo-btn-border-color: #25b865;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #46c37c;
  --expo-btn-hover-border-color: #3bbf74;
  --expo-btn-focus-shadow-rgb: 31, 156, 86;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #51c684;
  --expo-btn-active-border-color: #3bbf74;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #25b865;
  --expo-btn-disabled-border-color: #25b865;
}

.btn-info {
  --expo-btn-color: #000000;
  --expo-btn-bg: #02a0e4;
  --expo-btn-border-color: #02a0e4;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #28aee8;
  --expo-btn-hover-border-color: #1baae7;
  --expo-btn-focus-shadow-rgb: 2, 136, 194;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #35b3e9;
  --expo-btn-active-border-color: #1baae7;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #02a0e4;
  --expo-btn-disabled-border-color: #02a0e4;
}

.btn-warning {
  --expo-btn-color: #000000;
  --expo-btn-bg: #e49e3d;
  --expo-btn-border-color: #e49e3d;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #e8ad5a;
  --expo-btn-hover-border-color: #e7a850;
  --expo-btn-focus-shadow-rgb: 194, 134, 52;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #e9b164;
  --expo-btn-active-border-color: #e7a850;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #e49e3d;
  --expo-btn-disabled-border-color: #e49e3d;
}

.btn-danger {
  --expo-btn-color: #ffffff;
  --expo-btn-bg: #d13b4c;
  --expo-btn-border-color: #d13b4c;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #b23241;
  --expo-btn-hover-border-color: #a72f3d;
  --expo-btn-focus-shadow-rgb: 216, 88, 103;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #a72f3d;
  --expo-btn-active-border-color: #9d2c39;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #ffffff;
  --expo-btn-disabled-bg: #d13b4c;
  --expo-btn-disabled-border-color: #d13b4c;
}

.btn-light {
  --expo-btn-color: #000000;
  --expo-btn-bg: #eef3ff;
  --expo-btn-border-color: #eef3ff;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #cacfd9;
  --expo-btn-hover-border-color: #bec2cc;
  --expo-btn-focus-shadow-rgb: 202, 207, 217;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #bec2cc;
  --expo-btn-active-border-color: #b3b6bf;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #000000;
  --expo-btn-disabled-bg: #eef3ff;
  --expo-btn-disabled-border-color: #eef3ff;
}

.btn-dark {
  --expo-btn-color: #ffffff;
  --expo-btn-bg: #495057;
  --expo-btn-border-color: #495057;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #646a70;
  --expo-btn-hover-border-color: #5b6268;
  --expo-btn-focus-shadow-rgb: 100, 106, 112;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #6d7379;
  --expo-btn-active-border-color: #5b6268;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #ffffff;
  --expo-btn-disabled-bg: #495057;
  --expo-btn-disabled-border-color: #495057;
}

.btn-outline-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-border-color: #3e97ff;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #3e97ff;
  --expo-btn-hover-border-color: #3e97ff;
  --expo-btn-focus-shadow-rgb: 62, 151, 255;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #3e97ff;
  --expo-btn-active-border-color: #3e97ff;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #3e97ff;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #3e97ff;
  --expo-gradient: none;
}

.btn-outline-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-border-color: #7d8aa2;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #7d8aa2;
  --expo-btn-hover-border-color: #7d8aa2;
  --expo-btn-focus-shadow-rgb: 125, 138, 162;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #7d8aa2;
  --expo-btn-active-border-color: #7d8aa2;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #7d8aa2;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #7d8aa2;
  --expo-gradient: none;
}

.btn-outline-success {
  --expo-btn-color: #25b865;
  --expo-btn-border-color: #25b865;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #25b865;
  --expo-btn-hover-border-color: #25b865;
  --expo-btn-focus-shadow-rgb: 37, 184, 101;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #25b865;
  --expo-btn-active-border-color: #25b865;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #25b865;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #25b865;
  --expo-gradient: none;
}

.btn-outline-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-border-color: #02a0e4;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #02a0e4;
  --expo-btn-hover-border-color: #02a0e4;
  --expo-btn-focus-shadow-rgb: 2, 160, 228;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #02a0e4;
  --expo-btn-active-border-color: #02a0e4;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #02a0e4;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #02a0e4;
  --expo-gradient: none;
}

.btn-outline-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-border-color: #e49e3d;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #e49e3d;
  --expo-btn-hover-border-color: #e49e3d;
  --expo-btn-focus-shadow-rgb: 228, 158, 61;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #e49e3d;
  --expo-btn-active-border-color: #e49e3d;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #e49e3d;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #e49e3d;
  --expo-gradient: none;
}

.btn-outline-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-border-color: #d13b4c;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #d13b4c;
  --expo-btn-hover-border-color: #d13b4c;
  --expo-btn-focus-shadow-rgb: 209, 59, 76;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #d13b4c;
  --expo-btn-active-border-color: #d13b4c;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #d13b4c;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #d13b4c;
  --expo-gradient: none;
}

.btn-outline-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-border-color: #eef3ff;
  --expo-btn-hover-color: #000000;
  --expo-btn-hover-bg: #eef3ff;
  --expo-btn-hover-border-color: #eef3ff;
  --expo-btn-focus-shadow-rgb: 238, 243, 255;
  --expo-btn-active-color: #000000;
  --expo-btn-active-bg: #eef3ff;
  --expo-btn-active-border-color: #eef3ff;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #eef3ff;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #eef3ff;
  --expo-gradient: none;
}

.btn-outline-dark {
  --expo-btn-color: #495057;
  --expo-btn-border-color: #495057;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #495057;
  --expo-btn-hover-border-color: #495057;
  --expo-btn-focus-shadow-rgb: 73, 80, 87;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #495057;
  --expo-btn-active-border-color: #495057;
  --expo-btn-active-shadow: none;
  --expo-btn-disabled-color: #495057;
  --expo-btn-disabled-bg: transparent;
  --expo-btn-disabled-border-color: #495057;
  --expo-gradient: none;
}

.btn-link {
  --expo-btn-font-weight: 400;
  --expo-btn-color: var(--expo-link-color);
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: var(--expo-link-hover-color);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: var(--expo-link-hover-color);
  --expo-btn-active-border-color: transparent;
  --expo-btn-disabled-color: #6c757d;
  --expo-btn-disabled-border-color: transparent;
  --expo-btn-box-shadow: 0 0 0 #000;
  --expo-btn-focus-shadow-rgb: 100, 106, 112;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--expo-btn-color);
}
.btn-link:hover {
  color: var(--expo-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --expo-btn-padding-y: 0.875rem;
  --expo-btn-padding-x: 1rem;
  --expo-btn-font-size: 0.875rem;
  --expo-btn-border-radius: var(--expo-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --expo-btn-padding-y: 0.35rem;
  --expo-btn-padding-x: 0.5rem;
  --expo-btn-font-size: 0.65rem;
  --expo-btn-border-radius: 0.15rem;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after, .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropdown-toggle.accordion-button:before {
  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, .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-reversed .dropdown-toggle.accordion-button:empty:before {
  margin-left: 0;
}

.dropdown-menu {
  --expo-dropdown-zindex: 1000;
  --expo-dropdown-min-width: 14rem;
  --expo-dropdown-padding-x: 0.625rem;
  --expo-dropdown-padding-y: 0.625rem;
  --expo-dropdown-spacer: 0.125rem;
  --expo-dropdown-font-size: 0.875rem;
  --expo-dropdown-color: var(--expo-body-color);
  --expo-dropdown-bg: var(--expo-tertiary-bg);
  --expo-dropdown-border-color: var(--expo-border-color);
  --expo-dropdown-border-radius: var(--expo-border-radius-lg);
  --expo-dropdown-border-width: var(--expo-border-width);
  --expo-dropdown-inner-border-radius: calc(var(--expo-border-radius-lg) - var(--expo-border-width));
  --expo-dropdown-divider-bg: var(--expo-border-color);
  --expo-dropdown-divider-margin-y: 0.625rem;
  --expo-dropdown-box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  --expo-dropdown-link-color: var(--expo-dark);
  --expo-dropdown-link-hover-color: var(--expo-primary);
  --expo-dropdown-link-hover-bg: var(--expo-expo-hover-bg);
  --expo-dropdown-link-active-color: var(--expo-primary);
  --expo-dropdown-link-active-bg: var(--expo-expo-hover-bg);
  --expo-dropdown-link-disabled-color: var(--expo-gray-600);
  --expo-dropdown-item-padding-x: 1rem;
  --expo-dropdown-item-padding-y: 0.625rem;
  --expo-dropdown-header-color: #6c757d;
  --expo-dropdown-header-padding-x: 1rem;
  --expo-dropdown-header-padding-y: 0.625rem;
  position: absolute;
  z-index: var(--expo-dropdown-zindex);
  display: none;
  min-width: var(--expo-dropdown-min-width);
  padding: var(--expo-dropdown-padding-y) var(--expo-dropdown-padding-x);
  margin: 0;
  font-size: var(--expo-dropdown-font-size);
  color: var(--expo-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--expo-dropdown-bg);
  background-clip: padding-box;
  border: var(--expo-dropdown-border-width) solid var(--expo-dropdown-border-color);
  border-radius: var(--expo-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--expo-dropdown-spacer);
}

.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 (min-width: 1600px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--expo-dropdown-spacer);
}
.dropup .dropdown-toggle::after, .dropup .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-rev-icon .dropup .dropdown-toggle.accordion-button:before, .dropup .accordion.accordion-reversed .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropup .dropdown-toggle.accordion-button:before {
  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, .dropup .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-rev-icon .dropup .dropdown-toggle.accordion-button:empty:before, .dropup .accordion.accordion-reversed .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-reversed .dropup .dropdown-toggle.accordion-button:empty:before {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--expo-dropdown-spacer);
}
.dropend .dropdown-toggle::after, .dropend .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-rev-icon .dropend .dropdown-toggle.accordion-button:before, .dropend .accordion.accordion-reversed .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropend .dropdown-toggle.accordion-button:before {
  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, .dropend .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-rev-icon .dropend .dropdown-toggle.accordion-button:empty:before, .dropend .accordion.accordion-reversed .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-reversed .dropend .dropdown-toggle.accordion-button:empty:before {
  margin-left: 0;
}
.dropend .dropdown-toggle::after, .dropend .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-rev-icon .dropend .dropdown-toggle.accordion-button:before, .dropend .accordion.accordion-reversed .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropend .dropdown-toggle.accordion-button:before {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--expo-dropdown-spacer);
}
.dropstart .dropdown-toggle::after, .dropstart .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-rev-icon .dropstart .dropdown-toggle.accordion-button:before, .dropstart .accordion.accordion-reversed .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropstart .dropdown-toggle.accordion-button:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after, .dropstart .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:before, .accordion.accordion-rev-icon .dropstart .dropdown-toggle.accordion-button:before, .dropstart .accordion.accordion-reversed .dropdown-toggle.accordion-button:before, .accordion.accordion-reversed .dropstart .dropdown-toggle.accordion-button:before {
  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, .dropstart .accordion.accordion-rev-icon .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-rev-icon .dropstart .dropdown-toggle.accordion-button:empty:before, .dropstart .accordion.accordion-reversed .dropdown-toggle.accordion-button:empty:before, .accordion.accordion-reversed .dropstart .dropdown-toggle.accordion-button:empty:before {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--expo-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--expo-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--expo-dropdown-item-padding-y) var(--expo-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--expo-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--expo-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--expo-dropdown-link-hover-color);
  background-color: var(--expo-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--expo-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--expo-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--expo-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--expo-dropdown-header-padding-y) var(--expo-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--expo-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--expo-dropdown-item-padding-y) var(--expo-dropdown-item-padding-x);
  color: var(--expo-dropdown-link-color);
}

.dropdown-menu-dark {
  --expo-dropdown-color: #dee2e6;
  --expo-dropdown-bg: #343a40;
  --expo-dropdown-border-color: var(--expo-border-color);
  --expo-dropdown-box-shadow: ;
  --expo-dropdown-link-color: #dee2e6;
  --expo-dropdown-link-hover-color: #ffffff;
  --expo-dropdown-divider-bg: #495057;
  --expo-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --expo-dropdown-link-active-color: var(--expo-primary);
  --expo-dropdown-link-active-bg: var(--expo-expo-hover-bg);
  --expo-dropdown-link-disabled-color: #adb5bd;
  --expo-dropdown-header-color: #adb5bd;
}

.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 {
  border-radius: var(--expo-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--expo-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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, .accordion.accordion-rev-icon .dropdown-toggle-split.accordion-button:before, .accordion.accordion-reversed .dropdown-toggle-split.accordion-button:before, .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: calc(var(--expo-border-width) * -1);
}
.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 {
  --expo-nav-link-padding-x: 1rem;
  --expo-nav-link-padding-y: 0.5rem;
  --expo-nav-link-font-size: 0.875rem;
  --expo-nav-link-font-weight: 600;
  --expo-nav-link-color: var(--expo-link-color);
  --expo-nav-link-hover-color: var(--expo-link-hover-color);
  --expo-nav-link-disabled-color: var(--expo-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--expo-nav-link-padding-y) var(--expo-nav-link-padding-x);
  font-size: var(--expo-nav-link-font-size);
  font-weight: var(--expo-nav-link-font-weight);
  color: var(--expo-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--expo-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --expo-nav-tabs-border-width: var(--expo-border-width);
  --expo-nav-tabs-border-color: var(--expo-border-color);
  --expo-nav-tabs-border-radius: var(--expo-border-radius);
  --expo-nav-tabs-link-hover-border-color: var(--expo-border-color);
  --expo-nav-tabs-link-active-color: var(--expo-dark);
  --expo-nav-tabs-link-active-bg: var(--expo-tertiary-bg);
  --expo-nav-tabs-link-active-border-color: var(--expo-border-color) var(--expo-border-color) var(--expo-tertiary-bg);
  border-bottom: var(--expo-nav-tabs-border-width) solid var(--expo-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--expo-nav-tabs-border-width));
  border: var(--expo-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--expo-nav-tabs-border-radius);
  border-top-right-radius: var(--expo-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--expo-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--expo-nav-tabs-link-active-color);
  background-color: var(--expo-nav-tabs-link-active-bg);
  border-color: var(--expo-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--expo-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --expo-nav-pills-border-radius: var(--expo-border-radius);
  --expo-nav-pills-link-active-color: #ffffff;
  --expo-nav-pills-link-active-bg: #3e97ff;
}
.nav-pills .nav-link {
  border-radius: var(--expo-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--expo-nav-pills-link-active-color);
  background-color: var(--expo-nav-pills-link-active-bg);
}

.nav-underline {
  --expo-nav-underline-gap: 1rem;
  --expo-nav-underline-border-width: 0.125rem;
  --expo-nav-underline-link-active-color: var(--expo-emphasis-color);
  gap: var(--expo-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--expo-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--expo-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.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 {
  --expo-navbar-padding-x: 0;
  --expo-navbar-padding-y: 0.5rem;
  --expo-navbar-color: rgba(var(--expo-emphasis-color-rgb), 0.65);
  --expo-navbar-hover-color: rgba(var(--expo-emphasis-color-rgb), 0.8);
  --expo-navbar-disabled-color: rgba(var(--expo-emphasis-color-rgb), 0.3);
  --expo-navbar-active-color: rgba(var(--expo-emphasis-color-rgb), 1);
  --expo-navbar-brand-padding-y: 0.21875rem;
  --expo-navbar-brand-margin-end: 1rem;
  --expo-navbar-brand-font-size: 1.25rem;
  --expo-navbar-brand-color: rgba(var(--expo-emphasis-color-rgb), 1);
  --expo-navbar-brand-hover-color: rgba(var(--expo-emphasis-color-rgb), 1);
  --expo-navbar-nav-link-padding-x: 0.5rem;
  --expo-navbar-toggler-padding-y: 0.25rem;
  --expo-navbar-toggler-padding-x: 0.75rem;
  --expo-navbar-toggler-font-size: 1.25rem;
  --expo-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28108, 117, 125, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --expo-navbar-toggler-border-color: rgba(var(--expo-emphasis-color-rgb), 0.15);
  --expo-navbar-toggler-border-radius: var(--expo-border-radius);
  --expo-navbar-toggler-focus-width: none;
  --expo-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--expo-navbar-padding-y) var(--expo-navbar-padding-x);
}
.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: var(--expo-navbar-brand-padding-y);
  padding-bottom: var(--expo-navbar-brand-padding-y);
  margin-right: var(--expo-navbar-brand-margin-end);
  font-size: var(--expo-navbar-brand-font-size);
  color: var(--expo-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--expo-navbar-brand-hover-color);
}

.navbar-nav {
  --expo-nav-link-padding-x: 0;
  --expo-nav-link-padding-y: 0.5rem;
  --expo-nav-link-font-size: 0.875rem;
  --expo-nav-link-font-weight: 600;
  --expo-nav-link-color: var(--expo-navbar-color);
  --expo-nav-link-hover-color: var(--expo-navbar-hover-color);
  --expo-nav-link-disabled-color: var(--expo-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--expo-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--expo-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--expo-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--expo-navbar-toggler-padding-y) var(--expo-navbar-toggler-padding-x);
  font-size: var(--expo-navbar-toggler-font-size);
  line-height: 1;
  color: var(--expo-navbar-color);
  background-color: transparent;
  border: var(--expo-border-width) solid var(--expo-navbar-toggler-border-color);
  border-radius: var(--expo-navbar-toggler-border-radius);
  transition: var(--expo-navbar-toggler-transition);
}
@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 var(--expo-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--expo-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--expo-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--expo-navbar-nav-link-padding-x);
    padding-left: var(--expo-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .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: var(--expo-navbar-nav-link-padding-x);
  padding-left: var(--expo-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --expo-navbar-color: rgba(255, 255, 255, 0.55);
  --expo-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --expo-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --expo-navbar-active-color: #ffffff;
  --expo-navbar-brand-color: #ffffff;
  --expo-navbar-brand-hover-color: #ffffff;
  --expo-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --expo-navbar-toggler-icon-bg: 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");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --expo-navbar-toggler-icon-bg: 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");
}

.card {
  --expo-card-spacer-y: 1.5rem;
  --expo-card-spacer-x: 1.5rem;
  --expo-card-title-spacer-y: 0;
  --expo-card-title-color: var(--expo-dark);
  --expo-card-subtitle-color: var(--expo-secondary-color);
  --expo-card-border-width: var(--expo-border-width);
  --expo-card-border-color: var(--expo-border-color);
  --expo-card-border-radius: 0.625rem;
  --expo-card-box-shadow: 0 0 0.15rem rgb(230, 235, 240);
  --expo-card-inner-border-radius: calc(0.625rem - (var(--expo-border-width)));
  --expo-card-cap-padding-y: 1.5rem;
  --expo-card-cap-padding-x: 1.5rem;
  --expo-card-cap-bg: transparent;
  --expo-card-cap-color: var(--expo-dark);
  --expo-card-height: ;
  --expo-card-color: var(--expo-gray-600);
  --expo-card-bg: var(--expo-tertiary-bg);
  --expo-card-img-overlay-padding: 1rem;
  --expo-card-group-margin: 2.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--expo-card-height);
  color: var(--expo-body-color);
  word-wrap: break-word;
  background-color: var(--expo-card-bg);
  background-clip: border-box;
  border: var(--expo-card-border-width) solid var(--expo-card-border-color);
  border-radius: var(--expo-card-border-radius);
}
.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: var(--expo-card-inner-border-radius);
  border-top-right-radius: var(--expo-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--expo-card-inner-border-radius);
  border-bottom-left-radius: var(--expo-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--expo-card-spacer-y) var(--expo-card-spacer-x);
  color: var(--expo-card-color);
}

.card-title {
  margin-bottom: var(--expo-card-title-spacer-y);
  color: var(--expo-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--expo-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--expo-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--expo-card-spacer-x);
}

.card-header {
  padding: var(--expo-card-cap-padding-y) var(--expo-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--expo-card-cap-color);
  background-color: var(--expo-card-cap-bg);
  border-bottom: var(--expo-card-border-width) solid var(--expo-card-border-color);
}
.card-header:first-child {
  border-radius: var(--expo-card-inner-border-radius) var(--expo-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--expo-card-cap-padding-y) var(--expo-card-cap-padding-x);
  color: var(--expo-card-cap-color);
  background-color: var(--expo-card-cap-bg);
  border-top: var(--expo-card-border-width) solid var(--expo-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--expo-card-inner-border-radius) var(--expo-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--expo-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--expo-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--expo-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--expo-card-bg);
  border-bottom-color: var(--expo-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--expo-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--expo-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--expo-card-img-overlay-padding);
  border-radius: var(--expo-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--expo-card-inner-border-radius);
  border-top-right-radius: var(--expo-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--expo-card-inner-border-radius);
  border-bottom-left-radius: var(--expo-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--expo-card-group-margin);
}
@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;
  }
}

.accordion {
  --expo-accordion-color: var(--expo-body-color);
  --expo-accordion-bg: var(--expo-tertiary-bg);
  --expo-accordion-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;
  --expo-accordion-border-color: var(--expo-border-color);
  --expo-accordion-border-width: var(--expo-border-width);
  --expo-accordion-border-radius: var(--expo-border-radius);
  --expo-accordion-inner-border-radius: calc(var(--expo-border-radius) - (var(--expo-border-width)));
  --expo-accordion-btn-padding-x: 1.5rem;
  --expo-accordion-btn-padding-y: 1rem;
  --expo-accordion-btn-color: var(--expo-body-color);
  --expo-accordion-btn-bg: var(--expo-accordion-bg);
  --expo-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%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");
  --expo-accordion-btn-icon-width: 1rem;
  --expo-accordion-btn-icon-transform: rotate(-180deg);
  --expo-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --expo-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%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");
  --expo-accordion-btn-focus-border-color: #3e97ff;
  --expo-accordion-btn-focus-box-shadow: none;
  --expo-accordion-body-padding-x: 1.5rem;
  --expo-accordion-body-padding-y: 1rem;
  --expo-accordion-active-color: var(--expo-dark);
  --expo-accordion-active-bg: var(--expo-gray-200);
}

.accordion-button, .accordion.accordion-rev-icon .accordion-button, .accordion.accordion-reversed .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--expo-accordion-btn-padding-y) var(--expo-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--expo-accordion-btn-color);
  text-align: left;
  background-color: var(--expo-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--expo-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button, .accordion.accordion-rev-icon .accordion-button, .accordion.accordion-reversed .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed), .accordion.accordion-rev-icon .accordion-button:not(.collapsed), .accordion.accordion-reversed .accordion-button:not(.collapsed) {
  color: var(--expo-accordion-active-color);
  background-color: var(--expo-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--expo-accordion-border-width)) 0 var(--expo-accordion-border-color);
}
.accordion-button:not(.collapsed)::after, .accordion.accordion-rev-icon .accordion-button:not(.collapsed):before, .accordion.accordion-rev-icon .accordion-button:not(.collapsed)::after, .accordion.accordion-reversed .accordion-button:not(.collapsed):before, .accordion.accordion-reversed .accordion-button:not(.collapsed)::after {
  background-image: var(--expo-accordion-btn-active-icon);
  transform: var(--expo-accordion-btn-icon-transform);
}
.accordion-button::after, .accordion.accordion-rev-icon .accordion-button:before, .accordion.accordion-rev-icon .accordion-button::after, .accordion.accordion-reversed .accordion-button:before, .accordion.accordion-reversed .accordion-button::after {
  flex-shrink: 0;
  width: var(--expo-accordion-btn-icon-width);
  height: var(--expo-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--expo-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--expo-accordion-btn-icon-width);
  transition: var(--expo-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after, .accordion.accordion-rev-icon .accordion-button:before, .accordion.accordion-rev-icon .accordion-button::after, .accordion.accordion-reversed .accordion-button:before, .accordion.accordion-reversed .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover, .accordion.accordion-rev-icon .accordion-button:hover, .accordion.accordion-reversed .accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus, .accordion.accordion-rev-icon .accordion-button:focus, .accordion.accordion-reversed .accordion-button:focus {
  z-index: 3;
  border-color: var(--expo-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--expo-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--expo-accordion-color);
  background-color: var(--expo-accordion-bg);
  border: var(--expo-accordion-border-width) solid var(--expo-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--expo-accordion-border-radius);
  border-top-right-radius: var(--expo-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--expo-accordion-inner-border-radius);
  border-top-right-radius: var(--expo-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--expo-accordion-border-radius);
  border-bottom-left-radius: var(--expo-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--expo-accordion-inner-border-radius);
  border-bottom-left-radius: var(--expo-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--expo-accordion-border-radius);
  border-bottom-left-radius: var(--expo-accordion-border-radius);
}

.accordion-body {
  padding: var(--expo-accordion-body-padding-y) var(--expo-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after, [data-bs-theme=dark] .accordion.accordion-rev-icon .accordion-button:before, .accordion.accordion-rev-icon [data-bs-theme=dark] .accordion-button:before, [data-bs-theme=dark] .accordion.accordion-rev-icon .accordion-button::after, .accordion.accordion-rev-icon [data-bs-theme=dark] .accordion-button::after, [data-bs-theme=dark] .accordion.accordion-reversed .accordion-button:before, .accordion.accordion-reversed [data-bs-theme=dark] .accordion-button:before, [data-bs-theme=dark] .accordion.accordion-reversed .accordion-button::after, .accordion.accordion-reversed [data-bs-theme=dark] .accordion-button::after {
  --expo-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bc1ff'%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");
  --expo-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238bc1ff'%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");
}

.breadcrumb {
  --expo-breadcrumb-padding-x: 0;
  --expo-breadcrumb-padding-y: 0;
  --expo-breadcrumb-margin-bottom: 1rem;
  --expo-breadcrumb-bg: ;
  --expo-breadcrumb-border-radius: ;
  --expo-breadcrumb-divider-color: var(--expo-secondary-color);
  --expo-breadcrumb-item-padding-x: 0.5rem;
  --expo-breadcrumb-item-active-color: var(--expo-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--expo-breadcrumb-padding-y) var(--expo-breadcrumb-padding-x);
  margin-bottom: var(--expo-breadcrumb-margin-bottom);
  font-size: var(--expo-breadcrumb-font-size);
  list-style: none;
  background-color: var(--expo-breadcrumb-bg);
  border-radius: var(--expo-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--expo-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--expo-breadcrumb-item-padding-x);
  color: var(--expo-breadcrumb-divider-color);
  content: var(--expo-breadcrumb-divider, "/") /* rtl: var(--expo-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--expo-breadcrumb-item-active-color);
}

.pagination {
  --expo-pagination-padding-x: 0.75rem;
  --expo-pagination-padding-y: 0.375rem;
  --expo-pagination-font-size: 0.875rem;
  --expo-pagination-color: var(--expo-link-color);
  --expo-pagination-bg: var(--expo-tertiary-bg);
  --expo-pagination-border-width: var(--expo-border-width);
  --expo-pagination-border-color: var(--expo-border-color);
  --expo-pagination-border-radius: var(--expo-border-radius);
  --expo-pagination-hover-color: var(--expo-link-hover-color);
  --expo-pagination-hover-bg: var(--expo-tertiary-bg);
  --expo-pagination-hover-border-color: var(--expo-border-color);
  --expo-pagination-focus-color: var(--expo-link-hover-color);
  --expo-pagination-focus-bg: var(--expo-secondary-bg);
  --expo-pagination-focus-box-shadow: none;
  --expo-pagination-active-color: #ffffff;
  --expo-pagination-active-bg: #3e97ff;
  --expo-pagination-active-border-color: #3e97ff;
  --expo-pagination-disabled-color: var(--expo-secondary-color);
  --expo-pagination-disabled-bg: var(--expo-secondary-bg);
  --expo-pagination-disabled-border-color: var(--expo-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--expo-pagination-padding-y) var(--expo-pagination-padding-x);
  font-size: var(--expo-pagination-font-size);
  color: var(--expo-pagination-color);
  background-color: var(--expo-pagination-bg);
  border: var(--expo-pagination-border-width) solid var(--expo-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--expo-pagination-hover-color);
  background-color: var(--expo-pagination-hover-bg);
  border-color: var(--expo-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--expo-pagination-focus-color);
  background-color: var(--expo-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--expo-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--expo-pagination-active-color);
  background-color: var(--expo-pagination-active-bg);
  border-color: var(--expo-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--expo-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--expo-pagination-disabled-bg);
  border-color: var(--expo-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--expo-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--expo-pagination-border-radius);
  border-bottom-left-radius: var(--expo-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--expo-pagination-border-radius);
  border-bottom-right-radius: var(--expo-pagination-border-radius);
}

.pagination-lg {
  --expo-pagination-padding-x: 1rem;
  --expo-pagination-padding-y: 0.5rem;
  --expo-pagination-font-size: 1.25rem;
  --expo-pagination-border-radius: var(--expo-border-radius-lg);
}

.pagination-sm {
  --expo-pagination-padding-x: 0.5rem;
  --expo-pagination-padding-y: 0.25rem;
  --expo-pagination-font-size: 0.75rem;
  --expo-pagination-border-radius: var(--expo-border-radius-sm);
}

.badge {
  --expo-badge-padding-x: 0.65em;
  --expo-badge-padding-y: 0.5em;
  --expo-badge-font-size: 0.65rem;
  --expo-badge-font-weight: 600;
  --expo-badge-color: #ffffff;
  --expo-badge-border-radius: var(--expo-border-radius);
  display: inline-block;
  padding: var(--expo-badge-padding-y) var(--expo-badge-padding-x);
  font-size: var(--expo-badge-font-size);
  font-weight: var(--expo-badge-font-weight);
  line-height: 1;
  color: var(--expo-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--expo-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --expo-alert-bg: transparent;
  --expo-alert-padding-x: 1rem;
  --expo-alert-padding-y: 1rem;
  --expo-alert-margin-bottom: 1rem;
  --expo-alert-color: inherit;
  --expo-alert-border-color: transparent;
  --expo-alert-border: var(--expo-border-width) solid var(--expo-alert-border-color);
  --expo-alert-border-radius: var(--expo-border-radius);
  --expo-alert-link-color: inherit;
  position: relative;
  padding: var(--expo-alert-padding-y) var(--expo-alert-padding-x);
  margin-bottom: var(--expo-alert-margin-bottom);
  color: var(--expo-alert-color);
  background-color: var(--expo-alert-bg);
  border: var(--expo-alert-border);
  border-radius: var(--expo-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
  color: var(--expo-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --expo-alert-color: var(--expo-primary-text-emphasis);
  --expo-alert-bg: var(--expo-primary-bg-subtle);
  --expo-alert-border-color: var(--expo-primary-border-subtle);
  --expo-alert-link-color: var(--expo-primary-text-emphasis);
}

.alert-secondary {
  --expo-alert-color: var(--expo-secondary-text-emphasis);
  --expo-alert-bg: var(--expo-secondary-bg-subtle);
  --expo-alert-border-color: var(--expo-secondary-border-subtle);
  --expo-alert-link-color: var(--expo-secondary-text-emphasis);
}

.alert-success {
  --expo-alert-color: var(--expo-success-text-emphasis);
  --expo-alert-bg: var(--expo-success-bg-subtle);
  --expo-alert-border-color: var(--expo-success-border-subtle);
  --expo-alert-link-color: var(--expo-success-text-emphasis);
}

.alert-info {
  --expo-alert-color: var(--expo-info-text-emphasis);
  --expo-alert-bg: var(--expo-info-bg-subtle);
  --expo-alert-border-color: var(--expo-info-border-subtle);
  --expo-alert-link-color: var(--expo-info-text-emphasis);
}

.alert-warning {
  --expo-alert-color: var(--expo-warning-text-emphasis);
  --expo-alert-bg: var(--expo-warning-bg-subtle);
  --expo-alert-border-color: var(--expo-warning-border-subtle);
  --expo-alert-link-color: var(--expo-warning-text-emphasis);
}

.alert-danger {
  --expo-alert-color: var(--expo-danger-text-emphasis);
  --expo-alert-bg: var(--expo-danger-bg-subtle);
  --expo-alert-border-color: var(--expo-danger-border-subtle);
  --expo-alert-link-color: var(--expo-danger-text-emphasis);
}

.alert-light {
  --expo-alert-color: var(--expo-light-text-emphasis);
  --expo-alert-bg: var(--expo-light-bg-subtle);
  --expo-alert-border-color: var(--expo-light-border-subtle);
  --expo-alert-link-color: var(--expo-light-text-emphasis);
}

.alert-dark {
  --expo-alert-color: var(--expo-dark-text-emphasis);
  --expo-alert-bg: var(--expo-dark-bg-subtle);
  --expo-alert-border-color: var(--expo-dark-border-subtle);
  --expo-alert-link-color: var(--expo-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --expo-progress-height: 1rem;
  --expo-progress-font-size: 0.65625rem;
  --expo-progress-bg: var(--expo-secondary-bg);
  --expo-progress-border-radius: var(--expo-border-radius);
  --expo-progress-box-shadow: var(--expo-box-shadow-inset);
  --expo-progress-bar-color: #ffffff;
  --expo-progress-bar-bg: #3e97ff;
  --expo-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--expo-progress-height);
  overflow: hidden;
  font-size: var(--expo-progress-font-size);
  background-color: var(--expo-progress-bg);
  border-radius: var(--expo-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--expo-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--expo-progress-bar-bg);
  transition: var(--expo-progress-bar-transition);
}
@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: var(--expo-progress-height) var(--expo-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --expo-list-group-color: var(--expo-body-color);
  --expo-list-group-bg: var(--expo-tertiary-bg);
  --expo-list-group-border-color: var(--expo-border-color);
  --expo-list-group-border-width: var(--expo-border-width);
  --expo-list-group-border-radius: var(--expo-border-radius);
  --expo-list-group-item-padding-x: 1.5rem;
  --expo-list-group-item-padding-y: 1rem;
  --expo-list-group-action-color: var(--expo-secondary-color);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-tertiary-bg);
  --expo-list-group-action-active-color: var(--expo-body-color);
  --expo-list-group-action-active-bg: var(--expo-secondary-bg);
  --expo-list-group-disabled-color: var(--expo-secondary-color);
  --expo-list-group-disabled-bg: var(--expo-tertiary-bg);
  --expo-list-group-active-color: #ffffff;
  --expo-list-group-active-bg: #3e97ff;
  --expo-list-group-active-border-color: #3e97ff;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--expo-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--expo-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--expo-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--expo-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--expo-list-group-action-active-color);
  background-color: var(--expo-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--expo-list-group-item-padding-y) var(--expo-list-group-item-padding-x);
  color: var(--expo-list-group-color);
  background-color: var(--expo-list-group-bg);
  border: var(--expo-list-group-border-width) solid var(--expo-list-group-border-color);
}
.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: var(--expo-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--expo-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--expo-list-group-active-color);
  background-color: var(--expo-list-group-active-bg);
  border-color: var(--expo-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--expo-list-group-border-width));
  border-top-width: var(--expo-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--expo-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--expo-list-group-border-radius);
  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: var(--expo-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--expo-list-group-border-width));
  border-left-width: var(--expo-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    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: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    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: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    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: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    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: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    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: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--expo-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--expo-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: var(--expo-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--expo-list-group-border-width));
    border-left-width: var(--expo-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--expo-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --expo-list-group-color: var(--expo-primary-text-emphasis);
  --expo-list-group-bg: var(--expo-primary-bg-subtle);
  --expo-list-group-border-color: var(--expo-primary-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-primary-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-primary-border-subtle);
  --expo-list-group-active-color: var(--expo-primary-bg-subtle);
  --expo-list-group-active-bg: var(--expo-primary-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-primary-text-emphasis);
}

.list-group-item-secondary {
  --expo-list-group-color: var(--expo-secondary-text-emphasis);
  --expo-list-group-bg: var(--expo-secondary-bg-subtle);
  --expo-list-group-border-color: var(--expo-secondary-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-secondary-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-secondary-border-subtle);
  --expo-list-group-active-color: var(--expo-secondary-bg-subtle);
  --expo-list-group-active-bg: var(--expo-secondary-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-secondary-text-emphasis);
}

.list-group-item-success {
  --expo-list-group-color: var(--expo-success-text-emphasis);
  --expo-list-group-bg: var(--expo-success-bg-subtle);
  --expo-list-group-border-color: var(--expo-success-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-success-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-success-border-subtle);
  --expo-list-group-active-color: var(--expo-success-bg-subtle);
  --expo-list-group-active-bg: var(--expo-success-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-success-text-emphasis);
}

.list-group-item-info {
  --expo-list-group-color: var(--expo-info-text-emphasis);
  --expo-list-group-bg: var(--expo-info-bg-subtle);
  --expo-list-group-border-color: var(--expo-info-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-info-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-info-border-subtle);
  --expo-list-group-active-color: var(--expo-info-bg-subtle);
  --expo-list-group-active-bg: var(--expo-info-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-info-text-emphasis);
}

.list-group-item-warning {
  --expo-list-group-color: var(--expo-warning-text-emphasis);
  --expo-list-group-bg: var(--expo-warning-bg-subtle);
  --expo-list-group-border-color: var(--expo-warning-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-warning-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-warning-border-subtle);
  --expo-list-group-active-color: var(--expo-warning-bg-subtle);
  --expo-list-group-active-bg: var(--expo-warning-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-warning-text-emphasis);
}

.list-group-item-danger {
  --expo-list-group-color: var(--expo-danger-text-emphasis);
  --expo-list-group-bg: var(--expo-danger-bg-subtle);
  --expo-list-group-border-color: var(--expo-danger-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-danger-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-danger-border-subtle);
  --expo-list-group-active-color: var(--expo-danger-bg-subtle);
  --expo-list-group-active-bg: var(--expo-danger-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-danger-text-emphasis);
}

.list-group-item-light {
  --expo-list-group-color: var(--expo-light-text-emphasis);
  --expo-list-group-bg: var(--expo-light-bg-subtle);
  --expo-list-group-border-color: var(--expo-light-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-light-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-light-border-subtle);
  --expo-list-group-active-color: var(--expo-light-bg-subtle);
  --expo-list-group-active-bg: var(--expo-light-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-light-text-emphasis);
}

.list-group-item-dark {
  --expo-list-group-color: var(--expo-dark-text-emphasis);
  --expo-list-group-bg: var(--expo-dark-bg-subtle);
  --expo-list-group-border-color: var(--expo-dark-border-subtle);
  --expo-list-group-action-hover-color: var(--expo-emphasis-color);
  --expo-list-group-action-hover-bg: var(--expo-dark-border-subtle);
  --expo-list-group-action-active-color: var(--expo-emphasis-color);
  --expo-list-group-action-active-bg: var(--expo-dark-border-subtle);
  --expo-list-group-active-color: var(--expo-dark-bg-subtle);
  --expo-list-group-active-bg: var(--expo-dark-text-emphasis);
  --expo-list-group-active-border-color: var(--expo-dark-text-emphasis);
}

.btn-close {
  --expo-btn-close-color: #6c757d;
  --expo-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236c757d'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --expo-btn-close-opacity: 0.5;
  --expo-btn-close-hover-opacity: 0.75;
  --expo-btn-close-focus-shadow: none;
  --expo-btn-close-focus-opacity: 1;
  --expo-btn-close-disabled-opacity: 0.25;
  --expo-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 1em 1em;
  color: var(--expo-btn-close-color);
  background: transparent var(--expo-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--expo-btn-close-opacity);
}
.btn-close:hover {
  color: var(--expo-btn-close-color);
  text-decoration: none;
  opacity: var(--expo-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--expo-btn-close-focus-shadow);
  opacity: var(--expo-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--expo-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--expo-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--expo-btn-close-white-filter);
}

.toast {
  --expo-toast-zindex: 1090;
  --expo-toast-padding-x: 1rem;
  --expo-toast-padding-y: 0.5rem;
  --expo-toast-spacing: 0.5rem;
  --expo-toast-max-width: 350px;
  --expo-toast-font-size: 0.875rem;
  --expo-toast-color: ;
  --expo-toast-bg: rgba(var(--expo-body-bg-rgb), 0.85);
  --expo-toast-border-width: var(--expo-border-width);
  --expo-toast-border-color: var(--expo-border-color);
  --expo-toast-border-radius: 0.5rem;
  --expo-toast-box-shadow: 0px 0px 50px 0px rgba(85, 65, 105, 0.1);
  --expo-toast-header-color: var(--expo-secondary-color);
  --expo-toast-header-bg: rgba(var(--expo-body-bg-rgb), 0.85);
  --expo-toast-header-border-color: var(--expo-border-color);
  width: var(--expo-toast-max-width);
  max-width: 100%;
  font-size: var(--expo-toast-font-size);
  color: var(--expo-toast-color);
  pointer-events: auto;
  background-color: var(--expo-toast-bg);
  background-clip: padding-box;
  border: var(--expo-toast-border-width) solid var(--expo-toast-border-color);
  box-shadow: var(--expo-toast-box-shadow);
  border-radius: var(--expo-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --expo-toast-zindex: 1090;
  position: absolute;
  z-index: var(--expo-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--expo-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--expo-toast-padding-y) var(--expo-toast-padding-x);
  color: var(--expo-toast-header-color);
  background-color: var(--expo-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--expo-toast-border-width) solid var(--expo-toast-header-border-color);
  border-top-left-radius: calc(var(--expo-toast-border-radius) - var(--expo-toast-border-width));
  border-top-right-radius: calc(var(--expo-toast-border-radius) - var(--expo-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--expo-toast-padding-x));
  margin-left: var(--expo-toast-padding-x);
}

.toast-body {
  padding: var(--expo-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --expo-modal-zindex: 1055;
  --expo-modal-width: 600px;
  --expo-modal-padding: 1.5rem;
  --expo-modal-margin: 0.5rem;
  --expo-modal-color: ;
  --expo-modal-bg: var(--expo-tertiary-bg);
  --expo-modal-border-color: var(--expo-border-color);
  --expo-modal-border-width: var(--expo-border-width);
  --expo-modal-border-radius: var(--expo-border-radius-lg);
  --expo-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --expo-modal-inner-border-radius: calc(var(--expo-border-radius-lg) - (var(--expo-border-width)));
  --expo-modal-header-padding-x: 1.5rem;
  --expo-modal-header-padding-y: 1.5rem;
  --expo-modal-header-padding: 1.5rem 1.5rem;
  --expo-modal-header-border-color: var(--expo-border-color);
  --expo-modal-header-border-width: var(--expo-border-width);
  --expo-modal-title-line-height: 1.5;
  --expo-modal-footer-gap: 0.5rem;
  --expo-modal-footer-bg: ;
  --expo-modal-footer-border-color: var(--expo-border-color);
  --expo-modal-footer-border-width: var(--expo-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--expo-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--expo-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: matrix(0.95, 0, 0, 0.95, 0, 15);
}
@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% - var(--expo-modal-margin) * 2);
}
.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% - var(--expo-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--expo-modal-color);
  pointer-events: auto;
  background-color: var(--expo-modal-bg);
  background-clip: padding-box;
  border: var(--expo-modal-border-width) solid var(--expo-modal-border-color);
  border-radius: var(--expo-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --expo-backdrop-zindex: 1050;
  --expo-backdrop-bg: #000000;
  --expo-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--expo-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--expo-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--expo-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--expo-modal-header-padding);
  border-bottom: var(--expo-modal-header-border-width) solid var(--expo-modal-header-border-color);
  border-top-left-radius: var(--expo-modal-inner-border-radius);
  border-top-right-radius: var(--expo-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--expo-modal-header-padding-y) * 0.5) calc(var(--expo-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--expo-modal-header-padding-y)) calc(-0.5 * var(--expo-modal-header-padding-x)) calc(-0.5 * var(--expo-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--expo-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--expo-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--expo-modal-padding) - var(--expo-modal-footer-gap) * 0.5);
  background-color: var(--expo-modal-footer-bg);
  border-top: var(--expo-modal-footer-border-width) solid var(--expo-modal-footer-border-color);
  border-bottom-right-radius: var(--expo-modal-inner-border-radius);
  border-bottom-left-radius: var(--expo-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--expo-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --expo-modal-margin: 1.75rem;
    --expo-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--expo-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --expo-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --expo-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --expo-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --expo-tooltip-zindex: 1080;
  --expo-tooltip-max-width: 200px;
  --expo-tooltip-padding-x: 0.5rem;
  --expo-tooltip-padding-y: 0.25rem;
  --expo-tooltip-margin: ;
  --expo-tooltip-font-size: 0.75rem;
  --expo-tooltip-color: var(--expo-light);
  --expo-tooltip-bg: var(--expo-emphasis-color);
  --expo-tooltip-border-radius: var(--expo-border-radius);
  --expo-tooltip-opacity: 1;
  --expo-tooltip-arrow-width: 0.8rem;
  --expo-tooltip-arrow-height: 0.4rem;
  z-index: var(--expo-tooltip-zindex);
  display: block;
  margin: var(--expo-tooltip-margin);
  font-family: var(--expo-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--expo-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--expo-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--expo-tooltip-arrow-width);
  height: var(--expo-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--expo-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--expo-tooltip-arrow-height) calc(var(--expo-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--expo-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--expo-tooltip-arrow-height));
  width: var(--expo-tooltip-arrow-height);
  height: var(--expo-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--expo-tooltip-arrow-width) * 0.5) var(--expo-tooltip-arrow-height) calc(var(--expo-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--expo-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--expo-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--expo-tooltip-arrow-width) * 0.5) var(--expo-tooltip-arrow-height);
  border-bottom-color: var(--expo-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--expo-tooltip-arrow-height));
  width: var(--expo-tooltip-arrow-height);
  height: var(--expo-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--expo-tooltip-arrow-width) * 0.5) 0 calc(var(--expo-tooltip-arrow-width) * 0.5) var(--expo-tooltip-arrow-height);
  border-left-color: var(--expo-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--expo-tooltip-max-width);
  padding: var(--expo-tooltip-padding-y) var(--expo-tooltip-padding-x);
  color: var(--expo-tooltip-color);
  text-align: center;
  background-color: var(--expo-tooltip-bg);
  border-radius: var(--expo-tooltip-border-radius);
}

.popover {
  --expo-popover-zindex: 1070;
  --expo-popover-max-width: 276px;
  --expo-popover-font-size: 0.75rem;
  --expo-popover-bg: var(--expo-tertiary-bg);
  --expo-popover-border-width: var(--expo-border-width);
  --expo-popover-border-color: var(--expo-border-color);
  --expo-popover-border-radius: var(--expo-border-radius-lg);
  --expo-popover-inner-border-radius: calc(var(--expo-border-radius-lg) - var(--expo-border-width));
  --expo-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --expo-popover-header-padding-x: 1rem;
  --expo-popover-header-padding-y: 0.5rem;
  --expo-popover-header-font-size: 0.875rem;
  --expo-popover-header-color: var(--expo-dark);
  --expo-popover-header-bg: var(--expo-tertiary-bg);
  --expo-popover-body-padding-x: 1rem;
  --expo-popover-body-padding-y: 1rem;
  --expo-popover-body-color: var(--expo-body-color);
  --expo-popover-arrow-width: 1rem;
  --expo-popover-arrow-height: 0.5rem;
  --expo-popover-arrow-border: var(--expo-popover-border-color);
  z-index: var(--expo-popover-zindex);
  display: block;
  max-width: var(--expo-popover-max-width);
  font-family: var(--expo-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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--expo-popover-font-size);
  word-wrap: break-word;
  background-color: var(--expo-popover-bg);
  background-clip: padding-box;
  border: var(--expo-popover-border-width) solid var(--expo-popover-border-color);
  border-radius: var(--expo-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--expo-popover-arrow-width);
  height: var(--expo-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after, .popover .accordion.accordion-rev-icon .popover-arrow.accordion-button:before, .accordion.accordion-rev-icon .popover .popover-arrow.accordion-button:before, .popover .accordion.accordion-reversed .popover-arrow.accordion-button:before, .accordion.accordion-reversed .popover .popover-arrow.accordion-button:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--expo-popover-arrow-height)) - var(--expo-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-top > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-top > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--expo-popover-arrow-height) calc(var(--expo-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--expo-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-top > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-top > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-auto[data-popper-placement^=top] > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-auto[data-popper-placement^=top] > .popover-arrow.accordion-button:before {
  bottom: var(--expo-popover-border-width);
  border-top-color: var(--expo-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--expo-popover-arrow-height)) - var(--expo-popover-border-width));
  width: var(--expo-popover-arrow-height);
  height: var(--expo-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-end > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-end > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--expo-popover-arrow-width) * 0.5) var(--expo-popover-arrow-height) calc(var(--expo-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--expo-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-end > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-end > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-auto[data-popper-placement^=right] > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-auto[data-popper-placement^=right] > .popover-arrow.accordion-button:before {
  left: var(--expo-popover-border-width);
  border-right-color: var(--expo-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--expo-popover-arrow-height)) - var(--expo-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-bottom > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-bottom > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--expo-popover-arrow-width) * 0.5) var(--expo-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--expo-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-bottom > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-bottom > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow.accordion-button:before {
  top: var(--expo-popover-border-width);
  border-bottom-color: var(--expo-popover-bg);
}
.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: var(--expo-popover-arrow-width);
  margin-left: calc(-0.5 * var(--expo-popover-arrow-width));
  content: "";
  border-bottom: var(--expo-popover-border-width) solid var(--expo-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--expo-popover-arrow-height)) - var(--expo-popover-border-width));
  width: var(--expo-popover-arrow-height);
  height: var(--expo-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-start > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-start > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--expo-popover-arrow-width) * 0.5) 0 calc(var(--expo-popover-arrow-width) * 0.5) var(--expo-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--expo-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-start > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-start > .popover-arrow.accordion-button:before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .accordion.accordion-rev-icon .bs-popover-auto[data-popper-placement^=left] > .popover-arrow.accordion-button:before, .accordion.accordion-reversed .bs-popover-auto[data-popper-placement^=left] > .popover-arrow.accordion-button:before {
  right: var(--expo-popover-border-width);
  border-left-color: var(--expo-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--expo-popover-header-padding-y) var(--expo-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--expo-popover-header-font-size);
  color: var(--expo-popover-header-color);
  background-color: var(--expo-popover-header-bg);
  border-bottom: var(--expo-popover-border-width) solid var(--expo-popover-border-color);
  border-top-left-radius: var(--expo-popover-inner-border-radius);
  border-top-right-radius: var(--expo-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--expo-popover-body-padding-y) var(--expo-popover-body-padding-x);
  color: var(--expo-popover-body-color);
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after, .accordion.accordion-rev-icon .carousel-inner.accordion-button:before, .accordion.accordion-reversed .carousel-inner.accordion-button:before {
  display: block;
  clear: both;
  content: "";
}

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

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

.carousel-item-next:not(.carousel-item-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: #ffffff;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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='%23ffffff'%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='%23ffffff'%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%;
}
.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: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.5rem;
  left: 15%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #ffffff;
  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: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--expo-spinner-width);
  height: var(--expo-spinner-height);
  vertical-align: var(--expo-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--expo-spinner-animation-speed) linear infinite var(--expo-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --expo-spinner-width: 2rem;
  --expo-spinner-height: 2rem;
  --expo-spinner-vertical-align: -0.125em;
  --expo-spinner-border-width: 0.25em;
  --expo-spinner-animation-speed: 0.75s;
  --expo-spinner-animation-name: spinner-border;
  border: var(--expo-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --expo-spinner-width: 0.85rem;
  --expo-spinner-height: 0.85rem;
  --expo-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --expo-spinner-width: 2rem;
  --expo-spinner-height: 2rem;
  --expo-spinner-vertical-align: -0.125em;
  --expo-spinner-animation-speed: 0.75s;
  --expo-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --expo-spinner-width: 0.85rem;
  --expo-spinner-height: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --expo-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --expo-offcanvas-zindex: 1045;
  --expo-offcanvas-width: 400px;
  --expo-offcanvas-height: 30vh;
  --expo-offcanvas-padding-x: 1.5rem;
  --expo-offcanvas-padding-y: 1.5rem;
  --expo-offcanvas-color: var(--expo-body-color);
  --expo-offcanvas-bg: var(--expo-tertiary-bg);
  --expo-offcanvas-border-width: var(--expo-border-width);
  --expo-offcanvas-border-color: var(--expo-border-color);
  --expo-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --expo-offcanvas-transition: transform 0.3s ease-in-out;
  --expo-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1599.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--expo-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--expo-offcanvas-color);
    visibility: hidden;
    background-color: var(--expo-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--expo-offcanvas-transition);
  }
}
@media (max-width: 1599.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1599.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--expo-offcanvas-width);
    border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--expo-offcanvas-width);
    border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--expo-offcanvas-height);
    max-height: 100%;
    border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .offcanvas-xxxl {
    --expo-offcanvas-height: auto;
    --expo-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--expo-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--expo-offcanvas-color);
  visibility: hidden;
  background-color: var(--expo-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--expo-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--expo-offcanvas-width);
  border-right: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--expo-offcanvas-width);
  border-left: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--expo-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--expo-offcanvas-height);
  max-height: 100%;
  border-top: var(--expo-offcanvas-border-width) solid var(--expo-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--expo-offcanvas-padding-y) var(--expo-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--expo-offcanvas-padding-y) * 0.5) calc(var(--expo-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--expo-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--expo-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--expo-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--expo-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--expo-offcanvas-padding-y) var(--expo-offcanvas-padding-x);
  overflow-y: auto;
}

.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 {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
          mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after, .accordion.accordion-rev-icon .clearfix.accordion-button:before, .accordion.accordion-reversed .clearfix.accordion-button:before {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #000000 !important;
  background-color: RGBA(var(--expo-primary-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000000 !important;
  background-color: RGBA(var(--expo-secondary-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000000 !important;
  background-color: RGBA(var(--expo-success-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000000 !important;
  background-color: RGBA(var(--expo-info-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000000 !important;
  background-color: RGBA(var(--expo-warning-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #ffffff !important;
  background-color: RGBA(var(--expo-danger-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(var(--expo-light-rgb), var(--expo-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #ffffff !important;
  background-color: RGBA(var(--expo-dark-rgb), var(--expo-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--expo-primary-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-primary-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-primary-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(81, 161, 255, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(81, 161, 255, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(81, 161, 255, var(--expo-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--expo-secondary-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-secondary-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-secondary-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(138, 150, 171, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(138, 150, 171, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(138, 150, 171, var(--expo-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--expo-success-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-success-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-success-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(59, 191, 116, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(59, 191, 116, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(59, 191, 116, var(--expo-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--expo-info-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-info-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-info-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(27, 170, 231, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(27, 170, 231, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(27, 170, 231, var(--expo-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--expo-warning-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-warning-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-warning-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(231, 168, 80, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(231, 168, 80, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(231, 168, 80, var(--expo-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--expo-danger-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-danger-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-danger-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(188, 53, 68, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(188, 53, 68, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(188, 53, 68, var(--expo-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--expo-light-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-light-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-light-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(240, 244, 255, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(240, 244, 255, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(240, 244, 255, var(--expo-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--expo-dark-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-dark-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-dark-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(66, 72, 78, var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(66, 72, 78, var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(66, 72, 78, var(--expo-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-underline-opacity, 0.75)) !important;
          text-decoration-color: RGBA(var(--expo-emphasis-color-rgb), var(--expo-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--expo-focus-ring-x, 0) var(--expo-focus-ring-y, 0) var(--expo-focus-ring-blur, 0) var(--expo-focus-ring-width) var(--expo-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-opacity, 0.5));
          text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--expo-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--expo-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --expo-aspect-ratio: 100%;
}

.ratio-4x3 {
  --expo-aspect-ratio: 75%;
}

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

.ratio-21x9 {
  --expo-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: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after, .accordion.accordion-rev-icon .stretched-link.accordion-button:before, .accordion.accordion-reversed .stretched-link.accordion-button:before {
  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: var(--expo-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-5 {
  opacity: 0.075 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

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

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

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

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

.opacity-70 {
  opacity: 0.7 !important;
}

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

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !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;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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: var(--expo-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--expo-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--expo-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --expo-focus-ring-color: rgba(var(--expo-primary-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-secondary {
  --expo-focus-ring-color: rgba(var(--expo-secondary-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-success {
  --expo-focus-ring-color: rgba(var(--expo-success-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-info {
  --expo-focus-ring-color: rgba(var(--expo-info-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-warning {
  --expo-focus-ring-color: rgba(var(--expo-warning-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-danger {
  --expo-focus-ring-color: rgba(var(--expo-danger-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-light {
  --expo-focus-ring-color: rgba(var(--expo-light-rgb), var(--expo-focus-ring-opacity));
}

.focus-ring-dark {
  --expo-focus-ring-color: rgba(var(--expo-dark-rgb), var(--expo-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-top {
  border-top: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-end {
  border-right: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-start {
  border-left: var(--expo-border-width) var(--expo-border-style) var(--expo-border-color) !important;
}

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

.border-primary {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-primary-rgb), var(--expo-border-opacity)) !important;
}

.border-secondary {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-secondary-rgb), var(--expo-border-opacity)) !important;
}

.border-success {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-success-rgb), var(--expo-border-opacity)) !important;
}

.border-info {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-info-rgb), var(--expo-border-opacity)) !important;
}

.border-warning {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-warning-rgb), var(--expo-border-opacity)) !important;
}

.border-danger {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-danger-rgb), var(--expo-border-opacity)) !important;
}

.border-light {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-light-rgb), var(--expo-border-opacity)) !important;
}

.border-dark {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-dark-rgb), var(--expo-border-opacity)) !important;
}

.border-black {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-black-rgb), var(--expo-border-opacity)) !important;
}

.border-white {
  --expo-border-opacity: 1;
  border-color: rgba(var(--expo-white-rgb), var(--expo-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--expo-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--expo-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--expo-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--expo-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--expo-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--expo-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--expo-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--expo-dark-border-subtle) !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;
}

.border-6 {
  border-width: 6px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-9 {
  border-width: 9px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-opacity-0 {
  --expo-border-opacity: 0;
}

.border-opacity-5 {
  --expo-border-opacity: 0.075;
}

.border-opacity-10 {
  --expo-border-opacity: 0.1;
}

.border-opacity-20 {
  --expo-border-opacity: 0.2;
}

.border-opacity-25 {
  --expo-border-opacity: 0.25;
}

.border-opacity-30 {
  --expo-border-opacity: 0.3;
}

.border-opacity-40 {
  --expo-border-opacity: 0.4;
}

.border-opacity-50 {
  --expo-border-opacity: 0.5;
}

.border-opacity-60 {
  --expo-border-opacity: 0.6;
}

.border-opacity-70 {
  --expo-border-opacity: 0.7;
}

.border-opacity-75 {
  --expo-border-opacity: 0.75;
}

.border-opacity-80 {
  --expo-border-opacity: 0.8;
}

.border-opacity-90 {
  --expo-border-opacity: 0.9;
}

.border-opacity-100 {
  --expo-border-opacity: 1;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

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

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

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

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

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

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

.m-5 {
  margin: 1.75rem !important;
}

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

.m-7 {
  margin: 2.25rem !important;
}

.m-8 {
  margin: 2.5rem !important;
}

.m-10 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-18 {
  margin: 4.5rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-88 {
  margin: 22rem !important;
}

.m-96 {
  margin: 24rem !important;
}

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

.mx-6 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-7 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

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

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

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

.mx-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

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

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

.mx-56 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-64 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-72 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

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

.mx-88 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

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

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

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

.my-6 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-7 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

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

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

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

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

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

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

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

.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

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

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

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.mt-6 {
  margin-top: 2rem !important;
}

.mt-7 {
  margin-top: 2.25rem !important;
}

.mt-8 {
  margin-top: 2.5rem !important;
}

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

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

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

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

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

.mt-32 {
  margin-top: 8rem !important;
}

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

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

.mt-56 {
  margin-top: 14rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

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

.mt-88 {
  margin-top: 22rem !important;
}

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

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

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

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

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

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

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

.me-6 {
  margin-right: 2rem !important;
}

.me-7 {
  margin-right: 2.25rem !important;
}

.me-8 {
  margin-right: 2.5rem !important;
}

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

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

.me-14 {
  margin-right: 3.5rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

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

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

.me-32 {
  margin-right: 8rem !important;
}

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

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

.me-56 {
  margin-right: 14rem !important;
}

.me-64 {
  margin-right: 16rem !important;
}

.me-72 {
  margin-right: 18rem !important;
}

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

.me-88 {
  margin-right: 22rem !important;
}

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

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 2rem !important;
}

.mb-7 {
  margin-bottom: 2.25rem !important;
}

.mb-8 {
  margin-bottom: 2.5rem !important;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem !important;
}

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

.mb-18 {
  margin-bottom: 4.5rem !important;
}

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

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

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

.mb-48 {
  margin-bottom: 12rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.mb-88 {
  margin-bottom: 22rem !important;
}

.mb-96 {
  margin-bottom: 24rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-px {
  margin-left: 1px !important;
}

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

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

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 1.75rem !important;
}

.ms-6 {
  margin-left: 2rem !important;
}

.ms-7 {
  margin-left: 2.25rem !important;
}

.ms-8 {
  margin-left: 2.5rem !important;
}

.ms-10 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.ms-32 {
  margin-left: 8rem !important;
}

.ms-40 {
  margin-left: 10rem !important;
}

.ms-48 {
  margin-left: 12rem !important;
}

.ms-56 {
  margin-left: 14rem !important;
}

.ms-64 {
  margin-left: 16rem !important;
}

.ms-72 {
  margin-left: 18rem !important;
}

.ms-80 {
  margin-left: 20rem !important;
}

.ms-88 {
  margin-left: 22rem !important;
}

.ms-96 {
  margin-left: 24rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-npx {
  margin: -1px !important;
}

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -1.75rem !important;
}

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

.m-n7 {
  margin: -2.25rem !important;
}

.m-n8 {
  margin: -2.5rem !important;
}

.m-n10 {
  margin: -2.75rem !important;
}

.m-n12 {
  margin: -3rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n16 {
  margin: -4rem !important;
}

.m-n18 {
  margin: -4.5rem !important;
}

.m-n20 {
  margin: -5rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.m-n32 {
  margin: -8rem !important;
}

.m-n40 {
  margin: -10rem !important;
}

.m-n48 {
  margin: -12rem !important;
}

.m-n56 {
  margin: -14rem !important;
}

.m-n64 {
  margin: -16rem !important;
}

.m-n72 {
  margin: -18rem !important;
}

.m-n80 {
  margin: -20rem !important;
}

.m-n88 {
  margin: -22rem !important;
}

.m-n96 {
  margin: -24rem !important;
}

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

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

.mx-n6 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n7 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n8 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n10 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

.mx-n12 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n16 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

.mx-n24 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n32 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

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

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

.mx-n56 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n64 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n72 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

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

.mx-n88 {
  margin-right: -22rem !important;
  margin-left: -22rem !important;
}

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

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

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.my-n6 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n7 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n8 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n10 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.my-n12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

.my-n24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

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

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

.my-n56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

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

.my-n88 {
  margin-top: -22rem !important;
  margin-bottom: -22rem !important;
}

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

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

.mt-n1 {
  margin-top: -0.25rem !important;
}

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

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

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -1.75rem !important;
}

.mt-n6 {
  margin-top: -2rem !important;
}

.mt-n7 {
  margin-top: -2.25rem !important;
}

.mt-n8 {
  margin-top: -2.5rem !important;
}

.mt-n10 {
  margin-top: -2.75rem !important;
}

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

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n16 {
  margin-top: -4rem !important;
}

.mt-n18 {
  margin-top: -4.5rem !important;
}

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

.mt-n24 {
  margin-top: -6rem !important;
}

.mt-n32 {
  margin-top: -8rem !important;
}

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

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

.mt-n56 {
  margin-top: -14rem !important;
}

.mt-n64 {
  margin-top: -16rem !important;
}

.mt-n72 {
  margin-top: -18rem !important;
}

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

.mt-n88 {
  margin-top: -22rem !important;
}

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

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

.me-n1 {
  margin-right: -0.25rem !important;
}

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

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -1.75rem !important;
}

.me-n6 {
  margin-right: -2rem !important;
}

.me-n7 {
  margin-right: -2.25rem !important;
}

.me-n8 {
  margin-right: -2.5rem !important;
}

.me-n10 {
  margin-right: -2.75rem !important;
}

.me-n12 {
  margin-right: -3rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n16 {
  margin-right: -4rem !important;
}

.me-n18 {
  margin-right: -4.5rem !important;
}

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

.me-n24 {
  margin-right: -6rem !important;
}

.me-n32 {
  margin-right: -8rem !important;
}

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

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

.me-n56 {
  margin-right: -14rem !important;
}

.me-n64 {
  margin-right: -16rem !important;
}

.me-n72 {
  margin-right: -18rem !important;
}

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

.me-n88 {
  margin-right: -22rem !important;
}

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

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

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

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

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

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

.mb-n5 {
  margin-bottom: -1.75rem !important;
}

.mb-n6 {
  margin-bottom: -2rem !important;
}

.mb-n7 {
  margin-bottom: -2.25rem !important;
}

.mb-n8 {
  margin-bottom: -2.5rem !important;
}

.mb-n10 {
  margin-bottom: -2.75rem !important;
}

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

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

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

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

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

.mb-n24 {
  margin-bottom: -6rem !important;
}

.mb-n32 {
  margin-bottom: -8rem !important;
}

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

.mb-n48 {
  margin-bottom: -12rem !important;
}

.mb-n56 {
  margin-bottom: -14rem !important;
}

.mb-n64 {
  margin-bottom: -16rem !important;
}

.mb-n72 {
  margin-bottom: -18rem !important;
}

.mb-n80 {
  margin-bottom: -20rem !important;
}

.mb-n88 {
  margin-bottom: -22rem !important;
}

.mb-n96 {
  margin-bottom: -24rem !important;
}

.ms-npx {
  margin-left: -1px !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

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

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -1.75rem !important;
}

.ms-n6 {
  margin-left: -2rem !important;
}

.ms-n7 {
  margin-left: -2.25rem !important;
}

.ms-n8 {
  margin-left: -2.5rem !important;
}

.ms-n10 {
  margin-left: -2.75rem !important;
}

.ms-n12 {
  margin-left: -3rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n16 {
  margin-left: -4rem !important;
}

.ms-n18 {
  margin-left: -4.5rem !important;
}

.ms-n20 {
  margin-left: -5rem !important;
}

.ms-n24 {
  margin-left: -6rem !important;
}

.ms-n32 {
  margin-left: -8rem !important;
}

.ms-n40 {
  margin-left: -10rem !important;
}

.ms-n48 {
  margin-left: -12rem !important;
}

.ms-n56 {
  margin-left: -14rem !important;
}

.ms-n64 {
  margin-left: -16rem !important;
}

.ms-n72 {
  margin-left: -18rem !important;
}

.ms-n80 {
  margin-left: -20rem !important;
}

.ms-n88 {
  margin-left: -22rem !important;
}

.ms-n96 {
  margin-left: -24rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-px {
  padding: 1px !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 1.75rem !important;
}

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

.p-7 {
  padding: 2.25rem !important;
}

.p-8 {
  padding: 2.5rem !important;
}

.p-10 {
  padding: 2.75rem !important;
}

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

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-88 {
  padding: 22rem !important;
}

.p-96 {
  padding: 24rem !important;
}

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

.px-px {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-6 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-7 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-56 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-64 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-72 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-80 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.px-88 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

.px-96 {
  padding-right: 24rem !important;
  padding-left: 24rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.py-6 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-7 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-10 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

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

.pt-px {
  padding-top: 1px !important;
}

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.75rem !important;
}

.pt-6 {
  padding-top: 2rem !important;
}

.pt-7 {
  padding-top: 2.25rem !important;
}

.pt-8 {
  padding-top: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-88 {
  padding-top: 22rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

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

.pe-px {
  padding-right: 1px !important;
}

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

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 1.75rem !important;
}

.pe-6 {
  padding-right: 2rem !important;
}

.pe-7 {
  padding-right: 2.25rem !important;
}

.pe-8 {
  padding-right: 2.5rem !important;
}

.pe-10 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.pe-32 {
  padding-right: 8rem !important;
}

.pe-40 {
  padding-right: 10rem !important;
}

.pe-48 {
  padding-right: 12rem !important;
}

.pe-56 {
  padding-right: 14rem !important;
}

.pe-64 {
  padding-right: 16rem !important;
}

.pe-72 {
  padding-right: 18rem !important;
}

.pe-80 {
  padding-right: 20rem !important;
}

.pe-88 {
  padding-right: 22rem !important;
}

.pe-96 {
  padding-right: 24rem !important;
}

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

.pb-px {
  padding-bottom: 1px !important;
}

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.75rem !important;
}

.pb-6 {
  padding-bottom: 2rem !important;
}

.pb-7 {
  padding-bottom: 2.25rem !important;
}

.pb-8 {
  padding-bottom: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-88 {
  padding-bottom: 22rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

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

.ps-px {
  padding-left: 1px !important;
}

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

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 1.75rem !important;
}

.ps-6 {
  padding-left: 2rem !important;
}

.ps-7 {
  padding-left: 2.25rem !important;
}

.ps-8 {
  padding-left: 2.5rem !important;
}

.ps-10 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.ps-32 {
  padding-left: 8rem !important;
}

.ps-40 {
  padding-left: 10rem !important;
}

.ps-48 {
  padding-left: 12rem !important;
}

.ps-56 {
  padding-left: 14rem !important;
}

.ps-64 {
  padding-left: 16rem !important;
}

.ps-72 {
  padding-left: 18rem !important;
}

.ps-80 {
  padding-left: 20rem !important;
}

.ps-88 {
  padding-left: 22rem !important;
}

.ps-96 {
  padding-left: 24rem !important;
}

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 1.75rem !important;
}

.gap-6 {
  gap: 2rem !important;
}

.gap-7 {
  gap: 2.25rem !important;
}

.gap-8 {
  gap: 2.5rem !important;
}

.gap-10 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-18 {
  gap: 4.5rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-88 {
  gap: 22rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-px {
  row-gap: 1px !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 1.75rem !important;
}

.row-gap-6 {
  row-gap: 2rem !important;
}

.row-gap-7 {
  row-gap: 2.25rem !important;
}

.row-gap-8 {
  row-gap: 2.5rem !important;
}

.row-gap-10 {
  row-gap: 2.75rem !important;
}

.row-gap-12 {
  row-gap: 3rem !important;
}

.row-gap-14 {
  row-gap: 3.5rem !important;
}

.row-gap-16 {
  row-gap: 4rem !important;
}

.row-gap-18 {
  row-gap: 4.5rem !important;
}

.row-gap-20 {
  row-gap: 5rem !important;
}

.row-gap-24 {
  row-gap: 6rem !important;
}

.row-gap-32 {
  row-gap: 8rem !important;
}

.row-gap-40 {
  row-gap: 10rem !important;
}

.row-gap-48 {
  row-gap: 12rem !important;
}

.row-gap-56 {
  row-gap: 14rem !important;
}

.row-gap-64 {
  row-gap: 16rem !important;
}

.row-gap-72 {
  row-gap: 18rem !important;
}

.row-gap-80 {
  row-gap: 20rem !important;
}

.row-gap-88 {
  row-gap: 22rem !important;
}

.row-gap-96 {
  row-gap: 24rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.column-gap-6 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.column-gap-7 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.column-gap-8 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.column-gap-10 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.column-gap-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.column-gap-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.column-gap-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.column-gap-18 {
  -moz-column-gap: 4.5rem !important;
       column-gap: 4.5rem !important;
}

.column-gap-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.column-gap-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.column-gap-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.column-gap-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.column-gap-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.column-gap-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.column-gap-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.column-gap-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.column-gap-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.column-gap-88 {
  -moz-column-gap: 22rem !important;
       column-gap: 22rem !important;
}

.column-gap-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.font-monospace {
  font-family: var(--expo-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.34375rem + 1.125vw) !important;
}

.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
  font-size: calc(1.278125rem + 0.3375vw) !important;
}

.fs-4 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-5 {
  font-size: 1.09375rem !important;
}

.fs-6 {
  font-size: 0.875rem !important;
}

.fs-7 {
  font-size: 0.4375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-24 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-48 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-56 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-64 {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-72 {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-88 {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-96 {
  font-size: calc(1.725rem + 5.7vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-primary-rgb), var(--expo-text-opacity)) !important;
}

.text-secondary {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-secondary-rgb), var(--expo-text-opacity)) !important;
}

.text-success {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-success-rgb), var(--expo-text-opacity)) !important;
}

.text-info {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-info-rgb), var(--expo-text-opacity)) !important;
}

.text-warning {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-warning-rgb), var(--expo-text-opacity)) !important;
}

.text-danger {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-danger-rgb), var(--expo-text-opacity)) !important;
}

.text-light {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-light-rgb), var(--expo-text-opacity)) !important;
}

.text-dark {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-dark-rgb), var(--expo-text-opacity)) !important;
}

.text-black {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-black-rgb), var(--expo-text-opacity)) !important;
}

.text-white {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-white-rgb), var(--expo-text-opacity)) !important;
}

.text-body {
  --expo-text-opacity: 1;
  color: rgba(var(--expo-body-color-rgb), var(--expo-text-opacity)) !important;
}

.text-muted {
  --expo-text-opacity: 1;
  color: var(--expo-secondary-color) !important;
}

.text-black-50 {
  --expo-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --expo-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --expo-text-opacity: 1;
  color: var(--expo-secondary-color) !important;
}

.text-body-tertiary {
  --expo-text-opacity: 1;
  color: var(--expo-tertiary-color) !important;
}

.text-body-emphasis {
  --expo-text-opacity: 1;
  color: var(--expo-emphasis-color) !important;
}

.text-reset {
  --expo-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --expo-text-opacity: 0.25;
}

.text-opacity-50 {
  --expo-text-opacity: 0.5;
}

.text-opacity-75 {
  --expo-text-opacity: 0.75;
}

.text-opacity-100 {
  --expo-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--expo-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--expo-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--expo-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--expo-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--expo-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--expo-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--expo-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--expo-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --expo-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --expo-link-opacity: 0.1;
}

.link-opacity-25 {
  --expo-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --expo-link-opacity: 0.25;
}

.link-opacity-50 {
  --expo-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --expo-link-opacity: 0.5;
}

.link-opacity-75 {
  --expo-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --expo-link-opacity: 0.75;
}

.link-opacity-100 {
  --expo-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --expo-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-primary-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-primary-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-secondary-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-secondary-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-success {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-success-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-success-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-info {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-info-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-info-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-warning {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-warning-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-warning-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-danger {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-danger-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-danger-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-light {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-light-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-light-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline-dark {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-dark-rgb), var(--expo-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--expo-dark-rgb), var(--expo-link-underline-opacity)) !important;
}

.link-underline {
  --expo-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--expo-link-color-rgb), var(--expo-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --expo-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --expo-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --expo-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --expo-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --expo-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --expo-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --expo-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --expo-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --expo-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --expo-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --expo-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --expo-link-underline-opacity: 1;
}

.bg-primary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-primary-rgb), var(--expo-bg-opacity)) !important;
}

.bg-secondary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-secondary-rgb), var(--expo-bg-opacity)) !important;
}

.bg-success {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-success-rgb), var(--expo-bg-opacity)) !important;
}

.bg-info {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-info-rgb), var(--expo-bg-opacity)) !important;
}

.bg-warning {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-warning-rgb), var(--expo-bg-opacity)) !important;
}

.bg-danger {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-danger-rgb), var(--expo-bg-opacity)) !important;
}

.bg-light {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-light-rgb), var(--expo-bg-opacity)) !important;
}

.bg-dark {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-dark-rgb), var(--expo-bg-opacity)) !important;
}

.bg-black {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-black-rgb), var(--expo-bg-opacity)) !important;
}

.bg-white {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-white-rgb), var(--expo-bg-opacity)) !important;
}

.bg-body {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-body-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-transparent {
  --expo-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-secondary-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-body-tertiary {
  --expo-bg-opacity: 1;
  background-color: rgba(var(--expo-tertiary-bg-rgb), var(--expo-bg-opacity)) !important;
}

.bg-opacity-0 {
  --expo-bg-opacity: 0;
}

.bg-opacity-5 {
  --expo-bg-opacity: 0.075;
}

.bg-opacity-10 {
  --expo-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --expo-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --expo-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --expo-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --expo-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --expo-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --expo-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --expo-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --expo-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --expo-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --expo-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --expo-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--expo-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--expo-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--expo-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--expo-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--expo-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--expo-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--expo-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--expo-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--expo-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;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--expo-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--expo-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--expo-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--expo-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--expo-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--expo-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--expo-border-radius) !important;
  border-top-right-radius: var(--expo-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--expo-border-radius-sm) !important;
  border-top-right-radius: var(--expo-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--expo-border-radius) !important;
  border-top-right-radius: var(--expo-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--expo-border-radius-lg) !important;
  border-top-right-radius: var(--expo-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--expo-border-radius-xl) !important;
  border-top-right-radius: var(--expo-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--expo-border-radius-xxl) !important;
  border-top-right-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--expo-border-radius-pill) !important;
  border-top-right-radius: var(--expo-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--expo-border-radius) !important;
  border-bottom-right-radius: var(--expo-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--expo-border-radius-sm) !important;
  border-bottom-right-radius: var(--expo-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--expo-border-radius) !important;
  border-bottom-right-radius: var(--expo-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--expo-border-radius-lg) !important;
  border-bottom-right-radius: var(--expo-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--expo-border-radius-xl) !important;
  border-bottom-right-radius: var(--expo-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--expo-border-radius-xxl) !important;
  border-bottom-right-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--expo-border-radius-pill) !important;
  border-bottom-right-radius: var(--expo-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--expo-border-radius) !important;
  border-bottom-left-radius: var(--expo-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--expo-border-radius-sm) !important;
  border-bottom-left-radius: var(--expo-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--expo-border-radius) !important;
  border-bottom-left-radius: var(--expo-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--expo-border-radius-lg) !important;
  border-bottom-left-radius: var(--expo-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--expo-border-radius-xl) !important;
  border-bottom-left-radius: var(--expo-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--expo-border-radius-xxl) !important;
  border-bottom-left-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--expo-border-radius-pill) !important;
  border-bottom-left-radius: var(--expo-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--expo-border-radius) !important;
  border-top-left-radius: var(--expo-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--expo-border-radius-sm) !important;
  border-top-left-radius: var(--expo-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--expo-border-radius) !important;
  border-top-left-radius: var(--expo-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--expo-border-radius-lg) !important;
  border-top-left-radius: var(--expo-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--expo-border-radius-xl) !important;
  border-top-left-radius: var(--expo-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--expo-border-radius-xxl) !important;
  border-top-left-radius: var(--expo-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--expo-border-radius-pill) !important;
  border-top-left-radius: var(--expo-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-1020 {
  z-index: 1020 !important;
}

.z-1030 {
  z-index: 1030 !important;
}

.z-1040 {
  z-index: 1040 !important;
}

.z-1045 {
  z-index: 1045 !important;
}

.z-1050 {
  z-index: 1045 !important;
}

.z-1055 {
  z-index: 1055 !important;
}

.z-1070 {
  z-index: 1070 !important;
}

.z-1080 {
  z-index: 1080 !important;
}

.z-1090 {
  z-index: 1090 !important;
}

.wd-0 {
  width: 0 !important;
}

.wd-1 {
  width: 0.0625rem !important;
}

.wd-2 {
  width: 0.125rem !important;
}

.wd-3 {
  width: 0.1875rem !important;
}

.wd-4 {
  width: 0.25rem !important;
}

.wd-5 {
  width: 0.3125rem !important;
}

.wd-6 {
  width: 0.375rem !important;
}

.wd-7 {
  width: 0.4375rem !important;
}

.wd-8 {
  width: 0.5rem !important;
}

.wd-9 {
  width: 0.5625rem !important;
}

.wd-10 {
  width: 0.625rem !important;
}

.wd-12 {
  width: 0.75rem !important;
}

.wd-14 {
  width: 0.875rem !important;
}

.wd-16 {
  width: 1rem !important;
}

.wd-18 {
  width: 1.125rem !important;
}

.wd-20 {
  width: 1.25rem !important;
}

.wd-24 {
  width: 1.5rem !important;
}

.wd-30 {
  width: 1.875rem !important;
}

.wd-32 {
  width: 2rem !important;
}

.wd-40 {
  width: 2.5rem !important;
}

.wd-48 {
  width: 3rem !important;
}

.wd-50 {
  width: 3.125rem !important;
}

.wd-56 {
  width: 3.5rem !important;
}

.wd-60 {
  width: 3.75rem !important;
}

.wd-64 {
  width: 4rem !important;
}

.wd-70 {
  width: 4.375rem !important;
}

.wd-72 {
  width: 4.5rem !important;
}

.wd-80 {
  width: 5rem !important;
}

.wd-88 {
  width: 5.5rem !important;
}

.wd-90 {
  width: 5.625rem !important;
}

.wd-96 {
  width: 6rem !important;
}

.wd-100 {
  width: 6.25rem !important;
}

.wd-150 {
  width: 9.375rem !important;
}

.wd-200 {
  width: 12.5rem !important;
}

.wd-250 {
  width: 15.625rem !important;
}

.wd-300 {
  width: 18.75rem !important;
}

.wd-350 {
  width: 21.875rem !important;
}

.wd-400 {
  width: 25rem !important;
}

.wd-450 {
  width: 28.125rem !important;
}

.wd-500 {
  width: 31.25rem !important;
}

.wd-550 {
  width: 34.375rem !important;
}

.wd-600 {
  width: 37.5rem !important;
}

.ht-0 {
  height: 0 !important;
}

.ht-1 {
  height: 0.0625rem !important;
}

.ht-2 {
  height: 0.125rem !important;
}

.ht-3 {
  height: 0.1875rem !important;
}

.ht-4 {
  height: 0.25rem !important;
}

.ht-5 {
  height: 0.3125rem !important;
}

.ht-6 {
  height: 0.375rem !important;
}

.ht-7 {
  height: 0.4375rem !important;
}

.ht-8 {
  height: 0.5rem !important;
}

.ht-9 {
  height: 0.5625rem !important;
}

.ht-10 {
  height: 0.625rem !important;
}

.ht-12 {
  height: 0.75rem !important;
}

.ht-14 {
  height: 0.875rem !important;
}

.ht-16 {
  height: 1rem !important;
}

.ht-18 {
  height: 1.125rem !important;
}

.ht-20 {
  height: 1.25rem !important;
}

.ht-24 {
  height: 1.5rem !important;
}

.ht-30 {
  height: 1.875rem !important;
}

.ht-32 {
  height: 2rem !important;
}

.ht-40 {
  height: 2.5rem !important;
}

.ht-48 {
  height: 3rem !important;
}

.ht-50 {
  height: 3.125rem !important;
}

.ht-56 {
  height: 3.5rem !important;
}

.ht-60 {
  height: 3.75rem !important;
}

.ht-64 {
  height: 4rem !important;
}

.ht-70 {
  height: 4.375rem !important;
}

.ht-72 {
  height: 4.5rem !important;
}

.ht-80 {
  height: 5rem !important;
}

.ht-88 {
  height: 5.5rem !important;
}

.ht-90 {
  height: 5.625rem !important;
}

.ht-96 {
  height: 6rem !important;
}

.ht-100 {
  height: 6.25rem !important;
}

.ht-150 {
  height: 9.375rem !important;
}

.ht-200 {
  height: 12.5rem !important;
}

.ht-250 {
  height: 15.625rem !important;
}

.ht-300 {
  height: 18.75rem !important;
}

.ht-350 {
  height: 21.875rem !important;
}

.ht-400 {
  height: 25rem !important;
}

.ht-450 {
  height: 28.125rem !important;
}

.ht-500 {
  height: 31.25rem !important;
}

.ht-550 {
  height: 34.375rem !important;
}

.ht-600 {
  height: 37.5rem !important;
}

.min-wd-0 {
  min-width: 0 !important;
}

.min-wd-1 {
  min-width: 0.0625rem !important;
}

.min-wd-2 {
  min-width: 0.125rem !important;
}

.min-wd-3 {
  min-width: 0.1875rem !important;
}

.min-wd-4 {
  min-width: 0.25rem !important;
}

.min-wd-5 {
  min-width: 0.3125rem !important;
}

.min-wd-6 {
  min-width: 0.375rem !important;
}

.min-wd-7 {
  min-width: 0.4375rem !important;
}

.min-wd-8 {
  min-width: 0.5rem !important;
}

.min-wd-9 {
  min-width: 0.5625rem !important;
}

.min-wd-10 {
  min-width: 0.625rem !important;
}

.min-wd-12 {
  min-width: 0.75rem !important;
}

.min-wd-14 {
  min-width: 0.875rem !important;
}

.min-wd-16 {
  min-width: 1rem !important;
}

.min-wd-18 {
  min-width: 1.125rem !important;
}

.min-wd-20 {
  min-width: 1.25rem !important;
}

.min-wd-24 {
  min-width: 1.5rem !important;
}

.min-wd-30 {
  min-width: 1.875rem !important;
}

.min-wd-32 {
  min-width: 2rem !important;
}

.min-wd-40 {
  min-width: 2.5rem !important;
}

.min-wd-48 {
  min-width: 3rem !important;
}

.min-wd-50 {
  min-width: 3.125rem !important;
}

.min-wd-56 {
  min-width: 3.5rem !important;
}

.min-wd-60 {
  min-width: 3.75rem !important;
}

.min-wd-64 {
  min-width: 4rem !important;
}

.min-wd-70 {
  min-width: 4.375rem !important;
}

.min-wd-72 {
  min-width: 4.5rem !important;
}

.min-wd-80 {
  min-width: 5rem !important;
}

.min-wd-88 {
  min-width: 5.5rem !important;
}

.min-wd-90 {
  min-width: 5.625rem !important;
}

.min-wd-96 {
  min-width: 6rem !important;
}

.min-wd-100 {
  min-width: 6.25rem !important;
}

.min-wd-150 {
  min-width: 9.375rem !important;
}

.min-wd-200 {
  min-width: 12.5rem !important;
}

.min-wd-250 {
  min-width: 15.625rem !important;
}

.min-wd-300 {
  min-width: 18.75rem !important;
}

.min-wd-350 {
  min-width: 21.875rem !important;
}

.min-wd-400 {
  min-width: 25rem !important;
}

.min-wd-450 {
  min-width: 28.125rem !important;
}

.min-wd-500 {
  min-width: 31.25rem !important;
}

.min-wd-550 {
  min-width: 34.375rem !important;
}

.min-wd-600 {
  min-width: 37.5rem !important;
}

.min-ht-0 {
  min-height: 0 !important;
}

.min-ht-1 {
  min-height: 0.0625rem !important;
}

.min-ht-2 {
  min-height: 0.125rem !important;
}

.min-ht-3 {
  min-height: 0.1875rem !important;
}

.min-ht-4 {
  min-height: 0.25rem !important;
}

.min-ht-5 {
  min-height: 0.3125rem !important;
}

.min-ht-6 {
  min-height: 0.375rem !important;
}

.min-ht-7 {
  min-height: 0.4375rem !important;
}

.min-ht-8 {
  min-height: 0.5rem !important;
}

.min-ht-9 {
  min-height: 0.5625rem !important;
}

.min-ht-10 {
  min-height: 0.625rem !important;
}

.min-ht-12 {
  min-height: 0.75rem !important;
}

.min-ht-14 {
  min-height: 0.875rem !important;
}

.min-ht-16 {
  min-height: 1rem !important;
}

.min-ht-18 {
  min-height: 1.125rem !important;
}

.min-ht-20 {
  min-height: 1.25rem !important;
}

.min-ht-24 {
  min-height: 1.5rem !important;
}

.min-ht-30 {
  min-height: 1.875rem !important;
}

.min-ht-32 {
  min-height: 2rem !important;
}

.min-ht-40 {
  min-height: 2.5rem !important;
}

.min-ht-48 {
  min-height: 3rem !important;
}

.min-ht-50 {
  min-height: 3.125rem !important;
}

.min-ht-56 {
  min-height: 3.5rem !important;
}

.min-ht-60 {
  min-height: 3.75rem !important;
}

.min-ht-64 {
  min-height: 4rem !important;
}

.min-ht-70 {
  min-height: 4.375rem !important;
}

.min-ht-72 {
  min-height: 4.5rem !important;
}

.min-ht-80 {
  min-height: 5rem !important;
}

.min-ht-88 {
  min-height: 5.5rem !important;
}

.min-ht-90 {
  min-height: 5.625rem !important;
}

.min-ht-96 {
  min-height: 6rem !important;
}

.min-ht-100 {
  min-height: 6.25rem !important;
}

.min-ht-150 {
  min-height: 9.375rem !important;
}

.min-ht-200 {
  min-height: 12.5rem !important;
}

.min-ht-250 {
  min-height: 15.625rem !important;
}

.min-ht-300 {
  min-height: 18.75rem !important;
}

.min-ht-350 {
  min-height: 21.875rem !important;
}

.min-ht-400 {
  min-height: 25rem !important;
}

.min-ht-450 {
  min-height: 28.125rem !important;
}

.min-ht-500 {
  min-height: 31.25rem !important;
}

.min-ht-550 {
  min-height: 34.375rem !important;
}

.min-ht-600 {
  min-height: 37.5rem !important;
}

.max-wd-0 {
  max-width: 0 !important;
}

.max-wd-1 {
  max-width: 0.0625rem !important;
}

.max-wd-2 {
  max-width: 0.125rem !important;
}

.max-wd-3 {
  max-width: 0.1875rem !important;
}

.max-wd-4 {
  max-width: 0.25rem !important;
}

.max-wd-5 {
  max-width: 0.3125rem !important;
}

.max-wd-6 {
  max-width: 0.375rem !important;
}

.max-wd-7 {
  max-width: 0.4375rem !important;
}

.max-wd-8 {
  max-width: 0.5rem !important;
}

.max-wd-9 {
  max-width: 0.5625rem !important;
}

.max-wd-10 {
  max-width: 0.625rem !important;
}

.max-wd-12 {
  max-width: 0.75rem !important;
}

.max-wd-14 {
  max-width: 0.875rem !important;
}

.max-wd-16 {
  max-width: 1rem !important;
}

.max-wd-18 {
  max-width: 1.125rem !important;
}

.max-wd-20 {
  max-width: 1.25rem !important;
}

.max-wd-24 {
  max-width: 1.5rem !important;
}

.max-wd-30 {
  max-width: 1.875rem !important;
}

.max-wd-32 {
  max-width: 2rem !important;
}

.max-wd-40 {
  max-width: 2.5rem !important;
}

.max-wd-48 {
  max-width: 3rem !important;
}

.max-wd-50 {
  max-width: 3.125rem !important;
}

.max-wd-56 {
  max-width: 3.5rem !important;
}

.max-wd-60 {
  max-width: 3.75rem !important;
}

.max-wd-64 {
  max-width: 4rem !important;
}

.max-wd-70 {
  max-width: 4.375rem !important;
}

.max-wd-72 {
  max-width: 4.5rem !important;
}

.max-wd-80 {
  max-width: 5rem !important;
}

.max-wd-88 {
  max-width: 5.5rem !important;
}

.max-wd-90 {
  max-width: 5.625rem !important;
}

.max-wd-96 {
  max-width: 6rem !important;
}

.max-wd-100 {
  max-width: 6.25rem !important;
}

.max-wd-150 {
  max-width: 9.375rem !important;
}

.max-wd-200 {
  max-width: 12.5rem !important;
}

.max-wd-250 {
  max-width: 15.625rem !important;
}

.max-wd-300 {
  max-width: 18.75rem !important;
}

.max-wd-350 {
  max-width: 21.875rem !important;
}

.max-wd-400 {
  max-width: 25rem !important;
}

.max-wd-450 {
  max-width: 28.125rem !important;
}

.max-wd-500 {
  max-width: 31.25rem !important;
}

.max-wd-550 {
  max-width: 34.375rem !important;
}

.max-wd-600 {
  max-width: 37.5rem !important;
}

.max-ht-0 {
  max-height: 0 !important;
}

.max-ht-1 {
  max-height: 0.0625rem !important;
}

.max-ht-2 {
  max-height: 0.125rem !important;
}

.max-ht-3 {
  max-height: 0.1875rem !important;
}

.max-ht-4 {
  max-height: 0.25rem !important;
}

.max-ht-5 {
  max-height: 0.3125rem !important;
}

.max-ht-6 {
  max-height: 0.375rem !important;
}

.max-ht-7 {
  max-height: 0.4375rem !important;
}

.max-ht-8 {
  max-height: 0.5rem !important;
}

.max-ht-9 {
  max-height: 0.5625rem !important;
}

.max-ht-10 {
  max-height: 0.625rem !important;
}

.max-ht-12 {
  max-height: 0.75rem !important;
}

.max-ht-14 {
  max-height: 0.875rem !important;
}

.max-ht-16 {
  max-height: 1rem !important;
}

.max-ht-18 {
  max-height: 1.125rem !important;
}

.max-ht-20 {
  max-height: 1.25rem !important;
}

.max-ht-24 {
  max-height: 1.5rem !important;
}

.max-ht-30 {
  max-height: 1.875rem !important;
}

.max-ht-32 {
  max-height: 2rem !important;
}

.max-ht-40 {
  max-height: 2.5rem !important;
}

.max-ht-48 {
  max-height: 3rem !important;
}

.max-ht-50 {
  max-height: 3.125rem !important;
}

.max-ht-56 {
  max-height: 3.5rem !important;
}

.max-ht-60 {
  max-height: 3.75rem !important;
}

.max-ht-64 {
  max-height: 4rem !important;
}

.max-ht-70 {
  max-height: 4.375rem !important;
}

.max-ht-72 {
  max-height: 4.5rem !important;
}

.max-ht-80 {
  max-height: 5rem !important;
}

.max-ht-88 {
  max-height: 5.5rem !important;
}

.max-ht-90 {
  max-height: 5.625rem !important;
}

.max-ht-96 {
  max-height: 6rem !important;
}

.max-ht-100 {
  max-height: 6.25rem !important;
}

.max-ht-150 {
  max-height: 9.375rem !important;
}

.max-ht-200 {
  max-height: 12.5rem !important;
}

.max-ht-250 {
  max-height: 15.625rem !important;
}

.max-ht-300 {
  max-height: 18.75rem !important;
}

.max-ht-350 {
  max-height: 21.875rem !important;
}

.max-ht-400 {
  max-height: 25rem !important;
}

.max-ht-450 {
  max-height: 28.125rem !important;
}

.max-ht-500 {
  max-height: 31.25rem !important;
}

.max-ht-550 {
  max-height: 34.375rem !important;
}

.max-ht-600 {
  max-height: 37.5rem !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-top-double {
  border-top-style: double !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-top-ridge {
  border-top-style: ridge !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-left-dotted {
  border-left-style: dotted !important;
}

.border-left-double {
  border-left-style: double !important;
}

.border-left-groove {
  border-left-style: groove !important;
}

.border-left-ridge {
  border-left-style: ridge !important;
}

.border-left-inset {
  border-left-style: inset !important;
}

.border-left-outset {
  border-left-style: outset !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-right-dotted {
  border-right-style: dotted !important;
}

.border-right-double {
  border-right-style: double !important;
}

.border-right-groove {
  border-right-style: groove !important;
}

.border-right-ridge {
  border-right-style: ridge !important;
}

.border-right-inset {
  border-right-style: inset !important;
}

.border-right-outset {
  border-right-style: outset !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-bottom-double {
  border-bottom-style: double !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 1.75rem !important;
  }
  .m-sm-6 {
    margin: 2rem !important;
  }
  .m-sm-7 {
    margin: 2.25rem !important;
  }
  .m-sm-8 {
    margin: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .m-sm-32 {
    margin: 8rem !important;
  }
  .m-sm-40 {
    margin: 10rem !important;
  }
  .m-sm-48 {
    margin: 12rem !important;
  }
  .m-sm-56 {
    margin: 14rem !important;
  }
  .m-sm-64 {
    margin: 16rem !important;
  }
  .m-sm-72 {
    margin: 18rem !important;
  }
  .m-sm-80 {
    margin: 20rem !important;
  }
  .m-sm-88 {
    margin: 22rem !important;
  }
  .m-sm-96 {
    margin: 24rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-sm-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-sm-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-px {
    margin-top: 1px !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 2rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-8 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mt-sm-24 {
    margin-top: 6rem !important;
  }
  .mt-sm-32 {
    margin-top: 8rem !important;
  }
  .mt-sm-40 {
    margin-top: 10rem !important;
  }
  .mt-sm-48 {
    margin-top: 12rem !important;
  }
  .mt-sm-56 {
    margin-top: 14rem !important;
  }
  .mt-sm-64 {
    margin-top: 16rem !important;
  }
  .mt-sm-72 {
    margin-top: 18rem !important;
  }
  .mt-sm-80 {
    margin-top: 20rem !important;
  }
  .mt-sm-88 {
    margin-top: 22rem !important;
  }
  .mt-sm-96 {
    margin-top: 24rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-px {
    margin-right: 1px !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 1.75rem !important;
  }
  .me-sm-6 {
    margin-right: 2rem !important;
  }
  .me-sm-7 {
    margin-right: 2.25rem !important;
  }
  .me-sm-8 {
    margin-right: 2.5rem !important;
  }
  .me-sm-10 {
    margin-right: 2.75rem !important;
  }
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
  .me-sm-16 {
    margin-right: 4rem !important;
  }
  .me-sm-18 {
    margin-right: 4.5rem !important;
  }
  .me-sm-20 {
    margin-right: 5rem !important;
  }
  .me-sm-24 {
    margin-right: 6rem !important;
  }
  .me-sm-32 {
    margin-right: 8rem !important;
  }
  .me-sm-40 {
    margin-right: 10rem !important;
  }
  .me-sm-48 {
    margin-right: 12rem !important;
  }
  .me-sm-56 {
    margin-right: 14rem !important;
  }
  .me-sm-64 {
    margin-right: 16rem !important;
  }
  .me-sm-72 {
    margin-right: 18rem !important;
  }
  .me-sm-80 {
    margin-right: 20rem !important;
  }
  .me-sm-88 {
    margin-right: 22rem !important;
  }
  .me-sm-96 {
    margin-right: 24rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-px {
    margin-bottom: 1px !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-48 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-56 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-64 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-72 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-88 {
    margin-bottom: 22rem !important;
  }
  .mb-sm-96 {
    margin-bottom: 24rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-px {
    margin-left: 1px !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 2rem !important;
  }
  .ms-sm-7 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-8 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-16 {
    margin-left: 4rem !important;
  }
  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 5rem !important;
  }
  .ms-sm-24 {
    margin-left: 6rem !important;
  }
  .ms-sm-32 {
    margin-left: 8rem !important;
  }
  .ms-sm-40 {
    margin-left: 10rem !important;
  }
  .ms-sm-48 {
    margin-left: 12rem !important;
  }
  .ms-sm-56 {
    margin-left: 14rem !important;
  }
  .ms-sm-64 {
    margin-left: 16rem !important;
  }
  .ms-sm-72 {
    margin-left: 18rem !important;
  }
  .ms-sm-80 {
    margin-left: 20rem !important;
  }
  .ms-sm-88 {
    margin-left: 22rem !important;
  }
  .ms-sm-96 {
    margin-left: 24rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-npx {
    margin: -1px !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -1.75rem !important;
  }
  .m-sm-n6 {
    margin: -2rem !important;
  }
  .m-sm-n7 {
    margin: -2.25rem !important;
  }
  .m-sm-n8 {
    margin: -2.5rem !important;
  }
  .m-sm-n10 {
    margin: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .m-sm-n32 {
    margin: -8rem !important;
  }
  .m-sm-n40 {
    margin: -10rem !important;
  }
  .m-sm-n48 {
    margin: -12rem !important;
  }
  .m-sm-n56 {
    margin: -14rem !important;
  }
  .m-sm-n64 {
    margin: -16rem !important;
  }
  .m-sm-n72 {
    margin: -18rem !important;
  }
  .m-sm-n80 {
    margin: -20rem !important;
  }
  .m-sm-n88 {
    margin: -22rem !important;
  }
  .m-sm-n96 {
    margin: -24rem !important;
  }
  .mx-sm-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-sm-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-sm-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-sm-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-sm-npx {
    margin-top: -1px !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n6 {
    margin-top: -2rem !important;
  }
  .mt-sm-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-sm-n12 {
    margin-top: -3rem !important;
  }
  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n16 {
    margin-top: -4rem !important;
  }
  .mt-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n20 {
    margin-top: -5rem !important;
  }
  .mt-sm-n24 {
    margin-top: -6rem !important;
  }
  .mt-sm-n32 {
    margin-top: -8rem !important;
  }
  .mt-sm-n40 {
    margin-top: -10rem !important;
  }
  .mt-sm-n48 {
    margin-top: -12rem !important;
  }
  .mt-sm-n56 {
    margin-top: -14rem !important;
  }
  .mt-sm-n64 {
    margin-top: -16rem !important;
  }
  .mt-sm-n72 {
    margin-top: -18rem !important;
  }
  .mt-sm-n80 {
    margin-top: -20rem !important;
  }
  .mt-sm-n88 {
    margin-top: -22rem !important;
  }
  .mt-sm-n96 {
    margin-top: -24rem !important;
  }
  .me-sm-npx {
    margin-right: -1px !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n6 {
    margin-right: -2rem !important;
  }
  .me-sm-n7 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n8 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n10 {
    margin-right: -2.75rem !important;
  }
  .me-sm-n12 {
    margin-right: -3rem !important;
  }
  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n16 {
    margin-right: -4rem !important;
  }
  .me-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n20 {
    margin-right: -5rem !important;
  }
  .me-sm-n24 {
    margin-right: -6rem !important;
  }
  .me-sm-n32 {
    margin-right: -8rem !important;
  }
  .me-sm-n40 {
    margin-right: -10rem !important;
  }
  .me-sm-n48 {
    margin-right: -12rem !important;
  }
  .me-sm-n56 {
    margin-right: -14rem !important;
  }
  .me-sm-n64 {
    margin-right: -16rem !important;
  }
  .me-sm-n72 {
    margin-right: -18rem !important;
  }
  .me-sm-n80 {
    margin-right: -20rem !important;
  }
  .me-sm-n88 {
    margin-right: -22rem !important;
  }
  .me-sm-n96 {
    margin-right: -24rem !important;
  }
  .mb-sm-npx {
    margin-bottom: -1px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-sm-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-sm-npx {
    margin-left: -1px !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n6 {
    margin-left: -2rem !important;
  }
  .ms-sm-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-sm-n12 {
    margin-left: -3rem !important;
  }
  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n16 {
    margin-left: -4rem !important;
  }
  .ms-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n20 {
    margin-left: -5rem !important;
  }
  .ms-sm-n24 {
    margin-left: -6rem !important;
  }
  .ms-sm-n32 {
    margin-left: -8rem !important;
  }
  .ms-sm-n40 {
    margin-left: -10rem !important;
  }
  .ms-sm-n48 {
    margin-left: -12rem !important;
  }
  .ms-sm-n56 {
    margin-left: -14rem !important;
  }
  .ms-sm-n64 {
    margin-left: -16rem !important;
  }
  .ms-sm-n72 {
    margin-left: -18rem !important;
  }
  .ms-sm-n80 {
    margin-left: -20rem !important;
  }
  .ms-sm-n88 {
    margin-left: -22rem !important;
  }
  .ms-sm-n96 {
    margin-left: -24rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-px {
    padding: 1px !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 1.75rem !important;
  }
  .p-sm-6 {
    padding: 2rem !important;
  }
  .p-sm-7 {
    padding: 2.25rem !important;
  }
  .p-sm-8 {
    padding: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .p-sm-32 {
    padding: 8rem !important;
  }
  .p-sm-40 {
    padding: 10rem !important;
  }
  .p-sm-48 {
    padding: 12rem !important;
  }
  .p-sm-56 {
    padding: 14rem !important;
  }
  .p-sm-64 {
    padding: 16rem !important;
  }
  .p-sm-72 {
    padding: 18rem !important;
  }
  .p-sm-80 {
    padding: 20rem !important;
  }
  .p-sm-88 {
    padding: 22rem !important;
  }
  .p-sm-96 {
    padding: 24rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-sm-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-sm-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-px {
    padding-top: 1px !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 2rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-8 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pt-sm-24 {
    padding-top: 6rem !important;
  }
  .pt-sm-32 {
    padding-top: 8rem !important;
  }
  .pt-sm-40 {
    padding-top: 10rem !important;
  }
  .pt-sm-48 {
    padding-top: 12rem !important;
  }
  .pt-sm-56 {
    padding-top: 14rem !important;
  }
  .pt-sm-64 {
    padding-top: 16rem !important;
  }
  .pt-sm-72 {
    padding-top: 18rem !important;
  }
  .pt-sm-80 {
    padding-top: 20rem !important;
  }
  .pt-sm-88 {
    padding-top: 22rem !important;
  }
  .pt-sm-96 {
    padding-top: 24rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-px {
    padding-right: 1px !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 2rem !important;
  }
  .pe-sm-7 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-8 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-16 {
    padding-right: 4rem !important;
  }
  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 5rem !important;
  }
  .pe-sm-24 {
    padding-right: 6rem !important;
  }
  .pe-sm-32 {
    padding-right: 8rem !important;
  }
  .pe-sm-40 {
    padding-right: 10rem !important;
  }
  .pe-sm-48 {
    padding-right: 12rem !important;
  }
  .pe-sm-56 {
    padding-right: 14rem !important;
  }
  .pe-sm-64 {
    padding-right: 16rem !important;
  }
  .pe-sm-72 {
    padding-right: 18rem !important;
  }
  .pe-sm-80 {
    padding-right: 20rem !important;
  }
  .pe-sm-88 {
    padding-right: 22rem !important;
  }
  .pe-sm-96 {
    padding-right: 24rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-px {
    padding-bottom: 1px !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-48 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-56 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-64 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-72 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-88 {
    padding-bottom: 22rem !important;
  }
  .pb-sm-96 {
    padding-bottom: 24rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-px {
    padding-left: 1px !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 2rem !important;
  }
  .ps-sm-7 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-8 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-16 {
    padding-left: 4rem !important;
  }
  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 5rem !important;
  }
  .ps-sm-24 {
    padding-left: 6rem !important;
  }
  .ps-sm-32 {
    padding-left: 8rem !important;
  }
  .ps-sm-40 {
    padding-left: 10rem !important;
  }
  .ps-sm-48 {
    padding-left: 12rem !important;
  }
  .ps-sm-56 {
    padding-left: 14rem !important;
  }
  .ps-sm-64 {
    padding-left: 16rem !important;
  }
  .ps-sm-72 {
    padding-left: 18rem !important;
  }
  .ps-sm-80 {
    padding-left: 20rem !important;
  }
  .ps-sm-88 {
    padding-left: 22rem !important;
  }
  .ps-sm-96 {
    padding-left: 24rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-px {
    gap: 1px !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 1.75rem !important;
  }
  .gap-sm-6 {
    gap: 2rem !important;
  }
  .gap-sm-7 {
    gap: 2.25rem !important;
  }
  .gap-sm-8 {
    gap: 2.5rem !important;
  }
  .gap-sm-10 {
    gap: 2.75rem !important;
  }
  .gap-sm-12 {
    gap: 3rem !important;
  }
  .gap-sm-14 {
    gap: 3.5rem !important;
  }
  .gap-sm-16 {
    gap: 4rem !important;
  }
  .gap-sm-18 {
    gap: 4.5rem !important;
  }
  .gap-sm-20 {
    gap: 5rem !important;
  }
  .gap-sm-24 {
    gap: 6rem !important;
  }
  .gap-sm-32 {
    gap: 8rem !important;
  }
  .gap-sm-40 {
    gap: 10rem !important;
  }
  .gap-sm-48 {
    gap: 12rem !important;
  }
  .gap-sm-56 {
    gap: 14rem !important;
  }
  .gap-sm-64 {
    gap: 16rem !important;
  }
  .gap-sm-72 {
    gap: 18rem !important;
  }
  .gap-sm-80 {
    gap: 20rem !important;
  }
  .gap-sm-88 {
    gap: 22rem !important;
  }
  .gap-sm-96 {
    gap: 24rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-px {
    row-gap: 1px !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-24 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-32 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-48 {
    row-gap: 12rem !important;
  }
  .row-gap-sm-56 {
    row-gap: 14rem !important;
  }
  .row-gap-sm-64 {
    row-gap: 16rem !important;
  }
  .row-gap-sm-72 {
    row-gap: 18rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 20rem !important;
  }
  .row-gap-sm-88 {
    row-gap: 22rem !important;
  }
  .row-gap-sm-96 {
    row-gap: 24rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-sm-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-sm-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-sm-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-sm-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-sm-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-sm-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-sm-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-sm-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-sm-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-sm-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-sm-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-sm-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .wd-sm-0 {
    width: 0 !important;
  }
  .wd-sm-1 {
    width: 0.0625rem !important;
  }
  .wd-sm-2 {
    width: 0.125rem !important;
  }
  .wd-sm-3 {
    width: 0.1875rem !important;
  }
  .wd-sm-4 {
    width: 0.25rem !important;
  }
  .wd-sm-5 {
    width: 0.3125rem !important;
  }
  .wd-sm-6 {
    width: 0.375rem !important;
  }
  .wd-sm-7 {
    width: 0.4375rem !important;
  }
  .wd-sm-8 {
    width: 0.5rem !important;
  }
  .wd-sm-9 {
    width: 0.5625rem !important;
  }
  .wd-sm-10 {
    width: 0.625rem !important;
  }
  .wd-sm-12 {
    width: 0.75rem !important;
  }
  .wd-sm-14 {
    width: 0.875rem !important;
  }
  .wd-sm-16 {
    width: 1rem !important;
  }
  .wd-sm-18 {
    width: 1.125rem !important;
  }
  .wd-sm-20 {
    width: 1.25rem !important;
  }
  .wd-sm-24 {
    width: 1.5rem !important;
  }
  .wd-sm-30 {
    width: 1.875rem !important;
  }
  .wd-sm-32 {
    width: 2rem !important;
  }
  .wd-sm-40 {
    width: 2.5rem !important;
  }
  .wd-sm-48 {
    width: 3rem !important;
  }
  .wd-sm-50 {
    width: 3.125rem !important;
  }
  .wd-sm-56 {
    width: 3.5rem !important;
  }
  .wd-sm-60 {
    width: 3.75rem !important;
  }
  .wd-sm-64 {
    width: 4rem !important;
  }
  .wd-sm-70 {
    width: 4.375rem !important;
  }
  .wd-sm-72 {
    width: 4.5rem !important;
  }
  .wd-sm-80 {
    width: 5rem !important;
  }
  .wd-sm-88 {
    width: 5.5rem !important;
  }
  .wd-sm-90 {
    width: 5.625rem !important;
  }
  .wd-sm-96 {
    width: 6rem !important;
  }
  .wd-sm-100 {
    width: 6.25rem !important;
  }
  .wd-sm-150 {
    width: 9.375rem !important;
  }
  .wd-sm-200 {
    width: 12.5rem !important;
  }
  .wd-sm-250 {
    width: 15.625rem !important;
  }
  .wd-sm-300 {
    width: 18.75rem !important;
  }
  .wd-sm-350 {
    width: 21.875rem !important;
  }
  .wd-sm-400 {
    width: 25rem !important;
  }
  .wd-sm-450 {
    width: 28.125rem !important;
  }
  .wd-sm-500 {
    width: 31.25rem !important;
  }
  .wd-sm-550 {
    width: 34.375rem !important;
  }
  .wd-sm-600 {
    width: 37.5rem !important;
  }
  .ht-sm-0 {
    height: 0 !important;
  }
  .ht-sm-1 {
    height: 0.0625rem !important;
  }
  .ht-sm-2 {
    height: 0.125rem !important;
  }
  .ht-sm-3 {
    height: 0.1875rem !important;
  }
  .ht-sm-4 {
    height: 0.25rem !important;
  }
  .ht-sm-5 {
    height: 0.3125rem !important;
  }
  .ht-sm-6 {
    height: 0.375rem !important;
  }
  .ht-sm-7 {
    height: 0.4375rem !important;
  }
  .ht-sm-8 {
    height: 0.5rem !important;
  }
  .ht-sm-9 {
    height: 0.5625rem !important;
  }
  .ht-sm-10 {
    height: 0.625rem !important;
  }
  .ht-sm-12 {
    height: 0.75rem !important;
  }
  .ht-sm-14 {
    height: 0.875rem !important;
  }
  .ht-sm-16 {
    height: 1rem !important;
  }
  .ht-sm-18 {
    height: 1.125rem !important;
  }
  .ht-sm-20 {
    height: 1.25rem !important;
  }
  .ht-sm-24 {
    height: 1.5rem !important;
  }
  .ht-sm-30 {
    height: 1.875rem !important;
  }
  .ht-sm-32 {
    height: 2rem !important;
  }
  .ht-sm-40 {
    height: 2.5rem !important;
  }
  .ht-sm-48 {
    height: 3rem !important;
  }
  .ht-sm-50 {
    height: 3.125rem !important;
  }
  .ht-sm-56 {
    height: 3.5rem !important;
  }
  .ht-sm-60 {
    height: 3.75rem !important;
  }
  .ht-sm-64 {
    height: 4rem !important;
  }
  .ht-sm-70 {
    height: 4.375rem !important;
  }
  .ht-sm-72 {
    height: 4.5rem !important;
  }
  .ht-sm-80 {
    height: 5rem !important;
  }
  .ht-sm-88 {
    height: 5.5rem !important;
  }
  .ht-sm-90 {
    height: 5.625rem !important;
  }
  .ht-sm-96 {
    height: 6rem !important;
  }
  .ht-sm-100 {
    height: 6.25rem !important;
  }
  .ht-sm-150 {
    height: 9.375rem !important;
  }
  .ht-sm-200 {
    height: 12.5rem !important;
  }
  .ht-sm-250 {
    height: 15.625rem !important;
  }
  .ht-sm-300 {
    height: 18.75rem !important;
  }
  .ht-sm-350 {
    height: 21.875rem !important;
  }
  .ht-sm-400 {
    height: 25rem !important;
  }
  .ht-sm-450 {
    height: 28.125rem !important;
  }
  .ht-sm-500 {
    height: 31.25rem !important;
  }
  .ht-sm-550 {
    height: 34.375rem !important;
  }
  .ht-sm-600 {
    height: 37.5rem !important;
  }
  .min-wd-sm-0 {
    min-width: 0 !important;
  }
  .min-wd-sm-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-sm-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-sm-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-sm-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-sm-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-sm-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-sm-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-sm-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-sm-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-sm-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-sm-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-sm-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-sm-16 {
    min-width: 1rem !important;
  }
  .min-wd-sm-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-sm-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-sm-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-sm-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-sm-32 {
    min-width: 2rem !important;
  }
  .min-wd-sm-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-sm-48 {
    min-width: 3rem !important;
  }
  .min-wd-sm-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-sm-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-sm-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-sm-64 {
    min-width: 4rem !important;
  }
  .min-wd-sm-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-sm-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-sm-80 {
    min-width: 5rem !important;
  }
  .min-wd-sm-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-sm-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-sm-96 {
    min-width: 6rem !important;
  }
  .min-wd-sm-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-sm-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-sm-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-sm-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-sm-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-sm-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-sm-400 {
    min-width: 25rem !important;
  }
  .min-wd-sm-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-sm-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-sm-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-sm-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-sm-0 {
    min-height: 0 !important;
  }
  .min-ht-sm-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-sm-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-sm-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-sm-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-sm-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-sm-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-sm-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-sm-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-sm-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-sm-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-sm-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-sm-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-sm-16 {
    min-height: 1rem !important;
  }
  .min-ht-sm-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-sm-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-sm-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-sm-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-sm-32 {
    min-height: 2rem !important;
  }
  .min-ht-sm-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-sm-48 {
    min-height: 3rem !important;
  }
  .min-ht-sm-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-sm-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-sm-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-sm-64 {
    min-height: 4rem !important;
  }
  .min-ht-sm-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-sm-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-sm-80 {
    min-height: 5rem !important;
  }
  .min-ht-sm-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-sm-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-sm-96 {
    min-height: 6rem !important;
  }
  .min-ht-sm-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-sm-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-sm-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-sm-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-sm-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-sm-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-sm-400 {
    min-height: 25rem !important;
  }
  .min-ht-sm-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-sm-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-sm-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-sm-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-sm-0 {
    max-width: 0 !important;
  }
  .max-wd-sm-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-sm-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-sm-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-sm-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-sm-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-sm-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-sm-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-sm-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-sm-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-sm-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-sm-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-sm-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-sm-16 {
    max-width: 1rem !important;
  }
  .max-wd-sm-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-sm-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-sm-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-sm-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-sm-32 {
    max-width: 2rem !important;
  }
  .max-wd-sm-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-sm-48 {
    max-width: 3rem !important;
  }
  .max-wd-sm-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-sm-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-sm-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-sm-64 {
    max-width: 4rem !important;
  }
  .max-wd-sm-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-sm-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-sm-80 {
    max-width: 5rem !important;
  }
  .max-wd-sm-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-sm-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-sm-96 {
    max-width: 6rem !important;
  }
  .max-wd-sm-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-sm-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-sm-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-sm-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-sm-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-sm-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-sm-400 {
    max-width: 25rem !important;
  }
  .max-wd-sm-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-sm-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-sm-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-sm-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-sm-0 {
    max-height: 0 !important;
  }
  .max-ht-sm-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-sm-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-sm-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-sm-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-sm-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-sm-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-sm-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-sm-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-sm-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-sm-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-sm-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-sm-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-sm-16 {
    max-height: 1rem !important;
  }
  .max-ht-sm-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-sm-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-sm-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-sm-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-sm-32 {
    max-height: 2rem !important;
  }
  .max-ht-sm-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-sm-48 {
    max-height: 3rem !important;
  }
  .max-ht-sm-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-sm-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-sm-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-sm-64 {
    max-height: 4rem !important;
  }
  .max-ht-sm-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-sm-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-sm-80 {
    max-height: 5rem !important;
  }
  .max-ht-sm-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-sm-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-sm-96 {
    max-height: 6rem !important;
  }
  .max-ht-sm-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-sm-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-sm-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-sm-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-sm-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-sm-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-sm-400 {
    max-height: 25rem !important;
  }
  .max-ht-sm-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-sm-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-sm-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-sm-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 1.75rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .m-md-7 {
    margin: 2.25rem !important;
  }
  .m-md-8 {
    margin: 2.5rem !important;
  }
  .m-md-10 {
    margin: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .m-md-32 {
    margin: 8rem !important;
  }
  .m-md-40 {
    margin: 10rem !important;
  }
  .m-md-48 {
    margin: 12rem !important;
  }
  .m-md-56 {
    margin: 14rem !important;
  }
  .m-md-64 {
    margin: 16rem !important;
  }
  .m-md-72 {
    margin: 18rem !important;
  }
  .m-md-80 {
    margin: 20rem !important;
  }
  .m-md-88 {
    margin: 22rem !important;
  }
  .m-md-96 {
    margin: 24rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-md-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-md-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-px {
    margin-top: 1px !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 1.75rem !important;
  }
  .mt-md-6 {
    margin-top: 2rem !important;
  }
  .mt-md-7 {
    margin-top: 2.25rem !important;
  }
  .mt-md-8 {
    margin-top: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 2.75rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mt-md-18 {
    margin-top: 4.5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mt-md-24 {
    margin-top: 6rem !important;
  }
  .mt-md-32 {
    margin-top: 8rem !important;
  }
  .mt-md-40 {
    margin-top: 10rem !important;
  }
  .mt-md-48 {
    margin-top: 12rem !important;
  }
  .mt-md-56 {
    margin-top: 14rem !important;
  }
  .mt-md-64 {
    margin-top: 16rem !important;
  }
  .mt-md-72 {
    margin-top: 18rem !important;
  }
  .mt-md-80 {
    margin-top: 20rem !important;
  }
  .mt-md-88 {
    margin-top: 22rem !important;
  }
  .mt-md-96 {
    margin-top: 24rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-px {
    margin-right: 1px !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 1.75rem !important;
  }
  .me-md-6 {
    margin-right: 2rem !important;
  }
  .me-md-7 {
    margin-right: 2.25rem !important;
  }
  .me-md-8 {
    margin-right: 2.5rem !important;
  }
  .me-md-10 {
    margin-right: 2.75rem !important;
  }
  .me-md-12 {
    margin-right: 3rem !important;
  }
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
  .me-md-16 {
    margin-right: 4rem !important;
  }
  .me-md-18 {
    margin-right: 4.5rem !important;
  }
  .me-md-20 {
    margin-right: 5rem !important;
  }
  .me-md-24 {
    margin-right: 6rem !important;
  }
  .me-md-32 {
    margin-right: 8rem !important;
  }
  .me-md-40 {
    margin-right: 10rem !important;
  }
  .me-md-48 {
    margin-right: 12rem !important;
  }
  .me-md-56 {
    margin-right: 14rem !important;
  }
  .me-md-64 {
    margin-right: 16rem !important;
  }
  .me-md-72 {
    margin-right: 18rem !important;
  }
  .me-md-80 {
    margin-right: 20rem !important;
  }
  .me-md-88 {
    margin-right: 22rem !important;
  }
  .me-md-96 {
    margin-right: 24rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-px {
    margin-bottom: 1px !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 6rem !important;
  }
  .mb-md-32 {
    margin-bottom: 8rem !important;
  }
  .mb-md-40 {
    margin-bottom: 10rem !important;
  }
  .mb-md-48 {
    margin-bottom: 12rem !important;
  }
  .mb-md-56 {
    margin-bottom: 14rem !important;
  }
  .mb-md-64 {
    margin-bottom: 16rem !important;
  }
  .mb-md-72 {
    margin-bottom: 18rem !important;
  }
  .mb-md-80 {
    margin-bottom: 20rem !important;
  }
  .mb-md-88 {
    margin-bottom: 22rem !important;
  }
  .mb-md-96 {
    margin-bottom: 24rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-px {
    margin-left: 1px !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 1.75rem !important;
  }
  .ms-md-6 {
    margin-left: 2rem !important;
  }
  .ms-md-7 {
    margin-left: 2.25rem !important;
  }
  .ms-md-8 {
    margin-left: 2.5rem !important;
  }
  .ms-md-10 {
    margin-left: 2.75rem !important;
  }
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
  .ms-md-16 {
    margin-left: 4rem !important;
  }
  .ms-md-18 {
    margin-left: 4.5rem !important;
  }
  .ms-md-20 {
    margin-left: 5rem !important;
  }
  .ms-md-24 {
    margin-left: 6rem !important;
  }
  .ms-md-32 {
    margin-left: 8rem !important;
  }
  .ms-md-40 {
    margin-left: 10rem !important;
  }
  .ms-md-48 {
    margin-left: 12rem !important;
  }
  .ms-md-56 {
    margin-left: 14rem !important;
  }
  .ms-md-64 {
    margin-left: 16rem !important;
  }
  .ms-md-72 {
    margin-left: 18rem !important;
  }
  .ms-md-80 {
    margin-left: 20rem !important;
  }
  .ms-md-88 {
    margin-left: 22rem !important;
  }
  .ms-md-96 {
    margin-left: 24rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-npx {
    margin: -1px !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -1.75rem !important;
  }
  .m-md-n6 {
    margin: -2rem !important;
  }
  .m-md-n7 {
    margin: -2.25rem !important;
  }
  .m-md-n8 {
    margin: -2.5rem !important;
  }
  .m-md-n10 {
    margin: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .m-md-n32 {
    margin: -8rem !important;
  }
  .m-md-n40 {
    margin: -10rem !important;
  }
  .m-md-n48 {
    margin: -12rem !important;
  }
  .m-md-n56 {
    margin: -14rem !important;
  }
  .m-md-n64 {
    margin: -16rem !important;
  }
  .m-md-n72 {
    margin: -18rem !important;
  }
  .m-md-n80 {
    margin: -20rem !important;
  }
  .m-md-n88 {
    margin: -22rem !important;
  }
  .m-md-n96 {
    margin: -24rem !important;
  }
  .mx-md-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-md-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-md-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-md-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-md-npx {
    margin-top: -1px !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -2rem !important;
  }
  .mt-md-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n12 {
    margin-top: -3rem !important;
  }
  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n16 {
    margin-top: -4rem !important;
  }
  .mt-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n20 {
    margin-top: -5rem !important;
  }
  .mt-md-n24 {
    margin-top: -6rem !important;
  }
  .mt-md-n32 {
    margin-top: -8rem !important;
  }
  .mt-md-n40 {
    margin-top: -10rem !important;
  }
  .mt-md-n48 {
    margin-top: -12rem !important;
  }
  .mt-md-n56 {
    margin-top: -14rem !important;
  }
  .mt-md-n64 {
    margin-top: -16rem !important;
  }
  .mt-md-n72 {
    margin-top: -18rem !important;
  }
  .mt-md-n80 {
    margin-top: -20rem !important;
  }
  .mt-md-n88 {
    margin-top: -22rem !important;
  }
  .mt-md-n96 {
    margin-top: -24rem !important;
  }
  .me-md-npx {
    margin-right: -1px !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -1.75rem !important;
  }
  .me-md-n6 {
    margin-right: -2rem !important;
  }
  .me-md-n7 {
    margin-right: -2.25rem !important;
  }
  .me-md-n8 {
    margin-right: -2.5rem !important;
  }
  .me-md-n10 {
    margin-right: -2.75rem !important;
  }
  .me-md-n12 {
    margin-right: -3rem !important;
  }
  .me-md-n14 {
    margin-right: -3.5rem !important;
  }
  .me-md-n16 {
    margin-right: -4rem !important;
  }
  .me-md-n18 {
    margin-right: -4.5rem !important;
  }
  .me-md-n20 {
    margin-right: -5rem !important;
  }
  .me-md-n24 {
    margin-right: -6rem !important;
  }
  .me-md-n32 {
    margin-right: -8rem !important;
  }
  .me-md-n40 {
    margin-right: -10rem !important;
  }
  .me-md-n48 {
    margin-right: -12rem !important;
  }
  .me-md-n56 {
    margin-right: -14rem !important;
  }
  .me-md-n64 {
    margin-right: -16rem !important;
  }
  .me-md-n72 {
    margin-right: -18rem !important;
  }
  .me-md-n80 {
    margin-right: -20rem !important;
  }
  .me-md-n88 {
    margin-right: -22rem !important;
  }
  .me-md-n96 {
    margin-right: -24rem !important;
  }
  .mb-md-npx {
    margin-bottom: -1px !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-md-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-md-npx {
    margin-left: -1px !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -2rem !important;
  }
  .ms-md-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n12 {
    margin-left: -3rem !important;
  }
  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n16 {
    margin-left: -4rem !important;
  }
  .ms-md-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n20 {
    margin-left: -5rem !important;
  }
  .ms-md-n24 {
    margin-left: -6rem !important;
  }
  .ms-md-n32 {
    margin-left: -8rem !important;
  }
  .ms-md-n40 {
    margin-left: -10rem !important;
  }
  .ms-md-n48 {
    margin-left: -12rem !important;
  }
  .ms-md-n56 {
    margin-left: -14rem !important;
  }
  .ms-md-n64 {
    margin-left: -16rem !important;
  }
  .ms-md-n72 {
    margin-left: -18rem !important;
  }
  .ms-md-n80 {
    margin-left: -20rem !important;
  }
  .ms-md-n88 {
    margin-left: -22rem !important;
  }
  .ms-md-n96 {
    margin-left: -24rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-px {
    padding: 1px !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 1.75rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .p-md-7 {
    padding: 2.25rem !important;
  }
  .p-md-8 {
    padding: 2.5rem !important;
  }
  .p-md-10 {
    padding: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .p-md-32 {
    padding: 8rem !important;
  }
  .p-md-40 {
    padding: 10rem !important;
  }
  .p-md-48 {
    padding: 12rem !important;
  }
  .p-md-56 {
    padding: 14rem !important;
  }
  .p-md-64 {
    padding: 16rem !important;
  }
  .p-md-72 {
    padding: 18rem !important;
  }
  .p-md-80 {
    padding: 20rem !important;
  }
  .p-md-88 {
    padding: 22rem !important;
  }
  .p-md-96 {
    padding: 24rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-md-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-md-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-px {
    padding-top: 1px !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 1.75rem !important;
  }
  .pt-md-6 {
    padding-top: 2rem !important;
  }
  .pt-md-7 {
    padding-top: 2.25rem !important;
  }
  .pt-md-8 {
    padding-top: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 2.75rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pt-md-18 {
    padding-top: 4.5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pt-md-24 {
    padding-top: 6rem !important;
  }
  .pt-md-32 {
    padding-top: 8rem !important;
  }
  .pt-md-40 {
    padding-top: 10rem !important;
  }
  .pt-md-48 {
    padding-top: 12rem !important;
  }
  .pt-md-56 {
    padding-top: 14rem !important;
  }
  .pt-md-64 {
    padding-top: 16rem !important;
  }
  .pt-md-72 {
    padding-top: 18rem !important;
  }
  .pt-md-80 {
    padding-top: 20rem !important;
  }
  .pt-md-88 {
    padding-top: 22rem !important;
  }
  .pt-md-96 {
    padding-top: 24rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-px {
    padding-right: 1px !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 1.75rem !important;
  }
  .pe-md-6 {
    padding-right: 2rem !important;
  }
  .pe-md-7 {
    padding-right: 2.25rem !important;
  }
  .pe-md-8 {
    padding-right: 2.5rem !important;
  }
  .pe-md-10 {
    padding-right: 2.75rem !important;
  }
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
  .pe-md-16 {
    padding-right: 4rem !important;
  }
  .pe-md-18 {
    padding-right: 4.5rem !important;
  }
  .pe-md-20 {
    padding-right: 5rem !important;
  }
  .pe-md-24 {
    padding-right: 6rem !important;
  }
  .pe-md-32 {
    padding-right: 8rem !important;
  }
  .pe-md-40 {
    padding-right: 10rem !important;
  }
  .pe-md-48 {
    padding-right: 12rem !important;
  }
  .pe-md-56 {
    padding-right: 14rem !important;
  }
  .pe-md-64 {
    padding-right: 16rem !important;
  }
  .pe-md-72 {
    padding-right: 18rem !important;
  }
  .pe-md-80 {
    padding-right: 20rem !important;
  }
  .pe-md-88 {
    padding-right: 22rem !important;
  }
  .pe-md-96 {
    padding-right: 24rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-px {
    padding-bottom: 1px !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 6rem !important;
  }
  .pb-md-32 {
    padding-bottom: 8rem !important;
  }
  .pb-md-40 {
    padding-bottom: 10rem !important;
  }
  .pb-md-48 {
    padding-bottom: 12rem !important;
  }
  .pb-md-56 {
    padding-bottom: 14rem !important;
  }
  .pb-md-64 {
    padding-bottom: 16rem !important;
  }
  .pb-md-72 {
    padding-bottom: 18rem !important;
  }
  .pb-md-80 {
    padding-bottom: 20rem !important;
  }
  .pb-md-88 {
    padding-bottom: 22rem !important;
  }
  .pb-md-96 {
    padding-bottom: 24rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-px {
    padding-left: 1px !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 1.75rem !important;
  }
  .ps-md-6 {
    padding-left: 2rem !important;
  }
  .ps-md-7 {
    padding-left: 2.25rem !important;
  }
  .ps-md-8 {
    padding-left: 2.5rem !important;
  }
  .ps-md-10 {
    padding-left: 2.75rem !important;
  }
  .ps-md-12 {
    padding-left: 3rem !important;
  }
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
  .ps-md-16 {
    padding-left: 4rem !important;
  }
  .ps-md-18 {
    padding-left: 4.5rem !important;
  }
  .ps-md-20 {
    padding-left: 5rem !important;
  }
  .ps-md-24 {
    padding-left: 6rem !important;
  }
  .ps-md-32 {
    padding-left: 8rem !important;
  }
  .ps-md-40 {
    padding-left: 10rem !important;
  }
  .ps-md-48 {
    padding-left: 12rem !important;
  }
  .ps-md-56 {
    padding-left: 14rem !important;
  }
  .ps-md-64 {
    padding-left: 16rem !important;
  }
  .ps-md-72 {
    padding-left: 18rem !important;
  }
  .ps-md-80 {
    padding-left: 20rem !important;
  }
  .ps-md-88 {
    padding-left: 22rem !important;
  }
  .ps-md-96 {
    padding-left: 24rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-px {
    gap: 1px !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 1.75rem !important;
  }
  .gap-md-6 {
    gap: 2rem !important;
  }
  .gap-md-7 {
    gap: 2.25rem !important;
  }
  .gap-md-8 {
    gap: 2.5rem !important;
  }
  .gap-md-10 {
    gap: 2.75rem !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-14 {
    gap: 3.5rem !important;
  }
  .gap-md-16 {
    gap: 4rem !important;
  }
  .gap-md-18 {
    gap: 4.5rem !important;
  }
  .gap-md-20 {
    gap: 5rem !important;
  }
  .gap-md-24 {
    gap: 6rem !important;
  }
  .gap-md-32 {
    gap: 8rem !important;
  }
  .gap-md-40 {
    gap: 10rem !important;
  }
  .gap-md-48 {
    gap: 12rem !important;
  }
  .gap-md-56 {
    gap: 14rem !important;
  }
  .gap-md-64 {
    gap: 16rem !important;
  }
  .gap-md-72 {
    gap: 18rem !important;
  }
  .gap-md-80 {
    gap: 20rem !important;
  }
  .gap-md-88 {
    gap: 22rem !important;
  }
  .gap-md-96 {
    gap: 24rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-px {
    row-gap: 1px !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2rem !important;
  }
  .row-gap-md-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-12 {
    row-gap: 3rem !important;
  }
  .row-gap-md-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-16 {
    row-gap: 4rem !important;
  }
  .row-gap-md-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-20 {
    row-gap: 5rem !important;
  }
  .row-gap-md-24 {
    row-gap: 6rem !important;
  }
  .row-gap-md-32 {
    row-gap: 8rem !important;
  }
  .row-gap-md-40 {
    row-gap: 10rem !important;
  }
  .row-gap-md-48 {
    row-gap: 12rem !important;
  }
  .row-gap-md-56 {
    row-gap: 14rem !important;
  }
  .row-gap-md-64 {
    row-gap: 16rem !important;
  }
  .row-gap-md-72 {
    row-gap: 18rem !important;
  }
  .row-gap-md-80 {
    row-gap: 20rem !important;
  }
  .row-gap-md-88 {
    row-gap: 22rem !important;
  }
  .row-gap-md-96 {
    row-gap: 24rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-md-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-md-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-md-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-md-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-md-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-md-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-md-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-md-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-md-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-md-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-md-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-md-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .wd-md-0 {
    width: 0 !important;
  }
  .wd-md-1 {
    width: 0.0625rem !important;
  }
  .wd-md-2 {
    width: 0.125rem !important;
  }
  .wd-md-3 {
    width: 0.1875rem !important;
  }
  .wd-md-4 {
    width: 0.25rem !important;
  }
  .wd-md-5 {
    width: 0.3125rem !important;
  }
  .wd-md-6 {
    width: 0.375rem !important;
  }
  .wd-md-7 {
    width: 0.4375rem !important;
  }
  .wd-md-8 {
    width: 0.5rem !important;
  }
  .wd-md-9 {
    width: 0.5625rem !important;
  }
  .wd-md-10 {
    width: 0.625rem !important;
  }
  .wd-md-12 {
    width: 0.75rem !important;
  }
  .wd-md-14 {
    width: 0.875rem !important;
  }
  .wd-md-16 {
    width: 1rem !important;
  }
  .wd-md-18 {
    width: 1.125rem !important;
  }
  .wd-md-20 {
    width: 1.25rem !important;
  }
  .wd-md-24 {
    width: 1.5rem !important;
  }
  .wd-md-30 {
    width: 1.875rem !important;
  }
  .wd-md-32 {
    width: 2rem !important;
  }
  .wd-md-40 {
    width: 2.5rem !important;
  }
  .wd-md-48 {
    width: 3rem !important;
  }
  .wd-md-50 {
    width: 3.125rem !important;
  }
  .wd-md-56 {
    width: 3.5rem !important;
  }
  .wd-md-60 {
    width: 3.75rem !important;
  }
  .wd-md-64 {
    width: 4rem !important;
  }
  .wd-md-70 {
    width: 4.375rem !important;
  }
  .wd-md-72 {
    width: 4.5rem !important;
  }
  .wd-md-80 {
    width: 5rem !important;
  }
  .wd-md-88 {
    width: 5.5rem !important;
  }
  .wd-md-90 {
    width: 5.625rem !important;
  }
  .wd-md-96 {
    width: 6rem !important;
  }
  .wd-md-100 {
    width: 6.25rem !important;
  }
  .wd-md-150 {
    width: 9.375rem !important;
  }
  .wd-md-200 {
    width: 12.5rem !important;
  }
  .wd-md-250 {
    width: 15.625rem !important;
  }
  .wd-md-300 {
    width: 18.75rem !important;
  }
  .wd-md-350 {
    width: 21.875rem !important;
  }
  .wd-md-400 {
    width: 25rem !important;
  }
  .wd-md-450 {
    width: 28.125rem !important;
  }
  .wd-md-500 {
    width: 31.25rem !important;
  }
  .wd-md-550 {
    width: 34.375rem !important;
  }
  .wd-md-600 {
    width: 37.5rem !important;
  }
  .ht-md-0 {
    height: 0 !important;
  }
  .ht-md-1 {
    height: 0.0625rem !important;
  }
  .ht-md-2 {
    height: 0.125rem !important;
  }
  .ht-md-3 {
    height: 0.1875rem !important;
  }
  .ht-md-4 {
    height: 0.25rem !important;
  }
  .ht-md-5 {
    height: 0.3125rem !important;
  }
  .ht-md-6 {
    height: 0.375rem !important;
  }
  .ht-md-7 {
    height: 0.4375rem !important;
  }
  .ht-md-8 {
    height: 0.5rem !important;
  }
  .ht-md-9 {
    height: 0.5625rem !important;
  }
  .ht-md-10 {
    height: 0.625rem !important;
  }
  .ht-md-12 {
    height: 0.75rem !important;
  }
  .ht-md-14 {
    height: 0.875rem !important;
  }
  .ht-md-16 {
    height: 1rem !important;
  }
  .ht-md-18 {
    height: 1.125rem !important;
  }
  .ht-md-20 {
    height: 1.25rem !important;
  }
  .ht-md-24 {
    height: 1.5rem !important;
  }
  .ht-md-30 {
    height: 1.875rem !important;
  }
  .ht-md-32 {
    height: 2rem !important;
  }
  .ht-md-40 {
    height: 2.5rem !important;
  }
  .ht-md-48 {
    height: 3rem !important;
  }
  .ht-md-50 {
    height: 3.125rem !important;
  }
  .ht-md-56 {
    height: 3.5rem !important;
  }
  .ht-md-60 {
    height: 3.75rem !important;
  }
  .ht-md-64 {
    height: 4rem !important;
  }
  .ht-md-70 {
    height: 4.375rem !important;
  }
  .ht-md-72 {
    height: 4.5rem !important;
  }
  .ht-md-80 {
    height: 5rem !important;
  }
  .ht-md-88 {
    height: 5.5rem !important;
  }
  .ht-md-90 {
    height: 5.625rem !important;
  }
  .ht-md-96 {
    height: 6rem !important;
  }
  .ht-md-100 {
    height: 6.25rem !important;
  }
  .ht-md-150 {
    height: 9.375rem !important;
  }
  .ht-md-200 {
    height: 12.5rem !important;
  }
  .ht-md-250 {
    height: 15.625rem !important;
  }
  .ht-md-300 {
    height: 18.75rem !important;
  }
  .ht-md-350 {
    height: 21.875rem !important;
  }
  .ht-md-400 {
    height: 25rem !important;
  }
  .ht-md-450 {
    height: 28.125rem !important;
  }
  .ht-md-500 {
    height: 31.25rem !important;
  }
  .ht-md-550 {
    height: 34.375rem !important;
  }
  .ht-md-600 {
    height: 37.5rem !important;
  }
  .min-wd-md-0 {
    min-width: 0 !important;
  }
  .min-wd-md-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-md-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-md-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-md-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-md-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-md-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-md-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-md-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-md-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-md-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-md-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-md-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-md-16 {
    min-width: 1rem !important;
  }
  .min-wd-md-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-md-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-md-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-md-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-md-32 {
    min-width: 2rem !important;
  }
  .min-wd-md-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-md-48 {
    min-width: 3rem !important;
  }
  .min-wd-md-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-md-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-md-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-md-64 {
    min-width: 4rem !important;
  }
  .min-wd-md-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-md-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-md-80 {
    min-width: 5rem !important;
  }
  .min-wd-md-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-md-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-md-96 {
    min-width: 6rem !important;
  }
  .min-wd-md-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-md-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-md-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-md-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-md-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-md-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-md-400 {
    min-width: 25rem !important;
  }
  .min-wd-md-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-md-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-md-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-md-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-md-0 {
    min-height: 0 !important;
  }
  .min-ht-md-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-md-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-md-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-md-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-md-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-md-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-md-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-md-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-md-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-md-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-md-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-md-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-md-16 {
    min-height: 1rem !important;
  }
  .min-ht-md-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-md-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-md-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-md-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-md-32 {
    min-height: 2rem !important;
  }
  .min-ht-md-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-md-48 {
    min-height: 3rem !important;
  }
  .min-ht-md-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-md-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-md-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-md-64 {
    min-height: 4rem !important;
  }
  .min-ht-md-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-md-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-md-80 {
    min-height: 5rem !important;
  }
  .min-ht-md-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-md-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-md-96 {
    min-height: 6rem !important;
  }
  .min-ht-md-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-md-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-md-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-md-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-md-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-md-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-md-400 {
    min-height: 25rem !important;
  }
  .min-ht-md-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-md-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-md-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-md-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-md-0 {
    max-width: 0 !important;
  }
  .max-wd-md-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-md-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-md-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-md-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-md-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-md-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-md-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-md-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-md-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-md-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-md-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-md-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-md-16 {
    max-width: 1rem !important;
  }
  .max-wd-md-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-md-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-md-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-md-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-md-32 {
    max-width: 2rem !important;
  }
  .max-wd-md-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-md-48 {
    max-width: 3rem !important;
  }
  .max-wd-md-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-md-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-md-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-md-64 {
    max-width: 4rem !important;
  }
  .max-wd-md-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-md-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-md-80 {
    max-width: 5rem !important;
  }
  .max-wd-md-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-md-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-md-96 {
    max-width: 6rem !important;
  }
  .max-wd-md-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-md-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-md-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-md-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-md-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-md-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-md-400 {
    max-width: 25rem !important;
  }
  .max-wd-md-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-md-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-md-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-md-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-md-0 {
    max-height: 0 !important;
  }
  .max-ht-md-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-md-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-md-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-md-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-md-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-md-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-md-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-md-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-md-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-md-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-md-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-md-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-md-16 {
    max-height: 1rem !important;
  }
  .max-ht-md-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-md-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-md-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-md-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-md-32 {
    max-height: 2rem !important;
  }
  .max-ht-md-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-md-48 {
    max-height: 3rem !important;
  }
  .max-ht-md-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-md-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-md-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-md-64 {
    max-height: 4rem !important;
  }
  .max-ht-md-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-md-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-md-80 {
    max-height: 5rem !important;
  }
  .max-ht-md-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-md-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-md-96 {
    max-height: 6rem !important;
  }
  .max-ht-md-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-md-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-md-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-md-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-md-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-md-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-md-400 {
    max-height: 25rem !important;
  }
  .max-ht-md-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-md-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-md-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-md-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 1.75rem !important;
  }
  .m-lg-6 {
    margin: 2rem !important;
  }
  .m-lg-7 {
    margin: 2.25rem !important;
  }
  .m-lg-8 {
    margin: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .m-lg-32 {
    margin: 8rem !important;
  }
  .m-lg-40 {
    margin: 10rem !important;
  }
  .m-lg-48 {
    margin: 12rem !important;
  }
  .m-lg-56 {
    margin: 14rem !important;
  }
  .m-lg-64 {
    margin: 16rem !important;
  }
  .m-lg-72 {
    margin: 18rem !important;
  }
  .m-lg-80 {
    margin: 20rem !important;
  }
  .m-lg-88 {
    margin: 22rem !important;
  }
  .m-lg-96 {
    margin: 24rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-lg-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-lg-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-px {
    margin-top: 1px !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 2rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-8 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mt-lg-24 {
    margin-top: 6rem !important;
  }
  .mt-lg-32 {
    margin-top: 8rem !important;
  }
  .mt-lg-40 {
    margin-top: 10rem !important;
  }
  .mt-lg-48 {
    margin-top: 12rem !important;
  }
  .mt-lg-56 {
    margin-top: 14rem !important;
  }
  .mt-lg-64 {
    margin-top: 16rem !important;
  }
  .mt-lg-72 {
    margin-top: 18rem !important;
  }
  .mt-lg-80 {
    margin-top: 20rem !important;
  }
  .mt-lg-88 {
    margin-top: 22rem !important;
  }
  .mt-lg-96 {
    margin-top: 24rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-px {
    margin-right: 1px !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 1.75rem !important;
  }
  .me-lg-6 {
    margin-right: 2rem !important;
  }
  .me-lg-7 {
    margin-right: 2.25rem !important;
  }
  .me-lg-8 {
    margin-right: 2.5rem !important;
  }
  .me-lg-10 {
    margin-right: 2.75rem !important;
  }
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
  .me-lg-16 {
    margin-right: 4rem !important;
  }
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
  .me-lg-20 {
    margin-right: 5rem !important;
  }
  .me-lg-24 {
    margin-right: 6rem !important;
  }
  .me-lg-32 {
    margin-right: 8rem !important;
  }
  .me-lg-40 {
    margin-right: 10rem !important;
  }
  .me-lg-48 {
    margin-right: 12rem !important;
  }
  .me-lg-56 {
    margin-right: 14rem !important;
  }
  .me-lg-64 {
    margin-right: 16rem !important;
  }
  .me-lg-72 {
    margin-right: 18rem !important;
  }
  .me-lg-80 {
    margin-right: 20rem !important;
  }
  .me-lg-88 {
    margin-right: 22rem !important;
  }
  .me-lg-96 {
    margin-right: 24rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-px {
    margin-bottom: 1px !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-48 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-56 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-64 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-72 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-88 {
    margin-bottom: 22rem !important;
  }
  .mb-lg-96 {
    margin-bottom: 24rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-px {
    margin-left: 1px !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 2rem !important;
  }
  .ms-lg-7 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-8 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
  .ms-lg-24 {
    margin-left: 6rem !important;
  }
  .ms-lg-32 {
    margin-left: 8rem !important;
  }
  .ms-lg-40 {
    margin-left: 10rem !important;
  }
  .ms-lg-48 {
    margin-left: 12rem !important;
  }
  .ms-lg-56 {
    margin-left: 14rem !important;
  }
  .ms-lg-64 {
    margin-left: 16rem !important;
  }
  .ms-lg-72 {
    margin-left: 18rem !important;
  }
  .ms-lg-80 {
    margin-left: 20rem !important;
  }
  .ms-lg-88 {
    margin-left: 22rem !important;
  }
  .ms-lg-96 {
    margin-left: 24rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-npx {
    margin: -1px !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -1.75rem !important;
  }
  .m-lg-n6 {
    margin: -2rem !important;
  }
  .m-lg-n7 {
    margin: -2.25rem !important;
  }
  .m-lg-n8 {
    margin: -2.5rem !important;
  }
  .m-lg-n10 {
    margin: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .m-lg-n32 {
    margin: -8rem !important;
  }
  .m-lg-n40 {
    margin: -10rem !important;
  }
  .m-lg-n48 {
    margin: -12rem !important;
  }
  .m-lg-n56 {
    margin: -14rem !important;
  }
  .m-lg-n64 {
    margin: -16rem !important;
  }
  .m-lg-n72 {
    margin: -18rem !important;
  }
  .m-lg-n80 {
    margin: -20rem !important;
  }
  .m-lg-n88 {
    margin: -22rem !important;
  }
  .m-lg-n96 {
    margin: -24rem !important;
  }
  .mx-lg-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-lg-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-lg-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-lg-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-lg-npx {
    margin-top: -1px !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -2rem !important;
  }
  .mt-lg-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n12 {
    margin-top: -3rem !important;
  }
  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n16 {
    margin-top: -4rem !important;
  }
  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
  .mt-lg-n24 {
    margin-top: -6rem !important;
  }
  .mt-lg-n32 {
    margin-top: -8rem !important;
  }
  .mt-lg-n40 {
    margin-top: -10rem !important;
  }
  .mt-lg-n48 {
    margin-top: -12rem !important;
  }
  .mt-lg-n56 {
    margin-top: -14rem !important;
  }
  .mt-lg-n64 {
    margin-top: -16rem !important;
  }
  .mt-lg-n72 {
    margin-top: -18rem !important;
  }
  .mt-lg-n80 {
    margin-top: -20rem !important;
  }
  .mt-lg-n88 {
    margin-top: -22rem !important;
  }
  .mt-lg-n96 {
    margin-top: -24rem !important;
  }
  .me-lg-npx {
    margin-right: -1px !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -2rem !important;
  }
  .me-lg-n7 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n8 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n10 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n12 {
    margin-right: -3rem !important;
  }
  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n16 {
    margin-right: -4rem !important;
  }
  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n20 {
    margin-right: -5rem !important;
  }
  .me-lg-n24 {
    margin-right: -6rem !important;
  }
  .me-lg-n32 {
    margin-right: -8rem !important;
  }
  .me-lg-n40 {
    margin-right: -10rem !important;
  }
  .me-lg-n48 {
    margin-right: -12rem !important;
  }
  .me-lg-n56 {
    margin-right: -14rem !important;
  }
  .me-lg-n64 {
    margin-right: -16rem !important;
  }
  .me-lg-n72 {
    margin-right: -18rem !important;
  }
  .me-lg-n80 {
    margin-right: -20rem !important;
  }
  .me-lg-n88 {
    margin-right: -22rem !important;
  }
  .me-lg-n96 {
    margin-right: -24rem !important;
  }
  .mb-lg-npx {
    margin-bottom: -1px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-lg-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-lg-npx {
    margin-left: -1px !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -2rem !important;
  }
  .ms-lg-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n12 {
    margin-left: -3rem !important;
  }
  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n16 {
    margin-left: -4rem !important;
  }
  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n20 {
    margin-left: -5rem !important;
  }
  .ms-lg-n24 {
    margin-left: -6rem !important;
  }
  .ms-lg-n32 {
    margin-left: -8rem !important;
  }
  .ms-lg-n40 {
    margin-left: -10rem !important;
  }
  .ms-lg-n48 {
    margin-left: -12rem !important;
  }
  .ms-lg-n56 {
    margin-left: -14rem !important;
  }
  .ms-lg-n64 {
    margin-left: -16rem !important;
  }
  .ms-lg-n72 {
    margin-left: -18rem !important;
  }
  .ms-lg-n80 {
    margin-left: -20rem !important;
  }
  .ms-lg-n88 {
    margin-left: -22rem !important;
  }
  .ms-lg-n96 {
    margin-left: -24rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-px {
    padding: 1px !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 1.75rem !important;
  }
  .p-lg-6 {
    padding: 2rem !important;
  }
  .p-lg-7 {
    padding: 2.25rem !important;
  }
  .p-lg-8 {
    padding: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .p-lg-32 {
    padding: 8rem !important;
  }
  .p-lg-40 {
    padding: 10rem !important;
  }
  .p-lg-48 {
    padding: 12rem !important;
  }
  .p-lg-56 {
    padding: 14rem !important;
  }
  .p-lg-64 {
    padding: 16rem !important;
  }
  .p-lg-72 {
    padding: 18rem !important;
  }
  .p-lg-80 {
    padding: 20rem !important;
  }
  .p-lg-88 {
    padding: 22rem !important;
  }
  .p-lg-96 {
    padding: 24rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-lg-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-lg-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-px {
    padding-top: 1px !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 2rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-8 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pt-lg-24 {
    padding-top: 6rem !important;
  }
  .pt-lg-32 {
    padding-top: 8rem !important;
  }
  .pt-lg-40 {
    padding-top: 10rem !important;
  }
  .pt-lg-48 {
    padding-top: 12rem !important;
  }
  .pt-lg-56 {
    padding-top: 14rem !important;
  }
  .pt-lg-64 {
    padding-top: 16rem !important;
  }
  .pt-lg-72 {
    padding-top: 18rem !important;
  }
  .pt-lg-80 {
    padding-top: 20rem !important;
  }
  .pt-lg-88 {
    padding-top: 22rem !important;
  }
  .pt-lg-96 {
    padding-top: 24rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-px {
    padding-right: 1px !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 2rem !important;
  }
  .pe-lg-7 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-8 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
  .pe-lg-24 {
    padding-right: 6rem !important;
  }
  .pe-lg-32 {
    padding-right: 8rem !important;
  }
  .pe-lg-40 {
    padding-right: 10rem !important;
  }
  .pe-lg-48 {
    padding-right: 12rem !important;
  }
  .pe-lg-56 {
    padding-right: 14rem !important;
  }
  .pe-lg-64 {
    padding-right: 16rem !important;
  }
  .pe-lg-72 {
    padding-right: 18rem !important;
  }
  .pe-lg-80 {
    padding-right: 20rem !important;
  }
  .pe-lg-88 {
    padding-right: 22rem !important;
  }
  .pe-lg-96 {
    padding-right: 24rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-px {
    padding-bottom: 1px !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-48 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-56 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-64 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-72 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-88 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-96 {
    padding-bottom: 24rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-px {
    padding-left: 1px !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 2rem !important;
  }
  .ps-lg-7 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-8 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
  .ps-lg-24 {
    padding-left: 6rem !important;
  }
  .ps-lg-32 {
    padding-left: 8rem !important;
  }
  .ps-lg-40 {
    padding-left: 10rem !important;
  }
  .ps-lg-48 {
    padding-left: 12rem !important;
  }
  .ps-lg-56 {
    padding-left: 14rem !important;
  }
  .ps-lg-64 {
    padding-left: 16rem !important;
  }
  .ps-lg-72 {
    padding-left: 18rem !important;
  }
  .ps-lg-80 {
    padding-left: 20rem !important;
  }
  .ps-lg-88 {
    padding-left: 22rem !important;
  }
  .ps-lg-96 {
    padding-left: 24rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-px {
    gap: 1px !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 1.75rem !important;
  }
  .gap-lg-6 {
    gap: 2rem !important;
  }
  .gap-lg-7 {
    gap: 2.25rem !important;
  }
  .gap-lg-8 {
    gap: 2.5rem !important;
  }
  .gap-lg-10 {
    gap: 2.75rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !important;
  }
  .gap-lg-14 {
    gap: 3.5rem !important;
  }
  .gap-lg-16 {
    gap: 4rem !important;
  }
  .gap-lg-18 {
    gap: 4.5rem !important;
  }
  .gap-lg-20 {
    gap: 5rem !important;
  }
  .gap-lg-24 {
    gap: 6rem !important;
  }
  .gap-lg-32 {
    gap: 8rem !important;
  }
  .gap-lg-40 {
    gap: 10rem !important;
  }
  .gap-lg-48 {
    gap: 12rem !important;
  }
  .gap-lg-56 {
    gap: 14rem !important;
  }
  .gap-lg-64 {
    gap: 16rem !important;
  }
  .gap-lg-72 {
    gap: 18rem !important;
  }
  .gap-lg-80 {
    gap: 20rem !important;
  }
  .gap-lg-88 {
    gap: 22rem !important;
  }
  .gap-lg-96 {
    gap: 24rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-px {
    row-gap: 1px !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-24 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-48 {
    row-gap: 12rem !important;
  }
  .row-gap-lg-56 {
    row-gap: 14rem !important;
  }
  .row-gap-lg-64 {
    row-gap: 16rem !important;
  }
  .row-gap-lg-72 {
    row-gap: 18rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 20rem !important;
  }
  .row-gap-lg-88 {
    row-gap: 22rem !important;
  }
  .row-gap-lg-96 {
    row-gap: 24rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-lg-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-lg-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-lg-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-lg-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-lg-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-lg-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-lg-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-lg-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-lg-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-lg-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-lg-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-lg-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .wd-lg-0 {
    width: 0 !important;
  }
  .wd-lg-1 {
    width: 0.0625rem !important;
  }
  .wd-lg-2 {
    width: 0.125rem !important;
  }
  .wd-lg-3 {
    width: 0.1875rem !important;
  }
  .wd-lg-4 {
    width: 0.25rem !important;
  }
  .wd-lg-5 {
    width: 0.3125rem !important;
  }
  .wd-lg-6 {
    width: 0.375rem !important;
  }
  .wd-lg-7 {
    width: 0.4375rem !important;
  }
  .wd-lg-8 {
    width: 0.5rem !important;
  }
  .wd-lg-9 {
    width: 0.5625rem !important;
  }
  .wd-lg-10 {
    width: 0.625rem !important;
  }
  .wd-lg-12 {
    width: 0.75rem !important;
  }
  .wd-lg-14 {
    width: 0.875rem !important;
  }
  .wd-lg-16 {
    width: 1rem !important;
  }
  .wd-lg-18 {
    width: 1.125rem !important;
  }
  .wd-lg-20 {
    width: 1.25rem !important;
  }
  .wd-lg-24 {
    width: 1.5rem !important;
  }
  .wd-lg-30 {
    width: 1.875rem !important;
  }
  .wd-lg-32 {
    width: 2rem !important;
  }
  .wd-lg-40 {
    width: 2.5rem !important;
  }
  .wd-lg-48 {
    width: 3rem !important;
  }
  .wd-lg-50 {
    width: 3.125rem !important;
  }
  .wd-lg-56 {
    width: 3.5rem !important;
  }
  .wd-lg-60 {
    width: 3.75rem !important;
  }
  .wd-lg-64 {
    width: 4rem !important;
  }
  .wd-lg-70 {
    width: 4.375rem !important;
  }
  .wd-lg-72 {
    width: 4.5rem !important;
  }
  .wd-lg-80 {
    width: 5rem !important;
  }
  .wd-lg-88 {
    width: 5.5rem !important;
  }
  .wd-lg-90 {
    width: 5.625rem !important;
  }
  .wd-lg-96 {
    width: 6rem !important;
  }
  .wd-lg-100 {
    width: 6.25rem !important;
  }
  .wd-lg-150 {
    width: 9.375rem !important;
  }
  .wd-lg-200 {
    width: 12.5rem !important;
  }
  .wd-lg-250 {
    width: 15.625rem !important;
  }
  .wd-lg-300 {
    width: 18.75rem !important;
  }
  .wd-lg-350 {
    width: 21.875rem !important;
  }
  .wd-lg-400 {
    width: 25rem !important;
  }
  .wd-lg-450 {
    width: 28.125rem !important;
  }
  .wd-lg-500 {
    width: 31.25rem !important;
  }
  .wd-lg-550 {
    width: 34.375rem !important;
  }
  .wd-lg-600 {
    width: 37.5rem !important;
  }
  .ht-lg-0 {
    height: 0 !important;
  }
  .ht-lg-1 {
    height: 0.0625rem !important;
  }
  .ht-lg-2 {
    height: 0.125rem !important;
  }
  .ht-lg-3 {
    height: 0.1875rem !important;
  }
  .ht-lg-4 {
    height: 0.25rem !important;
  }
  .ht-lg-5 {
    height: 0.3125rem !important;
  }
  .ht-lg-6 {
    height: 0.375rem !important;
  }
  .ht-lg-7 {
    height: 0.4375rem !important;
  }
  .ht-lg-8 {
    height: 0.5rem !important;
  }
  .ht-lg-9 {
    height: 0.5625rem !important;
  }
  .ht-lg-10 {
    height: 0.625rem !important;
  }
  .ht-lg-12 {
    height: 0.75rem !important;
  }
  .ht-lg-14 {
    height: 0.875rem !important;
  }
  .ht-lg-16 {
    height: 1rem !important;
  }
  .ht-lg-18 {
    height: 1.125rem !important;
  }
  .ht-lg-20 {
    height: 1.25rem !important;
  }
  .ht-lg-24 {
    height: 1.5rem !important;
  }
  .ht-lg-30 {
    height: 1.875rem !important;
  }
  .ht-lg-32 {
    height: 2rem !important;
  }
  .ht-lg-40 {
    height: 2.5rem !important;
  }
  .ht-lg-48 {
    height: 3rem !important;
  }
  .ht-lg-50 {
    height: 3.125rem !important;
  }
  .ht-lg-56 {
    height: 3.5rem !important;
  }
  .ht-lg-60 {
    height: 3.75rem !important;
  }
  .ht-lg-64 {
    height: 4rem !important;
  }
  .ht-lg-70 {
    height: 4.375rem !important;
  }
  .ht-lg-72 {
    height: 4.5rem !important;
  }
  .ht-lg-80 {
    height: 5rem !important;
  }
  .ht-lg-88 {
    height: 5.5rem !important;
  }
  .ht-lg-90 {
    height: 5.625rem !important;
  }
  .ht-lg-96 {
    height: 6rem !important;
  }
  .ht-lg-100 {
    height: 6.25rem !important;
  }
  .ht-lg-150 {
    height: 9.375rem !important;
  }
  .ht-lg-200 {
    height: 12.5rem !important;
  }
  .ht-lg-250 {
    height: 15.625rem !important;
  }
  .ht-lg-300 {
    height: 18.75rem !important;
  }
  .ht-lg-350 {
    height: 21.875rem !important;
  }
  .ht-lg-400 {
    height: 25rem !important;
  }
  .ht-lg-450 {
    height: 28.125rem !important;
  }
  .ht-lg-500 {
    height: 31.25rem !important;
  }
  .ht-lg-550 {
    height: 34.375rem !important;
  }
  .ht-lg-600 {
    height: 37.5rem !important;
  }
  .min-wd-lg-0 {
    min-width: 0 !important;
  }
  .min-wd-lg-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-lg-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-lg-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-lg-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-lg-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-lg-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-lg-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-lg-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-lg-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-lg-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-lg-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-lg-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-lg-16 {
    min-width: 1rem !important;
  }
  .min-wd-lg-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-lg-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-lg-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-lg-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-lg-32 {
    min-width: 2rem !important;
  }
  .min-wd-lg-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-lg-48 {
    min-width: 3rem !important;
  }
  .min-wd-lg-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-lg-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-lg-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-lg-64 {
    min-width: 4rem !important;
  }
  .min-wd-lg-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-lg-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-lg-80 {
    min-width: 5rem !important;
  }
  .min-wd-lg-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-lg-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-lg-96 {
    min-width: 6rem !important;
  }
  .min-wd-lg-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-lg-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-lg-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-lg-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-lg-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-lg-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-lg-400 {
    min-width: 25rem !important;
  }
  .min-wd-lg-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-lg-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-lg-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-lg-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-lg-0 {
    min-height: 0 !important;
  }
  .min-ht-lg-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-lg-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-lg-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-lg-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-lg-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-lg-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-lg-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-lg-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-lg-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-lg-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-lg-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-lg-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-lg-16 {
    min-height: 1rem !important;
  }
  .min-ht-lg-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-lg-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-lg-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-lg-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-lg-32 {
    min-height: 2rem !important;
  }
  .min-ht-lg-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-lg-48 {
    min-height: 3rem !important;
  }
  .min-ht-lg-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-lg-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-lg-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-lg-64 {
    min-height: 4rem !important;
  }
  .min-ht-lg-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-lg-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-lg-80 {
    min-height: 5rem !important;
  }
  .min-ht-lg-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-lg-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-lg-96 {
    min-height: 6rem !important;
  }
  .min-ht-lg-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-lg-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-lg-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-lg-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-lg-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-lg-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-lg-400 {
    min-height: 25rem !important;
  }
  .min-ht-lg-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-lg-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-lg-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-lg-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-lg-0 {
    max-width: 0 !important;
  }
  .max-wd-lg-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-lg-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-lg-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-lg-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-lg-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-lg-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-lg-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-lg-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-lg-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-lg-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-lg-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-lg-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-lg-16 {
    max-width: 1rem !important;
  }
  .max-wd-lg-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-lg-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-lg-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-lg-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-lg-32 {
    max-width: 2rem !important;
  }
  .max-wd-lg-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-lg-48 {
    max-width: 3rem !important;
  }
  .max-wd-lg-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-lg-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-lg-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-lg-64 {
    max-width: 4rem !important;
  }
  .max-wd-lg-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-lg-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-lg-80 {
    max-width: 5rem !important;
  }
  .max-wd-lg-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-lg-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-lg-96 {
    max-width: 6rem !important;
  }
  .max-wd-lg-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-lg-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-lg-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-lg-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-lg-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-lg-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-lg-400 {
    max-width: 25rem !important;
  }
  .max-wd-lg-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-lg-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-lg-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-lg-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-lg-0 {
    max-height: 0 !important;
  }
  .max-ht-lg-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-lg-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-lg-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-lg-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-lg-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-lg-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-lg-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-lg-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-lg-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-lg-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-lg-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-lg-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-lg-16 {
    max-height: 1rem !important;
  }
  .max-ht-lg-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-lg-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-lg-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-lg-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-lg-32 {
    max-height: 2rem !important;
  }
  .max-ht-lg-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-lg-48 {
    max-height: 3rem !important;
  }
  .max-ht-lg-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-lg-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-lg-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-lg-64 {
    max-height: 4rem !important;
  }
  .max-ht-lg-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-lg-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-lg-80 {
    max-height: 5rem !important;
  }
  .max-ht-lg-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-lg-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-lg-96 {
    max-height: 6rem !important;
  }
  .max-ht-lg-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-lg-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-lg-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-lg-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-lg-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-lg-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-lg-400 {
    max-height: 25rem !important;
  }
  .max-ht-lg-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-lg-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-lg-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-lg-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 1.75rem !important;
  }
  .m-xl-6 {
    margin: 2rem !important;
  }
  .m-xl-7 {
    margin: 2.25rem !important;
  }
  .m-xl-8 {
    margin: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .m-xl-32 {
    margin: 8rem !important;
  }
  .m-xl-40 {
    margin: 10rem !important;
  }
  .m-xl-48 {
    margin: 12rem !important;
  }
  .m-xl-56 {
    margin: 14rem !important;
  }
  .m-xl-64 {
    margin: 16rem !important;
  }
  .m-xl-72 {
    margin: 18rem !important;
  }
  .m-xl-80 {
    margin: 20rem !important;
  }
  .m-xl-88 {
    margin: 22rem !important;
  }
  .m-xl-96 {
    margin: 24rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-px {
    margin-top: 1px !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 2rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mt-xl-24 {
    margin-top: 6rem !important;
  }
  .mt-xl-32 {
    margin-top: 8rem !important;
  }
  .mt-xl-40 {
    margin-top: 10rem !important;
  }
  .mt-xl-48 {
    margin-top: 12rem !important;
  }
  .mt-xl-56 {
    margin-top: 14rem !important;
  }
  .mt-xl-64 {
    margin-top: 16rem !important;
  }
  .mt-xl-72 {
    margin-top: 18rem !important;
  }
  .mt-xl-80 {
    margin-top: 20rem !important;
  }
  .mt-xl-88 {
    margin-top: 22rem !important;
  }
  .mt-xl-96 {
    margin-top: 24rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-px {
    margin-right: 1px !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xl-6 {
    margin-right: 2rem !important;
  }
  .me-xl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xl-16 {
    margin-right: 4rem !important;
  }
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xl-20 {
    margin-right: 5rem !important;
  }
  .me-xl-24 {
    margin-right: 6rem !important;
  }
  .me-xl-32 {
    margin-right: 8rem !important;
  }
  .me-xl-40 {
    margin-right: 10rem !important;
  }
  .me-xl-48 {
    margin-right: 12rem !important;
  }
  .me-xl-56 {
    margin-right: 14rem !important;
  }
  .me-xl-64 {
    margin-right: 16rem !important;
  }
  .me-xl-72 {
    margin-right: 18rem !important;
  }
  .me-xl-80 {
    margin-right: 20rem !important;
  }
  .me-xl-88 {
    margin-right: 22rem !important;
  }
  .me-xl-96 {
    margin-right: 24rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-px {
    margin-bottom: 1px !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-px {
    margin-left: 1px !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 2rem !important;
  }
  .ms-xl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
  .ms-xl-24 {
    margin-left: 6rem !important;
  }
  .ms-xl-32 {
    margin-left: 8rem !important;
  }
  .ms-xl-40 {
    margin-left: 10rem !important;
  }
  .ms-xl-48 {
    margin-left: 12rem !important;
  }
  .ms-xl-56 {
    margin-left: 14rem !important;
  }
  .ms-xl-64 {
    margin-left: 16rem !important;
  }
  .ms-xl-72 {
    margin-left: 18rem !important;
  }
  .ms-xl-80 {
    margin-left: 20rem !important;
  }
  .ms-xl-88 {
    margin-left: 22rem !important;
  }
  .ms-xl-96 {
    margin-left: 24rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-npx {
    margin: -1px !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -1.75rem !important;
  }
  .m-xl-n6 {
    margin: -2rem !important;
  }
  .m-xl-n7 {
    margin: -2.25rem !important;
  }
  .m-xl-n8 {
    margin: -2.5rem !important;
  }
  .m-xl-n10 {
    margin: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .m-xl-n32 {
    margin: -8rem !important;
  }
  .m-xl-n40 {
    margin: -10rem !important;
  }
  .m-xl-n48 {
    margin: -12rem !important;
  }
  .m-xl-n56 {
    margin: -14rem !important;
  }
  .m-xl-n64 {
    margin: -16rem !important;
  }
  .m-xl-n72 {
    margin: -18rem !important;
  }
  .m-xl-n80 {
    margin: -20rem !important;
  }
  .m-xl-n88 {
    margin: -22rem !important;
  }
  .m-xl-n96 {
    margin: -24rem !important;
  }
  .mx-xl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xl-npx {
    margin-top: -1px !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xl-n96 {
    margin-top: -24rem !important;
  }
  .me-xl-npx {
    margin-right: -1px !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -2rem !important;
  }
  .me-xl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n12 {
    margin-right: -3rem !important;
  }
  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n16 {
    margin-right: -4rem !important;
  }
  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n20 {
    margin-right: -5rem !important;
  }
  .me-xl-n24 {
    margin-right: -6rem !important;
  }
  .me-xl-n32 {
    margin-right: -8rem !important;
  }
  .me-xl-n40 {
    margin-right: -10rem !important;
  }
  .me-xl-n48 {
    margin-right: -12rem !important;
  }
  .me-xl-n56 {
    margin-right: -14rem !important;
  }
  .me-xl-n64 {
    margin-right: -16rem !important;
  }
  .me-xl-n72 {
    margin-right: -18rem !important;
  }
  .me-xl-n80 {
    margin-right: -20rem !important;
  }
  .me-xl-n88 {
    margin-right: -22rem !important;
  }
  .me-xl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xl-npx {
    margin-left: -1px !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xl-n96 {
    margin-left: -24rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-px {
    padding: 1px !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 1.75rem !important;
  }
  .p-xl-6 {
    padding: 2rem !important;
  }
  .p-xl-7 {
    padding: 2.25rem !important;
  }
  .p-xl-8 {
    padding: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .p-xl-32 {
    padding: 8rem !important;
  }
  .p-xl-40 {
    padding: 10rem !important;
  }
  .p-xl-48 {
    padding: 12rem !important;
  }
  .p-xl-56 {
    padding: 14rem !important;
  }
  .p-xl-64 {
    padding: 16rem !important;
  }
  .p-xl-72 {
    padding: 18rem !important;
  }
  .p-xl-80 {
    padding: 20rem !important;
  }
  .p-xl-88 {
    padding: 22rem !important;
  }
  .p-xl-96 {
    padding: 24rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-px {
    padding-top: 1px !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 2rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pt-xl-24 {
    padding-top: 6rem !important;
  }
  .pt-xl-32 {
    padding-top: 8rem !important;
  }
  .pt-xl-40 {
    padding-top: 10rem !important;
  }
  .pt-xl-48 {
    padding-top: 12rem !important;
  }
  .pt-xl-56 {
    padding-top: 14rem !important;
  }
  .pt-xl-64 {
    padding-top: 16rem !important;
  }
  .pt-xl-72 {
    padding-top: 18rem !important;
  }
  .pt-xl-80 {
    padding-top: 20rem !important;
  }
  .pt-xl-88 {
    padding-top: 22rem !important;
  }
  .pt-xl-96 {
    padding-top: 24rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-px {
    padding-right: 1px !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 2rem !important;
  }
  .pe-xl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
  .pe-xl-24 {
    padding-right: 6rem !important;
  }
  .pe-xl-32 {
    padding-right: 8rem !important;
  }
  .pe-xl-40 {
    padding-right: 10rem !important;
  }
  .pe-xl-48 {
    padding-right: 12rem !important;
  }
  .pe-xl-56 {
    padding-right: 14rem !important;
  }
  .pe-xl-64 {
    padding-right: 16rem !important;
  }
  .pe-xl-72 {
    padding-right: 18rem !important;
  }
  .pe-xl-80 {
    padding-right: 20rem !important;
  }
  .pe-xl-88 {
    padding-right: 22rem !important;
  }
  .pe-xl-96 {
    padding-right: 24rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-px {
    padding-bottom: 1px !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-px {
    padding-left: 1px !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 2rem !important;
  }
  .ps-xl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
  .ps-xl-24 {
    padding-left: 6rem !important;
  }
  .ps-xl-32 {
    padding-left: 8rem !important;
  }
  .ps-xl-40 {
    padding-left: 10rem !important;
  }
  .ps-xl-48 {
    padding-left: 12rem !important;
  }
  .ps-xl-56 {
    padding-left: 14rem !important;
  }
  .ps-xl-64 {
    padding-left: 16rem !important;
  }
  .ps-xl-72 {
    padding-left: 18rem !important;
  }
  .ps-xl-80 {
    padding-left: 20rem !important;
  }
  .ps-xl-88 {
    padding-left: 22rem !important;
  }
  .ps-xl-96 {
    padding-left: 24rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-px {
    gap: 1px !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 1.75rem !important;
  }
  .gap-xl-6 {
    gap: 2rem !important;
  }
  .gap-xl-7 {
    gap: 2.25rem !important;
  }
  .gap-xl-8 {
    gap: 2.5rem !important;
  }
  .gap-xl-10 {
    gap: 2.75rem !important;
  }
  .gap-xl-12 {
    gap: 3rem !important;
  }
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
  .gap-xl-16 {
    gap: 4rem !important;
  }
  .gap-xl-18 {
    gap: 4.5rem !important;
  }
  .gap-xl-20 {
    gap: 5rem !important;
  }
  .gap-xl-24 {
    gap: 6rem !important;
  }
  .gap-xl-32 {
    gap: 8rem !important;
  }
  .gap-xl-40 {
    gap: 10rem !important;
  }
  .gap-xl-48 {
    gap: 12rem !important;
  }
  .gap-xl-56 {
    gap: 14rem !important;
  }
  .gap-xl-64 {
    gap: 16rem !important;
  }
  .gap-xl-72 {
    gap: 18rem !important;
  }
  .gap-xl-80 {
    gap: 20rem !important;
  }
  .gap-xl-88 {
    gap: 22rem !important;
  }
  .gap-xl-96 {
    gap: 24rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-px {
    row-gap: 1px !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .wd-xl-0 {
    width: 0 !important;
  }
  .wd-xl-1 {
    width: 0.0625rem !important;
  }
  .wd-xl-2 {
    width: 0.125rem !important;
  }
  .wd-xl-3 {
    width: 0.1875rem !important;
  }
  .wd-xl-4 {
    width: 0.25rem !important;
  }
  .wd-xl-5 {
    width: 0.3125rem !important;
  }
  .wd-xl-6 {
    width: 0.375rem !important;
  }
  .wd-xl-7 {
    width: 0.4375rem !important;
  }
  .wd-xl-8 {
    width: 0.5rem !important;
  }
  .wd-xl-9 {
    width: 0.5625rem !important;
  }
  .wd-xl-10 {
    width: 0.625rem !important;
  }
  .wd-xl-12 {
    width: 0.75rem !important;
  }
  .wd-xl-14 {
    width: 0.875rem !important;
  }
  .wd-xl-16 {
    width: 1rem !important;
  }
  .wd-xl-18 {
    width: 1.125rem !important;
  }
  .wd-xl-20 {
    width: 1.25rem !important;
  }
  .wd-xl-24 {
    width: 1.5rem !important;
  }
  .wd-xl-30 {
    width: 1.875rem !important;
  }
  .wd-xl-32 {
    width: 2rem !important;
  }
  .wd-xl-40 {
    width: 2.5rem !important;
  }
  .wd-xl-48 {
    width: 3rem !important;
  }
  .wd-xl-50 {
    width: 3.125rem !important;
  }
  .wd-xl-56 {
    width: 3.5rem !important;
  }
  .wd-xl-60 {
    width: 3.75rem !important;
  }
  .wd-xl-64 {
    width: 4rem !important;
  }
  .wd-xl-70 {
    width: 4.375rem !important;
  }
  .wd-xl-72 {
    width: 4.5rem !important;
  }
  .wd-xl-80 {
    width: 5rem !important;
  }
  .wd-xl-88 {
    width: 5.5rem !important;
  }
  .wd-xl-90 {
    width: 5.625rem !important;
  }
  .wd-xl-96 {
    width: 6rem !important;
  }
  .wd-xl-100 {
    width: 6.25rem !important;
  }
  .wd-xl-150 {
    width: 9.375rem !important;
  }
  .wd-xl-200 {
    width: 12.5rem !important;
  }
  .wd-xl-250 {
    width: 15.625rem !important;
  }
  .wd-xl-300 {
    width: 18.75rem !important;
  }
  .wd-xl-350 {
    width: 21.875rem !important;
  }
  .wd-xl-400 {
    width: 25rem !important;
  }
  .wd-xl-450 {
    width: 28.125rem !important;
  }
  .wd-xl-500 {
    width: 31.25rem !important;
  }
  .wd-xl-550 {
    width: 34.375rem !important;
  }
  .wd-xl-600 {
    width: 37.5rem !important;
  }
  .ht-xl-0 {
    height: 0 !important;
  }
  .ht-xl-1 {
    height: 0.0625rem !important;
  }
  .ht-xl-2 {
    height: 0.125rem !important;
  }
  .ht-xl-3 {
    height: 0.1875rem !important;
  }
  .ht-xl-4 {
    height: 0.25rem !important;
  }
  .ht-xl-5 {
    height: 0.3125rem !important;
  }
  .ht-xl-6 {
    height: 0.375rem !important;
  }
  .ht-xl-7 {
    height: 0.4375rem !important;
  }
  .ht-xl-8 {
    height: 0.5rem !important;
  }
  .ht-xl-9 {
    height: 0.5625rem !important;
  }
  .ht-xl-10 {
    height: 0.625rem !important;
  }
  .ht-xl-12 {
    height: 0.75rem !important;
  }
  .ht-xl-14 {
    height: 0.875rem !important;
  }
  .ht-xl-16 {
    height: 1rem !important;
  }
  .ht-xl-18 {
    height: 1.125rem !important;
  }
  .ht-xl-20 {
    height: 1.25rem !important;
  }
  .ht-xl-24 {
    height: 1.5rem !important;
  }
  .ht-xl-30 {
    height: 1.875rem !important;
  }
  .ht-xl-32 {
    height: 2rem !important;
  }
  .ht-xl-40 {
    height: 2.5rem !important;
  }
  .ht-xl-48 {
    height: 3rem !important;
  }
  .ht-xl-50 {
    height: 3.125rem !important;
  }
  .ht-xl-56 {
    height: 3.5rem !important;
  }
  .ht-xl-60 {
    height: 3.75rem !important;
  }
  .ht-xl-64 {
    height: 4rem !important;
  }
  .ht-xl-70 {
    height: 4.375rem !important;
  }
  .ht-xl-72 {
    height: 4.5rem !important;
  }
  .ht-xl-80 {
    height: 5rem !important;
  }
  .ht-xl-88 {
    height: 5.5rem !important;
  }
  .ht-xl-90 {
    height: 5.625rem !important;
  }
  .ht-xl-96 {
    height: 6rem !important;
  }
  .ht-xl-100 {
    height: 6.25rem !important;
  }
  .ht-xl-150 {
    height: 9.375rem !important;
  }
  .ht-xl-200 {
    height: 12.5rem !important;
  }
  .ht-xl-250 {
    height: 15.625rem !important;
  }
  .ht-xl-300 {
    height: 18.75rem !important;
  }
  .ht-xl-350 {
    height: 21.875rem !important;
  }
  .ht-xl-400 {
    height: 25rem !important;
  }
  .ht-xl-450 {
    height: 28.125rem !important;
  }
  .ht-xl-500 {
    height: 31.25rem !important;
  }
  .ht-xl-550 {
    height: 34.375rem !important;
  }
  .ht-xl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xl-0 {
    min-width: 0 !important;
  }
  .min-wd-xl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xl-0 {
    min-height: 0 !important;
  }
  .min-ht-xl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xl-0 {
    max-width: 0 !important;
  }
  .max-wd-xl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xl-0 {
    max-height: 0 !important;
  }
  .max-ht-xl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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-px {
    margin: 1px !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 1.75rem !important;
  }
  .m-xxl-6 {
    margin: 2rem !important;
  }
  .m-xxl-7 {
    margin: 2.25rem !important;
  }
  .m-xxl-8 {
    margin: 2.5rem !important;
  }
  .m-xxl-10 {
    margin: 2.75rem !important;
  }
  .m-xxl-12 {
    margin: 3rem !important;
  }
  .m-xxl-14 {
    margin: 3.5rem !important;
  }
  .m-xxl-16 {
    margin: 4rem !important;
  }
  .m-xxl-18 {
    margin: 4.5rem !important;
  }
  .m-xxl-20 {
    margin: 5rem !important;
  }
  .m-xxl-24 {
    margin: 6rem !important;
  }
  .m-xxl-32 {
    margin: 8rem !important;
  }
  .m-xxl-40 {
    margin: 10rem !important;
  }
  .m-xxl-48 {
    margin: 12rem !important;
  }
  .m-xxl-56 {
    margin: 14rem !important;
  }
  .m-xxl-64 {
    margin: 16rem !important;
  }
  .m-xxl-72 {
    margin: 18rem !important;
  }
  .m-xxl-80 {
    margin: 20rem !important;
  }
  .m-xxl-88 {
    margin: 22rem !important;
  }
  .m-xxl-96 {
    margin: 24rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !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-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-px {
    margin-top: 1px !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2rem !important;
  }
  .mt-xxl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xxl-12 {
    margin-top: 3rem !important;
  }
  .mt-xxl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-16 {
    margin-top: 4rem !important;
  }
  .mt-xxl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-20 {
    margin-top: 5rem !important;
  }
  .mt-xxl-24 {
    margin-top: 6rem !important;
  }
  .mt-xxl-32 {
    margin-top: 8rem !important;
  }
  .mt-xxl-40 {
    margin-top: 10rem !important;
  }
  .mt-xxl-48 {
    margin-top: 12rem !important;
  }
  .mt-xxl-56 {
    margin-top: 14rem !important;
  }
  .mt-xxl-64 {
    margin-top: 16rem !important;
  }
  .mt-xxl-72 {
    margin-top: 18rem !important;
  }
  .mt-xxl-80 {
    margin-top: 20rem !important;
  }
  .mt-xxl-88 {
    margin-top: 22rem !important;
  }
  .mt-xxl-96 {
    margin-top: 24rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-px {
    margin-right: 1px !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 2rem !important;
  }
  .me-xxl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xxl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xxl-12 {
    margin-right: 3rem !important;
  }
  .me-xxl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-16 {
    margin-right: 4rem !important;
  }
  .me-xxl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-20 {
    margin-right: 5rem !important;
  }
  .me-xxl-24 {
    margin-right: 6rem !important;
  }
  .me-xxl-32 {
    margin-right: 8rem !important;
  }
  .me-xxl-40 {
    margin-right: 10rem !important;
  }
  .me-xxl-48 {
    margin-right: 12rem !important;
  }
  .me-xxl-56 {
    margin-right: 14rem !important;
  }
  .me-xxl-64 {
    margin-right: 16rem !important;
  }
  .me-xxl-72 {
    margin-right: 18rem !important;
  }
  .me-xxl-80 {
    margin-right: 20rem !important;
  }
  .me-xxl-88 {
    margin-right: 22rem !important;
  }
  .me-xxl-96 {
    margin-right: 24rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-px {
    margin-bottom: 1px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xxl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-px {
    margin-left: 1px !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2rem !important;
  }
  .ms-xxl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xxl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xxl-12 {
    margin-left: 3rem !important;
  }
  .ms-xxl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-16 {
    margin-left: 4rem !important;
  }
  .ms-xxl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-20 {
    margin-left: 5rem !important;
  }
  .ms-xxl-24 {
    margin-left: 6rem !important;
  }
  .ms-xxl-32 {
    margin-left: 8rem !important;
  }
  .ms-xxl-40 {
    margin-left: 10rem !important;
  }
  .ms-xxl-48 {
    margin-left: 12rem !important;
  }
  .ms-xxl-56 {
    margin-left: 14rem !important;
  }
  .ms-xxl-64 {
    margin-left: 16rem !important;
  }
  .ms-xxl-72 {
    margin-left: 18rem !important;
  }
  .ms-xxl-80 {
    margin-left: 20rem !important;
  }
  .ms-xxl-88 {
    margin-left: 22rem !important;
  }
  .ms-xxl-96 {
    margin-left: 24rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-npx {
    margin: -1px !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -1.75rem !important;
  }
  .m-xxl-n6 {
    margin: -2rem !important;
  }
  .m-xxl-n7 {
    margin: -2.25rem !important;
  }
  .m-xxl-n8 {
    margin: -2.5rem !important;
  }
  .m-xxl-n10 {
    margin: -2.75rem !important;
  }
  .m-xxl-n12 {
    margin: -3rem !important;
  }
  .m-xxl-n14 {
    margin: -3.5rem !important;
  }
  .m-xxl-n16 {
    margin: -4rem !important;
  }
  .m-xxl-n18 {
    margin: -4.5rem !important;
  }
  .m-xxl-n20 {
    margin: -5rem !important;
  }
  .m-xxl-n24 {
    margin: -6rem !important;
  }
  .m-xxl-n32 {
    margin: -8rem !important;
  }
  .m-xxl-n40 {
    margin: -10rem !important;
  }
  .m-xxl-n48 {
    margin: -12rem !important;
  }
  .m-xxl-n56 {
    margin: -14rem !important;
  }
  .m-xxl-n64 {
    margin: -16rem !important;
  }
  .m-xxl-n72 {
    margin: -18rem !important;
  }
  .m-xxl-n80 {
    margin: -20rem !important;
  }
  .m-xxl-n88 {
    margin: -22rem !important;
  }
  .m-xxl-n96 {
    margin: -24rem !important;
  }
  .mx-xxl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xxl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xxl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xxl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xxl-npx {
    margin-top: -1px !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xxl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xxl-n96 {
    margin-top: -24rem !important;
  }
  .me-xxl-npx {
    margin-right: -1px !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xxl-n6 {
    margin-right: -2rem !important;
  }
  .me-xxl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xxl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xxl-n12 {
    margin-right: -3rem !important;
  }
  .me-xxl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n16 {
    margin-right: -4rem !important;
  }
  .me-xxl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n20 {
    margin-right: -5rem !important;
  }
  .me-xxl-n24 {
    margin-right: -6rem !important;
  }
  .me-xxl-n32 {
    margin-right: -8rem !important;
  }
  .me-xxl-n40 {
    margin-right: -10rem !important;
  }
  .me-xxl-n48 {
    margin-right: -12rem !important;
  }
  .me-xxl-n56 {
    margin-right: -14rem !important;
  }
  .me-xxl-n64 {
    margin-right: -16rem !important;
  }
  .me-xxl-n72 {
    margin-right: -18rem !important;
  }
  .me-xxl-n80 {
    margin-right: -20rem !important;
  }
  .me-xxl-n88 {
    margin-right: -22rem !important;
  }
  .me-xxl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xxl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xxl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xxl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xxl-npx {
    margin-left: -1px !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xxl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xxl-n96 {
    margin-left: -24rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-px {
    padding: 1px !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 1.75rem !important;
  }
  .p-xxl-6 {
    padding: 2rem !important;
  }
  .p-xxl-7 {
    padding: 2.25rem !important;
  }
  .p-xxl-8 {
    padding: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 2.75rem !important;
  }
  .p-xxl-12 {
    padding: 3rem !important;
  }
  .p-xxl-14 {
    padding: 3.5rem !important;
  }
  .p-xxl-16 {
    padding: 4rem !important;
  }
  .p-xxl-18 {
    padding: 4.5rem !important;
  }
  .p-xxl-20 {
    padding: 5rem !important;
  }
  .p-xxl-24 {
    padding: 6rem !important;
  }
  .p-xxl-32 {
    padding: 8rem !important;
  }
  .p-xxl-40 {
    padding: 10rem !important;
  }
  .p-xxl-48 {
    padding: 12rem !important;
  }
  .p-xxl-56 {
    padding: 14rem !important;
  }
  .p-xxl-64 {
    padding: 16rem !important;
  }
  .p-xxl-72 {
    padding: 18rem !important;
  }
  .p-xxl-80 {
    padding: 20rem !important;
  }
  .p-xxl-88 {
    padding: 22rem !important;
  }
  .p-xxl-96 {
    padding: 24rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xxl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xxl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-px {
    padding-top: 1px !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2rem !important;
  }
  .pt-xxl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xxl-12 {
    padding-top: 3rem !important;
  }
  .pt-xxl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-16 {
    padding-top: 4rem !important;
  }
  .pt-xxl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-20 {
    padding-top: 5rem !important;
  }
  .pt-xxl-24 {
    padding-top: 6rem !important;
  }
  .pt-xxl-32 {
    padding-top: 8rem !important;
  }
  .pt-xxl-40 {
    padding-top: 10rem !important;
  }
  .pt-xxl-48 {
    padding-top: 12rem !important;
  }
  .pt-xxl-56 {
    padding-top: 14rem !important;
  }
  .pt-xxl-64 {
    padding-top: 16rem !important;
  }
  .pt-xxl-72 {
    padding-top: 18rem !important;
  }
  .pt-xxl-80 {
    padding-top: 20rem !important;
  }
  .pt-xxl-88 {
    padding-top: 22rem !important;
  }
  .pt-xxl-96 {
    padding-top: 24rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-px {
    padding-right: 1px !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2rem !important;
  }
  .pe-xxl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xxl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xxl-12 {
    padding-right: 3rem !important;
  }
  .pe-xxl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-16 {
    padding-right: 4rem !important;
  }
  .pe-xxl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-20 {
    padding-right: 5rem !important;
  }
  .pe-xxl-24 {
    padding-right: 6rem !important;
  }
  .pe-xxl-32 {
    padding-right: 8rem !important;
  }
  .pe-xxl-40 {
    padding-right: 10rem !important;
  }
  .pe-xxl-48 {
    padding-right: 12rem !important;
  }
  .pe-xxl-56 {
    padding-right: 14rem !important;
  }
  .pe-xxl-64 {
    padding-right: 16rem !important;
  }
  .pe-xxl-72 {
    padding-right: 18rem !important;
  }
  .pe-xxl-80 {
    padding-right: 20rem !important;
  }
  .pe-xxl-88 {
    padding-right: 22rem !important;
  }
  .pe-xxl-96 {
    padding-right: 24rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-px {
    padding-bottom: 1px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xxl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xxl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-px {
    padding-left: 1px !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2rem !important;
  }
  .ps-xxl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xxl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xxl-12 {
    padding-left: 3rem !important;
  }
  .ps-xxl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-16 {
    padding-left: 4rem !important;
  }
  .ps-xxl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-20 {
    padding-left: 5rem !important;
  }
  .ps-xxl-24 {
    padding-left: 6rem !important;
  }
  .ps-xxl-32 {
    padding-left: 8rem !important;
  }
  .ps-xxl-40 {
    padding-left: 10rem !important;
  }
  .ps-xxl-48 {
    padding-left: 12rem !important;
  }
  .ps-xxl-56 {
    padding-left: 14rem !important;
  }
  .ps-xxl-64 {
    padding-left: 16rem !important;
  }
  .ps-xxl-72 {
    padding-left: 18rem !important;
  }
  .ps-xxl-80 {
    padding-left: 20rem !important;
  }
  .ps-xxl-88 {
    padding-left: 22rem !important;
  }
  .ps-xxl-96 {
    padding-left: 24rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-px {
    gap: 1px !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 1.75rem !important;
  }
  .gap-xxl-6 {
    gap: 2rem !important;
  }
  .gap-xxl-7 {
    gap: 2.25rem !important;
  }
  .gap-xxl-8 {
    gap: 2.5rem !important;
  }
  .gap-xxl-10 {
    gap: 2.75rem !important;
  }
  .gap-xxl-12 {
    gap: 3rem !important;
  }
  .gap-xxl-14 {
    gap: 3.5rem !important;
  }
  .gap-xxl-16 {
    gap: 4rem !important;
  }
  .gap-xxl-18 {
    gap: 4.5rem !important;
  }
  .gap-xxl-20 {
    gap: 5rem !important;
  }
  .gap-xxl-24 {
    gap: 6rem !important;
  }
  .gap-xxl-32 {
    gap: 8rem !important;
  }
  .gap-xxl-40 {
    gap: 10rem !important;
  }
  .gap-xxl-48 {
    gap: 12rem !important;
  }
  .gap-xxl-56 {
    gap: 14rem !important;
  }
  .gap-xxl-64 {
    gap: 16rem !important;
  }
  .gap-xxl-72 {
    gap: 18rem !important;
  }
  .gap-xxl-80 {
    gap: 20rem !important;
  }
  .gap-xxl-88 {
    gap: 22rem !important;
  }
  .gap-xxl-96 {
    gap: 24rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-px {
    row-gap: 1px !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xxl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xxl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xxl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xxl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xxl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xxl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xxl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xxl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xxl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xxl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xxl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xxl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .wd-xxl-0 {
    width: 0 !important;
  }
  .wd-xxl-1 {
    width: 0.0625rem !important;
  }
  .wd-xxl-2 {
    width: 0.125rem !important;
  }
  .wd-xxl-3 {
    width: 0.1875rem !important;
  }
  .wd-xxl-4 {
    width: 0.25rem !important;
  }
  .wd-xxl-5 {
    width: 0.3125rem !important;
  }
  .wd-xxl-6 {
    width: 0.375rem !important;
  }
  .wd-xxl-7 {
    width: 0.4375rem !important;
  }
  .wd-xxl-8 {
    width: 0.5rem !important;
  }
  .wd-xxl-9 {
    width: 0.5625rem !important;
  }
  .wd-xxl-10 {
    width: 0.625rem !important;
  }
  .wd-xxl-12 {
    width: 0.75rem !important;
  }
  .wd-xxl-14 {
    width: 0.875rem !important;
  }
  .wd-xxl-16 {
    width: 1rem !important;
  }
  .wd-xxl-18 {
    width: 1.125rem !important;
  }
  .wd-xxl-20 {
    width: 1.25rem !important;
  }
  .wd-xxl-24 {
    width: 1.5rem !important;
  }
  .wd-xxl-30 {
    width: 1.875rem !important;
  }
  .wd-xxl-32 {
    width: 2rem !important;
  }
  .wd-xxl-40 {
    width: 2.5rem !important;
  }
  .wd-xxl-48 {
    width: 3rem !important;
  }
  .wd-xxl-50 {
    width: 3.125rem !important;
  }
  .wd-xxl-56 {
    width: 3.5rem !important;
  }
  .wd-xxl-60 {
    width: 3.75rem !important;
  }
  .wd-xxl-64 {
    width: 4rem !important;
  }
  .wd-xxl-70 {
    width: 4.375rem !important;
  }
  .wd-xxl-72 {
    width: 4.5rem !important;
  }
  .wd-xxl-80 {
    width: 5rem !important;
  }
  .wd-xxl-88 {
    width: 5.5rem !important;
  }
  .wd-xxl-90 {
    width: 5.625rem !important;
  }
  .wd-xxl-96 {
    width: 6rem !important;
  }
  .wd-xxl-100 {
    width: 6.25rem !important;
  }
  .wd-xxl-150 {
    width: 9.375rem !important;
  }
  .wd-xxl-200 {
    width: 12.5rem !important;
  }
  .wd-xxl-250 {
    width: 15.625rem !important;
  }
  .wd-xxl-300 {
    width: 18.75rem !important;
  }
  .wd-xxl-350 {
    width: 21.875rem !important;
  }
  .wd-xxl-400 {
    width: 25rem !important;
  }
  .wd-xxl-450 {
    width: 28.125rem !important;
  }
  .wd-xxl-500 {
    width: 31.25rem !important;
  }
  .wd-xxl-550 {
    width: 34.375rem !important;
  }
  .wd-xxl-600 {
    width: 37.5rem !important;
  }
  .ht-xxl-0 {
    height: 0 !important;
  }
  .ht-xxl-1 {
    height: 0.0625rem !important;
  }
  .ht-xxl-2 {
    height: 0.125rem !important;
  }
  .ht-xxl-3 {
    height: 0.1875rem !important;
  }
  .ht-xxl-4 {
    height: 0.25rem !important;
  }
  .ht-xxl-5 {
    height: 0.3125rem !important;
  }
  .ht-xxl-6 {
    height: 0.375rem !important;
  }
  .ht-xxl-7 {
    height: 0.4375rem !important;
  }
  .ht-xxl-8 {
    height: 0.5rem !important;
  }
  .ht-xxl-9 {
    height: 0.5625rem !important;
  }
  .ht-xxl-10 {
    height: 0.625rem !important;
  }
  .ht-xxl-12 {
    height: 0.75rem !important;
  }
  .ht-xxl-14 {
    height: 0.875rem !important;
  }
  .ht-xxl-16 {
    height: 1rem !important;
  }
  .ht-xxl-18 {
    height: 1.125rem !important;
  }
  .ht-xxl-20 {
    height: 1.25rem !important;
  }
  .ht-xxl-24 {
    height: 1.5rem !important;
  }
  .ht-xxl-30 {
    height: 1.875rem !important;
  }
  .ht-xxl-32 {
    height: 2rem !important;
  }
  .ht-xxl-40 {
    height: 2.5rem !important;
  }
  .ht-xxl-48 {
    height: 3rem !important;
  }
  .ht-xxl-50 {
    height: 3.125rem !important;
  }
  .ht-xxl-56 {
    height: 3.5rem !important;
  }
  .ht-xxl-60 {
    height: 3.75rem !important;
  }
  .ht-xxl-64 {
    height: 4rem !important;
  }
  .ht-xxl-70 {
    height: 4.375rem !important;
  }
  .ht-xxl-72 {
    height: 4.5rem !important;
  }
  .ht-xxl-80 {
    height: 5rem !important;
  }
  .ht-xxl-88 {
    height: 5.5rem !important;
  }
  .ht-xxl-90 {
    height: 5.625rem !important;
  }
  .ht-xxl-96 {
    height: 6rem !important;
  }
  .ht-xxl-100 {
    height: 6.25rem !important;
  }
  .ht-xxl-150 {
    height: 9.375rem !important;
  }
  .ht-xxl-200 {
    height: 12.5rem !important;
  }
  .ht-xxl-250 {
    height: 15.625rem !important;
  }
  .ht-xxl-300 {
    height: 18.75rem !important;
  }
  .ht-xxl-350 {
    height: 21.875rem !important;
  }
  .ht-xxl-400 {
    height: 25rem !important;
  }
  .ht-xxl-450 {
    height: 28.125rem !important;
  }
  .ht-xxl-500 {
    height: 31.25rem !important;
  }
  .ht-xxl-550 {
    height: 34.375rem !important;
  }
  .ht-xxl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xxl-0 {
    min-width: 0 !important;
  }
  .min-wd-xxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xxl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xxl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xxl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xxl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xxl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xxl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xxl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xxl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xxl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xxl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xxl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xxl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xxl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xxl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xxl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xxl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xxl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xxl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xxl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xxl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xxl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xxl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xxl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xxl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xxl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xxl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xxl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xxl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xxl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xxl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xxl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xxl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xxl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xxl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xxl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xxl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xxl-0 {
    min-height: 0 !important;
  }
  .min-ht-xxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xxl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xxl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xxl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xxl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xxl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xxl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xxl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xxl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xxl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xxl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xxl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xxl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xxl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xxl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xxl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xxl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xxl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xxl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xxl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xxl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xxl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xxl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xxl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xxl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xxl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xxl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xxl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xxl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xxl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xxl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xxl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xxl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xxl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xxl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xxl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xxl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xxl-0 {
    max-width: 0 !important;
  }
  .max-wd-xxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xxl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xxl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xxl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xxl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xxl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xxl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xxl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xxl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xxl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xxl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xxl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xxl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xxl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xxl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xxl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xxl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xxl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xxl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xxl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xxl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xxl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xxl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xxl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xxl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xxl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xxl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xxl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xxl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xxl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xxl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xxl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xxl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xxl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xxl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xxl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xxl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xxl-0 {
    max-height: 0 !important;
  }
  .max-ht-xxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xxl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xxl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xxl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xxl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xxl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xxl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xxl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xxl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xxl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xxl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xxl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xxl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xxl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xxl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xxl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xxl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xxl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xxl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xxl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xxl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xxl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xxl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xxl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xxl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xxl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xxl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xxl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xxl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xxl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xxl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xxl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xxl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xxl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xxl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xxl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xxl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1600px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-px {
    margin: 1px !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 1.75rem !important;
  }
  .m-xxxl-6 {
    margin: 2rem !important;
  }
  .m-xxxl-7 {
    margin: 2.25rem !important;
  }
  .m-xxxl-8 {
    margin: 2.5rem !important;
  }
  .m-xxxl-10 {
    margin: 2.75rem !important;
  }
  .m-xxxl-12 {
    margin: 3rem !important;
  }
  .m-xxxl-14 {
    margin: 3.5rem !important;
  }
  .m-xxxl-16 {
    margin: 4rem !important;
  }
  .m-xxxl-18 {
    margin: 4.5rem !important;
  }
  .m-xxxl-20 {
    margin: 5rem !important;
  }
  .m-xxxl-24 {
    margin: 6rem !important;
  }
  .m-xxxl-32 {
    margin: 8rem !important;
  }
  .m-xxxl-40 {
    margin: 10rem !important;
  }
  .m-xxxl-48 {
    margin: 12rem !important;
  }
  .m-xxxl-56 {
    margin: 14rem !important;
  }
  .m-xxxl-64 {
    margin: 16rem !important;
  }
  .m-xxxl-72 {
    margin: 18rem !important;
  }
  .m-xxxl-80 {
    margin: 20rem !important;
  }
  .m-xxxl-88 {
    margin: 22rem !important;
  }
  .m-xxxl-96 {
    margin: 24rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xxxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-32 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-48 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-56 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-64 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-72 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxxl-80 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxl-88 {
    margin-right: 22rem !important;
    margin-left: 22rem !important;
  }
  .mx-xxxl-96 {
    margin-right: 24rem !important;
    margin-left: 24rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxxl-6 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-7 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xxxl-8 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xxxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxxl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .my-xxxl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-px {
    margin-top: 1px !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 1.75rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 2.25rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 2.75rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-16 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-24 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-32 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-40 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-48 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-56 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-64 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-72 {
    margin-top: 18rem !important;
  }
  .mt-xxxl-80 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-88 {
    margin-top: 22rem !important;
  }
  .mt-xxxl-96 {
    margin-top: 24rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-px {
    margin-right: 1px !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 1.75rem !important;
  }
  .me-xxxl-6 {
    margin-right: 2rem !important;
  }
  .me-xxxl-7 {
    margin-right: 2.25rem !important;
  }
  .me-xxxl-8 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 2.75rem !important;
  }
  .me-xxxl-12 {
    margin-right: 3rem !important;
  }
  .me-xxxl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-16 {
    margin-right: 4rem !important;
  }
  .me-xxxl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-20 {
    margin-right: 5rem !important;
  }
  .me-xxxl-24 {
    margin-right: 6rem !important;
  }
  .me-xxxl-32 {
    margin-right: 8rem !important;
  }
  .me-xxxl-40 {
    margin-right: 10rem !important;
  }
  .me-xxxl-48 {
    margin-right: 12rem !important;
  }
  .me-xxxl-56 {
    margin-right: 14rem !important;
  }
  .me-xxxl-64 {
    margin-right: 16rem !important;
  }
  .me-xxxl-72 {
    margin-right: 18rem !important;
  }
  .me-xxxl-80 {
    margin-right: 20rem !important;
  }
  .me-xxxl-88 {
    margin-right: 22rem !important;
  }
  .me-xxxl-96 {
    margin-right: 24rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-px {
    margin-bottom: 1px !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-32 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-48 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-56 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-64 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-72 {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-88 {
    margin-bottom: 22rem !important;
  }
  .mb-xxxl-96 {
    margin-bottom: 24rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-px {
    margin-left: 1px !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 1.75rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 2.25rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 2.75rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-16 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-24 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-32 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-40 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-48 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-56 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-64 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-72 {
    margin-left: 18rem !important;
  }
  .ms-xxxl-80 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-88 {
    margin-left: 22rem !important;
  }
  .ms-xxxl-96 {
    margin-left: 24rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-npx {
    margin: -1px !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -1.75rem !important;
  }
  .m-xxxl-n6 {
    margin: -2rem !important;
  }
  .m-xxxl-n7 {
    margin: -2.25rem !important;
  }
  .m-xxxl-n8 {
    margin: -2.5rem !important;
  }
  .m-xxxl-n10 {
    margin: -2.75rem !important;
  }
  .m-xxxl-n12 {
    margin: -3rem !important;
  }
  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }
  .m-xxxl-n16 {
    margin: -4rem !important;
  }
  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }
  .m-xxxl-n20 {
    margin: -5rem !important;
  }
  .m-xxxl-n24 {
    margin: -6rem !important;
  }
  .m-xxxl-n32 {
    margin: -8rem !important;
  }
  .m-xxxl-n40 {
    margin: -10rem !important;
  }
  .m-xxxl-n48 {
    margin: -12rem !important;
  }
  .m-xxxl-n56 {
    margin: -14rem !important;
  }
  .m-xxxl-n64 {
    margin: -16rem !important;
  }
  .m-xxxl-n72 {
    margin: -18rem !important;
  }
  .m-xxxl-n80 {
    margin: -20rem !important;
  }
  .m-xxxl-n88 {
    margin: -22rem !important;
  }
  .m-xxxl-n96 {
    margin: -24rem !important;
  }
  .mx-xxxl-npx {
    margin-right: -1px !important;
    margin-left: -1px !important;
  }
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xxxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n32 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n40 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n48 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n56 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n64 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxxl-n72 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxxl-n80 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xxxl-n88 {
    margin-right: -22rem !important;
    margin-left: -22rem !important;
  }
  .mx-xxxl-n96 {
    margin-right: -24rem !important;
    margin-left: -24rem !important;
  }
  .my-xxxl-npx {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xxxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxxl-n72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxxl-n80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xxxl-n88 {
    margin-top: -22rem !important;
    margin-bottom: -22rem !important;
  }
  .my-xxxl-n96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }
  .mt-xxxl-npx {
    margin-top: -1px !important;
  }
  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -1.75rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -2.25rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -2.5rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -2.75rem !important;
  }
  .mt-xxxl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xxxl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n32 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n40 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n48 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n56 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n64 {
    margin-top: -16rem !important;
  }
  .mt-xxxl-n72 {
    margin-top: -18rem !important;
  }
  .mt-xxxl-n80 {
    margin-top: -20rem !important;
  }
  .mt-xxxl-n88 {
    margin-top: -22rem !important;
  }
  .mt-xxxl-n96 {
    margin-top: -24rem !important;
  }
  .me-xxxl-npx {
    margin-right: -1px !important;
  }
  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -1.75rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -2.25rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -2.75rem !important;
  }
  .me-xxxl-n12 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n16 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n24 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n32 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n40 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n48 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n56 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n64 {
    margin-right: -16rem !important;
  }
  .me-xxxl-n72 {
    margin-right: -18rem !important;
  }
  .me-xxxl-n80 {
    margin-right: -20rem !important;
  }
  .me-xxxl-n88 {
    margin-right: -22rem !important;
  }
  .me-xxxl-n96 {
    margin-right: -24rem !important;
  }
  .mb-xxxl-npx {
    margin-bottom: -1px !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xxxl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxxl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n32 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n40 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n48 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n56 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n64 {
    margin-bottom: -16rem !important;
  }
  .mb-xxxl-n72 {
    margin-bottom: -18rem !important;
  }
  .mb-xxxl-n80 {
    margin-bottom: -20rem !important;
  }
  .mb-xxxl-n88 {
    margin-bottom: -22rem !important;
  }
  .mb-xxxl-n96 {
    margin-bottom: -24rem !important;
  }
  .ms-xxxl-npx {
    margin-left: -1px !important;
  }
  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -1.75rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -2.25rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -2.75rem !important;
  }
  .ms-xxxl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n32 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n40 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n48 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n56 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n64 {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n72 {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n80 {
    margin-left: -20rem !important;
  }
  .ms-xxxl-n88 {
    margin-left: -22rem !important;
  }
  .ms-xxxl-n96 {
    margin-left: -24rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-px {
    padding: 1px !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 1.75rem !important;
  }
  .p-xxxl-6 {
    padding: 2rem !important;
  }
  .p-xxxl-7 {
    padding: 2.25rem !important;
  }
  .p-xxxl-8 {
    padding: 2.5rem !important;
  }
  .p-xxxl-10 {
    padding: 2.75rem !important;
  }
  .p-xxxl-12 {
    padding: 3rem !important;
  }
  .p-xxxl-14 {
    padding: 3.5rem !important;
  }
  .p-xxxl-16 {
    padding: 4rem !important;
  }
  .p-xxxl-18 {
    padding: 4.5rem !important;
  }
  .p-xxxl-20 {
    padding: 5rem !important;
  }
  .p-xxxl-24 {
    padding: 6rem !important;
  }
  .p-xxxl-32 {
    padding: 8rem !important;
  }
  .p-xxxl-40 {
    padding: 10rem !important;
  }
  .p-xxxl-48 {
    padding: 12rem !important;
  }
  .p-xxxl-56 {
    padding: 14rem !important;
  }
  .p-xxxl-64 {
    padding: 16rem !important;
  }
  .p-xxxl-72 {
    padding: 18rem !important;
  }
  .p-xxxl-80 {
    padding: 20rem !important;
  }
  .p-xxxl-88 {
    padding: 22rem !important;
  }
  .p-xxxl-96 {
    padding: 24rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxxl-6 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-7 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xxxl-8 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-10 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xxxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-32 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-40 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-48 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-56 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-64 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxxl-72 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxxl-80 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xxxl-88 {
    padding-right: 22rem !important;
    padding-left: 22rem !important;
  }
  .px-xxxl-96 {
    padding-right: 24rem !important;
    padding-left: 24rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxxl-6 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-7 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xxxl-8 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xxxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxxl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxxl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xxxl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .py-xxxl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-px {
    padding-top: 1px !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 1.75rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 2.25rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 2.75rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-16 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-24 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-32 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-40 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-48 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-56 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-64 {
    padding-top: 16rem !important;
  }
  .pt-xxxl-72 {
    padding-top: 18rem !important;
  }
  .pt-xxxl-80 {
    padding-top: 20rem !important;
  }
  .pt-xxxl-88 {
    padding-top: 22rem !important;
  }
  .pt-xxxl-96 {
    padding-top: 24rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-px {
    padding-right: 1px !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 1.75rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 2.25rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 2.75rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-16 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-24 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-32 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-40 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-48 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-56 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-64 {
    padding-right: 16rem !important;
  }
  .pe-xxxl-72 {
    padding-right: 18rem !important;
  }
  .pe-xxxl-80 {
    padding-right: 20rem !important;
  }
  .pe-xxxl-88 {
    padding-right: 22rem !important;
  }
  .pe-xxxl-96 {
    padding-right: 24rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-px {
    padding-bottom: 1px !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-32 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-48 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-56 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-64 {
    padding-bottom: 16rem !important;
  }
  .pb-xxxl-72 {
    padding-bottom: 18rem !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 20rem !important;
  }
  .pb-xxxl-88 {
    padding-bottom: 22rem !important;
  }
  .pb-xxxl-96 {
    padding-bottom: 24rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-px {
    padding-left: 1px !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 1.75rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 2.25rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 2.75rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-16 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-24 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-32 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-40 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-48 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-56 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-64 {
    padding-left: 16rem !important;
  }
  .ps-xxxl-72 {
    padding-left: 18rem !important;
  }
  .ps-xxxl-80 {
    padding-left: 20rem !important;
  }
  .ps-xxxl-88 {
    padding-left: 22rem !important;
  }
  .ps-xxxl-96 {
    padding-left: 24rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-px {
    gap: 1px !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 1.75rem !important;
  }
  .gap-xxxl-6 {
    gap: 2rem !important;
  }
  .gap-xxxl-7 {
    gap: 2.25rem !important;
  }
  .gap-xxxl-8 {
    gap: 2.5rem !important;
  }
  .gap-xxxl-10 {
    gap: 2.75rem !important;
  }
  .gap-xxxl-12 {
    gap: 3rem !important;
  }
  .gap-xxxl-14 {
    gap: 3.5rem !important;
  }
  .gap-xxxl-16 {
    gap: 4rem !important;
  }
  .gap-xxxl-18 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-20 {
    gap: 5rem !important;
  }
  .gap-xxxl-24 {
    gap: 6rem !important;
  }
  .gap-xxxl-32 {
    gap: 8rem !important;
  }
  .gap-xxxl-40 {
    gap: 10rem !important;
  }
  .gap-xxxl-48 {
    gap: 12rem !important;
  }
  .gap-xxxl-56 {
    gap: 14rem !important;
  }
  .gap-xxxl-64 {
    gap: 16rem !important;
  }
  .gap-xxxl-72 {
    gap: 18rem !important;
  }
  .gap-xxxl-80 {
    gap: 20rem !important;
  }
  .gap-xxxl-88 {
    gap: 22rem !important;
  }
  .gap-xxxl-96 {
    gap: 24rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-px {
    row-gap: 1px !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-7 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xxxl-8 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxxl-10 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xxxl-12 {
    row-gap: 3rem !important;
  }
  .row-gap-xxxl-14 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xxxl-16 {
    row-gap: 4rem !important;
  }
  .row-gap-xxxl-18 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxl-20 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-24 {
    row-gap: 6rem !important;
  }
  .row-gap-xxxl-32 {
    row-gap: 8rem !important;
  }
  .row-gap-xxxl-40 {
    row-gap: 10rem !important;
  }
  .row-gap-xxxl-48 {
    row-gap: 12rem !important;
  }
  .row-gap-xxxl-56 {
    row-gap: 14rem !important;
  }
  .row-gap-xxxl-64 {
    row-gap: 16rem !important;
  }
  .row-gap-xxxl-72 {
    row-gap: 18rem !important;
  }
  .row-gap-xxxl-80 {
    row-gap: 20rem !important;
  }
  .row-gap-xxxl-88 {
    row-gap: 22rem !important;
  }
  .row-gap-xxxl-96 {
    row-gap: 24rem !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xxxl-6 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxxl-7 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }
  .column-gap-xxxl-8 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxxl-10 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }
  .column-gap-xxxl-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxxl-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }
  .column-gap-xxxl-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxxl-18 {
    -moz-column-gap: 4.5rem !important;
         column-gap: 4.5rem !important;
  }
  .column-gap-xxxl-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxxl-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }
  .column-gap-xxxl-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }
  .column-gap-xxxl-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxxl-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }
  .column-gap-xxxl-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }
  .column-gap-xxxl-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }
  .column-gap-xxxl-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }
  .column-gap-xxxl-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }
  .column-gap-xxxl-88 {
    -moz-column-gap: 22rem !important;
         column-gap: 22rem !important;
  }
  .column-gap-xxxl-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .wd-xxxl-0 {
    width: 0 !important;
  }
  .wd-xxxl-1 {
    width: 0.0625rem !important;
  }
  .wd-xxxl-2 {
    width: 0.125rem !important;
  }
  .wd-xxxl-3 {
    width: 0.1875rem !important;
  }
  .wd-xxxl-4 {
    width: 0.25rem !important;
  }
  .wd-xxxl-5 {
    width: 0.3125rem !important;
  }
  .wd-xxxl-6 {
    width: 0.375rem !important;
  }
  .wd-xxxl-7 {
    width: 0.4375rem !important;
  }
  .wd-xxxl-8 {
    width: 0.5rem !important;
  }
  .wd-xxxl-9 {
    width: 0.5625rem !important;
  }
  .wd-xxxl-10 {
    width: 0.625rem !important;
  }
  .wd-xxxl-12 {
    width: 0.75rem !important;
  }
  .wd-xxxl-14 {
    width: 0.875rem !important;
  }
  .wd-xxxl-16 {
    width: 1rem !important;
  }
  .wd-xxxl-18 {
    width: 1.125rem !important;
  }
  .wd-xxxl-20 {
    width: 1.25rem !important;
  }
  .wd-xxxl-24 {
    width: 1.5rem !important;
  }
  .wd-xxxl-30 {
    width: 1.875rem !important;
  }
  .wd-xxxl-32 {
    width: 2rem !important;
  }
  .wd-xxxl-40 {
    width: 2.5rem !important;
  }
  .wd-xxxl-48 {
    width: 3rem !important;
  }
  .wd-xxxl-50 {
    width: 3.125rem !important;
  }
  .wd-xxxl-56 {
    width: 3.5rem !important;
  }
  .wd-xxxl-60 {
    width: 3.75rem !important;
  }
  .wd-xxxl-64 {
    width: 4rem !important;
  }
  .wd-xxxl-70 {
    width: 4.375rem !important;
  }
  .wd-xxxl-72 {
    width: 4.5rem !important;
  }
  .wd-xxxl-80 {
    width: 5rem !important;
  }
  .wd-xxxl-88 {
    width: 5.5rem !important;
  }
  .wd-xxxl-90 {
    width: 5.625rem !important;
  }
  .wd-xxxl-96 {
    width: 6rem !important;
  }
  .wd-xxxl-100 {
    width: 6.25rem !important;
  }
  .wd-xxxl-150 {
    width: 9.375rem !important;
  }
  .wd-xxxl-200 {
    width: 12.5rem !important;
  }
  .wd-xxxl-250 {
    width: 15.625rem !important;
  }
  .wd-xxxl-300 {
    width: 18.75rem !important;
  }
  .wd-xxxl-350 {
    width: 21.875rem !important;
  }
  .wd-xxxl-400 {
    width: 25rem !important;
  }
  .wd-xxxl-450 {
    width: 28.125rem !important;
  }
  .wd-xxxl-500 {
    width: 31.25rem !important;
  }
  .wd-xxxl-550 {
    width: 34.375rem !important;
  }
  .wd-xxxl-600 {
    width: 37.5rem !important;
  }
  .ht-xxxl-0 {
    height: 0 !important;
  }
  .ht-xxxl-1 {
    height: 0.0625rem !important;
  }
  .ht-xxxl-2 {
    height: 0.125rem !important;
  }
  .ht-xxxl-3 {
    height: 0.1875rem !important;
  }
  .ht-xxxl-4 {
    height: 0.25rem !important;
  }
  .ht-xxxl-5 {
    height: 0.3125rem !important;
  }
  .ht-xxxl-6 {
    height: 0.375rem !important;
  }
  .ht-xxxl-7 {
    height: 0.4375rem !important;
  }
  .ht-xxxl-8 {
    height: 0.5rem !important;
  }
  .ht-xxxl-9 {
    height: 0.5625rem !important;
  }
  .ht-xxxl-10 {
    height: 0.625rem !important;
  }
  .ht-xxxl-12 {
    height: 0.75rem !important;
  }
  .ht-xxxl-14 {
    height: 0.875rem !important;
  }
  .ht-xxxl-16 {
    height: 1rem !important;
  }
  .ht-xxxl-18 {
    height: 1.125rem !important;
  }
  .ht-xxxl-20 {
    height: 1.25rem !important;
  }
  .ht-xxxl-24 {
    height: 1.5rem !important;
  }
  .ht-xxxl-30 {
    height: 1.875rem !important;
  }
  .ht-xxxl-32 {
    height: 2rem !important;
  }
  .ht-xxxl-40 {
    height: 2.5rem !important;
  }
  .ht-xxxl-48 {
    height: 3rem !important;
  }
  .ht-xxxl-50 {
    height: 3.125rem !important;
  }
  .ht-xxxl-56 {
    height: 3.5rem !important;
  }
  .ht-xxxl-60 {
    height: 3.75rem !important;
  }
  .ht-xxxl-64 {
    height: 4rem !important;
  }
  .ht-xxxl-70 {
    height: 4.375rem !important;
  }
  .ht-xxxl-72 {
    height: 4.5rem !important;
  }
  .ht-xxxl-80 {
    height: 5rem !important;
  }
  .ht-xxxl-88 {
    height: 5.5rem !important;
  }
  .ht-xxxl-90 {
    height: 5.625rem !important;
  }
  .ht-xxxl-96 {
    height: 6rem !important;
  }
  .ht-xxxl-100 {
    height: 6.25rem !important;
  }
  .ht-xxxl-150 {
    height: 9.375rem !important;
  }
  .ht-xxxl-200 {
    height: 12.5rem !important;
  }
  .ht-xxxl-250 {
    height: 15.625rem !important;
  }
  .ht-xxxl-300 {
    height: 18.75rem !important;
  }
  .ht-xxxl-350 {
    height: 21.875rem !important;
  }
  .ht-xxxl-400 {
    height: 25rem !important;
  }
  .ht-xxxl-450 {
    height: 28.125rem !important;
  }
  .ht-xxxl-500 {
    height: 31.25rem !important;
  }
  .ht-xxxl-550 {
    height: 34.375rem !important;
  }
  .ht-xxxl-600 {
    height: 37.5rem !important;
  }
  .min-wd-xxxl-0 {
    min-width: 0 !important;
  }
  .min-wd-xxxl-1 {
    min-width: 0.0625rem !important;
  }
  .min-wd-xxxl-2 {
    min-width: 0.125rem !important;
  }
  .min-wd-xxxl-3 {
    min-width: 0.1875rem !important;
  }
  .min-wd-xxxl-4 {
    min-width: 0.25rem !important;
  }
  .min-wd-xxxl-5 {
    min-width: 0.3125rem !important;
  }
  .min-wd-xxxl-6 {
    min-width: 0.375rem !important;
  }
  .min-wd-xxxl-7 {
    min-width: 0.4375rem !important;
  }
  .min-wd-xxxl-8 {
    min-width: 0.5rem !important;
  }
  .min-wd-xxxl-9 {
    min-width: 0.5625rem !important;
  }
  .min-wd-xxxl-10 {
    min-width: 0.625rem !important;
  }
  .min-wd-xxxl-12 {
    min-width: 0.75rem !important;
  }
  .min-wd-xxxl-14 {
    min-width: 0.875rem !important;
  }
  .min-wd-xxxl-16 {
    min-width: 1rem !important;
  }
  .min-wd-xxxl-18 {
    min-width: 1.125rem !important;
  }
  .min-wd-xxxl-20 {
    min-width: 1.25rem !important;
  }
  .min-wd-xxxl-24 {
    min-width: 1.5rem !important;
  }
  .min-wd-xxxl-30 {
    min-width: 1.875rem !important;
  }
  .min-wd-xxxl-32 {
    min-width: 2rem !important;
  }
  .min-wd-xxxl-40 {
    min-width: 2.5rem !important;
  }
  .min-wd-xxxl-48 {
    min-width: 3rem !important;
  }
  .min-wd-xxxl-50 {
    min-width: 3.125rem !important;
  }
  .min-wd-xxxl-56 {
    min-width: 3.5rem !important;
  }
  .min-wd-xxxl-60 {
    min-width: 3.75rem !important;
  }
  .min-wd-xxxl-64 {
    min-width: 4rem !important;
  }
  .min-wd-xxxl-70 {
    min-width: 4.375rem !important;
  }
  .min-wd-xxxl-72 {
    min-width: 4.5rem !important;
  }
  .min-wd-xxxl-80 {
    min-width: 5rem !important;
  }
  .min-wd-xxxl-88 {
    min-width: 5.5rem !important;
  }
  .min-wd-xxxl-90 {
    min-width: 5.625rem !important;
  }
  .min-wd-xxxl-96 {
    min-width: 6rem !important;
  }
  .min-wd-xxxl-100 {
    min-width: 6.25rem !important;
  }
  .min-wd-xxxl-150 {
    min-width: 9.375rem !important;
  }
  .min-wd-xxxl-200 {
    min-width: 12.5rem !important;
  }
  .min-wd-xxxl-250 {
    min-width: 15.625rem !important;
  }
  .min-wd-xxxl-300 {
    min-width: 18.75rem !important;
  }
  .min-wd-xxxl-350 {
    min-width: 21.875rem !important;
  }
  .min-wd-xxxl-400 {
    min-width: 25rem !important;
  }
  .min-wd-xxxl-450 {
    min-width: 28.125rem !important;
  }
  .min-wd-xxxl-500 {
    min-width: 31.25rem !important;
  }
  .min-wd-xxxl-550 {
    min-width: 34.375rem !important;
  }
  .min-wd-xxxl-600 {
    min-width: 37.5rem !important;
  }
  .min-ht-xxxl-0 {
    min-height: 0 !important;
  }
  .min-ht-xxxl-1 {
    min-height: 0.0625rem !important;
  }
  .min-ht-xxxl-2 {
    min-height: 0.125rem !important;
  }
  .min-ht-xxxl-3 {
    min-height: 0.1875rem !important;
  }
  .min-ht-xxxl-4 {
    min-height: 0.25rem !important;
  }
  .min-ht-xxxl-5 {
    min-height: 0.3125rem !important;
  }
  .min-ht-xxxl-6 {
    min-height: 0.375rem !important;
  }
  .min-ht-xxxl-7 {
    min-height: 0.4375rem !important;
  }
  .min-ht-xxxl-8 {
    min-height: 0.5rem !important;
  }
  .min-ht-xxxl-9 {
    min-height: 0.5625rem !important;
  }
  .min-ht-xxxl-10 {
    min-height: 0.625rem !important;
  }
  .min-ht-xxxl-12 {
    min-height: 0.75rem !important;
  }
  .min-ht-xxxl-14 {
    min-height: 0.875rem !important;
  }
  .min-ht-xxxl-16 {
    min-height: 1rem !important;
  }
  .min-ht-xxxl-18 {
    min-height: 1.125rem !important;
  }
  .min-ht-xxxl-20 {
    min-height: 1.25rem !important;
  }
  .min-ht-xxxl-24 {
    min-height: 1.5rem !important;
  }
  .min-ht-xxxl-30 {
    min-height: 1.875rem !important;
  }
  .min-ht-xxxl-32 {
    min-height: 2rem !important;
  }
  .min-ht-xxxl-40 {
    min-height: 2.5rem !important;
  }
  .min-ht-xxxl-48 {
    min-height: 3rem !important;
  }
  .min-ht-xxxl-50 {
    min-height: 3.125rem !important;
  }
  .min-ht-xxxl-56 {
    min-height: 3.5rem !important;
  }
  .min-ht-xxxl-60 {
    min-height: 3.75rem !important;
  }
  .min-ht-xxxl-64 {
    min-height: 4rem !important;
  }
  .min-ht-xxxl-70 {
    min-height: 4.375rem !important;
  }
  .min-ht-xxxl-72 {
    min-height: 4.5rem !important;
  }
  .min-ht-xxxl-80 {
    min-height: 5rem !important;
  }
  .min-ht-xxxl-88 {
    min-height: 5.5rem !important;
  }
  .min-ht-xxxl-90 {
    min-height: 5.625rem !important;
  }
  .min-ht-xxxl-96 {
    min-height: 6rem !important;
  }
  .min-ht-xxxl-100 {
    min-height: 6.25rem !important;
  }
  .min-ht-xxxl-150 {
    min-height: 9.375rem !important;
  }
  .min-ht-xxxl-200 {
    min-height: 12.5rem !important;
  }
  .min-ht-xxxl-250 {
    min-height: 15.625rem !important;
  }
  .min-ht-xxxl-300 {
    min-height: 18.75rem !important;
  }
  .min-ht-xxxl-350 {
    min-height: 21.875rem !important;
  }
  .min-ht-xxxl-400 {
    min-height: 25rem !important;
  }
  .min-ht-xxxl-450 {
    min-height: 28.125rem !important;
  }
  .min-ht-xxxl-500 {
    min-height: 31.25rem !important;
  }
  .min-ht-xxxl-550 {
    min-height: 34.375rem !important;
  }
  .min-ht-xxxl-600 {
    min-height: 37.5rem !important;
  }
  .max-wd-xxxl-0 {
    max-width: 0 !important;
  }
  .max-wd-xxxl-1 {
    max-width: 0.0625rem !important;
  }
  .max-wd-xxxl-2 {
    max-width: 0.125rem !important;
  }
  .max-wd-xxxl-3 {
    max-width: 0.1875rem !important;
  }
  .max-wd-xxxl-4 {
    max-width: 0.25rem !important;
  }
  .max-wd-xxxl-5 {
    max-width: 0.3125rem !important;
  }
  .max-wd-xxxl-6 {
    max-width: 0.375rem !important;
  }
  .max-wd-xxxl-7 {
    max-width: 0.4375rem !important;
  }
  .max-wd-xxxl-8 {
    max-width: 0.5rem !important;
  }
  .max-wd-xxxl-9 {
    max-width: 0.5625rem !important;
  }
  .max-wd-xxxl-10 {
    max-width: 0.625rem !important;
  }
  .max-wd-xxxl-12 {
    max-width: 0.75rem !important;
  }
  .max-wd-xxxl-14 {
    max-width: 0.875rem !important;
  }
  .max-wd-xxxl-16 {
    max-width: 1rem !important;
  }
  .max-wd-xxxl-18 {
    max-width: 1.125rem !important;
  }
  .max-wd-xxxl-20 {
    max-width: 1.25rem !important;
  }
  .max-wd-xxxl-24 {
    max-width: 1.5rem !important;
  }
  .max-wd-xxxl-30 {
    max-width: 1.875rem !important;
  }
  .max-wd-xxxl-32 {
    max-width: 2rem !important;
  }
  .max-wd-xxxl-40 {
    max-width: 2.5rem !important;
  }
  .max-wd-xxxl-48 {
    max-width: 3rem !important;
  }
  .max-wd-xxxl-50 {
    max-width: 3.125rem !important;
  }
  .max-wd-xxxl-56 {
    max-width: 3.5rem !important;
  }
  .max-wd-xxxl-60 {
    max-width: 3.75rem !important;
  }
  .max-wd-xxxl-64 {
    max-width: 4rem !important;
  }
  .max-wd-xxxl-70 {
    max-width: 4.375rem !important;
  }
  .max-wd-xxxl-72 {
    max-width: 4.5rem !important;
  }
  .max-wd-xxxl-80 {
    max-width: 5rem !important;
  }
  .max-wd-xxxl-88 {
    max-width: 5.5rem !important;
  }
  .max-wd-xxxl-90 {
    max-width: 5.625rem !important;
  }
  .max-wd-xxxl-96 {
    max-width: 6rem !important;
  }
  .max-wd-xxxl-100 {
    max-width: 6.25rem !important;
  }
  .max-wd-xxxl-150 {
    max-width: 9.375rem !important;
  }
  .max-wd-xxxl-200 {
    max-width: 12.5rem !important;
  }
  .max-wd-xxxl-250 {
    max-width: 15.625rem !important;
  }
  .max-wd-xxxl-300 {
    max-width: 18.75rem !important;
  }
  .max-wd-xxxl-350 {
    max-width: 21.875rem !important;
  }
  .max-wd-xxxl-400 {
    max-width: 25rem !important;
  }
  .max-wd-xxxl-450 {
    max-width: 28.125rem !important;
  }
  .max-wd-xxxl-500 {
    max-width: 31.25rem !important;
  }
  .max-wd-xxxl-550 {
    max-width: 34.375rem !important;
  }
  .max-wd-xxxl-600 {
    max-width: 37.5rem !important;
  }
  .max-ht-xxxl-0 {
    max-height: 0 !important;
  }
  .max-ht-xxxl-1 {
    max-height: 0.0625rem !important;
  }
  .max-ht-xxxl-2 {
    max-height: 0.125rem !important;
  }
  .max-ht-xxxl-3 {
    max-height: 0.1875rem !important;
  }
  .max-ht-xxxl-4 {
    max-height: 0.25rem !important;
  }
  .max-ht-xxxl-5 {
    max-height: 0.3125rem !important;
  }
  .max-ht-xxxl-6 {
    max-height: 0.375rem !important;
  }
  .max-ht-xxxl-7 {
    max-height: 0.4375rem !important;
  }
  .max-ht-xxxl-8 {
    max-height: 0.5rem !important;
  }
  .max-ht-xxxl-9 {
    max-height: 0.5625rem !important;
  }
  .max-ht-xxxl-10 {
    max-height: 0.625rem !important;
  }
  .max-ht-xxxl-12 {
    max-height: 0.75rem !important;
  }
  .max-ht-xxxl-14 {
    max-height: 0.875rem !important;
  }
  .max-ht-xxxl-16 {
    max-height: 1rem !important;
  }
  .max-ht-xxxl-18 {
    max-height: 1.125rem !important;
  }
  .max-ht-xxxl-20 {
    max-height: 1.25rem !important;
  }
  .max-ht-xxxl-24 {
    max-height: 1.5rem !important;
  }
  .max-ht-xxxl-30 {
    max-height: 1.875rem !important;
  }
  .max-ht-xxxl-32 {
    max-height: 2rem !important;
  }
  .max-ht-xxxl-40 {
    max-height: 2.5rem !important;
  }
  .max-ht-xxxl-48 {
    max-height: 3rem !important;
  }
  .max-ht-xxxl-50 {
    max-height: 3.125rem !important;
  }
  .max-ht-xxxl-56 {
    max-height: 3.5rem !important;
  }
  .max-ht-xxxl-60 {
    max-height: 3.75rem !important;
  }
  .max-ht-xxxl-64 {
    max-height: 4rem !important;
  }
  .max-ht-xxxl-70 {
    max-height: 4.375rem !important;
  }
  .max-ht-xxxl-72 {
    max-height: 4.5rem !important;
  }
  .max-ht-xxxl-80 {
    max-height: 5rem !important;
  }
  .max-ht-xxxl-88 {
    max-height: 5.5rem !important;
  }
  .max-ht-xxxl-90 {
    max-height: 5.625rem !important;
  }
  .max-ht-xxxl-96 {
    max-height: 6rem !important;
  }
  .max-ht-xxxl-100 {
    max-height: 6.25rem !important;
  }
  .max-ht-xxxl-150 {
    max-height: 9.375rem !important;
  }
  .max-ht-xxxl-200 {
    max-height: 12.5rem !important;
  }
  .max-ht-xxxl-250 {
    max-height: 15.625rem !important;
  }
  .max-ht-xxxl-300 {
    max-height: 18.75rem !important;
  }
  .max-ht-xxxl-350 {
    max-height: 21.875rem !important;
  }
  .max-ht-xxxl-400 {
    max-height: 25rem !important;
  }
  .max-ht-xxxl-450 {
    max-height: 28.125rem !important;
  }
  .max-ht-xxxl-500 {
    max-height: 31.25rem !important;
  }
  .max-ht-xxxl-550 {
    max-height: 34.375rem !important;
  }
  .max-ht-xxxl-600 {
    max-height: 37.5rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.53125rem !important;
  }
  .fs-4 {
    font-size: 1.3125rem !important;
  }
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-48 {
    font-size: 3rem !important;
  }
  .fs-56 {
    font-size: 3.5rem !important;
  }
  .fs-64 {
    font-size: 4rem !important;
  }
  .fs-72 {
    font-size: 4.5rem !important;
  }
  .fs-80 {
    font-size: 5rem !important;
  }
  .fs-88 {
    font-size: 5.5rem !important;
  }
  .fs-96 {
    font-size: 6rem !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-inline-grid {
    display: inline-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;
  }
}
/*
<--!----------------------------------------------------------------!-->
<--! Expodash Common SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.main-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.main-wrapper #edash-main {
  display: flex;
  flex-basis: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 0.75rem;
  background-color: var(--expo-expo-bg-body);
  margin-left: var(--expo-navigation-width);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .main-wrapper #edash-main {
    padding: 0 1.5rem;
  }
}
.main-wrapper #edash-main .edash-page-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .main-wrapper #edash-main .edash-page-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .main-wrapper #edash-main .edash-page-container .edash-apps-main-card #edash-aside-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out;
  }
  .main-wrapper #edash-main .edash-page-container .edash-apps-main-card #edash-aside-left.aside-left-open {
    z-index: 3;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.main-wrapper #edash-main .edash-page-container .edash-apps-main-card #edash-aside-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.main-wrapper #edash-main .edash-page-container .edash-apps-main-card #edash-aside-right.aside-right-open {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.main-wrapper #edash-main .edash-page-container .edash-apps-main-card .edash-backdrop {
  z-index: 2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  transition: opacity 0.15s linear;
  display: none;
}
@media (max-width: 991.98px) {
  .main-wrapper #edash-main .edash-page-container .edash-apps-main-card .edash-backdrop.edash-left-backdrop {
    display: block;
  }
}
.main-wrapper #edash-main .edash-page-container .edash-apps-main-card .edash-backdrop.edash-right-backdrop {
  display: block;
}
.main-wrapper #edash-main .edash-page-container .edash-settings-aside {
  top: 7rem;
  height: calc(100vh - 7rem);
}
@media (max-width: 767.98px) {
  .main-wrapper #edash-main .edash-page-container .edash-settings-aside {
    top: 6rem;
    height: calc(100vh - 6rem);
  }
}
.main-wrapper #edash-main .edash-page-container .edash-settings-aside .nav-link.active {
  background-color: var(--expo-secondary-bg);
  border-radius: 0.313rem;
}

/*
<--!----------------------------------------------------------------!-->
<--! Expodash Menu SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.edash-menu {
  width: var(--expo-navigation-width);
  transition: all 0.2s ease-in-out;
}
.edash-menu .edash-menu-header .edash-logo .edash-logo-main {
  width: auto;
  height: auto;
  display: block;
}
.edash-menu .edash-menu-header .edash-logo .edash-logo-main [data-bs-theme=dark] {
  filter: brightness(100);
}
.edash-menu .edash-menu-header .edash-logo .edash-logo-abbr {
  width: 3rem;
  height: auto;
  display: none;
}
.edash-menu nav.edash-sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu {
  display: flex;
  flex-direction: column;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow:after, .edash-menu nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-rev-icon .has-arrow.accordion-button:before, .accordion.accordion-rev-icon .edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before, .edash-menu nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-reversed .has-arrow.accordion-button:before, .accordion.accordion-reversed .edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before {
  width: 0.375rem;
  height: 0.375rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu > li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu li + li {
  margin-top: 0.25rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu li:first-child {
  margin-top: 0.25rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu li:last-child {
  margin-bottom: 0.25rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu li.disabled a {
  cursor: no-drop;
  color: var(--expo-gray-500);
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.65rem 1rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--expo-dark);
  transition: all 0.2s ease-in-out;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu a:hover, .edash-menu nav.edash-sidebar-nav .edash-metismenu a:focus, .edash-menu nav.edash-sidebar-nav .edash-metismenu a:active {
  color: var(--expo-primary);
  text-decoration: none;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu a:hover:before, .edash-menu nav.edash-sidebar-nav .edash-metismenu a:focus:before, .edash-menu nav.edash-sidebar-nav .edash-metismenu a:active:before {
  background: var(--expo-primary);
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu a .fi {
  line-height: 0;
  font-size: 1rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu a .mm-text {
  margin-left: 1rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu ul a {
  padding-left: 2rem;
  margin-left: 1rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu ul a:before {
  left: 1rem;
  top: 50%;
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: var(--expo-gray-500);
  transform: translate(50%, -50%);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu ul ul a {
  margin-left: 2.5rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu ul ul ul a {
  margin-left: 4rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu .mm-active > a {
  text-decoration: none;
  color: var(--expo-primary);
  background: var(--expo-expo-hover-bg);
  border-radius: 0.313rem;
}
.edash-menu nav.edash-sidebar-nav .edash-metismenu .mm-active > a:before {
  background: var(--expo-primary);
}

/*
<--!----------------------------------------------------------------!-->
<--! Expodash MiniMenu SCSS !-->
<--!----------------------------------------------------------------!-->
*/
html.edash-minimenu {
  /* edash-menu */
  /* edash-main */
}
html.edash-minimenu .edash-menu {
  width: 100px;
  /* edash-menu hover */
}
html.edash-minimenu .edash-menu .edash-menu-header .edash-logo .edash-logo-main {
  display: none;
}
html.edash-minimenu .edash-menu .edash-menu-header .edash-logo .edash-logo-abbr {
  display: block;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .nav-label:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "\f669";
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--expo-secondary);
  background: var(--expo-tertiary-bg);
  font-family: uicons-bold-straight !important;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow:after, html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-rev-icon .has-arrow.accordion-button:before, .accordion.accordion-rev-icon html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before, html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-reversed .has-arrow.accordion-button:before, .accordion.accordion-reversed html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before {
  display: none;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu > li {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu a {
  justify-content: center;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu a .mm-text {
  display: none;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .edash-metismenu ul .sub-menu {
  display: none;
}
html.edash-minimenu .edash-menu nav.edash-sidebar-nav .card {
  display: none;
}
html.edash-minimenu .edash-menu:hover {
  width: 280px;
}
html.edash-minimenu .edash-menu:hover .edash-menu-header .edash-logo .edash-logo-main {
  display: block;
}
html.edash-minimenu .edash-menu:hover .edash-menu-header .edash-logo .edash-logo-abbr {
  display: none;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .nav-label:before {
  display: none;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu .has-arrow:after, html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-rev-icon .has-arrow.accordion-button:before, .accordion.accordion-rev-icon html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before, html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu .accordion.accordion-reversed .has-arrow.accordion-button:before, .accordion.accordion-reversed html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu .has-arrow.accordion-button:before {
  display: block;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu > li {
  padding-left: 1rem;
  padding-right: 1rem;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu a {
  justify-content: flex-start;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu a .mm-text {
  display: flex;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .edash-metismenu ul .sub-menu {
  display: flex;
}
html.edash-minimenu .edash-menu:hover nav.edash-sidebar-nav .card {
  display: block;
}
html.edash-minimenu .main-wrapper #edash-main {
  margin-left: 100px;
}

/*
<--!----------------------------------------------------------------!-->
<--! Expodash Menu Responsive SCSS !-->
<--!----------------------------------------------------------------!-->
*/
@media (max-width: 1199.98px) {
  html .edash-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }
  html.edash-menu-show .edash-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  html.edash-menu-show .edash-menu-backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
  }
  html.edash-minimenu .main-wrapper #edash-main {
    margin-left: 0;
  }
  html .main-wrapper #edash-main {
    margin-left: 0;
  }
}
/*
<--!----------------------------------------------------------------!-->
<--! Expodash Header SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.edash-header {
  -webkit-backdrop-filter: saturate(100%) blur(8px);
          backdrop-filter: saturate(100%) blur(8px);
}
.edash-header .edash-header-container .edash-header-left .edash-search-wrapper .edash-search {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.edash-header .edash-header-container .edash-header-left .edash-search-wrapper .edash-search.show {
  opacity: 1;
  visibility: visible;
}
.edash-header .edash-header-container .edash-header-left .edash-drop-item,
.edash-header .edash-header-container .edash-header-right .edash-drop-item {
  position: relative;
  transition: all 0.2s ease-in-out;
}
.edash-header .edash-header-container .edash-header-left .edash-drop-item:hover,
.edash-header .edash-header-container .edash-header-right .edash-drop-item:hover {
  color: var(--expo-primary);
  background: var(--expo-hover-bg);
}
.edash-header .edash-header-container .edash-header-left .edash-drop-item .fi,
.edash-header .edash-header-container .edash-header-left .edash-drop-item i[class*=" fi-rr-"]:before,
.edash-header .edash-header-container .edash-header-left .edash-drop-item i[class^=fi-rr-]:before,
.edash-header .edash-header-container .edash-header-left .edash-drop-item span[class*=fi-rr-]:before,
.edash-header .edash-header-container .edash-header-left .edash-drop-item span[class^=fi-rr-]:before,
.edash-header .edash-header-container .edash-header-right .edash-drop-item .fi,
.edash-header .edash-header-container .edash-header-right .edash-drop-item i[class*=" fi-rr-"]:before,
.edash-header .edash-header-container .edash-header-right .edash-drop-item i[class^=fi-rr-]:before,
.edash-header .edash-header-container .edash-header-right .edash-drop-item span[class*=fi-rr-]:before,
.edash-header .edash-header-container .edash-header-right .edash-drop-item span[class^=fi-rr-]:before {
  font-size: 1.25rem;
}
@media (max-width: 575.98px) {
  .edash-header .edash-header-container .dropdown {
    position: static;
  }
}
.edash-header .edash-header-container .dropdown .dropdown-menu {
  animation: 0.3s ease-in-out 0s normal forwards 1 fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 1rem;
  }
  to {
    opacity: 1;
    margin-top: 0rem;
  }
}
@media (max-width: 575.98px) {
  .edash-header .edash-header-container .dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;
    left: 0.75rem !important;
    right: 0.75rem !important;
    top: 0.25rem !important;
  }
}

/*
<--!----------------------------------------------------------------!-->
<--! Expodash Footer SCSS !-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! Dashbaord SCSS !-->
<--!----------------------------------------------------------------!-->
*/
#sales-revenue-chart .apexcharts-series[seriesName=TotalxSales] path {
  clip-path: inset(0% 0% -4px 0% round 4px);
}
#sales-revenue-chart .apexcharts-series[seriesName=TotalxRevenue] {
  transform: scaleY(1.05);
}

.performance-progress::part(base) {
  width: 7rem;
  height: 7rem;
}
.performance-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #3e97ff;
  stroke-linecap: round;
}
.performance-progress::part(circle) {
  stroke-width: 0.3125rem;
  stroke: var(--expo-expo-hover-bg);
}
.performance-progress::part(text) {
  font-family: var(--expo-font-sans-serif);
  font-weight: bold;
  fill: #3e97ff;
}

/*
<--!----------------------------------------------------------------!-->
<--! Apps Common SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.edash-apps-main-card {
  height: calc(100vh - 140px);
}
@media (max-width: 767.98px) {
  .edash-apps-main-card {
    height: calc(100vh - 112px);
  }
}
.edash-apps-main-card .edash-aside-wd-md {
  width: 100%;
  max-width: 18.75rem;
}
.edash-apps-main-card .edash-aside-wd-lg {
  width: 100%;
  max-width: 21.875rem;
}
.edash-apps-main-card .edash-aside-wd-full {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .edash-apps-main-card .edash-main-content {
    transition: all 0.2s ease-in-out;
  }
  .edash-apps-main-card .edash-aside-wd-md ~ .edash-main-content {
    margin-left: -18.75rem;
  }
  .edash-apps-main-card .edash-aside-wd-lg ~ .edash-main-content {
    margin-left: -21.875rem;
  }
}
.edash-apps-main-card .edash-aside-left-body,
.edash-apps-main-card .edash-aside-right-body,
.edash-apps-main-card .edash-main-content-body {
  height: calc(100vh - 284px);
}
@media (max-width: 767.98px) {
  .edash-apps-main-card .edash-aside-left-body,
  .edash-apps-main-card .edash-aside-right-body,
  .edash-apps-main-card .edash-main-content-body {
    height: calc(100vh - 255px);
  }
}
.edash-apps-main-card .edash-aside-left-body.edash-without-aside-footer,
.edash-apps-main-card .edash-aside-right-body.edash-without-aside-footer,
.edash-apps-main-card .edash-main-content-body.edash-without-aside-footer {
  height: calc(100vh - 224px);
}
@media (max-width: 767.98px) {
  .edash-apps-main-card .edash-aside-left-body.edash-without-aside-footer,
  .edash-apps-main-card .edash-aside-right-body.edash-without-aside-footer,
  .edash-apps-main-card .edash-main-content-body.edash-without-aside-footer {
    height: calc(100vh - 195px);
  }
}

/*
<--!----------------------------------------------------------------!-->
<--! Chat App SCSS !-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! Email App SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.edash-email-list-item .edash-email-list-meta .edash-email-list-meta-action {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.edash-email-list-item:hover .edash-email-list-meta .edash-email-list-meta-action {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.edash-email-details {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.edash-email-details.edash-email-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*
<--!----------------------------------------------------------------!-->
<--! Invoice App SCSS !-->
<--!----------------------------------------------------------------!-->
*/
/*
<--!----------------------------------------------------------------!-->
<--! Kanban App SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.card-item .dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.card-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

/*
<--!----------------------------------------------------------------!-->
<--! Calendar App SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.fc-button:focus {
  box-shadow: none !important;
}

.fc-header-toolbar {
  margin: 2.5em 1.5rem !important;
}
@media (max-width: 575.98px) {
  .fc-header-toolbar {
    gap: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.fc-header-toolbar .fc-toolbar-chunk {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .fc-header-toolbar .fc-toolbar-chunk {
    flex-direction: column;
  }
}
.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-prev-button,
.fc-header-toolbar .fc-toolbar-chunk .fc-button-group .fc-next-button {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary {
  color: var(--expo-dark);
  background: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}
.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary:not(:disabled).fc-button-active,
.fc-header-toolbar .fc-toolbar-chunk .fc-button-primary:not(:disabled):active {
  color: var(--expo-primary);
  background: var(--expo-expo-btn-hover);
  border-color: var(--expo-border-color);
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-color: var(--expo-border-color);
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
  border-top: 1px solid var(--expo-border-color);
}

.fc-daygrid-day-number {
  font-weight: 400;
  color: var(--expo-gray-600);
}

.fc-col-header-cell-cushion {
  font-size: 0.65rem;
  text-transform: uppercase;
}

.fc-h-event {
  border: none;
}
.fc-h-event .fc-event-main {
  color: inherit;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: var(--expo-expo-btn-hover);
}

.fc-event-selected,
.fc-event:focus {
  box-shadow: none;
}

.fc-event-selected::after, .accordion.accordion-rev-icon .fc-event-selected.accordion-button:before, .accordion.accordion-reversed .fc-event-selected.accordion-button:before,
.fc-event:focus::after,
.accordion.accordion-rev-icon .fc-event.accordion-button:focus:before,
.accordion.accordion-reversed .fc-event.accordion-button:focus:before {
  background: var(--expo-expo-btn-hover);
}

.fc-v-event .fc-event-main {
  color: inherit;
}

.fc-daygrid-event-dot {
  margin: 0px 0.5rem;
  border-width: 0.15rem !important;
}

.fc-event-primary-subtle {
  color: var(--expo-primary);
  background: var(--expo-primary-bg-subtle);
  border: none;
}
.fc-event-primary-subtle .fc-daygrid-event-dot {
  border-color: var(--expo-primary);
}
.fc-event-primary-subtle .modal-title {
  color: var(--expo-primary);
}

.fc-event-danger-subtle {
  color: var(--expo-danger);
  background: var(--expo-danger-bg-subtle);
  border: none;
}
.fc-event-danger-subtle .fc-daygrid-event-dot {
  border-color: var(--expo-danger);
}
.fc-event-danger-subtle .modal-title {
  color: var(--expo-danger);
}

.fc-event-success-subtle {
  color: var(--expo-success);
  background: var(--expo-success-bg-subtle);
  border: none;
}
.fc-event-success-subtle .fc-daygrid-event-dot {
  border-color: var(--expo-success);
}
.fc-event-success-subtle .modal-title {
  color: var(--expo-success);
}

.fc-event-warning-subtle {
  color: var(--expo-warning);
  background: var(--expo-warning-bg-subtle);
  border: none;
}
.fc-event-warning-subtle .fc-daygrid-event-dot {
  border-color: var(--expo-warning);
}
.fc-event-warning-subtle .modal-title {
  color: var(--expo-warning);
}

.fc-event-info-subtle {
  color: var(--expo-info);
  background: var(--expo-info-bg-subtle);
  border: none;
}
.fc-event-info-subtle .fc-daygrid-event-dot {
  border-color: var(--expo-info);
}
.fc-event-info-subtle .modal-title {
  color: var(--expo-info);
}

.fc .fc-popover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.fc-theme-standard .fc-popover {
  border-color: var(--expo-border-color);
  border-radius: 0.313rem;
}

.fc-theme-standard .fc-list-day-cushion {
  background: var(--expo-tertiary-bg);
}

.fc-theme-standard .fc-list {
  border: none;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: none;
}

/*
<--!----------------------------------------------------------------!-->
<--! Account Pages SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.edash-profile-header-nav .nav-item {
  width: 100%;
}
@media (min-width: 576px) {
  .edash-profile-header-nav .nav-item {
    width: auto;
  }
}

/*
<--!----------------------------------------------------------------!-->
<--! REBOOT SCSS !-->
<--!----------------------------------------------------------------!-->
*/
a {
  font-weight: 600;
}

:focus-visible {
  outline: none;
  box-shadow: none;
}

/*
<--!----------------------------------------------------------------!-->
<--! COMMONS SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.fi {
  line-height: 0;
  font-size: 1rem;
}
.fi:before {
  line-height: 1;
}

.edash-gradient-bg {
  background-image: radial-gradient(circle, #ffffff, #f4f6fb, #e7eef6, #d7e7f0, #d8e9ee);
}

.animation-infinite {
  animation: animation-infinite 1.5s infinite;
}
@keyframes animation-infinite {
  0% {
    box-shadow: 0 0 0 0 #dee2e6;
  }
  100% {
    box-shadow: 0 0 0 1.5rem transparent;
  }
}

dl.dl-horizontal {
  display: grid;
  grid-template-columns: 9.375rem auto;
}
dl.dl-horizontal dt {
  grid-column-start: 1;
  margin-bottom: 1.25rem;
  color: var(--expo-dark);
  font-weight: 600;
}
dl.dl-horizontal dd {
  grid-column-start: 2;
  margin-bottom: 1.25rem;
}

.upload-button {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.upload-button:hover {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  background: var(--expo-tertiary-bg);
}

::-webkit-scrollbar {
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-webkit-scrollbar-track {
  background-color: var(--expo-body-bg);
  border-radius: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background-color: var(--expo-gray-300);
  border-radius: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--expo-body-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*
<--!----------------------------------------------------------------!-->
<--! DARK MODE SCSS !-->
<--!----------------------------------------------------------------!-->
*/
html[data-bs-theme=dark] .edash-gradient-bg {
  background-image: radial-gradient(circle, #6c757d, #495057, #343a40, #212529, #000);
}

/*
<--!----------------------------------------------------------------!-->
<--! Accordion SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.accordion .accordion-button, .accordion.accordion-rev-icon .accordion-button, .accordion.accordion-reversed .accordion-button {
  font-weight: 600;
}
.accordion.accordion-icon .accordion-button::after, .accordion.accordion-icon .accordion.accordion-rev-icon .accordion-button:before, .accordion.accordion-rev-icon .accordion.accordion-icon .accordion-button:before, .accordion.accordion-icon .accordion.accordion-reversed .accordion-button:before, .accordion.accordion-reversed .accordion.accordion-icon .accordion-button:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23888' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
.accordion.accordion-icon .accordion-button:not(.collapsed)::after, .accordion.accordion-icon .accordion.accordion-rev-icon .accordion-button:not(.collapsed):before, .accordion.accordion-rev-icon .accordion.accordion-icon .accordion-button:not(.collapsed):before, .accordion.accordion-icon .accordion.accordion-reversed .accordion-button:not(.collapsed):before, .accordion.accordion-reversed .accordion.accordion-icon .accordion-button:not(.collapsed):before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23888' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.accordion.accordion-reversed .accordion-button:before {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.accordion.accordion-reversed .accordion-button:after, .accordion.accordion-reversed .accordion-button:before {
  display: none;
}
.accordion.accordion-rev-icon .accordion-button::after, .accordion.accordion-rev-icon .accordion-button:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><circle cx="256" cy="256" r="236.17" style="" fill="%233454d1" data-original="%231138f7" class="" opacity="1"></circle><path d="M256 512C114.853 512 0 397.167 0 256 0 114.853 114.853 0 256 0c141.167 0 256 114.853 256 256 0 141.167-114.833 256-256 256zm0-472.341C136.705 39.659 39.659 136.705 39.659 256S136.705 472.341 256 472.341 472.341 375.275 472.341 256c0-119.295-97.046-216.341-216.341-216.341z" style="" fill="%233454d1" data-original="%231138f7" class="" opacity="1"></path><path d="M256 373.193c-10.946 0-19.83-8.864-19.83-19.83V155.067c0-10.946 8.884-19.83 19.83-19.83 10.946 0 19.83 8.884 19.83 19.83v198.296c0 10.966-8.884 19.83-19.83 19.83z" style="" fill="%23ffffff" data-original="%23ffffff" class=""></path><path d="M355.148 274.045H156.852c-10.946 0-19.83-8.884-19.83-19.83 0-10.946 8.884-19.83 19.83-19.83h198.296c10.966 0 19.83 8.884 19.83 19.83 0 10.946-8.864 19.83-19.83 19.83z" style="" fill="%23ffffff" data-original="%23ffffff" class=""></path></g></svg>');
  transform: scale(0.7) !important;
}
.accordion.accordion-rev-icon .accordion-button:not(.collapsed)::after, .accordion.accordion-rev-icon .accordion-button:not(.collapsed):before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><circle cx="256" cy="256" r="236.17" style="" fill="%233454d1" data-original="%231138f7" class="" opacity="1"></circle><path d="M256 512C114.853 512 0 397.167 0 256 0 114.853 114.853 0 256 0c141.167 0 256 114.853 256 256 0 141.167-114.833 256-256 256zm0-472.341C136.705 39.659 39.659 136.705 39.659 256S136.705 472.341 256 472.341 472.341 375.275 472.341 256c0-119.295-97.046-216.341-216.341-216.341z" style="" fill="%233454d1" data-original="%231138f7" class="" opacity="1"></path><path d="M355.148 273.866H156.852c-10.946 0-19.83-8.884-19.83-19.83s8.884-19.83 19.83-19.83h198.296c10.966 0 19.83 8.884 19.83 19.83s-8.864 19.83-19.83 19.83z" style="" fill="%23ffffff" data-original="%23ffffff"></path></g></svg>');
}
.accordion.accordion-rev-icon .accordion-button:before {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0.75rem !important;
  transform: scale(1.1) !important;
}
.accordion.accordion-rev-icon .accordion-button:after, .accordion.accordion-rev-icon .accordion-button:before {
  display: none;
}

/*
<--!----------------------------------------------------------------!-->
<--! Avatars SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.avatar {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 50rem;
}
.avatar.avatar-xs .fi {
  font-size: 0.75rem;
}
.avatar.avatar-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.875rem;
  border-radius: 50rem;
}
.avatar.avatar-sm .fi {
  font-size: 0.875rem;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  border-radius: 50rem;
}
.avatar.avatar-md .fi {
  font-size: 1rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  border-radius: 50rem;
}
.avatar.avatar-lg .fi {
  font-size: 1.25rem;
}
.avatar.avatar-xl {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.75rem;
  border-radius: 50rem;
}
.avatar.avatar-xl .fi {
  font-size: 1.75rem;
}
.avatar.avatar-xxl {
  width: 4.25rem;
  height: 4.25rem;
  font-size: 2rem;
  border-radius: 50rem;
}
.avatar.avatar-xxl .fi {
  font-size: 2rem;
}
.avatar img {
  height: auto;
  max-width: 100%;
  border-radius: 50rem;
}
.avatar .avatar-text {
  padding: 0.4rem;
}
.avatar .avatar-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 2px solid var(--expo-tertiary-bg);
}
.avatar .avatar-indicator.active {
  background-color: #25b865;
}
.avatar .avatar-indicator.busy {
  background-color: #e49e3d;
}
.avatar .avatar-indicator.inactive {
  background-color: #d13b4c;
}
.avatar .avatar-indicator.offline {
  background-color: #adb5bd;
}

.avatar-group {
  display: flex;
  justify-content: flex-start;
}
.avatar-group .avatar:hover {
  z-index: 1;
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}
.avatar-group.avatar-group-xs .avatar {
  margin-right: -0.5rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-xs .avatar:last-child {
  margin-right: 0;
}
.avatar-group.avatar-group-sm .avatar {
  margin-right: -0.5rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-sm .avatar:last-child {
  margin-right: 0;
}
.avatar-group.avatar-group-md .avatar {
  margin-right: -0.75rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-md .avatar:last-child {
  margin-right: 0;
}
.avatar-group.avatar-group-lg .avatar {
  margin-right: -1rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-lg .avatar:last-child {
  margin-right: 0;
}
.avatar-group.avatar-group-xl .avatar {
  margin-right: -1.5rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-xl .avatar:last-child {
  margin-right: 0;
}
.avatar-group.avatar-group-xxl .avatar {
  margin-right: -2rem;
  border: 0.2rem solid var(--expo-tertiary-bg);
}
.avatar-group.avatar-group-xxl .avatar:last-child {
  margin-right: 0;
}

/*
<--!----------------------------------------------------------------!-->
<--! BUTTONS SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.btn-primary {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #3e97ff;
  --expo-btn-hover-border-color: #3e97ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #3e97ff;
  --expo-btn-active-border-color: #3e97ff;
}

.btn-soft-outline-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-border-color: #3e97ff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #3e97ff;
  --expo-btn-hover-border-color: #3e97ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #3e97ff;
  --expo-btn-active-border-color: #3e97ff;
}

.btn-solidtext-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #3e97ff;
  --expo-btn-hover-border-color: #3e97ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #3e97ff;
  --expo-btn-active-border-color: #3e97ff;
}

.btn-softtext-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #3e97ff;
  --expo-btn-hover-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #3e97ff;
  --expo-btn-active-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-primary {
  --expo-btn-color: #3e97ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #3e97ff;
  --expo-btn-hover-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-hover-border-color: #3e97ff;
  --expo-btn-active-color: #3e97ff;
  --expo-btn-active-bg: rgba(62, 151, 255, 0.1);
  --expo-btn-active-border-color: #3e97ff;
}

.btn-secondary {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #7d8aa2;
  --expo-btn-hover-border-color: #7d8aa2;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #7d8aa2;
  --expo-btn-active-border-color: #7d8aa2;
}

.btn-soft-outline-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-border-color: #7d8aa2;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #7d8aa2;
  --expo-btn-hover-border-color: #7d8aa2;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #7d8aa2;
  --expo-btn-active-border-color: #7d8aa2;
}

.btn-solidtext-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #7d8aa2;
  --expo-btn-hover-border-color: #7d8aa2;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #7d8aa2;
  --expo-btn-active-border-color: #7d8aa2;
}

.btn-softtext-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #7d8aa2;
  --expo-btn-hover-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #7d8aa2;
  --expo-btn-active-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-secondary {
  --expo-btn-color: #7d8aa2;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #7d8aa2;
  --expo-btn-hover-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-hover-border-color: #7d8aa2;
  --expo-btn-active-color: #7d8aa2;
  --expo-btn-active-bg: rgba(125, 138, 162, 0.1);
  --expo-btn-active-border-color: #7d8aa2;
}

.btn-success {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-success {
  --expo-btn-color: #25b865;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-success {
  --expo-btn-color: #25b865;
  --expo-btn-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #25b865;
  --expo-btn-hover-border-color: #25b865;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #25b865;
  --expo-btn-active-border-color: #25b865;
}

.btn-soft-outline-success {
  --expo-btn-color: #25b865;
  --expo-btn-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-border-color: #25b865;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #25b865;
  --expo-btn-hover-border-color: #25b865;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #25b865;
  --expo-btn-active-border-color: #25b865;
}

.btn-solidtext-success {
  --expo-btn-color: #25b865;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #25b865;
  --expo-btn-hover-border-color: #25b865;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #25b865;
  --expo-btn-active-border-color: #25b865;
}

.btn-softtext-success {
  --expo-btn-color: #25b865;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #25b865;
  --expo-btn-hover-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #25b865;
  --expo-btn-active-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-success {
  --expo-btn-color: #25b865;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #25b865;
  --expo-btn-hover-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-hover-border-color: #25b865;
  --expo-btn-active-color: #25b865;
  --expo-btn-active-bg: rgba(37, 184, 101, 0.1);
  --expo-btn-active-border-color: #25b865;
}

.btn-info {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #02a0e4;
  --expo-btn-hover-border-color: #02a0e4;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #02a0e4;
  --expo-btn-active-border-color: #02a0e4;
}

.btn-soft-outline-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-border-color: #02a0e4;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #02a0e4;
  --expo-btn-hover-border-color: #02a0e4;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #02a0e4;
  --expo-btn-active-border-color: #02a0e4;
}

.btn-solidtext-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #02a0e4;
  --expo-btn-hover-border-color: #02a0e4;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #02a0e4;
  --expo-btn-active-border-color: #02a0e4;
}

.btn-softtext-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #02a0e4;
  --expo-btn-hover-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #02a0e4;
  --expo-btn-active-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-info {
  --expo-btn-color: #02a0e4;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #02a0e4;
  --expo-btn-hover-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-hover-border-color: #02a0e4;
  --expo-btn-active-color: #02a0e4;
  --expo-btn-active-bg: rgba(2, 160, 228, 0.1);
  --expo-btn-active-border-color: #02a0e4;
}

.btn-warning {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #e49e3d;
  --expo-btn-hover-border-color: #e49e3d;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #e49e3d;
  --expo-btn-active-border-color: #e49e3d;
}

.btn-soft-outline-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-border-color: #e49e3d;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #e49e3d;
  --expo-btn-hover-border-color: #e49e3d;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #e49e3d;
  --expo-btn-active-border-color: #e49e3d;
}

.btn-solidtext-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #e49e3d;
  --expo-btn-hover-border-color: #e49e3d;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #e49e3d;
  --expo-btn-active-border-color: #e49e3d;
}

.btn-softtext-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #e49e3d;
  --expo-btn-hover-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #e49e3d;
  --expo-btn-active-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-warning {
  --expo-btn-color: #e49e3d;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #e49e3d;
  --expo-btn-hover-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-hover-border-color: #e49e3d;
  --expo-btn-active-color: #e49e3d;
  --expo-btn-active-bg: rgba(228, 158, 61, 0.1);
  --expo-btn-active-border-color: #e49e3d;
}

.btn-danger {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #d13b4c;
  --expo-btn-hover-border-color: #d13b4c;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #d13b4c;
  --expo-btn-active-border-color: #d13b4c;
}

.btn-soft-outline-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-border-color: #d13b4c;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #d13b4c;
  --expo-btn-hover-border-color: #d13b4c;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #d13b4c;
  --expo-btn-active-border-color: #d13b4c;
}

.btn-solidtext-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #d13b4c;
  --expo-btn-hover-border-color: #d13b4c;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #d13b4c;
  --expo-btn-active-border-color: #d13b4c;
}

.btn-softtext-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #d13b4c;
  --expo-btn-hover-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #d13b4c;
  --expo-btn-active-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-danger {
  --expo-btn-color: #d13b4c;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #d13b4c;
  --expo-btn-hover-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-hover-border-color: #d13b4c;
  --expo-btn-active-color: #d13b4c;
  --expo-btn-active-bg: rgba(209, 59, 76, 0.1);
  --expo-btn-active-border-color: #d13b4c;
}

.btn-light {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #eef3ff;
  --expo-btn-hover-border-color: #eef3ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #eef3ff;
  --expo-btn-active-border-color: #eef3ff;
}

.btn-soft-outline-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-border-color: #eef3ff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #eef3ff;
  --expo-btn-hover-border-color: #eef3ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #eef3ff;
  --expo-btn-active-border-color: #eef3ff;
}

.btn-solidtext-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #eef3ff;
  --expo-btn-hover-border-color: #eef3ff;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #eef3ff;
  --expo-btn-active-border-color: #eef3ff;
}

.btn-softtext-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #eef3ff;
  --expo-btn-hover-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #eef3ff;
  --expo-btn-active-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-light {
  --expo-btn-color: #eef3ff;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #eef3ff;
  --expo-btn-hover-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-hover-border-color: #eef3ff;
  --expo-btn-active-color: #eef3ff;
  --expo-btn-active-bg: rgba(238, 243, 255, 0.1);
  --expo-btn-active-border-color: #eef3ff;
}

.btn-dark {
  --expo-btn-color: #ffffff;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-outline-dark {
  --expo-btn-color: #495057;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-active-color: #ffffff;
}

.btn-soft-dark {
  --expo-btn-color: #495057;
  --expo-btn-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #495057;
  --expo-btn-hover-border-color: #495057;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #495057;
  --expo-btn-active-border-color: #495057;
}

.btn-soft-outline-dark {
  --expo-btn-color: #495057;
  --expo-btn-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-border-color: #495057;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #495057;
  --expo-btn-hover-border-color: #495057;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #495057;
  --expo-btn-active-border-color: #495057;
}

.btn-solidtext-dark {
  --expo-btn-color: #495057;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #ffffff;
  --expo-btn-hover-bg: #495057;
  --expo-btn-hover-border-color: #495057;
  --expo-btn-active-color: #ffffff;
  --expo-btn-active-bg: #495057;
  --expo-btn-active-border-color: #495057;
}

.btn-softtext-dark {
  --expo-btn-color: #495057;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #495057;
  --expo-btn-hover-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-hover-border-color: transparent;
  --expo-btn-active-color: #495057;
  --expo-btn-active-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-active-border-color: transparent;
}

.btn-softtextline-outline-dark {
  --expo-btn-color: #495057;
  --expo-btn-bg: transparent;
  --expo-btn-border-color: transparent;
  --expo-btn-hover-color: #495057;
  --expo-btn-hover-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-hover-border-color: #495057;
  --expo-btn-active-color: #495057;
  --expo-btn-active-bg: rgba(73, 80, 87, 0.1);
  --expo-btn-active-border-color: #495057;
}

.btn {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  --expo-btn-active-border-color: transparent;
  --expo-btn-focus-shadow-rgb: none;
}
.btn-light, .btn-soft-light, .btn-soft-outline-light {
  --expo-btn-color: var(--expo-dark);
  --expo-btn-hover-color: var(--expo-dark);
  --expo-btn-active-color: var(--expo-dark);
  --expo-btn-bg: transparent;
  --expo-btn-hover-bg: var(--expo-expo-btn-hover);
  --expo-btn-active-bg: var(--expo-expo-btn-hover);
  --expo-btn-border-color: var(--expo-border-color);
  --expo-btn-hover-border-color: var(--expo-border-color);
}
.btn-light {
  --expo-btn-bg: --expo-light-rgb;
}
.btn-soft-light {
  --expo-btn-bg: #f8f9fa;
}
.btn-outline-light, .btn-soft-outline-light {
  --expo-btn-bg: transparent;
}
.btn-soft-dark, .btn-outline-dark, .btn-soft-outline-dark {
  --expo-btn-color: var(--expo-dark);
}

.btn-xs {
  padding: 0.15rem 0.5rem;
  font-size: 0.65rem;
  border-radius: 0.2rem;
}
.btn-xs .fi {
  font-size: 0.775rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-xs {
  padding: 0.35rem;
  width: 1.35rem;
  height: 1.35rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.65rem;
  font-size: 0.65rem;
  border-radius: 0.2rem;
}
.btn-sm .fi, .btn-group-sm > .btn .fi {
  font-size: 0.775rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  padding: 0.35rem;
  width: 1.6rem;
  height: 1.6rem;
}

.btn-md {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.btn-md .fi {
  font-size: 0.875rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-md {
  padding: 0.4rem;
  width: 2.3rem;
  height: 2.3rem;
}

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

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  padding: 0.45rem;
  width: 2.775rem;
  height: 2.775rem;
}

.btn-xl {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.4rem;
}
.btn-xl .fi {
  font-size: 1.375rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-xl {
  padding: 0.5rem;
  width: 3.25rem;
  height: 3.25rem;
}

.btn-xxl {
  padding: 0.875rem 1.75rem;
  font-size: 1.75rem;
  border-radius: 0.5rem;
}
.btn-xxl .fi {
  font-size: 1.875rem;
}

.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.btn-icon.btn-xxl {
  padding: 0.55rem;
  width: 3.725rem;
  height: 3.725rem;
}

.btn-facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff !important;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  background-color: #2d4373 !important;
  border-color: #2d4373 !important;
  color: #ffffff !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.btn-twitter {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  background-color: #0c85d0 !important;
  border-color: #0c85d0 !important;
  color: #ffffff !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.btn-instagram {
  background-color: #e4405f !important;
  border-color: #e4405f !important;
  color: #ffffff !important;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
  background-color: #d31e40 !important;
  border-color: #d31e40 !important;
  color: #ffffff !important;
}

.text-instagram {
  color: #e4405f !important;
}

.btn-linkedin {
  background-color: #0e76a8 !important;
  border-color: #0e76a8 !important;
  color: #ffffff !important;
}
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
  background-color: #0a5579 !important;
  border-color: #0a5579 !important;
  color: #ffffff !important;
}

.text-linkedin {
  color: #0e76a8 !important;
}

.btn-youtube {
  background-color: #c4302b !important;
  border-color: #c4302b !important;
  color: #ffffff !important;
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active {
  background-color: #9a2622 !important;
  border-color: #9a2622 !important;
  color: #ffffff !important;
}

.text-youtube {
  color: #c4302b !important;
}

.btn-github {
  background-color: #1F2328 !important;
  border-color: #1F2328 !important;
  color: #ffffff !important;
}
.btn-github:hover, .btn-github:focus, .btn-github:active {
  background-color: #090a0b !important;
  border-color: #090a0b !important;
  color: #ffffff !important;
}

.text-github {
  color: #1F2328 !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! Card SCSS  !-->
<--!----------------------------------------------------------------!-->
*/
.text-bg-primary .card-header,
.text-bg-primary .card-title,
.text-bg-primary .card-body,
.text-bg-primary .card-footer {
  color: #ffffff;
  border-color: #58a5ff;
}

.text-bg-light.text-bg-primary {
  background-color: #58a5ff;
}
.text-bg-light.text-bg-primary .card-header,
.text-bg-light.text-bg-primary .card-title,
.text-bg-light.text-bg-primary .card-body,
.text-bg-light.text-bg-primary .card-footer {
  color: #495057;
  border-color: #58a5ff;
}

.text-bg-secondary .card-header,
.text-bg-secondary .card-title,
.text-bg-secondary .card-body,
.text-bg-secondary .card-footer {
  color: #ffffff;
  border-color: #8c97ad;
}

.text-bg-light.text-bg-secondary {
  background-color: #8c97ad;
}
.text-bg-light.text-bg-secondary .card-header,
.text-bg-light.text-bg-secondary .card-title,
.text-bg-light.text-bg-secondary .card-body,
.text-bg-light.text-bg-secondary .card-footer {
  color: #495057;
  border-color: #8c97ad;
}

.text-bg-success .card-header,
.text-bg-success .card-title,
.text-bg-success .card-body,
.text-bg-success .card-footer {
  color: #ffffff;
  border-color: #29cd71;
}

.text-bg-light.text-bg-success {
  background-color: #29cd71;
}
.text-bg-light.text-bg-success .card-header,
.text-bg-light.text-bg-success .card-title,
.text-bg-light.text-bg-success .card-body,
.text-bg-light.text-bg-success .card-footer {
  color: #495057;
  border-color: #29cd71;
}

.text-bg-info .card-header,
.text-bg-info .card-title,
.text-bg-info .card-body,
.text-bg-info .card-footer {
  color: #ffffff;
  border-color: #03b2fd;
}

.text-bg-light.text-bg-info {
  background-color: #03b2fd;
}
.text-bg-light.text-bg-info .card-header,
.text-bg-light.text-bg-info .card-title,
.text-bg-light.text-bg-info .card-body,
.text-bg-light.text-bg-info .card-footer {
  color: #495057;
  border-color: #03b2fd;
}

.text-bg-warning .card-header,
.text-bg-warning .card-title,
.text-bg-warning .card-body,
.text-bg-warning .card-footer {
  color: #ffffff;
  border-color: #e7a953;
}

.text-bg-light.text-bg-warning {
  background-color: #e7a953;
}
.text-bg-light.text-bg-warning .card-header,
.text-bg-light.text-bg-warning .card-title,
.text-bg-light.text-bg-warning .card-body,
.text-bg-light.text-bg-warning .card-footer {
  color: #495057;
  border-color: #e7a953;
}

.text-bg-danger .card-header,
.text-bg-danger .card-title,
.text-bg-danger .card-body,
.text-bg-danger .card-footer {
  color: #ffffff;
  border-color: #d6505f;
}

.text-bg-light.text-bg-danger {
  background-color: #d6505f;
}
.text-bg-light.text-bg-danger .card-header,
.text-bg-light.text-bg-danger .card-title,
.text-bg-light.text-bg-danger .card-body,
.text-bg-light.text-bg-danger .card-footer {
  color: #495057;
  border-color: #d6505f;
}

.text-bg-light .card-header,
.text-bg-light .card-title,
.text-bg-light .card-body,
.text-bg-light .card-footer {
  color: #ffffff;
  border-color: white;
}

.text-bg-light.text-bg-light {
  background-color: white;
}
.text-bg-light.text-bg-light .card-header,
.text-bg-light.text-bg-light .card-title,
.text-bg-light.text-bg-light .card-body,
.text-bg-light.text-bg-light .card-footer {
  color: #495057;
  border-color: white;
}

.text-bg-dark .card-header,
.text-bg-dark .card-title,
.text-bg-dark .card-body,
.text-bg-dark .card-footer {
  color: #ffffff;
  border-color: #555d65;
}

.text-bg-light.text-bg-dark {
  background-color: #555d65;
}
.text-bg-light.text-bg-dark .card-header,
.text-bg-light.text-bg-dark .card-title,
.text-bg-light.text-bg-dark .card-body,
.text-bg-light.text-bg-dark .card-footer {
  color: #495057;
  border-color: #555d65;
}

.card.card-flush {
  border: none !important;
}
.card-flush .card {
  border: none !important;
}
.card.card-hover {
  transition: transform 0.3s ease-in-out;
}
.card.card-hover:hover {
  transform: translate3d(0, -0.3125rem, 0);
  /* Replace the pixel value with rem value */
}

.card-header.card-flush {
  border: none !important;
}
.card-flush .card-header {
  border: none !important;
}
.card-header.card-hover {
  transition: transform 0.3s ease-in-out;
}
.card-header.card-hover:hover {
  transform: translate3d(0, -0.3125rem, 0);
  /* Replace the pixel value with rem value */
}

.card-title.card-flush {
  border: none !important;
}
.card-flush .card-title {
  border: none !important;
}
.card-title.card-hover {
  transition: transform 0.3s ease-in-out;
}
.card-title.card-hover:hover {
  transform: translate3d(0, -0.3125rem, 0);
  /* Replace the pixel value with rem value */
}

.card-body.card-flush {
  border: none !important;
}
.card-flush .card-body {
  border: none !important;
}
.card-body.card-hover {
  transition: transform 0.3s ease-in-out;
}
.card-body.card-hover:hover {
  transform: translate3d(0, -0.3125rem, 0);
  /* Replace the pixel value with rem value */
}

.card-footer.card-flush {
  border: none !important;
}
.card-flush .card-footer {
  border: none !important;
}
.card-footer.card-hover {
  transition: transform 0.3s ease-in-out;
}
.card-footer.card-hover:hover {
  transform: translate3d(0, -0.3125rem, 0);
  /* Replace the pixel value with rem value */
}

.card-stretch-100 {
  height: calc(100% - 1.5rem);
}

.card-stretch-75 {
  height: calc(75% - 1.5rem);
}

.card-stretch-50 {
  height: calc(50% - 1.5rem);
}

.card-stretch-33 {
  height: calc(33.33% - 1.5rem);
}

.card-stretch-25 {
  height: calc(25% - 1.5rem);
}

.card .card-header h1.card-title, .card .card-header .card-title.h1,
.card .card-header h2.card-title,
.card .card-header .card-title.h2,
.card .card-header h3.card-title,
.card .card-header .card-title.h3,
.card .card-header h4.card-title,
.card .card-header .card-title.h4,
.card .card-header h5.card-title,
.card .card-header .card-title.h5,
.card .card-header h6.card-title,
.card .card-header .card-title.h6 {
  font-size: 1.15rem;
}
.card.card-expand {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  position: fixed !important;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: 0;
  height: calc(100% - 0rem);
  transition: all 0.3s ease;
}
.card.card-expand.card-loading {
  position: absolute;
}
.card.card-expand.card-expand .card-body {
  flex: 1 0 0;
}
.card .card-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(210, 210, 225, 0.75);
}
.card .spinner-border {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 1px;
}
.card.bg-primary {
  box-shadow: 0 10px 10px -1px rgba(62, 151, 255, 0.3);
}
.card.bg-secondary {
  box-shadow: 0 10px 10px -1px rgba(125, 138, 162, 0.3);
}
.card.bg-success {
  box-shadow: 0 10px 10px -1px rgba(37, 184, 101, 0.3);
}
.card.bg-info {
  box-shadow: 0 10px 10px -1px rgba(2, 160, 228, 0.3);
}
.card.bg-warning {
  box-shadow: 0 10px 10px -1px rgba(228, 158, 61, 0.3);
}
.card.bg-danger {
  box-shadow: 0 10px 10px -1px rgba(209, 59, 76, 0.3);
}
.card.bg-light {
  box-shadow: 0 10px 10px -1px rgba(238, 243, 255, 0.3);
}
.card.bg-dark {
  box-shadow: 0 10px 10px -1px rgba(73, 80, 87, 0.3);
}

/*
<--!----------------------------------------------------------------!-->
<--! Dropdowns SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-sm {
  min-width: 9.375rem;
}
.dropdown-menu.dropdown-sm .dropdown-item {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-md {
  min-width: 15.625rem;
}
.dropdown-menu.dropdown-md .dropdown-item {
  font-size: 0.875rem;
}

.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-lg {
  min-width: 18.75rem;
}
.dropdown-menu.dropdown-lg .dropdown-item {
  font-size: 0.875rem;
}

.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-xl {
  min-width: 21.875rem;
}
.dropdown-menu.dropdown-xl .dropdown-item {
  font-size: 0.875rem;
}

.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-xxl {
  min-width: 25rem;
}
.dropdown-menu.dropdown-xxl .dropdown-item {
  font-size: 0.875rem;
}

.dropdown-menu {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  min-width: 12rem;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-default {
  min-width: 12rem;
}
.dropdown-menu.dropdown-default .dropdown-item {
  font-size: 0.875rem;
}

.dropdown-primary .dropdown-menu {
  background-color: #3e97ff;
  border-color: #58a5ff;
}
.dropdown-primary .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-primary .dropdown-menu .dropdown-item:hover, .dropdown-primary .dropdown-menu .dropdown-item:focus, .dropdown-primary .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #71b2ff;
}
.dropdown-primary .dropdown-menu .dropdown-divider {
  border-color: #58a5ff;
}

.dropdown-secondary .dropdown-menu {
  background-color: #7d8aa2;
  border-color: #8c97ad;
}
.dropdown-secondary .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-secondary .dropdown-menu .dropdown-item:hover, .dropdown-secondary .dropdown-menu .dropdown-item:focus, .dropdown-secondary .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #9ba5b7;
}
.dropdown-secondary .dropdown-menu .dropdown-divider {
  border-color: #8c97ad;
}

.dropdown-success .dropdown-menu {
  background-color: #25b865;
  border-color: #29cd71;
}
.dropdown-success .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-success .dropdown-menu .dropdown-item:hover, .dropdown-success .dropdown-menu .dropdown-item:focus, .dropdown-success .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #39d77e;
}
.dropdown-success .dropdown-menu .dropdown-divider {
  border-color: #29cd71;
}

.dropdown-info .dropdown-menu {
  background-color: #02a0e4;
  border-color: #03b2fd;
}
.dropdown-info .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-info .dropdown-menu .dropdown-item:hover, .dropdown-info .dropdown-menu .dropdown-item:focus, .dropdown-info .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #1cb9fd;
}
.dropdown-info .dropdown-menu .dropdown-divider {
  border-color: #03b2fd;
}

.dropdown-warning .dropdown-menu {
  background-color: #e49e3d;
  border-color: #e7a953;
}
.dropdown-warning .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-warning .dropdown-menu .dropdown-item:hover, .dropdown-warning .dropdown-menu .dropdown-item:focus, .dropdown-warning .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #eab46a;
}
.dropdown-warning .dropdown-menu .dropdown-divider {
  border-color: #e7a953;
}

.dropdown-danger .dropdown-menu {
  background-color: #d13b4c;
  border-color: #d6505f;
}
.dropdown-danger .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-danger .dropdown-menu .dropdown-item:hover, .dropdown-danger .dropdown-menu .dropdown-item:focus, .dropdown-danger .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #db6472;
}
.dropdown-danger .dropdown-menu .dropdown-divider {
  border-color: #d6505f;
}

.dropdown-light .dropdown-menu {
  background-color: #eef3ff;
  border-color: white;
}
.dropdown-light .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-light .dropdown-menu .dropdown-item:hover, .dropdown-light .dropdown-menu .dropdown-item:focus, .dropdown-light .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: white;
}
.dropdown-light .dropdown-menu .dropdown-divider {
  border-color: white;
}

.dropdown-dark .dropdown-menu {
  background-color: #495057;
  border-color: #555d65;
}
.dropdown-dark .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.dropdown-dark .dropdown-menu .dropdown-item:hover, .dropdown-dark .dropdown-menu .dropdown-item:focus, .dropdown-dark .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #606a73;
}
.dropdown-dark .dropdown-menu .dropdown-divider {
  border-color: #555d65;
}

.dropdown-soft-primary .dropdown-menu {
  background-color: #ecf5ff;
  border-color: #e2efff;
}
.dropdown-soft-primary .dropdown-menu .dropdown-item {
  color: #3e97ff;
}
.dropdown-soft-primary .dropdown-menu .dropdown-item:hover, .dropdown-soft-primary .dropdown-menu .dropdown-item:focus, .dropdown-soft-primary .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #3e97ff;
}
.dropdown-soft-primary .dropdown-menu .dropdown-divider {
  border-color: #e2efff;
}

.dropdown-soft-secondary .dropdown-menu {
  background-color: #f2f3f6;
  border-color: #ecedf1;
}
.dropdown-soft-secondary .dropdown-menu .dropdown-item {
  color: #7d8aa2;
}
.dropdown-soft-secondary .dropdown-menu .dropdown-item:hover, .dropdown-soft-secondary .dropdown-menu .dropdown-item:focus, .dropdown-soft-secondary .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #7d8aa2;
}
.dropdown-soft-secondary .dropdown-menu .dropdown-divider {
  border-color: #ecedf1;
}

.dropdown-soft-success .dropdown-menu {
  background-color: #e9f8f0;
  border-color: #def4e8;
}
.dropdown-soft-success .dropdown-menu .dropdown-item {
  color: #25b865;
}
.dropdown-soft-success .dropdown-menu .dropdown-item:hover, .dropdown-soft-success .dropdown-menu .dropdown-item:focus, .dropdown-soft-success .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #25b865;
}
.dropdown-soft-success .dropdown-menu .dropdown-divider {
  border-color: #def4e8;
}

.dropdown-soft-info .dropdown-menu {
  background-color: #e6f6fc;
  border-color: #d9f1fb;
}
.dropdown-soft-info .dropdown-menu .dropdown-item {
  color: #02a0e4;
}
.dropdown-soft-info .dropdown-menu .dropdown-item:hover, .dropdown-soft-info .dropdown-menu .dropdown-item:focus, .dropdown-soft-info .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #02a0e4;
}
.dropdown-soft-info .dropdown-menu .dropdown-divider {
  border-color: #d9f1fb;
}

.dropdown-soft-warning .dropdown-menu {
  background-color: #fcf5ec;
  border-color: #fbf0e2;
}
.dropdown-soft-warning .dropdown-menu .dropdown-item {
  color: #e49e3d;
}
.dropdown-soft-warning .dropdown-menu .dropdown-item:hover, .dropdown-soft-warning .dropdown-menu .dropdown-item:focus, .dropdown-soft-warning .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #e49e3d;
}
.dropdown-soft-warning .dropdown-menu .dropdown-divider {
  border-color: #fbf0e2;
}

.dropdown-soft-danger .dropdown-menu {
  background-color: #faebed;
  border-color: #f8e2e4;
}
.dropdown-soft-danger .dropdown-menu .dropdown-item {
  color: #d13b4c;
}
.dropdown-soft-danger .dropdown-menu .dropdown-item:hover, .dropdown-soft-danger .dropdown-menu .dropdown-item:focus, .dropdown-soft-danger .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #d13b4c;
}
.dropdown-soft-danger .dropdown-menu .dropdown-divider {
  border-color: #f8e2e4;
}

.dropdown-soft-light .dropdown-menu {
  background-color: #fdfeff;
  border-color: #fcfdff;
}
.dropdown-soft-light .dropdown-menu .dropdown-item {
  color: #eef3ff;
}
.dropdown-soft-light .dropdown-menu .dropdown-item:hover, .dropdown-soft-light .dropdown-menu .dropdown-item:focus, .dropdown-soft-light .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #eef3ff;
}
.dropdown-soft-light .dropdown-menu .dropdown-divider {
  border-color: #fcfdff;
}

.dropdown-soft-dark .dropdown-menu {
  background-color: #edeeee;
  border-color: #e4e5e6;
}
.dropdown-soft-dark .dropdown-menu .dropdown-item {
  color: #495057;
}
.dropdown-soft-dark .dropdown-menu .dropdown-item:hover, .dropdown-soft-dark .dropdown-menu .dropdown-item:focus, .dropdown-soft-dark .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #495057;
}
.dropdown-soft-dark .dropdown-menu .dropdown-divider {
  border-color: #e4e5e6;
}

.dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.125rem;
  font-weight: 600;
  border-radius: 0.313rem;
  transition: all 0.2s ease-in-out;
}

/*
<--!----------------------------------------------------------------!-->
<--! Modal SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.draggable-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%) !important;
}

.modal-theme-primary .modal-content {
  background-color: #3e97ff;
  color: #ffffff;
  border-color: #489cff;
}
.modal-theme-primary .modal-content .modal-header {
  border-color: #489cff;
}
.modal-theme-primary .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-primary .modal-content .modal-footer {
  border-color: #489cff;
}

.modal-theme-secondary .modal-content {
  background-color: #7d8aa2;
  color: #ffffff;
  border-color: #8490a7;
}
.modal-theme-secondary .modal-content .modal-header {
  border-color: #8490a7;
}
.modal-theme-secondary .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-secondary .modal-content .modal-footer {
  border-color: #8490a7;
}

.modal-theme-success .modal-content {
  background-color: #25b865;
  color: #ffffff;
  border-color: #30bc6d;
}
.modal-theme-success .modal-content .modal-header {
  border-color: #30bc6d;
}
.modal-theme-success .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-success .modal-content .modal-footer {
  border-color: #30bc6d;
}

.modal-theme-info .modal-content {
  background-color: #02a0e4;
  color: #ffffff;
  border-color: #0fa5e5;
}
.modal-theme-info .modal-content .modal-header {
  border-color: #0fa5e5;
}
.modal-theme-info .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-info .modal-content .modal-footer {
  border-color: #0fa5e5;
}

.modal-theme-warning .modal-content {
  background-color: #e49e3d;
  color: #ffffff;
  border-color: #e5a347;
}
.modal-theme-warning .modal-content .modal-header {
  border-color: #e5a347;
}
.modal-theme-warning .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-warning .modal-content .modal-footer {
  border-color: #e5a347;
}

.modal-theme-danger .modal-content {
  background-color: #d13b4c;
  color: #ffffff;
  border-color: #d34555;
}
.modal-theme-danger .modal-content .modal-header {
  border-color: #d34555;
}
.modal-theme-danger .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-danger .modal-content .modal-footer {
  border-color: #d34555;
}

.modal-theme-light .modal-content {
  background-color: #eef3ff;
  color: #ffffff;
  border-color: #eff4ff;
}
.modal-theme-light .modal-content .modal-header {
  border-color: #eff4ff;
}
.modal-theme-light .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-light .modal-content .modal-footer {
  border-color: #eff4ff;
}

.modal-theme-dark .modal-content {
  background-color: #495057;
  color: #ffffff;
  border-color: #52595f;
}
.modal-theme-dark .modal-content .modal-header {
  border-color: #52595f;
}
.modal-theme-dark .modal-content .modal-header .modal-title {
  color: #ffffff;
}
.modal-theme-dark .modal-content .modal-footer {
  border-color: #52595f;
}

.modal-dialog.modal-dialog-top-start {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
.modal-dialog.modal-dialog-top-end {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}
.modal-dialog.modal-dialog-bottom-start {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 3.5rem);
}
.modal-dialog.modal-dialog-bottom-end {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 3.5rem);
}

/*
<--!----------------------------------------------------------------!-->
<--! NavTab SCSS  !-->
<--!----------------------------------------------------------------!-->
*/
.nav-light-gray-tabs .nav-link {
  display: flex;
  align-items: center;
}
.nav-light-gray-tabs .nav-link.active, .nav-light-gray-tabs .nav-link.show, .nav-light-gray-tabs .nav-link:hover:not(.disabled) {
  color: var(--expo-dark);
  background-color: var(--expo-gray-200);
  transition: all 0.2s ease-in-out;
}
.nav-light-gray-tabs .nav-link.disabled, .nav-light-gray-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-line-tabs {
  border-bottom: 0.0625rem solid var(--expo-gray-200);
}
.nav-line-tabs .nav-item {
  margin-bottom: -0.0625rem;
}
.nav-line-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  border: 0;
  border-bottom: 0.125rem solid transparent;
  padding: 0.5rem 0;
  margin: 0 1rem;
  transition: color;
}
@media (prefers-reduced-motion: reduce) {
  .nav-line-tabs .nav-item .nav-link {
    transition: none;
  }
}
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link.show, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
  border: 0;
  color: #3e97ff !important;
  background-color: transparent;
  border-bottom: 0.125rem solid #3e97ff;
  transition: all 0.2s ease-in-out;
}
.nav-line-tabs .nav-item .nav-link.disabled, .nav-line-tabs .nav-item .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-primary .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-primary .nav-link.active, .nav-theme-tabs-primary .nav-link.show, .nav-theme-tabs-primary .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #3e97ff;
  border-color: #3e97ff;
}
.nav-theme-tabs-primary .nav-link.disabled, .nav-theme-tabs-primary .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-primary.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-primary.nav-line-tabs .nav-link.active, .nav-theme-tabs-primary.nav-line-tabs .nav-link.show, .nav-theme-tabs-primary.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #3e97ff !important;
  background-color: transparent;
  border-bottom-color: #3e97ff;
}
.nav-theme-tabs-primary.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-primary.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-primary .dropdown-menu .dropdown-item.active, .nav-theme-tabs-primary .dropdown-menu .dropdown-item.show, .nav-theme-tabs-primary .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #3e97ff;
  border-color: #3e97ff;
}
.nav-theme-tabs-primary .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-primary .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-secondary .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-secondary .nav-link.active, .nav-theme-tabs-secondary .nav-link.show, .nav-theme-tabs-secondary .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #7d8aa2;
  border-color: #7d8aa2;
}
.nav-theme-tabs-secondary .nav-link.disabled, .nav-theme-tabs-secondary .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-secondary.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-secondary.nav-line-tabs .nav-link.active, .nav-theme-tabs-secondary.nav-line-tabs .nav-link.show, .nav-theme-tabs-secondary.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #7d8aa2 !important;
  background-color: transparent;
  border-bottom-color: #7d8aa2;
}
.nav-theme-tabs-secondary.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-secondary.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-secondary .dropdown-menu .dropdown-item.active, .nav-theme-tabs-secondary .dropdown-menu .dropdown-item.show, .nav-theme-tabs-secondary .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #7d8aa2;
  border-color: #7d8aa2;
}
.nav-theme-tabs-secondary .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-secondary .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-success .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-success .nav-link.active, .nav-theme-tabs-success .nav-link.show, .nav-theme-tabs-success .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #25b865;
  border-color: #25b865;
}
.nav-theme-tabs-success .nav-link.disabled, .nav-theme-tabs-success .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-success.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-success.nav-line-tabs .nav-link.active, .nav-theme-tabs-success.nav-line-tabs .nav-link.show, .nav-theme-tabs-success.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #25b865 !important;
  background-color: transparent;
  border-bottom-color: #25b865;
}
.nav-theme-tabs-success.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-success.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-success .dropdown-menu .dropdown-item.active, .nav-theme-tabs-success .dropdown-menu .dropdown-item.show, .nav-theme-tabs-success .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #25b865;
  border-color: #25b865;
}
.nav-theme-tabs-success .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-success .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-info .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-info .nav-link.active, .nav-theme-tabs-info .nav-link.show, .nav-theme-tabs-info .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #02a0e4;
  border-color: #02a0e4;
}
.nav-theme-tabs-info .nav-link.disabled, .nav-theme-tabs-info .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-info.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-info.nav-line-tabs .nav-link.active, .nav-theme-tabs-info.nav-line-tabs .nav-link.show, .nav-theme-tabs-info.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #02a0e4 !important;
  background-color: transparent;
  border-bottom-color: #02a0e4;
}
.nav-theme-tabs-info.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-info.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-info .dropdown-menu .dropdown-item.active, .nav-theme-tabs-info .dropdown-menu .dropdown-item.show, .nav-theme-tabs-info .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #02a0e4;
  border-color: #02a0e4;
}
.nav-theme-tabs-info .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-info .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-warning .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-warning .nav-link.active, .nav-theme-tabs-warning .nav-link.show, .nav-theme-tabs-warning .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #e49e3d;
  border-color: #e49e3d;
}
.nav-theme-tabs-warning .nav-link.disabled, .nav-theme-tabs-warning .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-warning.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-warning.nav-line-tabs .nav-link.active, .nav-theme-tabs-warning.nav-line-tabs .nav-link.show, .nav-theme-tabs-warning.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #e49e3d !important;
  background-color: transparent;
  border-bottom-color: #e49e3d;
}
.nav-theme-tabs-warning.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-warning.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-warning .dropdown-menu .dropdown-item.active, .nav-theme-tabs-warning .dropdown-menu .dropdown-item.show, .nav-theme-tabs-warning .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #e49e3d;
  border-color: #e49e3d;
}
.nav-theme-tabs-warning .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-warning .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-danger .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-danger .nav-link.active, .nav-theme-tabs-danger .nav-link.show, .nav-theme-tabs-danger .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #d13b4c;
  border-color: #d13b4c;
}
.nav-theme-tabs-danger .nav-link.disabled, .nav-theme-tabs-danger .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-danger.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-danger.nav-line-tabs .nav-link.active, .nav-theme-tabs-danger.nav-line-tabs .nav-link.show, .nav-theme-tabs-danger.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #d13b4c !important;
  background-color: transparent;
  border-bottom-color: #d13b4c;
}
.nav-theme-tabs-danger.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-danger.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-danger .dropdown-menu .dropdown-item.active, .nav-theme-tabs-danger .dropdown-menu .dropdown-item.show, .nav-theme-tabs-danger .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #d13b4c;
  border-color: #d13b4c;
}
.nav-theme-tabs-danger .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-danger .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-light .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-light .nav-link.active, .nav-theme-tabs-light .nav-link.show, .nav-theme-tabs-light .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #eef3ff;
  border-color: #eef3ff;
}
.nav-theme-tabs-light .nav-link.disabled, .nav-theme-tabs-light .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-light.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-light.nav-line-tabs .nav-link.active, .nav-theme-tabs-light.nav-line-tabs .nav-link.show, .nav-theme-tabs-light.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #eef3ff !important;
  background-color: transparent;
  border-bottom-color: #eef3ff;
}
.nav-theme-tabs-light.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-light.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-light .dropdown-menu .dropdown-item.active, .nav-theme-tabs-light .dropdown-menu .dropdown-item.show, .nav-theme-tabs-light .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #eef3ff;
  border-color: #eef3ff;
}
.nav-theme-tabs-light .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-light .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-theme-tabs-dark .nav-link {
  display: flex;
  align-items: center;
}
.nav-theme-tabs-dark .nav-link.active, .nav-theme-tabs-dark .nav-link.show, .nav-theme-tabs-dark .nav-link:hover:not(.disabled) {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.nav-theme-tabs-dark .nav-link.disabled, .nav-theme-tabs-dark .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-dark.nav-line-tabs .nav-link {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.nav-theme-tabs-dark.nav-line-tabs .nav-link.active, .nav-theme-tabs-dark.nav-line-tabs .nav-link.show, .nav-theme-tabs-dark.nav-line-tabs .nav-link:hover:not(.disabled) {
  color: #495057 !important;
  background-color: transparent;
  border-bottom-color: #495057;
}
.nav-theme-tabs-dark.nav-line-tabs .nav-link.disabled, .nav-theme-tabs-dark.nav-line-tabs .nav-link:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-theme-tabs-dark .dropdown-menu .dropdown-item.active, .nav-theme-tabs-dark .dropdown-menu .dropdown-item.show, .nav-theme-tabs-dark .dropdown-menu .dropdown-item:hover:not(.disabled) {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.nav-theme-tabs-dark .dropdown-menu .dropdown-item.disabled, .nav-theme-tabs-dark .dropdown-menu .dropdown-item:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.nav-rich-content-tabs .nav-link {
  border: 1px dashed transparent;
  border-radius: 0.313rem;
  transition: all 0.2s ease-in-out;
}
.nav-rich-content-tabs .nav-link:last-child {
  margin-right: 0;
}
.nav-rich-content-tabs .nav-link .nav-rich-content-icon {
  display: block;
  margin: 0 auto 0.75rem;
}
.nav-rich-content-tabs .nav-link .nav-rich-content-title {
  display: block;
}
.nav-rich-content-tabs .nav-link .nav-rich-content-text {
  display: block;
  color: #adb5bd;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}

.nav-rich-content-tabs.nav-rich-content-primary .nav-link.active, .nav-rich-content-tabs.nav-rich-content-primary .nav-link.show, .nav-rich-content-tabs.nav-rich-content-primary .nav-link:hover:not(.disabled) {
  color: #3e97ff;
  background-color: rgba(62, 151, 255, 0.15);
  border-color: rgba(62, 151, 255, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-primary .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-primary .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-primary .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-primary .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-primary .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-primary .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #3e97ff;
}
.nav-rich-content-tabs.nav-rich-content-primary.disabled, .nav-rich-content-tabs.nav-rich-content-primary:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-primary.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-primary.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-primary:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-primary:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-secondary .nav-link.active, .nav-rich-content-tabs.nav-rich-content-secondary .nav-link.show, .nav-rich-content-tabs.nav-rich-content-secondary .nav-link:hover:not(.disabled) {
  color: #7d8aa2;
  background-color: rgba(125, 138, 162, 0.15);
  border-color: rgba(125, 138, 162, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-secondary .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-secondary .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-secondary .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-secondary .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-secondary .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-secondary .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #7d8aa2;
}
.nav-rich-content-tabs.nav-rich-content-secondary.disabled, .nav-rich-content-tabs.nav-rich-content-secondary:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-secondary.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-secondary.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-secondary:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-secondary:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-success .nav-link.active, .nav-rich-content-tabs.nav-rich-content-success .nav-link.show, .nav-rich-content-tabs.nav-rich-content-success .nav-link:hover:not(.disabled) {
  color: #25b865;
  background-color: rgba(37, 184, 101, 0.15);
  border-color: rgba(37, 184, 101, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-success .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-success .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-success .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-success .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-success .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-success .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #25b865;
}
.nav-rich-content-tabs.nav-rich-content-success.disabled, .nav-rich-content-tabs.nav-rich-content-success:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-success.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-success.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-success:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-success:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-info .nav-link.active, .nav-rich-content-tabs.nav-rich-content-info .nav-link.show, .nav-rich-content-tabs.nav-rich-content-info .nav-link:hover:not(.disabled) {
  color: #02a0e4;
  background-color: rgba(2, 160, 228, 0.15);
  border-color: rgba(2, 160, 228, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-info .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-info .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-info .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-info .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-info .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-info .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #02a0e4;
}
.nav-rich-content-tabs.nav-rich-content-info.disabled, .nav-rich-content-tabs.nav-rich-content-info:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-info.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-info.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-info:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-info:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-warning .nav-link.active, .nav-rich-content-tabs.nav-rich-content-warning .nav-link.show, .nav-rich-content-tabs.nav-rich-content-warning .nav-link:hover:not(.disabled) {
  color: #e49e3d;
  background-color: rgba(228, 158, 61, 0.15);
  border-color: rgba(228, 158, 61, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-warning .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-warning .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-warning .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-warning .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-warning .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-warning .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #e49e3d;
}
.nav-rich-content-tabs.nav-rich-content-warning.disabled, .nav-rich-content-tabs.nav-rich-content-warning:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-warning.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-warning.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-warning:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-warning:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-danger .nav-link.active, .nav-rich-content-tabs.nav-rich-content-danger .nav-link.show, .nav-rich-content-tabs.nav-rich-content-danger .nav-link:hover:not(.disabled) {
  color: #d13b4c;
  background-color: rgba(209, 59, 76, 0.15);
  border-color: rgba(209, 59, 76, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-danger .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-danger .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-danger .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-danger .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-danger .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-danger .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #d13b4c;
}
.nav-rich-content-tabs.nav-rich-content-danger.disabled, .nav-rich-content-tabs.nav-rich-content-danger:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-danger.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-danger.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-danger:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-danger:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-light .nav-link.active, .nav-rich-content-tabs.nav-rich-content-light .nav-link.show, .nav-rich-content-tabs.nav-rich-content-light .nav-link:hover:not(.disabled) {
  color: #eef3ff;
  background-color: rgba(238, 243, 255, 0.15);
  border-color: rgba(238, 243, 255, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-light .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-light .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-light .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-light .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-light .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-light .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #eef3ff;
}
.nav-rich-content-tabs.nav-rich-content-light.disabled, .nav-rich-content-tabs.nav-rich-content-light:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-light.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-light.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-light:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-light:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-rich-content-tabs.nav-rich-content-dark .nav-link.active, .nav-rich-content-tabs.nav-rich-content-dark .nav-link.show, .nav-rich-content-tabs.nav-rich-content-dark .nav-link:hover:not(.disabled) {
  color: #495057;
  background-color: rgba(73, 80, 87, 0.15);
  border-color: rgba(73, 80, 87, 0.3);
}
.nav-rich-content-tabs.nav-rich-content-dark .nav-link.active .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-dark .nav-link.active .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-dark .nav-link.show .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-dark .nav-link.show .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-dark .nav-link:hover:not(.disabled) .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-dark .nav-link:hover:not(.disabled) .nav-rich-content-text {
  color: #495057;
}
.nav-rich-content-tabs.nav-rich-content-dark.disabled, .nav-rich-content-tabs.nav-rich-content-dark:disabled {
  color: var(--expo-nav-link-disabled-color) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.nav-rich-content-tabs.nav-rich-content-dark.disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-dark.disabled .nav-rich-content-text, .nav-rich-content-tabs.nav-rich-content-dark:disabled .nav-rich-content-title,
.nav-rich-content-tabs.nav-rich-content-dark:disabled .nav-rich-content-text {
  color: var(--expo-nav-link-disabled-color) !important;
}

.nav-withicon-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
}

.nav-pills-custom .nav-item .nav-link.active {
  color: var(--expo-primary);
  background-color: var(--expo-expo-hover-bg);
  border: 2px solid var(--expo-primary) !important;
}
.nav-pills-custom .nav-item .nav-link.active span {
  color: var(--expo-primary) !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! Offcanvas SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.offcanvas-theme-primary {
  color: #ffffff;
  background-color: #3e97ff;
  border-color: #3e97ff !important;
}
.offcanvas-theme-primary .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-secondary {
  color: #ffffff;
  background-color: #7d8aa2;
  border-color: #7d8aa2 !important;
}
.offcanvas-theme-secondary .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-success {
  color: #ffffff;
  background-color: #25b865;
  border-color: #25b865 !important;
}
.offcanvas-theme-success .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-info {
  color: #ffffff;
  background-color: #02a0e4;
  border-color: #02a0e4 !important;
}
.offcanvas-theme-info .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-warning {
  color: #ffffff;
  background-color: #e49e3d;
  border-color: #e49e3d !important;
}
.offcanvas-theme-warning .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-danger {
  color: #ffffff;
  background-color: #d13b4c;
  border-color: #d13b4c !important;
}
.offcanvas-theme-danger .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-light {
  color: #ffffff;
  background-color: #eef3ff;
  border-color: #eef3ff !important;
}
.offcanvas-theme-light .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

.offcanvas-theme-dark {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057 !important;
}
.offcanvas-theme-dark .offcanvas-header .offcanvas-title {
  color: #ffffff;
}

.offcanvas-backdrop.offcanvas-theme-primary {
  background-color: #d8eaff;
}
.offcanvas-backdrop.offcanvas-theme-secondary {
  background-color: #e5e8ec;
}
.offcanvas-backdrop.offcanvas-theme-success {
  background-color: #d3f1e0;
}
.offcanvas-backdrop.offcanvas-theme-info {
  background-color: #ccecfa;
}
.offcanvas-backdrop.offcanvas-theme-warning {
  background-color: #faecd8;
}
.offcanvas-backdrop.offcanvas-theme-danger {
  background-color: #f6d8db;
}
.offcanvas-backdrop.offcanvas-theme-light {
  background-color: #fcfdff;
}
.offcanvas-backdrop.offcanvas-theme-dark {
  background-color: #dbdcdd;
}

/*
<--!----------------------------------------------------------------!-->
<--! Popovers SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.popover-primary {
  --expo-popover-bg: var(--expo-primary);
  --expo-popover-border-color: var(--expo-primary);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-primary .popover-header {
  background-color: #3b8ff2;
  border-color: #489cff;
}

.popover-secondary {
  --expo-popover-bg: var(--expo-secondary);
  --expo-popover-border-color: var(--expo-secondary);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-secondary .popover-header {
  background-color: #77839a;
  border-color: #8490a7;
}

.popover-success {
  --expo-popover-bg: var(--expo-success);
  --expo-popover-border-color: var(--expo-success);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-success .popover-header {
  background-color: #23af60;
  border-color: #30bc6d;
}

.popover-info {
  --expo-popover-bg: var(--expo-info);
  --expo-popover-border-color: var(--expo-info);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-info .popover-header {
  background-color: #0298d9;
  border-color: #0fa5e5;
}

.popover-warning {
  --expo-popover-bg: var(--expo-warning);
  --expo-popover-border-color: var(--expo-warning);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-warning .popover-header {
  background-color: #d9963a;
  border-color: #e5a347;
}

.popover-danger {
  --expo-popover-bg: var(--expo-danger);
  --expo-popover-border-color: var(--expo-danger);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-danger .popover-header {
  background-color: #c73848;
  border-color: #d34555;
}

.popover-light {
  --expo-popover-bg: var(--expo-light);
  --expo-popover-border-color: var(--expo-light);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-light .popover-header {
  background-color: #e2e7f2;
  border-color: #eff4ff;
}

.popover-dark {
  --expo-popover-bg: var(--expo-dark);
  --expo-popover-border-color: var(--expo-dark);
  --expo-popover-header-color: #ffffff;
  --expo-popover-body-color: #ffffff;
}
.popover-dark .popover-header {
  background-color: #454c53;
  border-color: #52595f;
}

/*
<--!----------------------------------------------------------------!-->
<--! Tooltips SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.tooltip-primary {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-primary);
}
.tooltip-secondary {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-secondary);
}
.tooltip-success {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-success);
}
.tooltip-info {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-info);
}
.tooltip-warning {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-warning);
}
.tooltip-danger {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-danger);
}
.tooltip-light {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-light);
}
.tooltip-dark {
  --expo-tooltip-color: var(--expo-white);
  --expo-tooltip-bg: var(--expo-dark);
}

/*
<--!----------------------------------------------------------------!-->
<--! Flotcharts SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.flot-tooltip-dark {
  color: var(--expo-dark) !important;
  font-size: 0.75rem !important;
  padding: 0.3125rem 0.5rem !important;
  border-radius: 0.313rem !important;
  background-color: var(--expo-tertiary-bg) !important;
  border-color: var(--expo-border-color) !important;
}

.flot-tooltip-dark b {
  color: #ffa21d !important;
}

.legendLayer {
  fill: var(--expo-dark) !important;
}
.legendLayer .background {
  fill: var(--expo-tertiary-bg) !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! Circle Progress SCSS !-->
<--!----------------------------------------------------------------!-->
*/
/* basic-progress */
.basic-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.basic-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #3e97ff;
}
.basic-progress::part(circle) {
  stroke-width: 0.375rem;
  stroke: rgba(73, 80, 87, 0.07);
}
.basic-progress::part(text) {
  font-weight: bold;
  fill: #3e97ff;
}

/* dasharray-progress */
.dasharray-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.dasharray-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #3e97ff;
  stroke-dasharray: 4 1;
}
.dasharray-progress::part(circle) {
  stroke-width: 0.375rem;
  stroke: rgba(73, 80, 87, 0.07);
}
.dasharray-progress::part(text) {
  font-weight: bold;
  fill: #3e97ff;
}

/* linecap-progress */
.linecap-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.linecap-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #3e97ff;
  stroke-linecap: round;
}
.linecap-progress::part(circle) {
  stroke-width: 0.125rem;
  stroke: rgba(73, 80, 87, 0.07);
}

/* filled-progress */
.filled-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.filled-progress::part(value) {
  stroke-width: 50px;
  stroke: #3e97ff;
}
.filled-progress::part(circle) {
  stroke-width: 50px;
  stroke: rgba(73, 80, 87, 0.07);
}
.filled-progress::part(text) {
  font-weight: bold;
  fill: #ffffff;
}

/* lineround-progress */
.lineround-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.lineround-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #ffffff;
  stroke-linecap: round;
}
.lineround-progress::part(circle) {
  stroke-width: 0.5rem;
  stroke: #3e97ff;
}
.lineround-progress::part(text) {
  font-weight: bold;
  fill: #3e97ff;
}

/* valueoncircle-progress */
.valueoncircle-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.valueoncircle-progress::part(value) {
  stroke: #ffffff;
  stroke-width: 0.75rem;
  stroke: #3e97ff;
}
.valueoncircle-progress::part(circle) {
  stroke: #ffffff;
  stroke-width: 1.5rem;
  fill: rgba(73, 80, 87, 0.07);
}
.valueoncircle-progress::part(text) {
  font-weight: bold;
  font-size: 1rem;
}

/* circlegap-progress */
.circlegap-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.circlegap-progress::part(value) {
  stroke-width: 0.75rem;
  stroke: #3e97ff;
}
.circlegap-progress::part(circle) {
  stroke: #ffffff;
  stroke-width: 1.5rem;
  fill: #3e97ff;
}
.circlegap-progress::part(text) {
  font-weight: bold;
  font-size: 1rem;
  fill: #ffffff;
}

/* circlesize-progress */
.circlesize-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.circlesize-progress::part(value) {
  stroke-width: 0.125rem;
  stroke: #3e97ff;
}
.circlesize-progress::part(circle) {
  stroke: rgba(73, 80, 87, 0.07);
  stroke-width: 0.125rem;
}
.circlesize-progress::part(text) {
  font-weight: bold;
  font-size: 1rem;
  fill: #3e97ff;
}

/* dashoffset-progress */
.dashoffset-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.dashoffset-progress::part(value) {
  stroke-width: 0.375rem;
  stroke: #3e97ff;
  stroke-dasharray: 0.6 3;
}
.dashoffset-progress::part(circle) {
  stroke-width: 0.375rem;
  stroke: rgba(73, 80, 87, 0.07);
  stroke-dasharray: 0.6 3;
  stroke-dashoffset: 1.6;
}
.dashoffset-progress::part(text) {
  font-weight: bold;
  fill: #3e97ff;
  font-size: 1rem;
}

/* filledcircle-progress */
.filledcircle-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.filledcircle-progress::part(value) {
  stroke-width: 0.75rem;
  stroke: #3e97ff;
}
.filledcircle-progress::part(circle) {
  stroke: #ffffff;
  stroke-width: 0.75rem;
  fill: rgba(73, 80, 87, 0.07);
}
.filledcircle-progress::part(text) {
  font-weight: bold;
  font-size: 1rem;
  fill: #3e97ff;
}

/* multiplecircle-progress */
.multiplecircle-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.multiplecircle-progress::part(value) {
  stroke-width: 1.5rem;
  stroke: #3e97ff;
  stroke-dasharray: 58 1;
}
.multiplecircle-progress::part(circle) {
  stroke: rgba(73, 80, 87, 0.07);
  stroke-width: 1.5rem;
  fill: rgba(73, 80, 87, 0.07);
}
.multiplecircle-progress::part(text) {
  font-weight: bold;
  font-size: 1rem;
  fill: #3e97ff;
}

/* dotprogress-progress */
.dotprogress-progress::part(base) {
  width: 15rem;
  height: 15rem;
}
.dotprogress-progress::part(value) {
  stroke-width: 0.75rem;
  stroke: #3e97ff;
  stroke-dasharray: 0 23.3;
  stroke-linecap: round;
}
.dotprogress-progress::part(circle) {
  stroke-width: 0.375rem;
  stroke: rgba(73, 80, 87, 0.07);
}
.dotprogress-progress::part(text) {
  font-weight: bold;
  fill: #3e97ff;
}

/*
<--!----------------------------------------------------------------!-->
<--! Apexcharts SCSS !-->
<--!----------------------------------------------------------------!-->
*/
html[data-bs-theme=dark] .apexcharts-graphical .apexcharts-radar-series line,
html[data-bs-theme=dark] .apexcharts-graphical .apexcharts-radar-series polygon {
  stroke: rgba(170, 180, 195, 0.25);
}

/*
<--!----------------------------------------------------------------!-->
<--! Quill Editor SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.ql-snow .ql-picker {
  color: var(--expo-dark);
}
.ql-snow .ql-picker-options {
  background-color: var(--expo-tertiary-bg);
}
.ql-snow.ql-toolbar {
  font-family: inherit;
  border-color: var(--expo-border-color);
}
.ql-snow.ql-toolbar .ql-picker .ql-stroke,
.ql-snow.ql-toolbar button .ql-stroke {
  stroke: var(--expo-dark);
}
.ql-snow.ql-toolbar .ql-fill,
.ql-snow.ql-toolbar .ql-stroke.ql-fill {
  fill: var(--expo-dark);
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  color: var(--expo-dark);
  border-color: var(--expo-border-color);
  border-radius: 0.313rem;
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  border-color: var(--expo-border-color);
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.ql-snow.ql-toolbar .ql-picker.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-fill,
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-stroke,
.ql-snow.ql-toolbar .ql-picker:focus .ql-fill,
.ql-snow.ql-toolbar .ql-picker:focus .ql-stroke,
.ql-snow.ql-toolbar .ql-picker:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-expanded .ql-fill,
.ql-snow.ql-toolbar button.ql-expanded .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke {
  stroke: var(--expo-primary);
}
.ql-snow.ql-toolbar .ql-picker.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-fill,
.ql-snow.ql-toolbar .ql-picker:focus .ql-fill,
.ql-snow.ql-toolbar .ql-picker:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-expanded .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill {
  fill: var(--expo-primary);
}
.ql-snow.ql-container {
  border-color: var(--expo-border-color);
}
.ql-snow .ql-editor.ql-blank:before {
  color: var(--expo-dark);
}

/*
<--!----------------------------------------------------------------!-->
<--! TinyMCE SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.tox {
  color: var(--expo-dark) !important;
  border-color: var(--expo-border-color) !important;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary, .tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-image: none !important;
  background-color: var(--expo-tertiary-bg) !important;
}
.tox .tox-tbtn svg {
  fill: var(--expo-dark) !important;
}
.tox .tox-tbtn--bespoke {
  color: var(--expo-dark) !important;
  background-color: var(--expo-tertiary-bg) !important;
}
.tox .tox-menu,
.tox .tox-menubar,
.tox .tox-toolbar-overlord {
  background-color: var(--expo-tertiary-bg) !important;
}
.tox .tox-mbtn,
.tox .tox-collection__item-label > *,
.tox .tox-collection__item {
  color: var(--expo-dark) !important;
}
.tox .tox .tox-collection--list .tox-collection__group {
  border-color: var(--expo-border-color) !important;
}
.tox .tox-edit-area__iframe,
.tox .tox-statusbar {
  color: var(--expo-secondary) !important;
  background-color: var(--expo-tertiary-bg) !important;
  border-color: var(--expo-border-color) !important;
}

.mce-content-body {
  color: var(--expo-secondary) !important;
  background-color: var(--expo-tertiary-bg) !important;
  border-color: var(--expo-border-color) !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! Summernote SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.note-frame {
  color: var(--expo-body-color);
  font-family: var(--expo-font-sans-serif);
}

.note-editor.note-airframe,
.note-editor.note-frame,
.note-btn.note-btn,
.note-modal-header {
  border-color: var(--expo-border-color);
}

.note-btn > span.note-icon-caret:nth-child(2) {
  display: none;
}

.note-btn,
.note-toolbar,
.note-dropdown-menu,
.note-modal-content {
  color: var(--expo-dark);
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
  color: var(--expo-dark);
}

a.note-dropdown-item:hover {
  background-color: var(--expo-secondary-bg);
}

.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
  background-color: var(--expo-secondary-bg);
  border-color: var(--expo-border-color);
  color: var(--expo-dark);
}

.note-popover {
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}

.note-modal-title,
.note-form-label {
  color: var(--expo-dark);
}

/*
<--!----------------------------------------------------------------!-->
<--! Checks Radios SCSS !-->
<--!----------------------------------------------------------------!-->
*/
input[type=checkbox].form-check-input.form-check-primary:checked,
input[type=radio].form-check-input.form-radio-primary:checked {
  background-color: #3e97ff;
  border-color: #3e97ff;
}

input[type=checkbox].form-check-input.form-check-soft-primary,
input[type=radio].form-check-input.form-radio-soft-primary {
  border-color: transparent;
  background-color: rgba(62, 151, 255, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-primary:checked,
input[type=radio].form-check-input.form-radio-soft-primary:checked {
  background-color: #3e97ff;
  border-color: #3e97ff;
}

input[type=checkbox].form-check-input.form-check-secondary:checked,
input[type=radio].form-check-input.form-radio-secondary:checked {
  background-color: #7d8aa2;
  border-color: #7d8aa2;
}

input[type=checkbox].form-check-input.form-check-soft-secondary,
input[type=radio].form-check-input.form-radio-soft-secondary {
  border-color: transparent;
  background-color: rgba(125, 138, 162, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-secondary:checked,
input[type=radio].form-check-input.form-radio-soft-secondary:checked {
  background-color: #7d8aa2;
  border-color: #7d8aa2;
}

input[type=checkbox].form-check-input.form-check-success:checked,
input[type=radio].form-check-input.form-radio-success:checked {
  background-color: #25b865;
  border-color: #25b865;
}

input[type=checkbox].form-check-input.form-check-soft-success,
input[type=radio].form-check-input.form-radio-soft-success {
  border-color: transparent;
  background-color: rgba(37, 184, 101, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-success:checked,
input[type=radio].form-check-input.form-radio-soft-success:checked {
  background-color: #25b865;
  border-color: #25b865;
}

input[type=checkbox].form-check-input.form-check-info:checked,
input[type=radio].form-check-input.form-radio-info:checked {
  background-color: #02a0e4;
  border-color: #02a0e4;
}

input[type=checkbox].form-check-input.form-check-soft-info,
input[type=radio].form-check-input.form-radio-soft-info {
  border-color: transparent;
  background-color: rgba(2, 160, 228, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-info:checked,
input[type=radio].form-check-input.form-radio-soft-info:checked {
  background-color: #02a0e4;
  border-color: #02a0e4;
}

input[type=checkbox].form-check-input.form-check-warning:checked,
input[type=radio].form-check-input.form-radio-warning:checked {
  background-color: #e49e3d;
  border-color: #e49e3d;
}

input[type=checkbox].form-check-input.form-check-soft-warning,
input[type=radio].form-check-input.form-radio-soft-warning {
  border-color: transparent;
  background-color: rgba(228, 158, 61, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-warning:checked,
input[type=radio].form-check-input.form-radio-soft-warning:checked {
  background-color: #e49e3d;
  border-color: #e49e3d;
}

input[type=checkbox].form-check-input.form-check-danger:checked,
input[type=radio].form-check-input.form-radio-danger:checked {
  background-color: #d13b4c;
  border-color: #d13b4c;
}

input[type=checkbox].form-check-input.form-check-soft-danger,
input[type=radio].form-check-input.form-radio-soft-danger {
  border-color: transparent;
  background-color: rgba(209, 59, 76, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-danger:checked,
input[type=radio].form-check-input.form-radio-soft-danger:checked {
  background-color: #d13b4c;
  border-color: #d13b4c;
}

input[type=checkbox].form-check-input.form-check-light:checked,
input[type=radio].form-check-input.form-radio-light:checked {
  background-color: #eef3ff;
  border-color: #eef3ff;
}

input[type=checkbox].form-check-input.form-check-soft-light,
input[type=radio].form-check-input.form-radio-soft-light {
  border-color: transparent;
  background-color: rgba(238, 243, 255, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-light:checked,
input[type=radio].form-check-input.form-radio-soft-light:checked {
  background-color: #eef3ff;
  border-color: #eef3ff;
}

input[type=checkbox].form-check-input.form-check-dark:checked,
input[type=radio].form-check-input.form-radio-dark:checked {
  background-color: #495057;
  border-color: #495057;
}

input[type=checkbox].form-check-input.form-check-soft-dark,
input[type=radio].form-check-input.form-radio-soft-dark {
  border-color: transparent;
  background-color: rgba(73, 80, 87, 0.15);
}
input[type=checkbox].form-check-input.form-check-soft-dark:checked,
input[type=radio].form-check-input.form-radio-soft-dark:checked {
  background-color: #495057;
  border-color: #495057;
}

/*
<--!----------------------------------------------------------------!-->
<--! Checks SCSS !-->
<--!----------------------------------------------------------------!-->
*/
label.check-card {
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.2s linear;
}
label.check-card input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label.check-card input[type=checkbox]:checked + .check-card-wrapper {
  border: solid 0.125rem var(--expo-primary);
  /* 
  .check-card-content {
  	.check-card-title,
  	.check-card-subtitle,
  	.check-card-price,
  	.check-card-desc {
  		color: var(--expo-primary) !important;
  	}
  }
  */
}
label.check-card input[type=checkbox]:checked + .check-card-wrapper .check-icon {
  background: #3e97ff;
  border-color: #3e97ff;
  transform: scale(1.2);
}
label.check-card input[type=checkbox]:checked + .check-card-wrapper .check-icon:before {
  opacity: 1;
  transform: scale(1);
}
label.check-card input[type=checkbox]:checked + .check-card-wrapper svg.feather {
  stroke: var(--expo-primary);
}
label.check-card input[type=checkbox]:focus + .check-card-wrapper .check-icon {
  box-shadow: 0 0 0 0.1875rem rgba(48, 86, 213, 0.2);
  border-color: var(--expo-primary);
}
label.check-card .check-card-wrapper {
  position: relative;
  padding: 1.5rem 1.5rem;
  border-radius: 0.313rem;
  border: solid 0.125rem var(--expo-border-color);
  transition: all 0.2s linear;
}
label.check-card .check-card-wrapper .check-icon {
  height: 1rem;
  min-width: 1rem;
  position: relative;
  display: inline-block;
  border-radius: 0.313rem;
  border: solid 0.125rem var(--expo-border-color);
  transition: all 0.2s linear;
}
label.check-card .check-card-wrapper .check-icon:before {
  inset: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background-size: 0.75rem;
  transform: scale(1.6);
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center center;
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
label.check-card .check-card-wrapper .check-card-content {
  width: 100%;
}
label.check-card .check-card-wrapper .check-card-content .check-card-title {
  font-size: 1rem;
  color: var(--expo-dark);
  margin-bottom: 0.75rem;
}
label.check-card .check-card-wrapper .check-card-content .check-card-subtitle {
  font-size: 0.8125rem;
  color: var(--expo-gray-600);
  margin-bottom: 0.75rem;
}
label.check-card .check-card-wrapper .check-card-content .check-card-desc {
  font-size: 0.75rem;
  color: var(--expo-gray-600);
  margin-bottom: 0;
}
label.check-card .check-card-wrapper .check-card-content .check-card-price {
  font-size: 1rem;
}

/*
<--!----------------------------------------------------------------!-->
<--! Radios SCSS !-->
<--!----------------------------------------------------------------!-->
*/
label.radio-card {
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.2s linear;
}
label.radio-card input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label.radio-card input[type=radio]:checked + .radio-card-wrapper {
  border: solid 0.125rem var(--expo-primary);
  /* 
  .radio-card-content {
  	.radio-card-title,
  	.radio-card-subtitle,
  	.radio-card-price,
  	.radio-card-desc {
  		color: var(--expo-primary) !important;
  	}
  }
  */
}
label.radio-card input[type=radio]:checked + .radio-card-wrapper .check-icon {
  background: #3e97ff;
  border-color: #3e97ff;
  transform: scale(1.2);
}
label.radio-card input[type=radio]:checked + .radio-card-wrapper .check-icon:before {
  opacity: 1;
  transform: scale(1);
}
label.radio-card input[type=radio]:checked + .radio-card-wrapper svg.feather {
  stroke: var(--expo-primary);
}
label.radio-card input[type=radio]:focus + .radio-card-wrapper .check-icon {
  box-shadow: 0 0 0 0.1875rem rgba(48, 86, 213, 0.2);
  border-color: var(--expo-primary);
}
label.radio-card .radio-card-wrapper {
  position: relative;
  padding: 1.5rem 1.5rem;
  border-radius: 0.313rem;
  border: solid 0.125rem var(--expo-border-color);
  transition: all 0.2s linear;
}
label.radio-card .radio-card-wrapper .check-icon {
  height: 1rem;
  min-width: 1rem;
  position: relative;
  display: inline-block;
  border-radius: 50rem;
  border: solid 0.125rem var(--expo-border-color);
  transition: all 0.2s linear;
}
label.radio-card .radio-card-wrapper .check-icon:before {
  inset: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background-size: 0.75rem;
  transform: scale(1.6);
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: center center;
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
label.radio-card .radio-card-wrapper .radio-card-content {
  width: 100%;
}
label.radio-card .radio-card-wrapper .radio-card-content .radio-card-title {
  font-size: 1rem;
  color: var(--expo-dark);
  margin-bottom: 0.5rem;
}
label.radio-card .radio-card-wrapper .radio-card-content .radio-card-subtitle {
  font-size: 0.8125rem;
  color: var(--expo-gray-600);
  margin-bottom: 0.5rem;
}
label.radio-card .radio-card-wrapper .radio-card-content .radio-card-desc {
  color: var(--expo-gray-600);
  margin-bottom: 0;
}
label.radio-card .radio-card-wrapper .radio-card-content .check-card-price {
  font-size: 1rem;
}

/*
<--!----------------------------------------------------------------!-->
<--! Switch SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.switch {
  margin-right: 0.75rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 30rem;
  cursor: pointer;
  min-height: 1.35rem;
}
.switch .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch .switch-input ~ .switch-label {
  padding-left: 3rem;
}
.switch .switch-toggle-slider {
  width: 2.5rem;
  height: 1.35rem;
  font-size: 0.625rem;
  line-height: 1.35rem;
  border: 1px solid rgba(0, 0, 0, 0);
  top: 0;
}
.switch .switch-toggle-slider i {
  position: relative;
  font-size: 0.9375rem;
}
.switch .switch-label {
  top: 0.01875rem;
}
.switch .switch-input:checked ~ .switch-toggle-slider::after, .switch .accordion.accordion-reversed .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .switch .accordion.accordion-rev-icon .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch .switch-input:checked ~ .switch-toggle-slider.accordion-button:before {
  left: 1.15rem;
}
.switch .switch-toggle-slider::after, .switch .accordion.accordion-reversed .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch .switch-toggle-slider.accordion-button:before, .switch .accordion.accordion-rev-icon .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch .switch-toggle-slider.accordion-button:before {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 13px;
  height: 13px;
}
.switch .switch-on,
.switch .switch-off {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
}
.switch .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}
.switch .switch-off {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}

.switch-input:checked ~ .switch-toggle-slider,
.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: var(--expo-primary);
  border-color: var(--expo-primary) !important;
  color: #ffffff;
}
.switch-input:focus ~ .switch-toggle-slider,
.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid var(--expo-primary);
}

.switch-input {
  opacity: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  position: absolute;
}

.switch-toggle-slider {
  position: absolute;
  overflow: hidden;
  border-radius: 30rem;
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--expo-border-color) !important;
  color: var(--expo-gray-600);
  transition-duration: 0.2s;
  transition-property: left, right, background;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--expo-dark);
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.switch-on,
.switch-off {
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: left, right;
  font-size: 0.5rem;
}

.switch-on {
  left: -100%;
}

.switch-off {
  left: 0;
}

.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
  color: rgba(0, 0, 0, 0);
}

.switch-input:checked ~ .switch-toggle-slider {
  border-color: var(--expo-primary);
}
.switch-input:checked ~ .switch-toggle-slider:after, .accordion.accordion-reversed .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-input:checked ~ .switch-toggle-slider.accordion-button:before {
  background: #ffffff;
}
.switch-input:checked ~ .switch-toggle-slider .switch-on {
  left: 0;
}

.switch-input:checked ~ .switch-toggle-slider .switch-off {
  left: 100%;
  color: rgba(0, 0, 0, 0);
}

.switch-toggle-slider::after, .accordion.accordion-reversed .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-toggle-slider.accordion-button:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 999px;
  background: var(--expo-border-color);
  transition-duration: 0.2s;
  transition-property: left, right, background;
}

.switches-stacked::after, .accordion.accordion-reversed .switches-stacked.accordion-button:before, .accordion.accordion-rev-icon .switches-stacked.accordion-button:before {
  display: block;
  clear: both;
  content: "";
}
.switches-stacked .switch {
  display: block;
}

.switches-stacked .switch:not(:last-child) {
  margin-bottom: 0.75rem;
}

.switch-square {
  border-radius: 0.313rem;
}
.switch-square .switch-toggle-slider {
  border-radius: 0.313rem;
}
.switch-square .switch-toggle-slider::after, .switch-square .accordion.accordion-reversed .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch-square .switch-toggle-slider.accordion-button:before, .switch-square .accordion.accordion-rev-icon .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-square .switch-toggle-slider.accordion-button:before {
  border-radius: calc(0.313rem - 2px);
}

.switch-input:disabled ~ .switch-toggle-slider {
  opacity: 0.5;
  background: var(--expo-border-color);
  border-color: rgba(0, 0, 0, 0) !important;
}
.switch-input:disabled ~ .switch-label {
  color: var(--expo-dark);
}

.switch-sm {
  min-height: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.48;
}
.switch-sm .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-sm .switch-input ~ .switch-label {
  padding-left: 2.5rem;
}
.switch-sm .switch-toggle-slider {
  width: 2rem;
  height: 1.125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  border: 1px solid rgba(0, 0, 0, 0);
  top: 0;
}
.switch-sm .switch-toggle-slider i {
  position: relative;
  font-size: 0.75rem;
  top: -2px;
}
.switch-sm .switch-label {
  top: 0.0075rem;
}
.switch-sm .switch-input:checked ~ .switch-toggle-slider::after, .switch-sm .accordion.accordion-reversed .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch-sm .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .switch-sm .accordion.accordion-rev-icon .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-sm .switch-input:checked ~ .switch-toggle-slider.accordion-button:before {
  left: 0.875rem;
}
.switch-sm .switch-toggle-slider::after, .switch-sm .accordion.accordion-reversed .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch-sm .switch-toggle-slider.accordion-button:before, .switch-sm .accordion.accordion-rev-icon .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-sm .switch-toggle-slider.accordion-button:before {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 10px;
  height: 10px;
}
.switch-sm .switch-on {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}
.switch-sm .switch-off {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}

.switch-lg {
  min-height: 1.75rem;
  font-size: 1rem;
  line-height: 1.47;
}
.switch-lg .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-lg .switch-input ~ .switch-label {
  padding-left: 3.75rem;
}
.switch-lg .switch-toggle-slider {
  width: 3.25rem;
  height: 1.75rem;
  font-size: 0.625rem;
  line-height: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  top: 0;
}
.switch-lg .switch-toggle-slider i {
  position: relative;
  font-size: 1rem;
  top: -2px;
}
.switch-lg .switch-label {
  top: 0.14rem;
}
.switch-lg .switch-input:checked ~ .switch-toggle-slider::after, .switch-lg .accordion.accordion-reversed .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch-lg .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .switch-lg .accordion.accordion-rev-icon .switch-input:checked ~ .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-lg .switch-input:checked ~ .switch-toggle-slider.accordion-button:before {
  left: 1.5rem;
}
.switch-lg .switch-toggle-slider::after, .switch-lg .accordion.accordion-reversed .switch-toggle-slider.accordion-button:before, .accordion.accordion-reversed .switch-lg .switch-toggle-slider.accordion-button:before, .switch-lg .accordion.accordion-rev-icon .switch-toggle-slider.accordion-button:before, .accordion.accordion-rev-icon .switch-lg .switch-toggle-slider.accordion-button:before {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 20px;
  height: 20px;
}
.switch-lg .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}
.switch-lg .switch-off {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}

.switch.switch-primary .switch-input:checked ~ .switch-toggle-slider {
  background: #3e97ff;
  border-color: #3e97ff !important;
  color: #ffffff;
}
.switch.switch-primary .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #3e97ff;
}

.switch.switch-secondary .switch-input:checked ~ .switch-toggle-slider {
  background: #7d8aa2;
  border-color: #7d8aa2 !important;
  color: #ffffff;
}
.switch.switch-secondary .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #7d8aa2;
}

.switch.switch-success .switch-input:checked ~ .switch-toggle-slider {
  background: #25b865;
  border-color: #25b865 !important;
  color: #ffffff;
}
.switch.switch-success .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #25b865;
}

.switch.switch-info .switch-input:checked ~ .switch-toggle-slider {
  background: #02a0e4;
  border-color: #02a0e4 !important;
  color: #ffffff;
}
.switch.switch-info .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #02a0e4;
}

.switch.switch-warning .switch-input:checked ~ .switch-toggle-slider {
  background: #e49e3d;
  border-color: #e49e3d !important;
  color: #ffffff;
}
.switch.switch-warning .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #e49e3d;
}

.switch.switch-danger .switch-input:checked ~ .switch-toggle-slider {
  background: #d13b4c;
  border-color: #d13b4c !important;
  color: #ffffff;
}
.switch.switch-danger .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #d13b4c;
}

.switch.switch-light .switch-input:checked ~ .switch-toggle-slider {
  background: #eef3ff;
  border-color: #eef3ff !important;
  color: #ffffff;
}
.switch.switch-light .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #eef3ff;
}

.switch.switch-dark .switch-input:checked ~ .switch-toggle-slider {
  background: #495057;
  border-color: #495057 !important;
  color: #ffffff;
}
.switch.switch-dark .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #495057;
}

/*
<--!----------------------------------------------------------------!-->
<--! TouchSpin SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.bootstrap-touchspin .input-group-btn .btn-light {
  border: 1px solid var(--expo-border-color);
}

.input-group-prepend [type=button],
.input-group-prepend .input-group-text {
  padding: 0.625rem 0.9375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-append [type=button],
.input-group-append .input-group-text {
  padding: 0.625rem 0.9375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-sm .input-group-prepend [type=button],
.input-group-sm .input-group-prepend .input-group-text {
  padding: 0.25rem 0.5rem;
}
.input-group-sm .input-group-append [type=button],
.input-group-sm .input-group-append .input-group-text {
  padding: 0.25rem 0.5rem;
}
.input-group-sm .input-sm {
  padding: 0.25rem 0.5rem;
}

.input-group-lg .input-group-prepend [type=button],
.input-group-lg .input-group-prepend .input-group-text {
  padding: 0.9375rem 20px;
}
.input-group-lg .input-group-append [type=button],
.input-group-lg .input-group-append .input-group-text {
  padding: 0.9375rem 20px;
}

.bootstrap-touchspin .input-group-btn-vertical {
  left: 1px;
}

/*
<--!----------------------------------------------------------------!-->
<--! noUiSlider SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.noUi-target {
  height: 0.5rem;
  background: var(--expo-secondary-bg);
  border: 1px solid var(--expo-border-color);
  border-radius: 0.313rem;
  box-shadow: none;
}
.noUi-target .noUi-connect {
  background: var(--expo-primary);
}
.noUi-target .noUi-handle {
  width: 1rem;
  height: 1rem;
  top: -0.3rem;
  right: -0.375rem;
  border-radius: 50%;
  border: 0.1875rem solid var(--expo-border-color);
  background: var(--expo-primary);
  box-shadow: none;
  outline: none;
}
.noUi-target .noUi-handle:after, .noUi-target .accordion.accordion-reversed .noUi-handle.accordion-button:before, .accordion.accordion-reversed .noUi-target .noUi-handle.accordion-button:before, .noUi-target .accordion.accordion-rev-icon .noUi-handle.accordion-button:before, .accordion.accordion-rev-icon .noUi-target .noUi-handle.accordion-button:before, .noUi-target .noUi-handle:before {
  content: none;
}
.noUi-target.noUi-vertical {
  width: 0.5rem;
}
.noUi-target.noUi-vertical .noUi-origin {
  top: 0;
  width: 0;
}
.noUi-target.noUi-vertical .noUi-handle {
  right: -0.3rem;
}
.noUi-target .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  background: var(--expo-gray-400);
}
.noUi-target .noUi-tooltip {
  padding: 0.15rem 0.5rem;
  color: var(--expo-dark);
  background: var(--expo-secondary-bg);
  border-color: var(--expo-border-color);
}

/*
<--!----------------------------------------------------------------!-->
<--! Icons Common SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.icon-holder {
  padding: 3rem 1rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px dashed var(--expo-border-color);
  border-radius: 0.313rem;
  position: relative;
}
.icon-holder svg.feather {
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--expo-dark);
}
.icon-holder i {
  font-size: 1.5rem;
  color: var(--expo-dark);
}
.icon-holder .label {
  color: var(--expo-dark);
  font-weight: 500;
  padding: 1rem 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--expo-body-bg);
  opacity: 0;
  visibility: hidden;
  border-radius: 0.313rem;
}
.icon-holder:hover .label {
  opacity: 1;
  visibility: visible;
  background: var(--expo-gray-200);
}

/*
<--!----------------------------------------------------------------!-->
<--! Gmaps SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.large {
  height: 500px;
}

.overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  background: rgba(62, 151, 255, 0.8);
  border: solid 3px #3e97ff;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #495057;
  text-shadow: 1px 1px 1px #6c757d;
  padding: 0 4px;
}

.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #3e97ff;
}

.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #3e97ff;
}

/*
<--!----------------------------------------------------------------!-->
<--! Vector SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.jvm-tooltip {
  font-family: var(--expo-font-sans-serif);
  font-weight: 600;
  background-color: var(--expo-primary);
}

.jvm-zoom-btn {
  padding: 3.5px;
  line-height: 7px;
  background-color: var(--expo-primary);
}

image,
text,
.jvm-zoomin,
.jvm-zoomout {
  font-size: 0.75rem;
  font-family: var(--expo-font-sans-serif);
}

.jvm-series-container .jvm-legend {
  background: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}
.jvm-series-container .jvm-legend .jvm-legend-title {
  border-color: var(--expo-border-color);
}

/*
<--!----------------------------------------------------------------!-->
<--! Flatpickr SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.flatpickr-calendar {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  width: 18.75rem !important;
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  background-color: var(--expo-body-bg);
}
.flatpickr-calendar .flatpickr-months {
  padding: 0 1rem;
  padding-top: 0.5rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.475rem;
  top: 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 1rem;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  height: 0.8125rem;
  width: 0.8125rem;
  fill: var(--expo-gray-500);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg:hover,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg:hover {
  fill: var(--expo-dark);
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  color: inherit;
  font-weight: 500;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-right: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.313rem;
  color: var(--expo-gray-700);
  background-color: var(--expo-body-bg);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  outline: none !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month input.cur-year {
  padding: 0.5rem 0.75rem;
  color: var(--expo-gray-700);
  font-size: 0.875rem !important;
  font-weight: 500;
  background-color: var(--expo-body-bg);
  outline: 0 !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 3rem;
  background: transparent;
  color: var(--expo-gray-600);
  fill: var(--expo-gray-600);
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--expo-border-color);
}
.flatpickr-calendar.arrowTop:after, .accordion.accordion-reversed .flatpickr-calendar.arrowTop.accordion-button:before, .accordion.accordion-rev-icon .flatpickr-calendar.arrowTop.accordion-button:before {
  border-bottom-color: var(--expo-body-bg);
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--expo-border-color);
}
.flatpickr-calendar.arrowBottom:after, .accordion.accordion-reversed .flatpickr-calendar.arrowBottom.accordion-button:before, .accordion.accordion-rev-icon .flatpickr-calendar.arrowBottom.accordion-button:before {
  border-top-color: var(--expo-body-bg);
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top-color: transparent;
}
.flatpickr-calendar.hasTime .flatpickr-time input:hover,
.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-calendar.hasTime .flatpickr-time input:focus,
.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm:focus {
  background: transparent !important;
}

.numInputWrapper:hover, .numInputWrapper:active {
  background: transparent;
}
.numInputWrapper:hover span, .numInputWrapper:active span {
  border: 0 !important;
}
.numInputWrapper:hover span:hover, .numInputWrapper:hover span:active, .numInputWrapper:active span:hover, .numInputWrapper:active span:active {
  background: transparent;
}

.flatpickr-innerContainer {
  padding: 0.5rem 1rem;
}

span.flatpickr-weekday {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: var(--expo-dark);
}

.flatpickr-days,
.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-day {
  font-size: 0.875rem;
  color: var(--expo-gray-600);
  border-radius: 0.313rem;
}
.flatpickr-day.today {
  color: #3e97ff;
  border: 0 !important;
}
.flatpickr-day.today:hover, .flatpickr-day.today.selected {
  color: #ffffff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #3e97ff;
  border-color: #3e97ff;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: var(--expo-gray-200);
  border-color: var(--expo-gray-200);
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: var(--expo-gray-300);
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #3e97ff;
  background: #3e97ff;
}
.flatpickr-day.inRange {
  box-shadow: none;
}

.flatpickr-weekwrapper {
  margin-right: 0.5rem;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  color: var(--expo-gray-400);
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none !important;
  border-right: 1px solid var(--expo-border-color);
}

.event {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 150px;
  bottom: 3px;
  left: calc(50% - 1.5px);
  content: " ";
  display: block;
  background: #3e97ff;
}
.event.busy {
  background: #d13b4c;
}

/*
<--!----------------------------------------------------------------!-->
<--! DatePicker SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.datepicker {
  padding: 0.875rem 0.875rem;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: var(--expo-gray-200);
}
.datepicker table thead tr,
.datepicker table thead td {
  color: var(--expo-dark);
}
.datepicker table tr td,
.datepicker table tr th {
  width: 2.125rem;
  height: 2.125rem;
  text-align: center;
  border: none;
}
.datepicker table tr td.dow,
.datepicker table tr th.dow {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65rem;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active, .datepicker table tr td.range-start, .datepicker table tr td.range-end,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  color: #ffffff !important;
  background-color: #3e97ff !important;
}
.datepicker table tr td.new, .datepicker table tr td.old, .datepicker table tr td.disabled {
  color: var(--expo-gray-400);
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: var(--expo-gray-200);
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background: var(--expo-gray-200);
  background-image: none;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background: var(--expo-gray-200);
}
.datepicker.datepicker-dropdown:before {
  border-bottom-color: var(--expo-border-color);
}
.datepicker.datepicker-dropdown:after, .accordion.accordion-reversed .datepicker.datepicker-dropdown.accordion-button:before, .accordion.accordion-rev-icon .datepicker.datepicker-dropdown.accordion-button:before {
  border-bottom-color: var(--expo-tertiary-bg);
}
.datepicker.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: var(--expo-border-color);
}
.datepicker.datepicker-dropdown.datepicker-orient-top:after, .accordion.accordion-reversed .datepicker.datepicker-dropdown.datepicker-orient-top.accordion-button:before, .accordion.accordion-rev-icon .datepicker.datepicker-dropdown.datepicker-orient-top.accordion-button:before {
  border-top-color: var(--expo-tertiary-bg);
}

/*
<--!----------------------------------------------------------------!-->
<--! DateRangePicker SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.daterangepicker {
  margin-top: -1px;
  font-family: inherit;
  background: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
}
.daterangepicker:after, .accordion.accordion-reversed .daterangepicker.accordion-button:before, .accordion.accordion-rev-icon .daterangepicker.accordion-button:before, .daterangepicker:before {
  content: none;
}
.daterangepicker td.in-range,
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: var(--expo-black);
  background: var(--expo-secondary-bg);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #3e97ff;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  color: var(--expo-gray-300);
  background: var(--expo-tertiary-bg);
}
.daterangepicker .calendar-table {
  background: var(--expo-tertiary-bg);
  border: none;
}
.daterangepicker .calendar-table thead tr th {
  height: 2rem;
  width: 2rem;
  color: var(--expo-dark);
  line-height: calc(2rem - 2px);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65rem;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-width: 0 1px 1px 0;
  border-color: var(--expo-dark);
}
.daterangepicker .drp-buttons {
  border-top-color: var(--expo-border-color);
}
.daterangepicker .drp-buttons .btn {
  padding: 0.25rem 0.75rem !important;
  font-size: 0.65rem !important;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  height: 2rem;
  line-height: calc(2rem - 2px);
  color: var(--expo-dark);
  background: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
  border-radius: 0.313rem;
}
.daterangepicker .ranges li {
  text-transform: uppercase;
  color: var(--expo-dark);
  font-size: 0.65rem;
  font-weight: 600;
}
.daterangepicker .ranges li.active {
  background-color: #3e97ff;
}
.daterangepicker .ranges li:hover {
  background: var(--expo-secondary-bg);
}
.daterangepicker .drp-calendar.left {
  border-color: var(--expo-border-color) !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! SelectPicker SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
  outline-offset: 0;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: 0.75rem;
}
.bootstrap-select .bs-ok-default:after, .bootstrap-select .accordion.accordion-reversed .bs-ok-default.accordion-button:before, .accordion.accordion-reversed .bootstrap-select .bs-ok-default.accordion-button:before, .bootstrap-select .accordion.accordion-rev-icon .bs-ok-default.accordion-button:before, .accordion.accordion-rev-icon .bootstrap-select .bs-ok-default.accordion-button:before {
  width: 0.35em;
  height: 0.75em;
  color: var(--expo-dark);
  border-width: 0 0.01em 0.01em 0;
}
.bootstrap-select .btn-light {
  border: 1px solid var(--expo-border-color);
}
.bootstrap-select .dropdown-header .text {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--expo-secondary);
}

/*
<--!----------------------------------------------------------------!-->
<--! TimePicker SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.ui-timepicker-wrapper {
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  background: var(--expo-tertiary-bg);
  border: 1px solid var(--expo-border-color);
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
  border-radius: 0.313rem;
}
.ui-timepicker-wrapper .ui-timepicker-list li {
  color: var(--expo-dark);
  border-radius: 0.15rem;
}
.ui-timepicker-wrapper .ui-timepicker-list li.ui-timepicker-selected, .ui-timepicker-wrapper .ui-timepicker-list li:hover,
.ui-timepicker-wrapper .ui-timepicker-list li .ui-timepicker-selected:hover {
  background: var(--expo-secondary-bg);
}

/*
<--!----------------------------------------------------------------!-->
<--! SELECT2 SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.select2-container {
  display: block;
  width: -webkit-fill-available !important;
}
.select2-container .select2-selection {
  font-size: 0.875rem;
  color: var(--expo-body-color);
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
  padding: 0.375rem 0.75rem 0 !important;
  min-height: calc(2em + 0.75rem + 2px);
}
.select2-container .select2-selection--single {
  background-size: 1rem 0.5rem;
  padding: 0.5rem 2.25rem 0.375rem 0.75rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  line-height: 1.65rem;
  color: var(--expo-body-color);
  font-weight: 600;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  right: 0.375rem;
}
.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: var(--expo-border-color);
}
.select2-container .select2-selection--multiple .select2-search {
  width: auto;
  height: 2rem;
  display: inline-block;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: inherit;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  position: relative;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--expo-body-color);
  border-color: var(--expo-border-color);
  border-radius: 50rem;
  padding: 0.1875rem 1rem 0.1875rem 0.1875rem;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  top: auto;
  left: auto;
  right: 0.3125rem;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.3125rem;
  border-right: none;
}
.select2-container .select2-dropdown {
  z-index: 1056;
  color: var(--expo-body-color);
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
  border-radius: 0.313rem;
}
.select2-container .select2-dropdown .select2-search {
  padding: 0.375rem 1rem;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  font-size: 0.875rem;
  color: var(--expo-body-color);
  border-color: var(--expo-border-color);
  background-color: var(--expo-bg-secondary);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--expo-body-color);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true], .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #3e97ff !important;
  background-color: rgba(84, 133, 228, 0.075) !important;
}

.select2-selection__placeholder {
  font-family: inherit !important;
  font-weight: 400;
  color: var(--expo-gray-500) !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! SELECTIZE SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.selectize-input,
.selectize-input.full {
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}
.selectize-input .item,
.selectize-input.full .item {
  color: var(--expo-dark);
}
.selectize-input.focus,
.selectize-input.full.focus {
  box-shadow: none;
  border-color: var(--expo-primary);
  background-color: transparent;
}

.selectize-control.single .selectize-input.input-active {
  background: var(--expo-tertiary-bg);
}
.selectize-control.multi .selectize-input > div {
  background: var(--expo-secondary-bg);
  color: var(--expo-dark);
}
.selectize-control.multi .selectize-input > div.active {
  background: var(--expo-primary);
}
.selectize-control.multi.plugin-remove_button .item .remove {
  border-left-color: var(--expo-border-color);
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  color: var(--expo-dark);
  background-color: var(--expo-tertiary-bg);
  border-color: var(--expo-border-color);
}

.selectize-dropdown .active:not(.selected),
.selectize-dropdown .optgroup-header {
  background: var(--expo-secondary-bg);
  color: var(--expo-dark);
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right-color: var(--expo-border-color);
}

/*
<--!----------------------------------------------------------------!-->
<--! Tagify SCSS !-->
<--!----------------------------------------------------------------!-->
*/
:root {
  --tagify-dd-color-primary: var(--expo-primary);
  --tagify-dd-bg-color: var(--expo-tertiary-bg);
}

.tagify {
  --tag-inset-shadow-size: 1.5em;
  --tag-bg: var(--expo-gray-200);
  --tag-text-color: var(--expo-dark);
  --tag-remove-btn-color: var(--expo-dark);
  --tags-border-color: var(--expo-border-color);
  --tag-hover: var(--expo-gray-200);
}

.tagify__tag {
  cursor: pointer;
}

.tagify:not(.form-control-sm):not(.form-control-lg) {
  padding: 0 0.25rem;
  min-height: 2.375rem;
  border-radius: 0.313rem;
  display: inline-flex;
  align-items: center;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: 0;
}

.tagify__tag__removeBtn {
  font-family: var(--expo-font-sans-serif);
}

.tagify__dropdown {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
}
.tagify__dropdown .tagify__dropdown__wrapper {
  border-color: var(--expo-border-color);
}

.tags-look .tagify__dropdown__item {
  display: inline-block;
  margin: 0.2em;
}

.advance-tagify .tagify__tag > div > * {
  color: #ffffff;
}
.advance-tagify .tagify__tag__removeBtn {
  color: #ffffff;
}
.advance-tagify .tagify__tag:hover > div > * {
  color: var(--expo-dark);
}
.advance-tagify .tagify__tag:hover .tagify__tag__removeBtn {
  color: var(--expo-dark);
}

.customLook {
  display: inline-block;
  min-width: 0;
  border: none;
}
.customLook .tagify__tag {
  margin-top: 0;
}
.customLook .tagify__tag:only-of-type .tagify__tag__removeBtn {
  display: none;
}
.customLook .tagify__tag__removeBtn {
  opacity: 0;
  transform: translateX(-6px) scale(0.5);
  margin-left: -3ch;
  transition: 0.12s;
}
.customLook .tagify__tag:hover .tagify__tag__removeBtn {
  transform: none;
  opacity: 1;
  margin-left: -1ch;
}
.customLook .tagify__input {
  display: none;
}

/*
<--!----------------------------------------------------------------!-->
<--! Choices SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.choices__inner {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-color: var(--expo-border-color);
  background-color: var(--expo-tertiary-bg);
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: var(--expo-border-color);
}

.choices__list--multiple .choices__item {
  margin: 0.25rem 0.5rem 0.25rem 0;
  background-color: var(--expo-primary);
  border-color: var(--expo-primary);
}

.choices__input {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5rem;
  background-color: var(--expo-tertiary-bg);
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-left-color: var(--expo-primary);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 99;
  color: var(--expo-dark);
  background-color: var(--expo-tertiary-bg);
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--expo-secondary-bg);
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: var(--expo-border-color);
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 0.875rem;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--expo-gray-200);
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--expo-gray-400);
  border-color: var(--expo-gray-400);
}

.choices__heading {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: var(--expo-gray-500);
  background-color: var(--expo-gray-100);
  border-color: var(--expo-border-color);
  border-top: 1px solid var(--expo-border-color);
}

/*
<--!----------------------------------------------------------------!-->
<--! Default Table SCSS !-->
<--!----------------------------------------------------------------!-->
*/
table {
  white-space: nowrap;
}

.table.table-gap-hover tbody tr {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.table.table-gap-hover tbody tr:hover {
  transform: scale(1.0025);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/*
<--!----------------------------------------------------------------!-->
<--! Bootstrap Table SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .columns,
.bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: inherit;
}
.bootstrap-table .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  padding: 0;
}

/*
<--!----------------------------------------------------------------!-->
<--! dataTables SCSS !-->
<--!----------------------------------------------------------------!-->
*/
:root,
[data-bs-theme=light] {
  --dt-row-hover: 0, 25, 75;
  --dt-row-stripe: 0, 25, 75;
  --dt-column-ordering: 0, 25, 75;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding-top: 0.5em;
}
div.dataTables_wrapper table.dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 1px solid var(--expo-border-color);
}
div.dataTables_wrapper table.dataTable tr.group,
div.dataTables_wrapper table.dataTable tr.group:hover {
  font-weight: 700;
  color: var(--expo-dark) !important;
  background-color: var(--expo-gray-100) !important;
}
div.dataTables_wrapper .dt-buttons {
  float: left;
  padding: 0 1.5rem;
}

.card-table div.dataTables_scrollBody,
.card-table div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
.card-table div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
  border: none !important;
}

/*
<--!----------------------------------------------------------------!-->
<--! PRISM SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.code {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

code[class*=language-],
pre[class*=language-] {
  height: 35rem;
  color: #fff;
  background: #212529;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  text-shadow: 0 -0.1em 0.2em #212529;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  hyphens: none;
}
code[class*=language-]::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: hsla(0, 0%, 93%, 0.15);
}
code[class*=language-]::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: hsla(0, 0%, 93%, 0.15);
}
code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: hsla(0, 0%, 93%, 0.15);
}

:not(pre) > code[class*=language-] {
  border-radius: 0.3em;
  border: 0.13em solid #212529;
  box-shadow: 1px 1px 0.3em -0.1em #212529 inset;
  padding: 0.15em 0.2em 0.05em;
  white-space: normal;
}

code:not([class*=language-]) {
  line-height: inherit;
  font-size: 0.8125rem;
  /* margin: 0 0.5rem; */
  padding: 0 0.4rem 0.2rem;
  background-color: rgba(238, 240, 243, 0.75);
  border-radius: 0.313rem;
}

pre[class*=language-] {
  border-radius: 0.5em;
  box-shadow: 1px 1px 0.5em #212529 inset;
  margin: 0.5em 0;
  overflow: auto;
  border: none;
  padding: 0.25rem 1.5rem 1.5rem;
}
pre[class*=language-]::-moz-selection {
  background: #27292a;
}
pre[class*=language-]::selection {
  background: #27292a;
}
pre[class*=language-]::-moz-selection {
  background: #27292a;
}

.token {
  position: relative;
  z-index: 1;
}
.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #777;
}
.token.punctuation {
  opacity: 0.7;
}
.token.namespace {
  opacity: 0.7;
}
.token.boolean, .token.deleted, .token.number, .token.tag {
  color: #ce6849;
}
.token.builtin, .token.constant, .token.keyword, .token.property, .token.selector, .token.symbol {
  color: #f9ed99;
}
.language-css .token.string, .style .token.string, .token.attr-name, .token.attr-value, .token.char, .token.entity, .token.inserted, .token.operator, .token.string, .token.url, .token.variable {
  color: #909e6a;
}
.language-css .token.atrule {
  color: #7385a5;
}
.token.important, .token.regex {
  color: #e8c062;
}
.token.bold, .token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.language-markup .token.attr-name, .language-markup .token.punctuation, .language-markup .token.tag {
  color: #ac885c;
}

.line-highlight.line-highlight {
  background: hsla(0, 0%, 33%, 0.25);
  background: linear-gradient(to right, hsla(0, 0%, 33%, 0.1) 70%, hsla(0, 0%, 33%, 0));
  border-bottom: 1px dashed #545454;
  border-top: 1px dashed #545454;
  margin-top: 0.75em;
  z-index: 0;
}
.line-highlight.line-highlight:before, .line-highlight.line-highlight[data-end]:after, .accordion.accordion-reversed .line-highlight.line-highlight[data-end].accordion-button:before, .accordion.accordion-rev-icon .line-highlight.line-highlight[data-end].accordion-button:before {
  background-color: #8693a6;
  color: #f4f1ef;
}

/*
<--!----------------------------------------------------------------!-->
<--! THEME DARK SCSS !-->
<--!----------------------------------------------------------------!-->
*/
html[data-bs-theme=dark] code:not([class*=language-]) {
  background-color: rgba(52, 58, 64, 0.75);
}

/*
<--!----------------------------------------------------------------!-->
<--! jsTree SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(./../images/general/jstree_32px.png);
}
.jstree-default .jstree-themeicon-custom {
  background-image: none !important;
}
.jstree-default .jstree-icon {
  font-size: 0.85rem;
}
.jstree-default .jstree-icon:empty {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.jstree-default .jstree-anchor {
  font-weight: 500;
}
.jstree-default .jstree-clicked,
.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-clicked {
  background: var(--expo-gray-200);
  border-radius: 0.313rem;
  box-shadow: none;
}
.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
  opacity: 0.7;
}

.vakata-context,
.vakata-context ul {
  border: 0;
  min-width: 150px;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-family: var(--expo-font-sans-serif);
  background: var(--expo-body-bg);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.313rem;
}

.vakata-context li > a {
  color: var(--expo-dark);
}

.vakata-context li a,
.vakata-context ul li a {
  border: 0;
  padding: 0 1rem;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  background-color: var(--expo-border-color);
}

.vakata-context li > a:hover {
  color: var(--expo-primary);
  background-color: var(--expo-link-bg);
  box-shadow: none;
}

.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}

/*
<--!----------------------------------------------------------------!-->
<--! Swiper SCSS !-->
<--!----------------------------------------------------------------!-->
*/
:root {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: var(--expo-primary);
  --swiper-navigation-color: var(--expo-white);
  --swiper-pagination-bullet-size: 0.375rem;
  --swiper-pagination-bullet-width: 0.375rem;
  --swiper-pagination-bullet-height: 0.375rem;
}

.swiper {
  width: 100%;
  height: 20rem;
}
.swiper .swiper-slide {
  padding: 1.5rem 1.5rem;
  color: var(--expo-dark);
  font-size: 1.25rem;
  font-weight: 600;
  background: var(--expo-gray-200);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
}

.swiper-pagination-bullet-active {
  width: 1.25rem;
  border-radius: 50rem;
  transition: all 0.2s ease-in-out;
}

.swiper-vertical .swiper-pagination-bullet-active {
  width: 0.375rem;
}

.swiper-h .swiper-slide {
  padding: 0 0;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swiper-images {
  height: 80%;
  width: 100%;
}
.swiper-images .swiper-slide {
  padding: 0 0;
}

.swiper-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 0.75rem 0;
}
.swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  padding: 0 0;
}
.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*
<--!----------------------------------------------------------------!-->
<--! GLightbox SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.glightbox-clean .gslide-title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--expo-dark);
  margin-bottom: 0.75rem;
}

.glightbox-clean .gslide-desc {
  font-size: inherit;
  font-family: inherit;
}

.img-thumbnail-overlay {
  width: 100%;
  height: 100%;
  display: block;
}
.img-thumbnail-overlay:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 0.313rem;
  background: rgba(190, 200, 210, 0.75);
}

.gslide-inline .ginlined-content {
  padding: 2rem 2rem;
}

.gslide-image img {
  border-radius: 0.313rem;
}

/*
<--!----------------------------------------------------------------!-->
<--! SweetAlert2 SCSS !-->
<--!----------------------------------------------------------------!-->
*/
div:where(.swal2-icon) {
  margin: 3rem auto 0 !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  gap: 0.5rem !important;
  margin: 1.25rem auto 1.5rem !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  width: 32rem !important;
  max-width: 100% !important;
  color: var(--expo-dark) !important;
  font-size: 0.875rem !important;
  background: var(--expo-tertiary-bg) !important;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  padding: 1.5rem 1.5rem 0.75rem !important;
  border-color: var(--expo-border-color) !important;
}

div:where(.swal2-container) .h2:where(.swal2-title),
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 1.25rem !important;
  padding: 2.5rem 1rem 0 !important;
}

.swal2-popup .swal2-html-container,
.swal2-popup .swal2-content {
  color: var(--expo-secondary-color) !important;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 0.875rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  font-size: 0.875rem !important;
  background-color: #3e97ff !important;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 2em 0 0;
  padding: 2em 2em 0;
  font-size: 0.875rem !important;
  border-color: var(--expo-border-color) !important;
}

button:focus:not(:focus-visible),
div:where(.swal2-container) button:where(.swal2-close):focus {
  box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0 !important;
}

.swal2-toast div:where(.swal2-icon) {
  margin: 0 0 !important;
}
.swal2-toast .swal2-title {
  font-size: 0.875rem !important;
  padding: 0 0 !important;
}

.swal2-popup.swal2-toast {
  box-shadow: 0px 15px 45px 0px rgba(82, 63, 105, 0.15);
}

/*
<--!----------------------------------------------------------------!-->
<--! owlCarousel SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.owl-carousel .item {
  height: 10rem;
  padding: 1.5rem 1.5rem;
  color: var(--expo-dark);
  background: var(--expo-gray-200);
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .item-video {
  height: 20rem;
}
.owl-carousel .owl-video-wrapper {
  height: 100%;
  position: relative;
  background: var(--expo-black);
}

.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--expo-dark);
  background: var(--expo-gray-300);
  border-radius: 50rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-nav button.owl-next {
  top: 30%;
  right: -1.25rem;
  position: absolute;
  transform: translateX(100%);
}
.owl-theme .owl-nav button.owl-prev {
  top: 30%;
  left: -1.25rem;
  position: absolute;
  transform: translateX(-100%);
}
.owl-theme:hover .owl-nav button.owl-next,
.owl-theme:hover .owl-nav button.owl-prev {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
  width: 0.375rem;
  height: 0.375rem;
  transition: all 0.2s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 1.25rem;
  transition: all 0.2s ease-in-out;
}

/*
<--!----------------------------------------------------------------!-->
<--! PS_SCROLLBAR SCSS !-->
<--!----------------------------------------------------------------!-->
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}
.ps:hover > .ps__rail-x {
  opacity: 0.6;
}
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x.ps--clicking {
  opacity: 0.9;
  background-color: #eef0f3;
}
.ps .ps__rail-x:focus {
  opacity: 0.9;
  background-color: #eef0f3;
}
.ps .ps__rail-x:hover {
  opacity: 0.9;
  background-color: #eef0f3;
}
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
  background-color: #eef0f3;
}
.ps .ps__rail-y:focus {
  opacity: 0.9;
  background-color: #eef0f3;
}
.ps .ps__rail-y:hover {
  opacity: 0.9;
  background-color: #eef0f3;
}

.ps__rail-x {
  opacity: 0;
  display: none;
  position: absolute;
  height: 1rem;
  bottom: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps__rail-x:focus > .ps__thumb-x {
  height: 0.625rem;
  background-color: #212529;
}
.ps__rail-x:hover > .ps__thumb-x {
  height: 0.625rem;
  background-color: #212529;
}

.ps__rail-y {
  opacity: 0;
  display: none;
  position: absolute;
  right: 0;
  width: 0.625rem;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #212529;
  width: 0.375rem;
}
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #212529;
  width: 0.375rem;
}

.ps--active-x > .ps__rail-x {
  display: block;
  background-color: transparent;
}

.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus > .ps__rail-x {
  opacity: 0.6;
}
.ps--focus > .ps__rail-y {
  opacity: 0.6;
}

.ps--scrolling-x > .ps__rail-x {
  opacity: 0.6;
}

.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps__thumb-x {
  position: absolute;
  height: 0.375rem;
  bottom: 0.125rem;
  border-radius: 0.313rem;
  background-color: #adb5bd;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
}

.ps__thumb-y {
  position: absolute;
  width: 0.375rem;
  right: 0.125rem;
  border-radius: 0.313rem;
  background-color: #adb5bd;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
}

.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 0.625rem;
  background-color: #212529;
}

.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 0.375rem;
  background-color: #212529;
}

@media screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}