@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ----------------------------------------
   1. Tailwind Imports
---------------------------------------- */

/* bhcar-acheter.css */

/* Custom styles for the [bh_car_acheter] form */

/* Change WooCommerce checkout overlay color */
.blockUI.blockOverlay {
  background-color: rgba(0, 0, 0, 0.4) !important; /* Change this */
  opacity: 1 !important; /* ensure full color shows */
}

.bhcar-acheter-form-container {
  background: radial-gradient(
      96.73% 78.5% at 1.97% 21.5%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  display: flex;
  max-width: 1420px;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity, 1));
  padding: 1rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
@media (max-width: 1920px) {
  .bhcar-acheter-form-container{
    max-width: 1066px;
  }
}
@media (min-width: 1024px) {
  .bhcar-acheter-form-container {
    border-radius: 80px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.bhcar-acheter-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}


@media (min-width: 1024px) {
  .bhcar-acheter-form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .bhcar-acheter-form {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.bhcar-acheter-form-selector {
  display: flex;
  width: 100%;
  min-width: 130px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .bhcar-acheter-form-selector {
    height: 52px;
    width: auto;
  }
}

.bhcar-acheter-form-selector {
  flex: 1 1 0%;
}

.bhcar-acheter-block {
  display: flex;
  width: 100%;
  min-width: 262px;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 2 1 0%;
  justify-content: space-between !important;
}

.bhcar-acheter-selector-wrapper {
  display: flex;
  height: 24px;
  width: 100%;
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
}

.bhcar-acheter-selector {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  padding-right: 1.25rem;
  text-align: left;
  background: transparent;
  border: 0;
  appearance: none;
  /* remove arrow */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF */
}

.bhcar-acheter-arrow {
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  pointer-events: none;
}

.bhcar-acheter-arrow-down {
  transform: rotate(180deg);
}

.bhcar-acheter-selector option {
  padding: 0.5rem;
  background-color: #1a1a1a !important;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.bhcar-acheter-selector:focus {
  border-bottom-color: #ffffff;
  outline: none;
  background-color: transparent !important;
}

.bhcar-acheter-selector:active {
  background-color: transparent !important;
}

.bhcar-acheter-delimitor {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
  .bhcar-acheter-delimitor {
    height: 52px;
    width: 2px;
  }
}

.bhcar-acheter-submit {
  display: flex;
  height: 40px;
  width: fit-content;
  min-width: 206px;
  max-width: 250px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* bhcar-vendre.css */

/* Custom styles for the [bh_car_vendre] form */

.bh-buy-sell .bhcar-vendre-form-container {
  display: none;
}

.bhcar-vendre-form-container {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    radial-gradient(
      96.73% 78.5% at 1.97% 21.5%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  display: flex;
  max-width: 1344px;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 24px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .bhcar-vendre-form-container {
    border-radius: 80px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.bhcar-vendre-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .bhcar-vendre-form {
    flex-direction: row;
  }
}

.bhcar-vendre-form > div,
.bhcar-vendre-form > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .bhcar-vendre-form > div,
  .bhcar-vendre-form > button {
    height: 52px;
    width: auto;
  }
}

.bhcar-vendre-number-input {
  display: flex;
  height: 52px;
  width: 177px;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.bhcar-vendre-number-input::-moz-placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #000000 !important;
}

.bhcar-vendre-number-input::placeholder {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: #000000 !important;
}

.bhcar-vendre-selector-wrapper {
  display: flex;
  height: 24px;
  width: 100%;
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
}

.bhcar-vendre-selector {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
  background: transparent;
  border: 0;
  appearance: none;
  /* remove arrow */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF */
}

.bhcar-vendre-arrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  pointer-events: none;
}

.bhcar-vendre-arrow-down {
  transform: rotate(180deg);
}

.bhcar-vendre-selector option {
  padding: 0.5rem;
  background-color: #1a1a1a !important;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.bhcar-vendre-selector:focus {
  border-bottom-color: #ffffff;
  outline: none;
  background-color: transparent !important;
}

.bhcar-vendre-selector:active {
  background-color: transparent !important;
}

.bhcar-vendre-pcode-input {
  order: 1;
  display: flex;
  height: 24px;
  width: 100%;
  flex: none;
  flex-grow: 0;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding-left: 0.75rem;
  background: transparent;
  border: none;
  color: white !important;
  -moz-appearance: textfield;
}

.bhcar-vendre-pcode-input::-webkit-inner-spin-button,
.bhcar-vendre-pcode-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bhcar-vendre-pcode-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  text-align: left;
  padding-left: 0;
}

.bhcar-vendre-pcode-input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  text-align: left;
  padding-left: 0;
}

.bhcar-vendre-submit {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* bh-atelier-rdv.css */

/* Custom styles for the [bh_atelier_rdv] form */

/* Use @apply for Tailwind utilities if needed */

.bh-atelier-rdv-form-container {
  background: radial-gradient(
      96.73% 78.5% at 1.97% 21.5%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  display: flex;
  max-width: 1344px;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity, 1));
  padding: 1rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .bh-atelier-rdv-form-container {
    border-radius: 80px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 1024px) {
  .bh-atelier-rdv-form-container {
    width: 100%;
    padding: 1.5rem;
  }
}

.bh-atelier-rdv-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .bh-atelier-rdv-form {
    flex-direction: row;
    gap: 2.5rem;
  }
}

.bh-atelier-rdv-form > div,
.bh-atelier-rdv-form > button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .bh-atelier-rdv-form > div,
  .bh-atelier-rdv-form > button {
    height: 52px;
    width: auto;
  }
}

.bh-atelier-rdv-selector-wrapper {
  display: flex;
  height: 24px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  position: relative;
}

.bh-atelier-rdv-selector {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 2rem;
  text-align: left;
  font-size: 16px;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bh-atelier-rdv-arrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
}

.bh-atelier-rdv-selector option {
  padding: 0.5rem;
  background-color: #1a1a1a !important;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.bh-atelier-rdv-selector:focus {
  border-bottom-color: #ffffff;
  outline: none;
  background-color: transparent !important;
}

.bh-atelier-rdv-selector:active {
  background-color: transparent !important;
}

.bh-atelier-rdv-arrow-down {
  transform: rotate(180deg);
}

.bh-atelier-rdv-delimitor {
  height: 2px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
  .bh-atelier-rdv-delimitor {
    height: 52px;
    min-width: 2px;
  }
}

.bh-atelier-rdv-submit {
  display: flex;
  height: 40px !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .bh-atelier-rdv-selector-wrapper .bh-atelier-rdv-icon {
    width: 24px;
    height: 24px;
  }
}

/* bh-trouver-pneu.css */

/* Custom styles for the [bh_trouver_pneu] form */

/* Use @apply for Tailwind utilities if needed */

.bh-trouver-pneu-border {
  width: 100%;
  max-width: 327px;
  align-self: center;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.25rem;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-border {
    max-width: 1450px;
  }
}

.bh-trouver-pneu-border {
  min-width: 320px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.bh-trouver-pneu-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
}

.bh-trouver-pneu-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-form {
    gap: 3rem;
    padding: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bh-trouver-pneu-form-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-form-row {
    flex-direction: row;
  }
}

#bh-trouver-pneu-form-search {
  display: flex;
  width: 100%;
  flex-grow: 1;
  border-radius: 0.75rem;
  border-style: none;
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#bh-trouver-pneu-form-search::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.6;
}

#bh-trouver-pneu-form-search::placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.6;
}

@media (min-width: 1280px) {
  #bh-trouver-pneu-form-search {
    width: auto;
  }
}

#bh-trouver-pneu-form-search::-moz-placeholder {
  padding-left: 0;
}

#bh-trouver-pneu-form-search::placeholder {
  padding-left: 0;
}

.bh-trouver-pneu-form-tabs {
  display: flex;
  height: 40px;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bh-trouver-pneu-form-tab {
  height: 100%;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  .bh-trouver-pneu-form-tab {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .bh-trouver-pneu-form-tab {
    min-width: 300px;
  }
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-form-tab {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.tab-active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bhcar-footer-flag {
  position: absolute;
  bottom: 0px;
  right: 20%;
}

.trouvez-link-bg {
  display: block;
}

.bhcar-button-hover-gradient > a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #050505;
  transition: color 0.3s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.bhcar-button-hover-gradient > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #e2231542;
  z-index: -1;
  transition: width 0.4s ease;
}

.bhcar-button-hover-gradient:hover > a::after {
  width: 100%;
}

@media (max-width: 950px) {
  .bhcar-trouvez-slider {
    /* margin-top: 30px !important; */
    display: block !important;
  }

  .bhcar-footer-flag {
    width: 230px;
    bottom: 127px;
    right: -65px;
  }

  .trouvez-link-bg {
    display: none !important;
  }
}

.bh-trouver-pneu-form-selector-item {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.5rem;
}

.bh-trouver-pneu-form-selector-wrapper {
  position: relative;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-trouver-pneu-form-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bh-trouver-pneu-selector {
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .bh-trouver-pneu-selector {
    padding-left: 1rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-selector {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.bh-trouver-pneu-selector {
  text-align: left;
  line-height: 24px;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bh-atelier-rdv-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  pointer-events: none;
}

.bh-trouver-pneu-selector option {
  padding: 0.5rem;
  background-color: #1a1a1a !important;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.bh-trouver-pneu-selector:focus {
  border-bottom-color: #ffffff;
  outline: none;
  background-color: transparent !important;
}

.bh-trouver-pneu-selector:active {
  background-color: transparent !important;
}

.bh-pneu-submit {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {
  .bh-pneu-submit {
    width: auto;
  }
}

.bh-trouver-pneu-form-bg-svg {
  display: none;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-form-bg-svg {
    display: block;
  }
}

.bh-trouver-pneu-form-bg-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.bh-trouver-pneu-blur-ellipse-glow {
  display: none;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-blur-ellipse-glow {
    display: block;
  }
}

.bh-trouver-pneu-blur-ellipse-glow {
  position: absolute;
  width: 870px;
  height: 127px;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(226, 36, 21, 0.2);
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.bh-trouver-pneu-form-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 1280px) {
  .bh-trouver-pneu-form-checkbox-wrapper {
    margin-top: 24px;
  }
}

.bhcar-ellipse-background-glow {
  position: absolute;
  left: -551px;
  top: -310px;
  z-index: -1;
}
.bhcar-ellipse-background-glow-google {
  position: absolute;
  right: -551px;
  top: -250px;
  z-index: -1;
}

@media (max-width: 768px) {
  .bhcar-ellipse-background-glow svg {
    width: 100%;
    z-index: -1;
  }
}

.bh-trouver-pneu-form-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.bh-trouver-pneu-form-checkbox:checked {
  background: transparent;
  border-color: #fff;
}

.bh-trouver-pneu-form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  border-radius: 1px;
  pointer-events: none;
  box-sizing: border-box;
}

.bh-trouver-pneu-form-checkbox-label {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-thin.otf") format("opentype");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-thinitalic.otf") format("opentype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-extralight.otf") format("opentype");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-extralightitalic.otf")
    format("opentype");

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-lightitalic.otf") format("opentype");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-regularitalic.otf")
    format("opentype");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-book.otf") format("opentype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-bookitalic.otf") format("opentype");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-bold.otf") format("opentype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-bolditalic.otf") format("opentype");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-extrabold.otf") format("opentype");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-extrabolditalic.otf")
    format("opentype");

  font-weight: 800;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-heavy.otf") format("opentype");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-heavyitalic.otf") format("opentype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-black.otf") format("opentype");

  font-weight: 950;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa";

  src: url("../../fonts/nexa/nexatext-trial-blackitalic.otf") format("opentype");

  font-weight: 950;

  font-style: italic;

  font-display: swap;
}

/* Nexa Display Font Family (Alternative weights) */

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-thin.otf") format("opentype");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-thinitalic.otf") format("opentype");

  font-weight: 100;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-extralight.otf") format("opentype");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-extralightitalic.otf")
    format("opentype");

  font-weight: 200;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-light.otf") format("opentype");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-lightitalic.otf") format("opentype");

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-regularitalic.otf") format("opentype");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-book.otf") format("opentype");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-bookitalic.otf") format("opentype");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-bold.otf") format("opentype");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-bolditalic.otf") format("opentype");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-extrabold.otf") format("opentype");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-extrabolditalic.otf") format("opentype");

  font-weight: 800;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-heavy.otf") format("opentype");

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-heavyitalic.otf") format("opentype");

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-black.otf") format("opentype");

  font-weight: 950;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Nexa Display";

  src: url("../../fonts/nexa/nexa-trial-blackitalic.otf") format("opentype");

  font-weight: 950;

  font-style: italic;

  font-display: swap;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type="text"],
input:where(:not([type])),
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

[multiple],
[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
  border-radius: 0px;
}

[type="radio"] {
  border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type="checkbox"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type="radio"]:checked {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type="checkbox"]:indeterminate {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type="file"] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type="file"]:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose
  :where([class~="lead"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose
  :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose
  :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(blockquote strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose
  :where(thead th strong):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose
  :where(ol[type="A"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}

.prose
  :where(ol[type="a"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}

.prose
  :where(ol[type="A" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-alpha;
}

.prose
  :where(ol[type="a" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-alpha;
}

.prose
  :where(ol[type="I"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}

.prose
  :where(ol[type="i"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}

.prose
  :where(ol[type="I" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: upper-roman;
}

.prose
  :where(ol[type="i" s]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: lower-roman;
}

.prose
  :where(ol[type="1"]):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose
  :where(ol > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose
  :where(ul > li):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose
  :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose
  :where(blockquote p:first-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: open-quote;
}

.prose
  :where(blockquote p:last-of-type):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1111111;
}

.prose
  :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3333333;
}

.prose
  :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.prose
  :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose
  :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose
  :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
    0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: "`";
}

.prose
  :where(code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: "`";
}

.prose
  :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose
  :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose
  :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose
  :where(blockquote code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose
  :where(thead th code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose
  :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::before {
  content: none;
}

.prose
  :where(pre code):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  )::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose
  :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose
  :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose
  :where(tbody tr:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  border-bottom-width: 0;
}

.prose
  :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose
  :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose
  :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose
  :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose
  :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose
  :where(picture > img):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose
  :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose
  :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose
  :where(.prose > ul > li p):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose
  :where(.prose > ul > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}

.prose
  :where(.prose > ul > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}

.prose
  :where(.prose > ol > li > p:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 1.25em;
}

.prose
  :where(.prose > ol > li > p:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 1.25em;
}

.prose
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose
  :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose
  :where(thead th:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}

.prose
  :where(thead th:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}

.prose
  :where(tbody td, tfoot td):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-start: 0;
}

.prose
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-inline-end: 0;
}

.prose
  :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose
  :where(.prose > :first-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-top: 0;
}

.prose
  :where(.prose > :last-child):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  margin-bottom: 0;
}

.prose
  :where(.container):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-left: 24px;
  padding-right: 24px;
}

.prose
  :where(.\!container):not(
    :where([class~="not-prose"], [class~="not-prose"] *)
  ) {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Navigation */

.bh-header-menu-link {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 0.75px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Top Announcement */

.bh-top-annonce {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(226 36 21 / 0.2);
  overflow: hidden;
}

/* .bh-top-annonce .container { */
  /* max-width: 1440px; */
/* } */

.bh-top-annonce .\!container {
  max-width: 1440px;
}

.bh-top-annonce svg {
  flex-shrink: 0;
}

.bh-footer-menu-link,
.bh-legal-menu-link {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Form Elements */

.\!input {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 36 21 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .\!input {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.input,
.select {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input:focus,
.select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 36 21 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .input,
  .select {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Headings */

.bh-h1 {
  font-family: Nexa, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 122%;
  letter-spacing: 3.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bh-h1 {
    font-size: 36px;
  }
}

@media (min-width: 1440px) {
  .bh-h1 {
    font-size: 64px;
  }
}

.bh-h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 122%;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .bh-h2,
  .bh-h2 * {
    font-size: 24px;
  }
}
@media (min-width: 1921px) {
  .bh-h2,
  .bh-h2 * {
    font-size: 30px;
  }
}

.bh-h3 {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.12;
  letter-spacing: 1.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .bh-h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .bh-h3 {
    font-size: 28px;
  }
}

.bh-h4 {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-h5 {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-before-badge:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 41px;
  transform: translate(-110%, -50%);
  height: 19px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCA0MSAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy45MTcgMTIuNjY2N0gxMy44NjZMMTAuNjUgMTlIMC41TDMuOTE3IDEyLjY2Njd6IiBmaWxsPSIjMDA5NkNGIi8+PHBhdGggZD0iTTIzLjkxNyAxMi42NjY3SDMzLjg2NkwzMC42NSAxOUgyMS4wMDVMMjMuOTE3IDEyLjY2Njd6IiBmaWxsPSIjRTIyNDE1Ii8+PHBhdGggZD0iTTMwLjU1IDBINDAuNUwzNy4yODQgNi4zMzMyN0gyNy4xMzJMMzAuNTUgMFoiIGZpbGw9IiNFMjI0MTUiLz48cGF0aCBkPSJNMTcuMjg0IDYuMzMzSDI3LjIzM0wyNC4wMTggMTIuNjYzTDEzLjg2NyAxMi42NjZMMTcuMjg0IDYuMzMzWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.bh-before-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding-left: 40px;
}

.bh-before-badge:before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 0.75em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCA0MSAxOSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMy45MTcgMTIuNjY2N0gxMy44NjZMMTAuNjUgMTlIMC41TDMuOTE3IDEyLjY2Njd6IiBmaWxsPSIjMDA5NkNGIi8+PHBhdGggZD0iTTIzLjkxNyAxMi42NjY3SDMzLjg2NkwzMC42NSAxOUgyMS4wMDVMMjMuOTE3IDEyLjY2Njd6IiBmaWxsPSIjRTIyNDE1Ii8+PHBhdGggZD0iTTMwLjU1IDBINDAuNUwzNy4yODQgNi4zMzMyN0gyNy4xMzJMMzAuNTUgMFoiIGZpbGw9IiNFMjI0MTUiLz48cGF0aCBkPSJNMTcuMjg0IDYuMzMzSDI3LjIzM0wyNC4wMTggMTIuNjYzTDEzLjg2NyAxMi42NjZMMTcuMjg0IDYuMzMzWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .bh-before-badge {
    margin-right: auto !important;
  }
}

/* Paragraph */

.bh-p {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
}
.bh-p > strong {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
}
.bh-p > a {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
  color: #e22415;
}

@media (min-width: 1440px) {
  .bh-p {
    font-size: 16px;
  }
}

/* Special typography */

.bh-number {
  font-family: Nexa, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 122%;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .bh-number {
    font-size: 40px;
  }
}

.bh-number {
  color: rgba(255, 255, 255, 0.15);
}

.bh-number-big {
  font-family: Nexa, system-ui, sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.08);
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 1100px) {
  .bh-number-big {
    font-size: 38px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .bh-number-big {
    font-size: 30px;
    line-height: 100%;
  }
}

.bh-depuis {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 112%;
  letter-spacing: 1.4px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Red, #e22415);
}

/* Buttons */

.bh-link-primary {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.bh-link-secondary {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.bh-link-tertiary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  font-family: Inter var, system-ui, sans-serif;
}

.bh-link-tertiary a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  padding: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

/* Post grid */

/* Misc */

.accent-color {
  --tw-text-opacity: 1;
  color: rgb(226 36 21 / var(--tw-text-opacity, 1));
}

.accent-color.blue {
  color: #0096cf;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-left-20 {
  left: -5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/3 {
  left: 75%;
}
.left-1\/4 {
  left: 25%;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-\[-34px\] {
  top: -34px;
}

.top-\[-60px\] {
  top: -60px;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.\!m-0 {
  margin: 0px !important;
}

.\!m-0\.5 {
  margin: 0.125rem !important;
}

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

.\!m-1\.5 {
  margin: 0.375rem !important;
}

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

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

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

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

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

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

.\!m-2\.5 {
  margin: 0.625rem !important;
}

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

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

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

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

.\!m-3\.5 {
  margin: 0.875rem !important;
}

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

.\!m-36 {
  margin: 9rem !important;
}

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

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

.\!m-44 {
  margin: 11rem !important;
}

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

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

.\!m-52 {
  margin: 13rem !important;
}

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

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

.\!m-60 {
  margin: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

.\!mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

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

.\!mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

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

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

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

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

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

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

.\!mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

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

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

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

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

.\!mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

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

.\!mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

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

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

.\!mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

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

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

.\!mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

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

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

.\!mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

.\!my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

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

.\!my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

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

.\!my-11 {
  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-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.\!my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

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

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

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

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

.\!my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

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

.\!my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

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

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

.\!my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

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

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

.\!my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

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

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

.\!my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

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

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

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

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

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

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

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

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

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

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

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

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

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

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

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

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

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

.\!mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

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

.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

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

.\!mb-11 {
  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-2 {
  margin-bottom: 0.5rem !important;
}

.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

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

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

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

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

.\!mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

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

.\!mb-36 {
  margin-bottom: 9rem !important;
}

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

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

.\!mb-44 {
  margin-bottom: 11rem !important;
}

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

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

.\!mb-52 {
  margin-bottom: 13rem !important;
}

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

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

.\!mb-60 {
  margin-bottom: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.\!ml-0 {
  margin-left: 0px !important;
}

.\!ml-0\.5 {
  margin-left: 0.125rem !important;
}

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

.\!ml-1\.5 {
  margin-left: 0.375rem !important;
}

.\!ml-10 {
  margin-left: 2.5rem !important;
}

.\!ml-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

.\!ml-2\.5 {
  margin-left: 0.625rem !important;
}

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

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

.\!ml-28 {
  margin-left: 7rem !important;
}

.\!ml-3 {
  margin-left: 0.75rem !important;
}

.\!ml-3\.5 {
  margin-left: 0.875rem !important;
}

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

.\!ml-36 {
  margin-left: 9rem !important;
}

.\!ml-4 {
  margin-left: 1rem !important;
}

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

.\!ml-44 {
  margin-left: 11rem !important;
}

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

.\!ml-5 {
  margin-left: 1.25rem !important;
}

.\!ml-52 {
  margin-left: 13rem !important;
}

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

.\!ml-6 {
  margin-left: 1.5rem !important;
}

.\!ml-60 {
  margin-left: 15rem !important;
}

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

.\!ml-7 {
  margin-left: 1.75rem !important;
}

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

.\!ml-8 {
  margin-left: 2rem !important;
}

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

.\!ml-9 {
  margin-left: 2.25rem !important;
}

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

.\!ml-auto {
  margin-left: auto !important;
}

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

.\!mr-0 {
  margin-right: 0px !important;
}

.\!mr-0\.5 {
  margin-right: 0.125rem !important;
}

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

.\!mr-1\.5 {
  margin-right: 0.375rem !important;
}

.\!mr-10 {
  margin-right: 2.5rem !important;
}

.\!mr-11 {
  margin-right: 2.75rem !important;
}

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

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

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

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

.\!mr-2\.5 {
  margin-right: 0.625rem !important;
}

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

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

.\!mr-28 {
  margin-right: 7rem !important;
}

.\!mr-3 {
  margin-right: 0.75rem !important;
}

.\!mr-3\.5 {
  margin-right: 0.875rem !important;
}

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

.\!mr-36 {
  margin-right: 9rem !important;
}

.\!mr-4 {
  margin-right: 1rem !important;
}

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

.\!mr-44 {
  margin-right: 11rem !important;
}

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

.\!mr-5 {
  margin-right: 1.25rem !important;
}

.\!mr-52 {
  margin-right: 13rem !important;
}

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

.\!mr-6 {
  margin-right: 1.5rem !important;
}

.\!mr-60 {
  margin-right: 15rem !important;
}

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

.\!mr-7 {
  margin-right: 1.75rem !important;
}

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

.\!mr-8 {
  margin-right: 2rem !important;
}

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

.\!mr-9 {
  margin-right: 2.25rem !important;
}

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

.\!mr-auto {
  margin-right: auto !important;
}

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

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

.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}

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

.\!mt-1\.5 {
  margin-top: 0.375rem !important;
}

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

.\!mt-11 {
  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-2 {
  margin-top: 0.5rem !important;
}

.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}

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

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

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

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

.\!mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

.\!mt-36 {
  margin-top: 9rem !important;
}

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

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

.\!mt-44 {
  margin-top: 11rem !important;
}

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

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

.\!mt-52 {
  margin-top: 13rem !important;
}

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

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

.\!mt-60 {
  margin-top: 15rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.mb-36 {
  margin-bottom: 9rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-44 {
  margin-bottom: 11rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-8 {
  margin-bottom: 2rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.mb-\[40px\] {
  margin-bottom: 40px;
}

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-px {
  margin-right: 1px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

.mt-44 {
  margin-top: 11rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 15rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.mt-\[-45\%\] {
  margin-top: -45%;
}

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[52px\] {
  height: 52px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[60vh\] {
  max-height: 60vh;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[204px\] {
  width: 204px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[49px\] {
  width: 49px;
}

.w-\[529px\] {
  width: 529px;
}

.w-\[668px\] {
  width: 668px;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-\[275px\] {
  max-width: 275px;
}

.max-w-\[336px\] {
  max-width: 336px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[862px\] {
  max-width: 862px;
}

.max-w-\[955px\] {
  max-width: 955px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.\!items-end {
  align-items: flex-end !important;
}

.\!items-center {
  align-items: center !important;
}

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

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

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

.\!justify-end {
  justify-content: flex-end !important;
}

.\!justify-center {
  justify-content: center !important;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[64px\] {
  gap: 64px;
}

.gap-\[88px\] {
  gap: 88px;
}

.gap-\[8px\] {
  gap: 8px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-2xl {
  border-radius: 1rem;

  img {
    border-radius: 1rem;
  }
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#0060AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 170 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0096CF80\] {
  background-color: #0096cf80;
}

.bg-\[\#E22415CC\] {
  background-color: #e22415cc;
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-masthead {
  background-color: rgba(22, 22, 22, 0.5);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-gradient-red {
  background-image: linear-gradient(90deg, #e22415 0%, #7c140c 100%);
}

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

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

.\!p-0\.5 {
  padding: 0.125rem !important;
}

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

.\!p-1\.5 {
  padding: 0.375rem !important;
}

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

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

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

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

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

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

.\!p-2\.5 {
  padding: 0.625rem !important;
}

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

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

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

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

.\!p-3\.5 {
  padding: 0.875rem !important;
}

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

.\!p-36 {
  padding: 9rem !important;
}

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

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

.\!p-44 {
  padding: 11rem !important;
}

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

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

.\!p-52 {
  padding: 13rem !important;
}

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

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

.\!p-60 {
  padding: 15rem !important;
}

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

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

.\!px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

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

.\!px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

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

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

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

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

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

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

.\!px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

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

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

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

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

.\!px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

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

.\!px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

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

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

.\!px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

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

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

.\!px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

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

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

.\!px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

.\!py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

.\!py-11 {
  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-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

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

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

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

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

.\!py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

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

.\!py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

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

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

.\!py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

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

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

.\!py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

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

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

.\!py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

.\!pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

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

.\!pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

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

.\!pb-11 {
  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-2 {
  padding-bottom: 0.5rem !important;
}

.\!pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

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

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

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

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

.\!pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

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

.\!pb-36 {
  padding-bottom: 9rem !important;
}

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

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

.\!pb-44 {
  padding-bottom: 11rem !important;
}

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

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

.\!pb-52 {
  padding-bottom: 13rem !important;
}

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

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

.\!pb-60 {
  padding-bottom: 15rem !important;
}

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

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

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

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

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

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

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

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

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

.\!pl-0\.5 {
  padding-left: 0.125rem !important;
}

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

.\!pl-1\.5 {
  padding-left: 0.375rem !important;
}

.\!pl-10 {
  padding-left: 2.5rem !important;
}

.\!pl-11 {
  padding-left: 2.75rem !important;
}

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

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

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

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

.\!pl-2\.5 {
  padding-left: 0.625rem !important;
}

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

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

.\!pl-28 {
  padding-left: 7rem !important;
}

.\!pl-3 {
  padding-left: 0.75rem !important;
}

.\!pl-3\.5 {
  padding-left: 0.875rem !important;
}

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

.\!pl-36 {
  padding-left: 9rem !important;
}

.\!pl-4 {
  padding-left: 1rem !important;
}

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

.\!pl-44 {
  padding-left: 11rem !important;
}

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

.\!pl-5 {
  padding-left: 1.25rem !important;
}

.\!pl-52 {
  padding-left: 13rem !important;
}

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

.\!pl-6 {
  padding-left: 1.5rem !important;
}

.\!pl-60 {
  padding-left: 15rem !important;
}

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

.\!pl-7 {
  padding-left: 1.75rem !important;
}

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

.\!pl-8 {
  padding-left: 2rem !important;
}

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

.\!pl-9 {
  padding-left: 2.25rem !important;
}

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

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

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

.\!pr-0\.5 {
  padding-right: 0.125rem !important;
}

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

.\!pr-1\.5 {
  padding-right: 0.375rem !important;
}

.\!pr-10 {
  padding-right: 2.5rem !important;
}

.\!pr-11 {
  padding-right: 2.75rem !important;
}

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

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

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

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

.\!pr-2\.5 {
  padding-right: 0.625rem !important;
}

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

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

.\!pr-28 {
  padding-right: 7rem !important;
}

.\!pr-3 {
  padding-right: 0.75rem !important;
}

.\!pr-3\.5 {
  padding-right: 0.875rem !important;
}

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

.\!pr-36 {
  padding-right: 9rem !important;
}

.\!pr-4 {
  padding-right: 1rem !important;
}

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

.\!pr-44 {
  padding-right: 11rem !important;
}

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

.\!pr-5 {
  padding-right: 1.25rem !important;
}

.\!pr-52 {
  padding-right: 13rem !important;
}

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

.\!pr-6 {
  padding-right: 1.5rem !important;
}

.\!pr-60 {
  padding-right: 15rem !important;
}

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

.\!pr-7 {
  padding-right: 1.75rem !important;
}

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

.\!pr-8 {
  padding-right: 2rem !important;
}

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

.\!pr-9 {
  padding-right: 2.25rem !important;
}

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

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

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

.\!pt-0\.5 {
  padding-top: 0.125rem !important;
}

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

.\!pt-1\.5 {
  padding-top: 0.375rem !important;
}

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

.\!pt-11 {
  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-2 {
  padding-top: 0.5rem !important;
}

.\!pt-2\.5 {
  padding-top: 0.625rem !important;
}

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

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

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

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

.\!pt-3\.5 {
  padding-top: 0.875rem !important;
}

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

.\!pt-36 {
  padding-top: 9rem !important;
}

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

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

.\!pt-44 {
  padding-top: 11rem !important;
}

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

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

.\!pt-52 {
  padding-top: 13rem !important;
}

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

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

.\!pt-60 {
  padding-top: 15rem !important;
}

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

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

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

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

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-44 {
  padding-bottom: 11rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.pt-44 {
  padding-top: 11rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

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

.pt-\[40px\] {
  padding-top: 40px;
}

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

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

.font-inter {
  font-family: Inter var, system-ui, sans-serif;
}
.font-light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\!text-2xl {
  font-size: 1.5rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
    0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[100px\] {
  --tw-blur: blur(100px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-masthead {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

/* WordPress Admin Bar Fix */

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

/* Gutenberg blocks alignment */

.wp-block-heading {
  position: relative;
}

/* Group block backgrounds */

.bh-group-bg,
.bh-bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-group-bg-fixed,
.bh-bg-image-fixed {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-group-bg-overlay-dark,
.bh-group-bg-overlay-light,
.bh-group-bg-overlay-red {
  position: relative;
}

.bh-group-bg-overlay-dark::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / 0.6);
  --tw-content: "";
  content: var(--tw-content);
}

.bh-group-bg-overlay-light::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(255 255 255 / 0.6);
  --tw-content: "";
  content: var(--tw-content);
}

.bh-group-bg-overlay-red::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: rgb(226 36 21 / 0.5);
  --tw-content: "";
  content: var(--tw-content);
}

.bh-group-content {
  position: relative;
  z-index: 10;
}

/* Background image utilities */

.bh-bg-futur-vehicule,
.bh-bg-nouvelle-experience {
  min-height: 470px;
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-futur-vehicule.webp");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-bg-nouvelle-experience {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-nouvelle-experience.webp");
  min-height: 580px;
}

.bhcar-vendre-top-background {
  min-height: 634px;
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendre-top-background.webp");

  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bhcar-vendre-service-background {
  min-height: 631px;
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendre-service-background.webp");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bhcar-vendre-top-footer {
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bhcar-vendez-ellipse-glow {
  position: absolute;
  right: -40%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.bhcar-link-jc-sb a {
  justify-content: space-between;
}

.bhcar-link-jc-c a {
  justify-content: flex-start;
}

.bhcar-acheter-column-items {
  width: 50% !important;
  flex-grow: unset;
  flex-basis: auto;
}

@media (max-width: 1240px) {
  .bhcar-acheter-column-items {
    width: 70% !important;
    flex-basis: 70% !important;
  }
}

@media (max-width: 984px) {
  .bhcar-acheter-column-items {
    flex-basis: 80% !important;
    width: 80% !important;
  }
}

.bh-bg-futur-vehicule-fixed {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-futur-vehicule.webp");
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  overflow-x: clip;
  /* zoom: 0.8 !important; */
}

.bh-home-hero {
  /* zoom: 1.25; */
}

.bh-home-hero__content {
  /* zoom: 0.8; */
}

/* ----------------------------------------
   2. Layer Components
---------------------------------------- */

/* ----------------------------------------
   3. Layer Utilities
---------------------------------------- */

.bh-vendre-services-paragraph {
  max-width: 765px;
  width: 100%;
  margin: 32px auto 40px !important;
}

.bhcar-acheter-faq-paragraph {
  margin: 16px auto 40px !important;
}

.bh-vendez-left-column {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendez-votre.webp");
  background-size: cover;
  background-position: 44%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.bh-vendez-content {
  padding: 282px 0 228px;
}

.bh-vendez-flag-background {
  left: 54%;
  top: 0px;
  z-index: -1;
}

.bh-services-flag-background {
  position: absolute;
  top: 20%;
  left: -5%;
  z-index: -1;
}

.bh-vendez-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 0;
  justify-content: flex-end;
  width: 40%;
}

@media (max-width: 1400px) {
  .bh-vendez-grid {
    flex-direction: row-reverse;
  }

  .bh-vendez-grid img {
    width: 100%;
  }

  .bh-vendez-grid figure {
    width: 100%;
  }

  .bh-vendez-grid > .wp-block-group {
    width: 100%;
  }
}

@media (max-width: 950px) {
  .bh-services-flag-background {
    top: 58%;
    left: -35%;
  }

  .bh-services-flag-background svg {
    width: 60%;
  }

  .bh-vendez-flag-background svg {
    width: 100%;
  }

  .bh-vendez-grid {
    position: relative;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .bh-vendez-grid > .wp-block-group {
    width: 50%;
  }

  .svg-w-100 {
    left: -100%;
    top: -40%;
  }
}

@media not all and (min-width: 768px) {
  .bh-vendez-left-column {
    padding-top: 132px;
    padding-bottom: 100px;
  }
}

/* ----------------------------------------
   4. WooCommerce Styles
---------------------------------------- */

/* Custom toggles, WooCommerce, panier, mini-panier, produits, etc. */

.bh-toggle {
  border-radius: 100px;
  background: #efefef;
  align-self: center;
  gap: 0;
  margin: 4rem 0 2rem !important;
  transition: 0.3s ease;
}
@media (max-width: 1820px) {
  .bh-toggle {
    margin: 3rem 0 1.75rem !important;
  }
}

.bh-toggle .bh-toggle-enabled a {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  display: inline-flex;
  padding: 4px 30px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
}

.bh-toggle .bh-toggle-disabled a {
  background-color: transparent;
  padding: 0 40px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .bh-toggle .bh-toggle-enabled a,
  .bh-toggle .bh-toggle-disabled a {
    font-size: 17px;
  }
}
@media (min-width: 1921px) {
  .bh-toggle .bh-toggle-enabled a {
    font-family: Inter var, system-ui, sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.18px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
    display: inline-flex;
    padding: 4px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
  }

  .bh-toggle .bh-toggle-disabled a {
    background-color: transparent;
    padding: 0 40px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
  }
}

@media screen and (max-width: 768px) {
  .bh-toggle {
    margin: 16px 0 8px !important;
  }
  .bh-toggle .bh-toggle-disabled a {
    padding: 0 24px;
    font-size: 14px;
  }

  .bh-toggle .bh-toggle-enabled a {
    padding: 7px 24px;
    font-size: 14px;
  }
}

/*
 * WOOCOMMERCE STYLES
 * Regrouped for clarity
 */

.woocommerce-error {
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* .container .woocommerce {
  @apply flex flex-row justify-between items-start gap-[80px];
} */

.woocommerce-page .woocommerce-MyAccount-navigation {
  width: 30%;
  display: flex;
  padding: 24px 27px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.bh-account-greeting {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}

.woocommerce-MyAccount-navigation ul li a {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration: none;
  width: 100%;
  padding: 0;
}

.woocommerce-MyAccount-content {
  width: 70%;
  display: flex;
  /*padding: 24px;*/
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  /*border-radius: 16px;*/
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
  position: relative;
}

.woocommerce-MyAccount-content::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -50px;
  width: 283px;
  height: 159px;
  filter: blur(70px);
  background-image: url("data:image/svg+xml,%3Csvg width='234' height='159' viewBox='0 0 234 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='141.5' cy='79.5' rx='141.5' ry='79.5' fill='%230096CF' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  z-index: -1;

  @media screen and (max-width: 768px) {
    top: -200px;
  }
}

button.woocommerce-Button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding: 10px 16px;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  cursor: pointer;
}

.woocommerce-Input {
  width: 100%;
  font-family: Inter var, system-ui, sans-serif;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(196, 196, 196, 0.24);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.woocommerce-notices-wrapper {
  width: 100%;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(226 36 21 / var(--tw-text-opacity, 1));
}
.woocommerce-notices-wrapper strong {
  color: #e22415;
}
.woocommerce-password-strength,
.woocommerce-password-hint {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0;
  color: #fff;
}
.woocommerce-password-strength {
  font-size: 14px;
  margin: 10px 0;
}

.woocommerce .form-row-first {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .woocommerce .form-row-first {
    width: 100%;
    padding-right: 0rem;
    /* width: 50%;
    padding-right: 1rem; */
  }
}

.woocommerce .form-row-last {
  float: left;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0;
}

@media (min-width: 768px) {
  .woocommerce .form-row-last {
    width: 100%;
    padding-left: 0rem;
    /* width: 50%; */
    /* padding-left: 0.5rem; */
  }
}

.woocommerce .form-row-wide {
  clear: both;
  width: 100%;
}

.woocommerce .form-row {
  margin-bottom: 1.5rem;
}

form.woocommerce-EditAccountForm.edit-account {
  width: 100%;
}

.woocommerce-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.woocommerce-form-row label {
  font-family: Inter var, system-ui, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input#bh_date_naissance::-webkit-calendar-picker-indicator {
  filter: invert(36%) sepia(99%) saturate(7492%) hue-rotate(356deg)
    brightness(95%) contrast(101%);
  cursor: pointer;
}

nav.woocommerce-breadcrumb {
  color: rgba(255, 255, 255, 0.5);
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

nav.woocommerce-breadcrumb a {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*
 * WooCommerce sidebar, categories, and product grid
 */

.bh-shop-products {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-shop-catalog-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.bh-shop-products .widget_product_categories {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.bh-shop-products .widget_product_categories h2 {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-shop-products .widget_product_categories ul.product-categories {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.bh-shop-products .widget_product_categories ul.product-categories ul.children {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.bh-shop-products .widget_product_categories ul.product-categories a {
  display: flex;
  padding: 8px 49px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

.bh-shop-products .widget_product_categories a:hover,
.bh-shop-products
  .widget_product_categories
  ul.product-categories
  .current-cat
  a {
  background: var(--Red, #e22415);
}

.bh-shop-products p.woocommerce-result-count {
  color: #e22415;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.bh-shop-products .woocommerce-ordering {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-shop-products .woocommerce-ordering select {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  /*background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15.0013 10.8317H10.8346V14.9984C10.8346 15.2194 10.7468 15.4313 10.5906 15.5876C10.4343 15.7439 10.2223 15.8317 10.0013 15.8317C9.78029 15.8317 9.56833 15.7439 9.41205 15.5876C9.25577 15.4313 9.16797 15.2194 9.16797 14.9984V10.8317H5.0013C4.78029 10.8317 4.56833 10.7439 4.41205 10.5876C4.25577 10.4313 4.16797 10.2194 4.16797 9.99837C4.16797 9.77736 4.25577 9.5654 4.41205 9.40912C4.56833 9.25284 4.78029 9.16504 5.0013 9.16504H9.16797V4.99837C9.16797 4.77736 9.25577 4.5654 9.41205 4.40912C9.56833 4.25284 9.78029 4.16504 10.0013 4.16504C10.2223 4.16504 10.4343 4.25284 10.5906 4.40912C10.7468 4.5654 10.8346 4.77736 10.8346 4.99837V9.16504H15.0013C15.2223 9.16504 15.4343 9.25284 15.5906 9.40912C15.7468 9.5654 15.8346 9.77736 15.8346 9.99837C15.8346 10.2194 15.7468 10.4313 15.5906 10.5876C15.4343 10.7439 15.2223 10.8317 15.0013 10.8317Z' fill='white'/%3E%3C/svg%3E");*/
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em;
  padding-right: 2.5em;

  option {
    background-color: black;
  }
}

/*select.orderby:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0013 10.8317H5.0013C4.78029 10.8317 4.56833 10.7439 4.41205 10.5876C4.25577 10.4313 4.16797 10.2194 4.16797 9.99837C4.16797 9.77736 4.25577 9.5654 4.41205 9.40912C4.56833 9.25284 4.78029 9.16504 5.0013 9.16504H15.0013C15.2223 9.16504 15.4343 9.25284 15.5906 9.40912C15.7468 9.5654 15.8346 9.77736 15.8346 9.99837C15.8346 10.2194 15.7468 10.4313 15.5906 10.5876C15.4343 10.7439 15.2223 10.8317 15.0013 10.8317Z' fill='white'/%3E%3C/svg%3E%0A");
}*/

@media screen and (max-width: 768px) {
  .woocommerce-ordering-wrap {
    justify-content: space-between;

    .bh-p {
      font-size: 1rem;
    }

    .woocommerce-ordering {
      max-width: calc(100% - 80px);

      select {
        width: 100%;
      }
    }
  }

  .woocommerce-ordering-form {
    align-items: flex-start;

    .woocommerce-result-count {
      margin-bottom: 16px;
    }
  }
}

.bh-shop-products ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.bh-shop-products ul.products.columns-3 > li.product {
  height: 100%;
  display: flex;
  flex-direction: column;
}

nav.woocommerce-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 1280px) {
  .bh-shop-products ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .bh-shop-products ul.products.columns-3 {
    grid-template-columns: 1fr;
  }
}

/*
 * Pagination custom (numéros et flèches)
 */

.bh-pagination-number {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.176px;
  padding: 0 12px;
  border-radius: 8px;
  transition: background 0.2s;
  text-decoration: none;
  display: inline-block;
}

.bh-pagination-number:hover,
.bh-pagination-current {
  color: var(--Red, #e22415);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bh-pagination-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
  width: 47px;
  height: 47px;
}

.bh-pagination-arrow:hover {
  background: rgba(226, 36, 21, 0.15);
}

.bh-product-card {
  position: relative;
  list-style: none;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: 0.3s ease;
}

.bh-product-card:hover {
  border-color: #e22415;
}

.bh-product-card-inner {
  position: relative;
  padding-top: 270px;
}

.bh-product-card-image {
  position: absolute;
  inset: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.bh-product-card-image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    183deg,
    rgba(0, 0, 0, 0) 2.12%,
    rgba(0, 0, 0, 0.6) 87.67%
  );
}

.bh-product-card-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-product-card-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  z-index: 10;
}

.bh-product-card-image-wrapper .price:has(*) {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  gap: 0.25rem;
  border-top-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bh-product-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.bh-product-card-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bh-product-card-title {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.54px;
  width: 60%;
}

.bh-btn-add-to-cart {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border: 1px solid #e22415;
  background: var(--Black-BG, #050505);
  color: #fff;
  text-align: center;
  /* Buttons */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
}

.bh-product-card-content a.button.product_type_simple,
a.button.product_type_variable {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #e22415;
  color: #fff;
  text-align: center;
  /* Buttons */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
  outline: unset !important;
  position: relative;
}

.bh-product-card-content a.button.product_type_simple::after,
a.button.product_type_variable::after {
  content: "";
  width: 8px;
  height: 14px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.934409 1.57535L1.99541 0.515352L7.77441 6.29235C7.86756 6.38492 7.94149 6.495 7.99194 6.61625C8.04239 6.7375 8.06836 6.86753 8.06836 6.99885C8.06836 7.13018 8.04239 7.26021 7.99194 7.38146C7.94149 7.50271 7.86756 7.61278 7.77441 7.70535L1.99541 13.4854L0.935409 12.4254L6.35941 7.00035L0.934409 1.57535Z' fill='white'/%3E%3C/svg%3E%0A");
}

.bh-product-card-content a.button.product_type_simple::before,
a.button.product_type_variable::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #e2231542;
  z-index: -1;
  transition: width 0.4s ease;
}

.bh-product-card-content a.button.product_type_simple:hover::before,
a.button.product_type_variable:hover::before {
  width: 100%;
}

span.price {
  color: #fff;
  text-align: right;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

  span[aria-hidden="true"] {
    max-height: 24px;
  }
}

.bh-product-card-content a {
  width: 100%;
}

.best-sellers-slider,
.bh-single-product-category-slider,
.recently-viewed-swiper {
  .swiper-pagination {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-right: 10px;
    position: relative;
    bottom: -40px !important;
    transform: none !important;
    left: 0 !important;
    width: 100% !important;
  }

  .swiper-pagination-bullet {
    width: 24px !important;
    left: 0 !important;
    height: 7px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 4px !important;
    transform: none !important;
    transition: 0.3s ease !important;
  }

  .swiper-pagination-bullet-active {
    width: 44px !important;
    background: #fff;
  }
}
.single-product-image,
.swiper-slide > div {
  position: relative;
}
.single-product-image::before,
.product-gallery .swiper-slide > div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    183deg,
    rgba(0, 0, 0, 0) 2.12%,
    rgba(0, 0, 0, 0.6) 87.67%
  );
  z-index: 10;
}

@media (min-width: 1024px) {
  .best-sellers-slider,
  .bh-single-product-category-slider,
  .recently-viewed-swiper {
    .swiper-pagination {
      display: none !important;
    }
  }
}

@media (max-width: 1023px) {
  .best-sellers-slider,
  .bh-single-product-category-slider,
  .recently-viewed-swiper {
    .swiper-pagination {
      display: flex;
      max-width: fit-content;
    }
  }
}

@media screen and (max-width: 768px) {
  .bh-single-product-recently-viewed {
    .swiper-nav {
      position: absolute;
      right: 24px;
      bottom: 18px;
      z-index: 2;
    }
  }
}

.bh-shop-products-banner {
  border-radius: 16px;
  padding: 103px 0 44px;

  .wp-block-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .bh-p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
  }

  .bh-shop-products-banner__promotion {
    font-size: 70px;
    line-height: 1;
    font-weight: 900;

    .blue {
      color: #0096cf;
    }

    .red {
      color: #e22415;
    }
  }
}

.bh-shop-products-banner::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 27px;
  width: 62px;
  height: 29px;
  background-image: url("/wp-content/themes/groupebh/assets/images/logos/bhcar-icon.svg");
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .bh-pagination-arrow {
    width: 34px;
    height: 34px;
  }

  .bh-pagination-number {
    font-size: 14px;
    padding: 0 3px;
  }

  .best-sellers-slider {
    padding-bottom: 50px;
  }

  .best-sellers-slider,
  .bh-single-product-category-slider {
    .swiper-nav {
      position: static;
      justify-content: flex-end;
      margin-top: 15px;
    }
  }

  .bh-single-product-category-slider {
    padding-bottom: 24px;
  }

  .bh-shop-products-banner {
    padding: 84px 20px 34px;
  }

  .bh-shop-products-banner::before {
    top: 24px;
    right: 24px;
  }

  .bh-h2 {
    font-size: 16px;
  }

  .bh-shop-products-banner__promotion {
    font-size: 24px;
  }
}

span.onsale {
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 36 21 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-reviews-based {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  letter-spacing: -0.14px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.bh-single-product-cat {
  a {
    display: flex;
    padding: 8px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1e1e1e;
    /* Effect */
    box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    color: #fff;
    text-align: center;
    font-family: Inter var, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 150%;
    letter-spacing: -0.16px;
  }
}

button.single_add_to_cart_button.button {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border: 1px solid #e22415;
  background: var(--Black-BG, #050505);
  color: #fff;
  text-align: center;
  /* Buttons */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
}

form.cart {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.bh-single-product-main {
  .variations_form.cart {
    flex-direction: column;
  }
}

.bh-qty-wrapper {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  background: rgba(255, 255, 255, 0.1);
  /* Effect */
  box-shadow: -5px -5px 250px 0px rgba(255, 255, 255, 0.02) inset;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  width: 135px;
  height: 34px;

  input[type="number"] {
    font-size: 16px;
    text-align: center;
    width: calc(100% - 80px) !important;
  }
}

button.bh-qty-btn {
  font-family: Inter var, system-ui, sans-serif;
  color: #030101;
  text-align: center;
  /* H5 Inter */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.6px;
  width: 40px;
  padding-top: 0;
  height: 34px;
  background-color: #fff;
}

.bh-input-text {
  width: 48px;
  height: 48px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0px;
  padding: 0px;
  text-align: right;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-input-text:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

button.tab-button.active {
}

button.tab-button:not(.active) {
  color: rgba(255, 255, 255, 0.7);
}

.product-tabs button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  font-family: Inter var, system-ui, sans-serif;
  width: 50%;
  padding-bottom: 18px;
}

.tab-content {
  margin-top: 40px;

  .tab-pane {
    p {
      color: rgba(255, 255, 255, 0.8);
    }

    p:not(:last-child) {
      margin-bottom: 12px;
    }

    ul {
      margin-top: 32px;

      li {
        position: relative;
        padding-left: 72px;
      }

      li:not(:last-child) {
        margin-bottom: 24px;
      }

      li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
        background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.25' y='0.25' width='47.5' height='47.5' rx='23.75' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M31.4384 24.9792C31.48 24.6667 31.5009 24.3438 31.5009 24C31.5009 23.6667 31.48 23.3333 31.428 23.0208L33.5425 21.375C33.6337 21.2999 33.6959 21.1955 33.7187 21.0797C33.7415 20.9638 33.7234 20.8436 33.6675 20.7396L31.6675 17.2813C31.6084 17.1769 31.5143 17.0968 31.4019 17.0549C31.2896 17.013 31.166 17.012 31.053 17.0521L28.5634 18.0521C28.0425 17.6563 27.4905 17.3229 26.8759 17.0729L26.5009 14.4271C26.4824 14.3078 26.4218 14.1992 26.3301 14.1208C26.2383 14.0424 26.1215 13.9996 26.0009 14H22.0009C21.7509 14 21.553 14.1771 21.5113 14.4271L21.1363 17.0729C20.5217 17.3229 19.9592 17.6667 19.4488 18.0521L16.9592 17.0521C16.73 16.9688 16.4696 17.0521 16.3446 17.2813L14.355 20.7396C14.23 20.9583 14.2717 21.2292 14.48 21.375L16.5946 23.0208C16.5425 23.3333 16.5009 23.6771 16.5009 24C16.5009 24.3229 16.5217 24.6667 16.5738 24.9792L14.4592 26.625C14.3681 26.7001 14.3058 26.8045 14.283 26.9203C14.2602 27.0362 14.2783 27.1564 14.3342 27.2604L16.3342 30.7188C16.4592 30.9479 16.7196 31.0208 16.9488 30.9479L19.4384 29.9479C19.9592 30.3438 20.5113 30.6771 21.1259 30.9271L21.5009 33.5729C21.553 33.8229 21.7509 34 22.0009 34H26.0009C26.2509 34 26.4592 33.8229 26.4905 33.5729L26.8655 30.9271C27.48 30.6771 28.0425 30.3438 28.553 29.9479L31.0425 30.9479C31.2717 31.0313 31.5321 30.9479 31.6571 30.7188L33.6571 27.2604C33.7821 27.0313 33.73 26.7708 33.5321 26.625L31.4384 24.9792ZM24.0009 27.75C21.9384 27.75 20.2509 26.0625 20.2509 24C20.2509 21.9375 21.9384 20.25 24.0009 20.25C26.0634 20.25 27.7509 21.9375 27.7509 24C27.7509 26.0625 26.0634 27.75 24.0009 27.75Z' fill='white'/%3E%3C/svg%3E%0A");
      }
    }
  }
}

/* Mini cart */

#bh-mini-cart-dropdown {
  width: 100%;
  max-width: 630px;
}

#bh-mini-cart-dropdown .woocommerce-mini-cart-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1rem;
}

#bh-mini-cart-dropdown ul.woocommerce-mini-cart.cart_list.product_list_widget {
  display: flex;
  flex-direction: column;
}

#bh-mini-cart-dropdown
  .woocommerce-mini-cart-item
  .woocommerce-mini-cart-item__remove {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#bh-mini-cart-dropdown {
  position: relative;
  overflow: hidden;

  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    flex-shrink: 0;
    height: 104px;
    width: 104px;
    border-radius: 8px;
  }

  .bh-mini-cart-dropdown__top {
    padding: 40px 40px 32px;
  }

  .widget_shopping_cart_content {
    padding: 0 40px 40px;
    overflow-y: auto;
    max-height: 60vh;
  }

  .woocommerce-mini-cart-item {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;

    .button.wc-forward {
      background-color: #e22415;
      padding: 10px;
      width: 50%;
      text-align: center;
      border-radius: 8px;
    }
  }

  .woocommerce-mini-cart-data {
    display: flex;
    gap: 24px;
    padding-bottom: 50px;
  }

  .remove_from_cart_button {
    margin-top: 46px;
  }

  .quantity {
    margin: auto 0 0 auto;
    position: absolute;
    right: 0;
    bottom: 24px;
    width: calc(100% - 157px);
    display: flex;
    align-items: center;
  }

  .woocommerce-mini-cart-inner {
    width: calc(100% - 60px);
  }

  .woocommerce-mini-cart__empty-message {
    transform: translateY(20px);
  }

  .bh-mini-cart-price {
    margin-left: auto;
  }
}

.variation-row {
  display: flex;
  gap: 4px;
  text-transform: none;
  font-size: 16px;

  .variation-label {
    font-weight: 700;
  }

  .variation-value {
    font-weight: 400;
  }
}

#bh-mini-cart-dropdown::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -200px;
  background-size: 100% 100%;
  width: 600px;
  height: 100px;
  filter: blur(100px);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='287' height='114' viewBox='0 0 287 114' fill='none'%3E%3Cellipse cx='334' cy='57' rx='334' ry='57' fill='%23E22415' fill-opacity='0.8'/%3E%3C/svg%3E");
}

#bh-mini-cart-dropdown .woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  font-size: 18px;
}

.cart-count {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media screen and (max-width: 768px) {
  #bh-mini-cart-dropdown {
    .remove_from_cart_button {
      margin-top: 42px;
    }

    .bh-mini-cart-dropdown__top {
      padding: 24px;
    }

    .woocommerce-mini-cart-data {
      padding-bottom: 60px;
    }

    .widget_shopping_cart_content {
      padding: 0 24px 24px;
    }

    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
      width: 89px;
      height: 89px;
    }

    .woocommerce-mini-cart-item {
      position: relative;
    }

    .quantity {
      width: 100%;
      bottom: 24px;
    }

    #bh-mini-cart-close svg {
      width: 21px;
      height: 21px;
    }

    .woocommerce-mini-cart__empty-message {
      transform: translateY(10px);
    }
  }
}

.cart-wrap {
  padding-top: 40px;
  padding-bottom: 100px;
}

.cart-columns-wrapper {
  gap: 40px;
}

.cart-columns-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 990px;
  height: 130px;
  filter: blur(130px);
  background-image: url("data:image/svg+xml,%3Csvg width='908' height='129' viewBox='0 0 908 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='412' cy='64.5' rx='496' ry='64.5' fill='%23E22415' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  z-index: -1;
}

.cart-main {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));

  td.product-thumbnail {
    a {
      display: flex;
    }

    img {
      width: 100px;
      height: 100px;
      flex-shrink: 0;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.15);
    }
  }

  .product-subtotal *,
  .product-price * {
    font-size: 18px;
  }

  .shop_table {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

    thead {
      border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    th,
    td {
      font-size: 18px;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    th {
      font-weight: 600;
      letter-spacing: 0.6px;
      line-height: 1.2;
      text-transform: none;
      padding: 0 5px 30px;
    }

    td {
      font-weight: 800;
      text-transform: uppercase;
      line-height: 24px;
      letter-spacing: 0.54px;
      padding: 30px 5px;
    }

    .product-name {
      max-width: 200px;
    }
  }

  .woocommerce-cart-form__cart-item.cart_item {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
}

.cart-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
}

.cart_totals.calculated_shipping {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cart-columns-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .cart-wrap {
    overflow: hidden;
  }
  div.cart-main {
    width: 100%;
  }

  div.cart-collaterals {
    width: 100%;
  }

  .cart_totals.calculated_shipping {
    width: 100%;
  }

  .shop_table td[colspan="6"] {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .wp-container-core-group-is-layout-2d6859ad {
    padding: 0;
  }
}

.woocommerce-cart-form__contents {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-cart a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  background-color: #e22415;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.woocommerce-cart-form__contents th {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

td.product-name a {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration: none;
  display: block;
  padding-bottom: 8px;
}

td.product-remove {
  vertical-align: middle;
}

td.product-name {
  vertical-align: top;
}

td.product-price {
  vertical-align: top;
}

td.product-quantity {
  vertical-align: top;
}

td.product-subtotal {
  vertical-align: top;
}

span.woocommerce-Price-amount.amount {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart-collaterals {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  background: rgba(255, 255, 255, 0.05);

  .shop_table {
    > tbody > tr > th {
      font-size: 20px;
      font-weight: 600;
      text-align: left;
    }

    > tbody > tr > td {
      text-align: right;
    }

    tr:not(.cart-coupon-row) {
      border: unset;
    }

    .tax-rate {
      th,
      td {
        padding-bottom: 20px;
      }
    }

    .button[name="calc_shipping"] {
      background-color: #e22415;
      padding: 8px;
      border-radius: 8px;
      font-weight: 500;
      width: 100%;
    }

    .order-total {
      th {
        text-transform: uppercase;
      }

      td bdi {
        font-size: 20px;
        font-weight: 600;
      }

      th,
      td {
        padding-top: 20px;
      }
    }

    .cart-coupon-row {
      border-color: rgba(255, 255, 255, 0.2);
    }

    .woocommerce-Price-amount bdi,
    .woocommerce-Price-amount {
      font-size: 18px;
      font-weight: 400;
    }

    .woocommerce-shipping-methods {
      list-style-type: none;
      margin-bottom: 0;
    }

    .woocommerce-shipping-totals {
      vertical-align: baseline;
    }

    .shipping-calculator-form {
      text-align: left;
    }
  }
}

a.restore-item,
a.button.wc-backward {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.post-edit-link {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart_totals h2 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.33;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 30px;
}

.coupon {
  display: flex;
  flex-direction: row;
  gap: 0px;

  #coupon_code {
    font-family: Inter var, system-ui, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
    border-radius: 8px 0px 0px 8px;
    background: #fff;
  }

  button.button {
    font-family: Inter var, system-ui, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.54px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px 8px 8px 0px;
    background: var(--Blue, #0096cf);
  }
}

@media screen and (max-width: 768px) {
  .cart-columns-wrapper::before {
    top: 10%;
    bottom: unset;
  }

  .cart-title {
    font-size: 18px;
  }

  .cart-wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cart-main {
    .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
      display: grid;
      grid-template-columns: 24px 90px 1fr;
      align-items: center;
      gap: 16px;
      margin-bottom: 0;
      padding: 10px 0;
    }

    .woocommerce-cart-form__contents {
      border-top: 1px solid rgba(255, 255, 255, 0.2);

      .product-price,
      .product-quantity,
      .product-subtotal {
        grid-column-start: span 2;
      }
    }

    .woocommerce-cart-form__contents td,
    .woocommerce-cart-form__contents th {
      display: block;
      width: 100%;
      text-align: left !important;
      border: none;
      padding: 5px 0;
    }

    .woocommerce-cart-form__contents thead {
      display: none;
    }

    td.product-thumbnail {
      img {
        width: 90px;
        height: 90px;
      }
    }

    td.product-name a {
      font-size: 16px;
      font-weight: 700;
    }

    td:not(.product-name)::before {
      content: attr(data-title);
      font-size: 16px;
      font-weight: bold;
      display: block;
      margin-bottom: 4px;
      color: #fff;
      text-transform: none;
    }

    .variation-row {
      font-size: 14px;
    }
  }

  div.cart-collaterals {
    padding: 24px 16px;

    .shop_table {
      > tbody > tr > th {
        font-size: 16px;
      }

      .tax-rate {
        th,
        td {
          padding: 10px 0 20px;
        }
      }

      > tbody > tr > td {
        padding: 0;
      }

      .woocommerce-Price-amount bdi,
      .woocommerce-Price-amount {
        font-size: 16px;
      }
    }
  }

  .cart_totals h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

a.shipping-calculator-button {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-info,
.woocommerce-notices-wrapper > *,
.woocommerce-error {
  margin: 16px 0;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 101.12%
  );
  backdrop-filter: blur(10px);
  color: #fff;
  font-weight: 400;
  /* font-weight: 600; */
  letter-spacing: -0.176px;
  line-height: 1.2;
  list-style: none;

  a {
    color: #fff;
  }
}

.woocommerce-notices-wrapper > * {
  padding: 14px 20px;
}

.woocommerce-info:focus-visible {
  outline: none;
}

.bh-product-card-content .added_to_cart.wc-forward {
  display: none;
}

a.showcoupon {
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-text {
  width: 100% !important;
}

.woocommerce-privacy-policy-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-terms-and-conditions-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button#place_order {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Red, #e22415);
  color: #fff;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 281.25% */
}

strong.product-quantity {
  font-family: Inter var, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
}

.input-text,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;

  opacity: 1 !important;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
}

.bhcar-sell__modal span#select2--container {
  color: #fff !important;
}

.shipping-calculator-form {
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  ::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  }
}

form.woocommerce-shipping-calculator .input-text {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.logged-in.woocommerce-account .bh-profile .woocommerce {
  display: flex;
  gap: 50px;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
}

.woocommerce-account {
  & div#login-tabs {
    justify-content: center;
  }

  & .tab-link {
    font-family: Inter var, system-ui, sans-serif;
  }

  & .tab-link {
    font-size: 16px;
  }

  & .tab-link {
    font-weight: 800;
  }

  & .tab-link {
    text-transform: uppercase;
  }

  & .tab-link {
    line-height: 24px;
  }

  & .tab-link {
    letter-spacing: 0.54px;
  }

  & .tab-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  & .tab-link {
    text-transform: uppercase !important;
  }

  & .tab-link.active {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }

  & .tab-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  }

  & form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
  }
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Red, #e22415);
  color: #fff;
  text-align: center;
  margin-top: 32px;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255);
  line-height: 1.2;
}

p.woocommerce-LostPassword.lost_password a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  margin-left: auto;
  margin-right: auto;
  max-width: 862px;
  gap: 1.5rem;

  & p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    margin-bottom: 0;
  }
}

.woocommerce p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-single-product-description-short {
  max-width: 550px;
  margin-bottom: 16px;

  p {
    color: rgba(255, 255, 255, 0.8);
    font-family: Inter var, system-ui, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.16px;
  }
}

.product-template-default {
  button.single_add_to_cart_button.button {
    width: 50%;
    position: relative;
    gap: 10px;
    transition: 0.3s ease;
  }

  button.single_add_to_cart_button.button:hover {
    border-color: grey;
    gap: 16px;
  }

  button.single_add_to_cart_button.button::after {
    content: "";
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.684409 1.57535L1.74541 0.515352L7.52441 6.29235C7.61756 6.38492 7.69149 6.495 7.74194 6.61625C7.79239 6.7375 7.81836 6.86753 7.81836 6.99885C7.81836 7.13018 7.79239 7.26021 7.74194 7.38146C7.69149 7.50271 7.61756 7.61278 7.52441 7.70535L1.74541 13.4854L0.685409 12.4254L6.10941 7.00035L0.684409 1.57535Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  .reset_variations {
    margin-left: 10px;
  }

  .quantity.bh-qty-initialized {
    margin-bottom: 24px;
  }

  .bh-qty-wrapper {
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    input[type="number"] {
      -moz-appearance: textfield;
    }
  }

  .single_variation_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .variations {
    th,
    td {
      padding-bottom: 15px;
    }

    .label {
      text-align: left;
    }
  }

  .product-gallery-swiper {
    .swiper-slide {
      img {
        border-radius: 0.5rem;
      }
    }
  }

  .swiper-pagination {
    width: fit-content;
    right: 16px;
    left: unset;
    bottom: 16px;
    border-radius: 300px;
    border: 0.5px solid #fff;
    background: radial-gradient(
      107.32% 141.42% at 0% 0%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 0.5px solid #e22415;
    background: radial-gradient(
      107.32% 141.42% at 0% 0%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .btn-single-product-category {
    border-radius: 8px;
    background-color: #e22415;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
  }
}

.bhcar-newsletter {
  background-image: url("/wp-content/themes/groupebh/assets/images/newsletter/bh-newsletter-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;

  .bh-h2 {
    margin-bottom: 12px;
    position: relative;
  }

  .bh-h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -140px;
    width: 63px;
    height: 29px;
    background: url("/wp-content/themes/groupebh/assets/images/logos/bhcar-icon.svg")
      no-repeat center center / 100%;
  }

  .bh-p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 530px;
    margin-bottom: 30px;
  }

  div[class^="sib_signup_box_inside"] {
    display: grid;
    align-items: center;
    grid-template-columns: 280px 1fr;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px;

    .sib-alert-message {
      margin: 8px 0 0 !important;
    }

    .sib-email-area {
      order: 1;
    }

    .sib-email-area + p {
      order: 2;
    }

    .sib_msg_disp {
      order: 3;
      width: 100%;
      grid-column-start: span 2;
    }

    input[type="email"] {
      color: #000;
      border-radius: 8px;
      padding: 9px 16px;
      width: 280px;
    }

    input[type="email"]::placeholder {
      color: rgba(0, 0, 0, 0.4) !important;
    }

    button[type="submit"] {
      border-radius: 8px;
      background-color: #e22415;
      padding: 10px 16px;
      font-weight: 600;
      letter-spacing: -0.16px;
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-left: 8px;
    }

    button[type="submit"]::after {
      content: "";
      width: 12px;
      height: 24px;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='24' viewBox='0 0 13 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.50082 7.05973L4.56182 5.99973L10.3408 11.7767C10.434 11.8693 10.5079 11.9794 10.5583 12.1006C10.6088 12.2219 10.6348 12.3519 10.6348 12.4832C10.6348 12.6146 10.6088 12.7446 10.5583 12.8658C10.5079 12.9871 10.434 13.0972 10.3408 13.1897L4.56182 18.9697L3.50182 17.9097L8.92582 12.4847L3.50082 7.05973Z' fill='white'/%3E%3C/svg%3E%0A");
    }
  }
}

@media screen and (max-width: 768px) {
  .bhcar-newsletter {
    padding: 40px 24px;
    width: calc(100% - 48px);

    div[class^="sib_signup_box_inside"] {
      grid-template-columns: 1fr;
      padding: 0 8px 8px;

      .sib_msg_disp {
        grid-column-start: unset;
      }

      input[type="email"] {
        width: 100%;
      }
    }

    .sib-email-area + p {
      width: 100%;

      button[type="submit"] {
        width: 100%;
        justify-content: space-between;
        margin: 8px 0 0;
      }
    }

    .bh-p {
      font-size: 14px;
      margin-bottom: 20px;
    }

    .bh-h2 {
      font-size: 18px;
      margin-bottom: 3px;
    }

    .bh-h2::before {
      top: -25px;
      left: -10px;
      width: 38px;
      height: 17px;
    }
  }

  .bh-single-product-main-wrap {
    gap: 24px;

    .favorite-btn svg {
      width: 24px;
      height: 24px;
    }
  }

  .bh-single-product-cat a {
    font-size: 15px;
    padding: 8px 16px;
  }

  .product-template-default {
    button.single_add_to_cart_button.button {
      width: 100%;
    }

    .bh-single-product-title,
    .bh-single-product-price {
      font-size: 18px;
    }

    .bh-single-product-top {
      flex-direction: column;
      align-items: flex-start;
    }

    .select2-container {
      width: 100% !important;
    }

    .variations {
      position: relative;

      .reset_variations {
        position: absolute;
        top: -23px;
        right: 0;
      }
    }

    .product-tabs {
      margin-top: 16px;

      button {
        font-size: 15px;
        padding-bottom: 14px;
      }
    }

    .tab-button:first-child {
      text-align: left;
      padding-left: 0;
      width: 40%;
    }

    .tab-button:last-child {
      width: 60%;
      padding: 0 0 14px;
    }

    button.tab-button:not(.active) {
      font-weight: 500;
    }

    .tab-content {
      margin-top: 20px;
    }

    .bh-single-product-main {
      padding: 20px 0;
    }

    .bh-single-product-more-category {
      .container {
        display: flex;
        flex-direction: column;

        .bh-single-product-more-category-wrap {
          display: contents;
        }

        .bh-h2 {
          order: 1;
          margin-bottom: 24px;
        }

        .bh-single-product-category-slider {
          order: 2;
        }

        .btn-single-product-category {
          order: 3;
        }
      }

      .bh-h2 {
        font-size: 18px;
      }
    }
  }
}

.woocommerce-message {
  margin-bottom: 1rem;
  background-image: linear-gradient(90deg, #e22415 0%, #7c140c 100%);
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bh-lnk-primary a,
.bh-lnk-primary a:hover {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 36 21 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media screen and (max-width: 768px) {
  .bh-lnk-primary a {
    justify-content: space-between;
  }

  div.recently-viewed-swiper {
    padding-bottom: 50px;
  }
}

.trouvez-link-bg > a {
  background-color: transparent !important;
}

.select-dropdown {
  background-color: unset !important;
  border-radius: 8px !important;
  top: 10px;

  .select2-results__option {
    background-color: #000;
  }

  .select2-results__option:first-child {
    border-radius: 8px 8px 0 0;
  }

  .select2-results__option:last-child {
    border-radius: 0 0 8px 8px;
  }

  .select2-results__option--highlighted {
    background-color: grey !important;
    color: #fff !important;
  }

  .select2-results__option--selected {
    background-color: #fff !important;
    color: #000 !important;
  }
}

.select-selection {
  border-radius: 8px !important;

  .select2-selection__rendered {
    background-color: #000;
    border-radius: 8px !important;
    padding: 13px 16px !important;
  }

  .select2-selection__arrow {
    top: 50% !important;
    right: 10px !important;

    b {
      border: unset !important;
    }
  }

  .select2-selection__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white'/%3E%3C/svg%3E%0A");
  }
}

.bh-lnk-secondary a,
.bh-lnk-secondary a:hover {
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Inter var, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.search-field {
  display: flex;
  min-height: 53px;
  padding: 8px 30px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0px 0px rgba(196, 196, 196, 0.24);
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

form.search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

.bh-rapide-container {
  position: relative;
}

.bh-rapide-container:before {
  content: "";
  position: absolute;
  background: #e2241533;
  filter: blur(200px);
  height: 290px;
  width: 100%;
}

.bh-atelier-faq {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-atelier-faq-bg.svg");
  background-size: cover;
  background-position: center center;
}

.bh-atelier-hero {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-atelier-hero-bg.webp");
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
}

.bh-shop-hero {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-shop-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-franchisee-hero {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bg-franchise-hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-franchisee-hero.bh-franchise-atlier-hero {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-franchise-atelier-hero-bg.webp");
}

.bh-franchisee-hero.bh-franchise-brise-hero {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-franchise-brise-hero-bg.webp");
}

.bh-divide-list-item {
  position: relative;
  color: #fff;
}

@media not all and (min-width: 768px) {
  .bh-divide-list-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .bh-divide-list-item:first-child {
    text-align: left;
  }

  .bh-divide-list-item:last-child {
    text-align: right;
  }
}

.bh-divide-list-item {
  text-align: center;
}

.bh-divide-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
}

@media not all and (min-width: 768px) {
  .bh-divide-list-item:not(:last-child)::after {
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .bh-divide-list-item:not(:last-child)::after {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
  }
}

.bh-divide-list-item:not(:last-child)::after {
  background: linear-gradient(180deg, #000000 0%, #e22415 46.2%, #000000 100%);
}

@media (max-width: 767px) {
  .bh-divide-list-item:not(:last-child)::after {
    background: linear-gradient(90deg, #000000 0%, #e22415 46.2%, #000000 100%);
  }
}

.bh-franchise-vivez-p {
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: #141414;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  max-width: 562px;
  width: 90%;
}

.bh-franchise-vivez-container {
  width: 90%;
  padding-top: 200px;
  overflow: unset;
  border-radius: 16px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);

  .wp-block-image {
    position: absolute;
    bottom: 0;
  }
}

.bh-franchise-vivez-content {
  transform: translateY(-100px);
}

.bh-franchise-vivez-person {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12.5px);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #fff;
  width: fit-content;
  padding: 18px 24px;
  position: absolute;
  right: 0;
  bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .bh-franchise-vivez-container {
    padding-top: 0;

    .wp-block-image {
      position: static;
    }
  }

  .bh-franchise-vivez-content {
    transform: unset;
  }

  .bh-franchise-vivez-person {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bh-franchise-vivez-container {
    overflow: hidden;
    position: relative;
  }

  .bh-franchise-vivez-content {
    padding-bottom: 0;
  }

  .bh-franchise-vivez-p {
    width: 100%;
  }

  .bh-franchise-vivez-person {
    bottom: 20px;
  }

  .bhcar-franchise-background-gray {
    min-height: unset;
    padding-bottom: 40px;
  }
}

.bh-franchise-faq {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bg-franchise-faq-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bh-frenchese-propos {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-frenchese-propos-bg.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.bh-about-qui {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-about-sommes-bg.webp");
  background-size: cover;
  background-position: left;
}

.bh-about-depuis {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-about-depuis.svg");
  background-repeat: no-repeat;
}

.bh-about-dupis-bh-img {
  position: relative;
}

/* mobile menu */

#mobile-menu {
}

/*
.bh-home-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
*/

.bh-home-hero {
  position: relative;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #000;
  /* Couleur de fallback */
}

/* Conteneur de la vidéo */
.bh-home-hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

/* Vidéo HTML5 */
.bh-home-hero .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}

@media (max-width: 768px) {
  .bh-home-hero {
    max-height: 100%;
  }
}

/* Overlay optionnel pour améliorer la lisibilité */
.bh-home-hero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}

/* Contenu au-dessus de la vidéo */
.bh-home-hero > *:not(.video-background) {
  position: relative;
  z-index: 2;
}

/* Optimisation mobile */
@media (max-width: 768px) {
  /* Option 1: Garder la vidéo mais optimisée */
  .bh-home-hero .video-background video {
    object-fit: cover;
    object-position: center;
  }

  /* Option 2: Remplacer par une image (décommentez si préféré) */
  /*
  .bh-home-hero .video-background video {
    display: none;
  }

  .bh-home-hero .video-background {
    background-image: url('/wp-content/uploads/hero-mobile.jpg');
    background-size: cover;
    background-position: center;
  }
  */
}

/* Optimisation pour les connexions lentes */
@media (prefers-reduced-motion: reduce) {
  .bh-home-hero .video-background video {
    display: none;
  }

  .bh-home-hero .video-background {
    background-image: url("/wp-content/uploads/hero-fallback.jpg");
    background-size: cover;
    background-position: center;
  }
}

.bh-home-hero__content {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
  @media screen and (max-width: 768px) {
    padding-bottom: 40px;
  }
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\!flex-col {
    flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:\!items-end {
    align-items: flex-end !important;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:hidden {
    display: none;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-28 {
    width: 114px;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:text-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:\!text-5xl {
    font-size: 3rem !important;
  }

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

  .md\:text-center {
    text-align: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:\!justify-center {
    justify-content: center !important;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-extrabold {
    font-weight: 800;
  }

  .md\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  } */
  .md\:text-7xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:order-\[-1\] {
    order: -1;
  }

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

  .max-md\:hidden {
    display: none;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:\!items-start {
    align-items: flex-start !important;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-md\:font-light {
    font-weight: 300;
  }
}

@media (min-width: 640px) {
  .sm\:\!m-0 {
    margin: 0px !important;
  }

  .sm\:\!m-0\.5 {
    margin: 0.125rem !important;
  }

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

  .sm\:\!m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:\!m-10 {
    margin: 2.5rem !important;
  }

  .sm\:\!m-11 {
    margin: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!m-2\.5 {
    margin: 0.625rem !important;
  }

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

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

  .sm\:\!m-28 {
    margin: 7rem !important;
  }

  .sm\:\!m-3 {
    margin: 0.75rem !important;
  }

  .sm\:\!m-3\.5 {
    margin: 0.875rem !important;
  }

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

  .sm\:\!m-36 {
    margin: 9rem !important;
  }

  .sm\:\!m-4 {
    margin: 1rem !important;
  }

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

  .sm\:\!m-44 {
    margin: 11rem !important;
  }

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

  .sm\:\!m-5 {
    margin: 1.25rem !important;
  }

  .sm\:\!m-52 {
    margin: 13rem !important;
  }

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

  .sm\:\!m-6 {
    margin: 1.5rem !important;
  }

  .sm\:\!m-60 {
    margin: 15rem !important;
  }

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

  .sm\:\!m-7 {
    margin: 1.75rem !important;
  }

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

  .sm\:\!m-8 {
    margin: 2rem !important;
  }

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

  .sm\:\!m-9 {
    margin: 2.25rem !important;
  }

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

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

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

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

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

  .sm\:\!mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

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

  .sm\:\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:\!mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

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

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

  .sm\:\!mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:\!mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

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

  .sm\:\!mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

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

  .sm\:\!mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

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

  .sm\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:\!mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

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

  .sm\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

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

  .sm\:\!mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

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

  .sm\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

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

  .sm\:\!mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

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

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

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

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

  .sm\:\!my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

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

  .sm\:\!my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:\!my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

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

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

  .sm\:\!my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:\!my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:\!my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

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

  .sm\:\!my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .sm\:\!my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

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

  .sm\:\!my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:\!my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

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

  .sm\:\!my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:\!my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

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

  .sm\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

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

  .sm\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

  .sm\:\!my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

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

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

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

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

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

  .sm\:\!mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

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

  .sm\:\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .sm\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:\!mb-11 {
    margin-bottom: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

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

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

  .sm\:\!mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:\!mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

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

  .sm\:\!mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

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

  .sm\:\!mb-44 {
    margin-bottom: 11rem !important;
  }

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

  .sm\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:\!mb-52 {
    margin-bottom: 13rem !important;
  }

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

  .sm\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:\!mb-60 {
    margin-bottom: 15rem !important;
  }

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

  .sm\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

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

  .sm\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

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

  .sm\:\!mb-9 {
    margin-bottom: 2.25rem !important;
  }

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

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

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

  .sm\:\!ml-0 {
    margin-left: 0px !important;
  }

  .sm\:\!ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:\!ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:\!ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:\!ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:\!ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:\!ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:\!ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:\!ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:\!ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:\!ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:\!ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:\!ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:\!ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:\!ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:\!ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:\!ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:\!ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:\!ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:\!ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:\!ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:\!ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:\!ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:\!ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:\!ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:\!ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:\!ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:\!ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:\!ml-7 {
    margin-left: 1.75rem !important;
  }

  .sm\:\!ml-72 {
    margin-left: 18rem !important;
  }

  .sm\:\!ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:\!ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:\!ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:\!ml-96 {
    margin-left: 24rem !important;
  }

  .sm\:\!ml-auto {
    margin-left: auto !important;
  }

  .sm\:\!ml-px {
    margin-left: 1px !important;
  }

  .sm\:\!mr-0 {
    margin-right: 0px !important;
  }

  .sm\:\!mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:\!mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .sm\:\!mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:\!mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:\!mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:\!mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:\!mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:\!mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .sm\:\!mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:\!mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:\!mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:\!mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:\!mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:\!mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:\!mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:\!mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:\!mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:\!mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:\!mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:\!mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:\!mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:\!mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:\!mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:\!mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:\!mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:\!mr-72 {
    margin-right: 18rem !important;
  }

  .sm\:\!mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:\!mr-80 {
    margin-right: 20rem !important;
  }

  .sm\:\!mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:\!mr-96 {
    margin-right: 24rem !important;
  }

  .sm\:\!mr-auto {
    margin-right: auto !important;
  }

  .sm\:\!mr-px {
    margin-right: 1px !important;
  }

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

  .sm\:\!mt-0\.5 {
    margin-top: 0.125rem !important;
  }

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

  .sm\:\!mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .sm\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:\!mt-11 {
    margin-top: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

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

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

  .sm\:\!mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:\!mt-3\.5 {
    margin-top: 0.875rem !important;
  }

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

  .sm\:\!mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:\!mt-4 {
    margin-top: 1rem !important;
  }

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

  .sm\:\!mt-44 {
    margin-top: 11rem !important;
  }

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

  .sm\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:\!mt-52 {
    margin-top: 13rem !important;
  }

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

  .sm\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:\!mt-60 {
    margin-top: 15rem !important;
  }

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

  .sm\:\!mt-7 {
    margin-top: 1.75rem !important;
  }

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

  .sm\:\!mt-8 {
    margin-top: 2rem !important;
  }

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

  .sm\:\!mt-9 {
    margin-top: 2.25rem !important;
  }

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

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

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

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:\!p-0 {
    padding: 0px !important;
  }

  .sm\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

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

  .sm\:\!p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:\!p-10 {
    padding: 2.5rem !important;
  }

  .sm\:\!p-11 {
    padding: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

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

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

  .sm\:\!p-28 {
    padding: 7rem !important;
  }

  .sm\:\!p-3 {
    padding: 0.75rem !important;
  }

  .sm\:\!p-3\.5 {
    padding: 0.875rem !important;
  }

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

  .sm\:\!p-36 {
    padding: 9rem !important;
  }

  .sm\:\!p-4 {
    padding: 1rem !important;
  }

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

  .sm\:\!p-44 {
    padding: 11rem !important;
  }

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

  .sm\:\!p-5 {
    padding: 1.25rem !important;
  }

  .sm\:\!p-52 {
    padding: 13rem !important;
  }

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

  .sm\:\!p-6 {
    padding: 1.5rem !important;
  }

  .sm\:\!p-60 {
    padding: 15rem !important;
  }

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

  .sm\:\!p-7 {
    padding: 1.75rem !important;
  }

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

  .sm\:\!p-8 {
    padding: 2rem !important;
  }

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

  .sm\:\!p-9 {
    padding: 2.25rem !important;
  }

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

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

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

  .sm\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

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

  .sm\:\!px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:\!px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

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

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

  .sm\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:\!px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

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

  .sm\:\!px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

  .sm\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

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

  .sm\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

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

  .sm\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

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

  .sm\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

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

  .sm\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

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

  .sm\:\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

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

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

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

  .sm\:\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

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

  .sm\:\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

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

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

  .sm\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

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

  .sm\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .sm\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

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

  .sm\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:\!py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

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

  .sm\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:\!py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

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

  .sm\:\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

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

  .sm\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

  .sm\:\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

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

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

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

  .sm\:\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

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

  .sm\:\!pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:\!pb-11 {
    padding-bottom: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

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

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

  .sm\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:\!pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:\!pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

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

  .sm\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:\!pb-4 {
    padding-bottom: 1rem !important;
  }

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

  .sm\:\!pb-44 {
    padding-bottom: 11rem !important;
  }

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

  .sm\:\!pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:\!pb-52 {
    padding-bottom: 13rem !important;
  }

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

  .sm\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:\!pb-60 {
    padding-bottom: 15rem !important;
  }

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

  .sm\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

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

  .sm\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

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

  .sm\:\!pb-9 {
    padding-bottom: 2.25rem !important;
  }

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

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

  .sm\:\!pl-0 {
    padding-left: 0px !important;
  }

  .sm\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:\!pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:\!pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .sm\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:\!pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:\!pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:\!pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:\!pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:\!pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:\!pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .sm\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:\!pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:\!pl-96 {
    padding-left: 24rem !important;
  }

  .sm\:\!pl-px {
    padding-left: 1px !important;
  }

  .sm\:\!pr-0 {
    padding-right: 0px !important;
  }

  .sm\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:\!pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:\!pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:\!pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:\!pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:\!pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:\!pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:\!pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:\!pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .sm\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:\!pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:\!pr-96 {
    padding-right: 24rem !important;
  }

  .sm\:\!pr-px {
    padding-right: 1px !important;
  }

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

  .sm\:\!pt-0\.5 {
    padding-top: 0.125rem !important;
  }

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

  .sm\:\!pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:\!pt-11 {
    padding-top: 2.75rem !important;
  }

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

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

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

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

  .sm\:\!pt-2\.5 {
    padding-top: 0.625rem !important;
  }

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

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

  .sm\:\!pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:\!pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:\!pt-3\.5 {
    padding-top: 0.875rem !important;
  }

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

  .sm\:\!pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:\!pt-4 {
    padding-top: 1rem !important;
  }

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

  .sm\:\!pt-44 {
    padding-top: 11rem !important;
  }

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

  .sm\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:\!pt-52 {
    padding-top: 13rem !important;
  }

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

  .sm\:\!pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:\!pt-60 {
    padding-top: 15rem !important;
  }

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

  .sm\:\!pt-7 {
    padding-top: 1.75rem !important;
  }

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

  .sm\:\!pt-8 {
    padding-top: 2rem !important;
  }

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

  .sm\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

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

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }
}

@media (min-width: 768px) {
  .md\:top-\[-80px\] {
    top: -80px;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:\!m-0 {
    margin: 0px !important;
  }

  .md\:\!m-0\.5 {
    margin: 0.125rem !important;
  }

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

  .md\:\!m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:\!m-10 {
    margin: 2.5rem !important;
  }

  .md\:\!m-11 {
    margin: 2.75rem !important;
  }

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

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

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

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

  .md\:\!m-2\.5 {
    margin: 0.625rem !important;
  }

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

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

  .md\:\!m-28 {
    margin: 7rem !important;
  }

  .md\:\!m-3 {
    margin: 0.75rem !important;
  }

  .md\:\!m-3\.5 {
    margin: 0.875rem !important;
  }

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

  .md\:\!m-36 {
    margin: 9rem !important;
  }

  .md\:\!m-4 {
    margin: 1rem !important;
  }

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

  .md\:\!m-44 {
    margin: 11rem !important;
  }

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

  .md\:\!m-5 {
    margin: 1.25rem !important;
  }

  .md\:\!m-52 {
    margin: 13rem !important;
  }

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

  .md\:\!m-6 {
    margin: 1.5rem !important;
  }

  .md\:\!m-60 {
    margin: 15rem !important;
  }

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

  .md\:\!m-7 {
    margin: 1.75rem !important;
  }

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

  .md\:\!m-8 {
    margin: 2rem !important;
  }

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

  .md\:\!m-9 {
    margin: 2.25rem !important;
  }

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

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

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

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

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

  .md\:\!mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

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

  .md\:\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:\!mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

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

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

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

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

  .md\:\!mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

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

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

  .md\:\!mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:\!mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

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

  .md\:\!mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

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

  .md\:\!mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

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

  .md\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:\!mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

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

  .md\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

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

  .md\:\!mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

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

  .md\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

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

  .md\:\!mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

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

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

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

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

  .md\:\!my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

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

  .md\:\!my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:\!my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

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

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

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

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

  .md\:\!my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

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

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

  .md\:\!my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:\!my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:\!my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

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

  .md\:\!my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .md\:\!my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

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

  .md\:\!my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:\!my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

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

  .md\:\!my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:\!my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

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

  .md\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

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

  .md\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

  .md\:\!my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

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

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

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

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

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

  .md\:\!mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

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

  .md\:\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:\!mb-11 {
    margin-bottom: 2.75rem !important;
  }

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

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

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

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

  .md\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

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

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

  .md\:\!mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:\!mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

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

  .md\:\!mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

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

  .md\:\!mb-44 {
    margin-bottom: 11rem !important;
  }

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

  .md\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:\!mb-52 {
    margin-bottom: 13rem !important;
  }

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

  .md\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:\!mb-60 {
    margin-bottom: 15rem !important;
  }

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

  .md\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

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

  .md\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

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

  .md\:\!mb-9 {
    margin-bottom: 2.25rem !important;
  }

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

  .md\:\!mb-\[149px\] {
    margin-bottom: 149px !important;
  }

  .md\:\!mb-\[180px\] {
    margin-bottom: 180px !important;
  }

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

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

  .md\:\!ml-0 {
    margin-left: 0px !important;
  }

  .md\:\!ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:\!ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:\!ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:\!ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:\!ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:\!ml-12 {
    margin-left: 3rem !important;
  }

  .md\:\!ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:\!ml-16 {
    margin-left: 4rem !important;
  }

  .md\:\!ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:\!ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:\!ml-20 {
    margin-left: 5rem !important;
  }

  .md\:\!ml-24 {
    margin-left: 6rem !important;
  }

  .md\:\!ml-28 {
    margin-left: 7rem !important;
  }

  .md\:\!ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:\!ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:\!ml-32 {
    margin-left: 8rem !important;
  }

  .md\:\!ml-36 {
    margin-left: 9rem !important;
  }

  .md\:\!ml-4 {
    margin-left: 1rem !important;
  }

  .md\:\!ml-40 {
    margin-left: 10rem !important;
  }

  .md\:\!ml-44 {
    margin-left: 11rem !important;
  }

  .md\:\!ml-48 {
    margin-left: 12rem !important;
  }

  .md\:\!ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:\!ml-52 {
    margin-left: 13rem !important;
  }

  .md\:\!ml-56 {
    margin-left: 14rem !important;
  }

  .md\:\!ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:\!ml-60 {
    margin-left: 15rem !important;
  }

  .md\:\!ml-64 {
    margin-left: 16rem !important;
  }

  .md\:\!ml-7 {
    margin-left: 1.75rem !important;
  }

  .md\:\!ml-72 {
    margin-left: 18rem !important;
  }

  .md\:\!ml-8 {
    margin-left: 2rem !important;
  }

  .md\:\!ml-80 {
    margin-left: 20rem !important;
  }

  .md\:\!ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:\!ml-96 {
    margin-left: 24rem !important;
  }

  .md\:\!ml-auto {
    margin-left: auto !important;
  }

  .md\:\!ml-px {
    margin-left: 1px !important;
  }

  .md\:\!mr-0 {
    margin-right: 0px !important;
  }

  .md\:\!mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:\!mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:\!mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:\!mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .md\:\!mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:\!mr-16 {
    margin-right: 4rem !important;
  }

  .md\:\!mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:\!mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:\!mr-20 {
    margin-right: 5rem !important;
  }

  .md\:\!mr-24 {
    margin-right: 6rem !important;
  }

  .md\:\!mr-28 {
    margin-right: 7rem !important;
  }

  .md\:\!mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:\!mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:\!mr-32 {
    margin-right: 8rem !important;
  }

  .md\:\!mr-36 {
    margin-right: 9rem !important;
  }

  .md\:\!mr-4 {
    margin-right: 1rem !important;
  }

  .md\:\!mr-40 {
    margin-right: 10rem !important;
  }

  .md\:\!mr-44 {
    margin-right: 11rem !important;
  }

  .md\:\!mr-48 {
    margin-right: 12rem !important;
  }

  .md\:\!mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:\!mr-52 {
    margin-right: 13rem !important;
  }

  .md\:\!mr-56 {
    margin-right: 14rem !important;
  }

  .md\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:\!mr-60 {
    margin-right: 15rem !important;
  }

  .md\:\!mr-64 {
    margin-right: 16rem !important;
  }

  .md\:\!mr-7 {
    margin-right: 1.75rem !important;
  }

  .md\:\!mr-72 {
    margin-right: 18rem !important;
  }

  .md\:\!mr-8 {
    margin-right: 2rem !important;
  }

  .md\:\!mr-80 {
    margin-right: 20rem !important;
  }

  .md\:\!mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:\!mr-96 {
    margin-right: 24rem !important;
  }

  .md\:\!mr-auto {
    margin-right: auto !important;
  }

  .md\:\!mr-px {
    margin-right: 1px !important;
  }

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

  .md\:\!mt-0\.5 {
    margin-top: 0.125rem !important;
  }

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

  .md\:\!mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .md\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:\!mt-11 {
    margin-top: 2.75rem !important;
  }

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

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

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

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

  .md\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

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

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

  .md\:\!mt-28 {
    margin-top: 7rem !important;
  }

  .md\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:\!mt-3\.5 {
    margin-top: 0.875rem !important;
  }

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

  .md\:\!mt-36 {
    margin-top: 9rem !important;
  }

  .md\:\!mt-4 {
    margin-top: 1rem !important;
  }

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

  .md\:\!mt-44 {
    margin-top: 11rem !important;
  }

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

  .md\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:\!mt-52 {
    margin-top: 13rem !important;
  }

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

  .md\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:\!mt-60 {
    margin-top: 15rem !important;
  }

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

  .md\:\!mt-7 {
    margin-top: 1.75rem !important;
  }

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

  .md\:\!mt-8 {
    margin-top: 2rem !important;
  }

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

  .md\:\!mt-9 {
    margin-top: 2.25rem !important;
  }

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

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:\!p-0 {
    padding: 0px !important;
  }

  .md\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

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

  .md\:\!p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:\!p-10 {
    padding: 2.5rem !important;
  }

  .md\:\!p-11 {
    padding: 2.75rem !important;
  }

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

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

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

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

  .md\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

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

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

  .md\:\!p-28 {
    padding: 7rem !important;
  }

  .md\:\!p-3 {
    padding: 0.75rem !important;
  }

  .md\:\!p-3\.5 {
    padding: 0.875rem !important;
  }

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

  .md\:\!p-36 {
    padding: 9rem !important;
  }

  .md\:\!p-4 {
    padding: 1rem !important;
  }

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

  .md\:\!p-44 {
    padding: 11rem !important;
  }

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

  .md\:\!p-5 {
    padding: 1.25rem !important;
  }

  .md\:\!p-52 {
    padding: 13rem !important;
  }

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

  .md\:\!p-6 {
    padding: 1.5rem !important;
  }

  .md\:\!p-60 {
    padding: 15rem !important;
  }

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

  .md\:\!p-7 {
    padding: 1.75rem !important;
  }

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

  .md\:\!p-8 {
    padding: 2rem !important;
  }

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

  .md\:\!p-9 {
    padding: 2.25rem !important;
  }

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-px {
    padding: 1px;
  }

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

  .md\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

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

  .md\:\!px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:\!px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

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

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

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

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

  .md\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

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

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

  .md\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:\!px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

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

  .md\:\!px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

  .md\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

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

  .md\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

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

  .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

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

  .md\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

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

  .md\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

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

  .md\:\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

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

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

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

  .md\:\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

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

  .md\:\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

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

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

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

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

  .md\:\!py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

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

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

  .md\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

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

  .md\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .md\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

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

  .md\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:\!py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

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

  .md\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:\!py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

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

  .md\:\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

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

  .md\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

  .md\:\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

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

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-\[133px\] {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .md\:pt-\[133px\] {
    padding-top: 133px;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

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

  .md\:\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

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

  .md\:\!pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:\!pb-11 {
    padding-bottom: 2.75rem !important;
  }

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

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

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

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

  .md\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

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

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

  .md\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:\!pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:\!pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

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

  .md\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:\!pb-4 {
    padding-bottom: 1rem !important;
  }

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

  .md\:\!pb-44 {
    padding-bottom: 11rem !important;
  }

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

  .md\:\!pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:\!pb-52 {
    padding-bottom: 13rem !important;
  }

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

  .md\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:\!pb-60 {
    padding-bottom: 15rem !important;
  }

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

  .md\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

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

  .md\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

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

  .md\:\!pb-9 {
    padding-bottom: 2.25rem !important;
  }

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

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

  .md\:\!pl-0 {
    padding-left: 0px !important;
  }

  .md\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:\!pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:\!pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:\!pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .md\:\!pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .md\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .md\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .md\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .md\:\!pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:\!pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:\!pl-32 {
    padding-left: 8rem !important;
  }

  .md\:\!pl-36 {
    padding-left: 9rem !important;
  }

  .md\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .md\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .md\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .md\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .md\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .md\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .md\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .md\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .md\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .md\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .md\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .md\:\!pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:\!pl-96 {
    padding-left: 24rem !important;
  }

  .md\:\!pl-px {
    padding-left: 1px !important;
  }

  .md\:\!pr-0 {
    padding-right: 0px !important;
  }

  .md\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:\!pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:\!pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .md\:\!pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:\!pr-16 {
    padding-right: 4rem !important;
  }

  .md\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .md\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .md\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .md\:\!pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:\!pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:\!pr-32 {
    padding-right: 8rem !important;
  }

  .md\:\!pr-36 {
    padding-right: 9rem !important;
  }

  .md\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .md\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .md\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .md\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .md\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .md\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .md\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .md\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .md\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .md\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .md\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .md\:\!pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:\!pr-96 {
    padding-right: 24rem !important;
  }

  .md\:\!pr-px {
    padding-right: 1px !important;
  }

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

  .md\:\!pt-0\.5 {
    padding-top: 0.125rem !important;
  }

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

  .md\:\!pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:\!pt-11 {
    padding-top: 2.75rem !important;
  }

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

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

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

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

  .md\:\!pt-2\.5 {
    padding-top: 0.625rem !important;
  }

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

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

  .md\:\!pt-28 {
    padding-top: 7rem !important;
  }

  .md\:\!pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:\!pt-3\.5 {
    padding-top: 0.875rem !important;
  }

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

  .md\:\!pt-36 {
    padding-top: 9rem !important;
  }

  .md\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .md\:\!pt-40 {
    padding-top: 10rem !important;
  }

  .md\:\!pt-44 {
    padding-top: 11rem !important;
  }

  .md\:\!pt-48 {
    padding-top: 12rem !important;
  }

  .md\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:\!pt-52 {
    padding-top: 13rem !important;
  }

  .md\:\!pt-56 {
    padding-top: 14rem !important;
  }

  .md\:\!pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:\!pt-60 {
    padding-top: 15rem !important;
  }

  .md\:\!pt-64 {
    padding-top: 16rem !important;
  }

  .md\:\!pt-7 {
    padding-top: 1.75rem !important;
  }

  .md\:\!pt-72 {
    padding-top: 18rem !important;
  }

  .md\:\!pt-8 {
    padding-top: 2rem !important;
  }

  .md\:\!pt-80 {
    padding-top: 20rem !important;
  }

  .md\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:\!pt-96 {
    padding-top: 24rem !important;
  }

  .md\:\!pt-px {
    padding-top: 1px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-\[135px\] {
    padding-top: 135px;
  }

  .md\:pt-\[184px\] {
    padding-top: 184px;
  }

  .md\:pt-px {
    padding-top: 1px;
  }
}

@media (min-width: 1024px) {
  .lg\:\!m-0 {
    margin: 0px !important;
  }

  .lg\:\!m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:\!m-1 {
    margin: 0.25rem !important;
  }

  .lg\:\!m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:\!m-10 {
    margin: 2.5rem !important;
  }

  .lg\:\!m-11 {
    margin: 2.75rem !important;
  }

  .lg\:\!m-12 {
    margin: 3rem !important;
  }

  .lg\:\!m-14 {
    margin: 3.5rem !important;
  }

  .lg\:\!m-16 {
    margin: 4rem !important;
  }

  .lg\:\!m-2 {
    margin: 0.5rem !important;
  }

  .lg\:\!m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:\!m-20 {
    margin: 5rem !important;
  }

  .lg\:\!m-24 {
    margin: 6rem !important;
  }

  .lg\:\!m-28 {
    margin: 7rem !important;
  }

  .lg\:\!m-3 {
    margin: 0.75rem !important;
  }

  .lg\:\!m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:\!m-32 {
    margin: 8rem !important;
  }

  .lg\:\!m-36 {
    margin: 9rem !important;
  }

  .lg\:\!m-4 {
    margin: 1rem !important;
  }

  .lg\:\!m-40 {
    margin: 10rem !important;
  }

  .lg\:\!m-44 {
    margin: 11rem !important;
  }

  .lg\:\!m-48 {
    margin: 12rem !important;
  }

  .lg\:\!m-5 {
    margin: 1.25rem !important;
  }

  .lg\:\!m-52 {
    margin: 13rem !important;
  }

  .lg\:\!m-56 {
    margin: 14rem !important;
  }

  .lg\:\!m-6 {
    margin: 1.5rem !important;
  }

  .lg\:\!m-60 {
    margin: 15rem !important;
  }

  .lg\:\!m-64 {
    margin: 16rem !important;
  }

  .lg\:\!m-7 {
    margin: 1.75rem !important;
  }

  .lg\:\!m-72 {
    margin: 18rem !important;
  }

  .lg\:\!m-8 {
    margin: 2rem !important;
  }

  .lg\:\!m-80 {
    margin: 20rem !important;
  }

  .lg\:\!m-9 {
    margin: 2.25rem !important;
  }

  .lg\:\!m-96 {
    margin: 24rem !important;
  }

  .lg\:\!m-auto {
    margin: auto !important;
  }

  .lg\:\!m-px {
    margin: 1px !important;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:\!mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:\!mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:\!mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:\!mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:\!mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:\!mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:\!mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:\!mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:\!mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:\!mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:\!mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:\!mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:\!mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:\!mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:\!mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:\!mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:\!mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:\!mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:\!mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:\!mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:\!mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:\!mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:\!mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:\!mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:\!mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:\!mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:\!my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:\!my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:\!my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:\!my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:\!my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:\!my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:\!my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:\!my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:\!my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:\!my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:\!my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:\!my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:\!my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:\!my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:\!my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:\!my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:\!my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:\!my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:\!my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:\!my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:\!my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:\!my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:\!my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:\!my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:\!my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:\!my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:\!my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:\!my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:\!my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:\!my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:\!mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:\!mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:\!mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:\!mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:\!mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:\!mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:\!mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:\!mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:\!mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:\!mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:\!mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:\!mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:\!mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:\!mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .lg\:\!mb-72 {
    margin-bottom: 18rem !important;
  }

  .lg\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:\!mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:\!mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:\!mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:\!mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:\!mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:\!ml-0 {
    margin-left: 0px !important;
  }

  .lg\:\!ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:\!ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:\!ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:\!ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:\!ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:\!ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:\!ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:\!ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:\!ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:\!ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:\!ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:\!ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:\!ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:\!ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:\!ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:\!ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:\!ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:\!ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:\!ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:\!ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:\!ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:\!ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:\!ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:\!ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:\!ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:\!ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:\!ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:\!ml-7 {
    margin-left: 1.75rem !important;
  }

  .lg\:\!ml-72 {
    margin-left: 18rem !important;
  }

  .lg\:\!ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:\!ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:\!ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:\!ml-96 {
    margin-left: 24rem !important;
  }

  .lg\:\!ml-auto {
    margin-left: auto !important;
  }

  .lg\:\!ml-px {
    margin-left: 1px !important;
  }

  .lg\:\!mr-0 {
    margin-right: 0px !important;
  }

  .lg\:\!mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:\!mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:\!mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:\!mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:\!mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:\!mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:\!mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:\!mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:\!mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:\!mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:\!mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:\!mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:\!mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:\!mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:\!mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:\!mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:\!mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:\!mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:\!mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:\!mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:\!mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:\!mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:\!mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:\!mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:\!mr-7 {
    margin-right: 1.75rem !important;
  }

  .lg\:\!mr-72 {
    margin-right: 18rem !important;
  }

  .lg\:\!mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:\!mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:\!mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:\!mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:\!mr-auto {
    margin-right: auto !important;
  }

  .lg\:\!mr-px {
    margin-right: 1px !important;
  }

  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }

  .lg\:\!mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:\!mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:\!mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:\!mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:\!mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:\!mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:\!mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:\!mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:\!mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:\!mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:\!mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:\!mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:\!mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:\!mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:\!mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:\!mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:\!mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:\!mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:\!mt-7 {
    margin-top: 1.75rem !important;
  }

  .lg\:\!mt-72 {
    margin-top: 18rem !important;
  }

  .lg\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:\!mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:\!mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:\!mt-96 {
    margin-top: 24rem !important;
  }

  .lg\:\!mt-auto {
    margin-top: auto !important;
  }

  .lg\:\!mt-px {
    margin-top: 1px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[52px\] {
    height: 52px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:min-w-\[2px\] {
    min-width: 2px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:\!p-0 {
    padding: 0px !important;
  }

  .lg\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:\!p-1 {
    padding: 0.25rem !important;
  }

  .lg\:\!p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:\!p-10 {
    padding: 2.5rem !important;
  }

  .lg\:\!p-11 {
    padding: 2.75rem !important;
  }

  .lg\:\!p-12 {
    padding: 3rem !important;
  }

  .lg\:\!p-14 {
    padding: 3.5rem !important;
  }

  .lg\:\!p-16 {
    padding: 4rem !important;
  }

  .lg\:\!p-2 {
    padding: 0.5rem !important;
  }

  .lg\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:\!p-20 {
    padding: 5rem !important;
  }

  .lg\:\!p-24 {
    padding: 6rem !important;
  }

  .lg\:\!p-28 {
    padding: 7rem !important;
  }

  .lg\:\!p-3 {
    padding: 0.75rem !important;
  }

  .lg\:\!p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:\!p-32 {
    padding: 8rem !important;
  }

  .lg\:\!p-36 {
    padding: 9rem !important;
  }

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:\!p-40 {
    padding: 10rem !important;
  }

  .lg\:\!p-44 {
    padding: 11rem !important;
  }

  .lg\:\!p-48 {
    padding: 12rem !important;
  }

  .lg\:\!p-5 {
    padding: 1.25rem !important;
  }

  .lg\:\!p-52 {
    padding: 13rem !important;
  }

  .lg\:\!p-56 {
    padding: 14rem !important;
  }

  .lg\:\!p-6 {
    padding: 1.5rem !important;
  }

  .lg\:\!p-60 {
    padding: 15rem !important;
  }

  .lg\:\!p-64 {
    padding: 16rem !important;
  }

  .lg\:\!p-7 {
    padding: 1.75rem !important;
  }

  .lg\:\!p-72 {
    padding: 18rem !important;
  }

  .lg\:\!p-8 {
    padding: 2rem !important;
  }

  .lg\:\!p-80 {
    padding: 20rem !important;
  }

  .lg\:\!p-9 {
    padding: 2.25rem !important;
  }

  .lg\:\!p-96 {
    padding: 24rem !important;
  }

  .lg\:\!p-px {
    padding: 1px !important;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:\!px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:\!px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:\!px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:\!px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:\!px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:\!px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:\!px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:\!px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:\!py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:\!py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:\!py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:\!py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:\!py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:\!py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:\!py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:\!py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:\!py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:\!py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:\!py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:\!py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:\!py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:\!py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:\!pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:\!pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:\!pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:\!pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:\!pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:\!pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:\!pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:\!pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:\!pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:\!pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:\!pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:\!pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:\!pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:\!pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:\!pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:\!pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:\!pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:\!pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:\!pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:\!pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:\!pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:\!pb-72 {
    padding-bottom: 18rem !important;
  }

  .lg\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:\!pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:\!pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:\!pb-96 {
    padding-bottom: 24rem !important;
  }

  .lg\:\!pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:\!pl-0 {
    padding-left: 0px !important;
  }

  .lg\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:\!pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:\!pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:\!pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:\!pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:\!pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:\!pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:\!pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:\!pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .lg\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:\!pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:\!pl-96 {
    padding-left: 24rem !important;
  }

  .lg\:\!pl-px {
    padding-left: 1px !important;
  }

  .lg\:\!pr-0 {
    padding-right: 0px !important;
  }

  .lg\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:\!pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:\!pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:\!pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:\!pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:\!pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:\!pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:\!pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:\!pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .lg\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:\!pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:\!pr-96 {
    padding-right: 24rem !important;
  }

  .lg\:\!pr-px {
    padding-right: 1px !important;
  }

  .lg\:\!pt-0 {
    padding-top: 0px !important;
  }

  .lg\:\!pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:\!pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:\!pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:\!pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:\!pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:\!pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:\!pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:\!pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:\!pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:\!pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:\!pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:\!pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:\!pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:\!pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:\!pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:\!pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:\!pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:\!pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:\!pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:\!pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:\!pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:\!pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:\!pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:\!pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:\!pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:\!pt-72 {
    padding-top: 18rem !important;
  }

  .lg\:\!pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:\!pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:\!pt-96 {
    padding-top: 24rem !important;
  }

  .lg\:\!pt-px {
    padding-top: 1px !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }
}

@media (min-width: 1280px) {
  .xl\:\!m-0 {
    margin: 0px !important;
  }

  .xl\:\!m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:\!m-1 {
    margin: 0.25rem !important;
  }

  .xl\:\!m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:\!m-10 {
    margin: 2.5rem !important;
  }

  .xl\:\!m-11 {
    margin: 2.75rem !important;
  }

  .xl\:\!m-12 {
    margin: 3rem !important;
  }

  .xl\:\!m-14 {
    margin: 3.5rem !important;
  }

  .xl\:\!m-16 {
    margin: 4rem !important;
  }

  .xl\:\!m-2 {
    margin: 0.5rem !important;
  }

  .xl\:\!m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:\!m-20 {
    margin: 5rem !important;
  }

  .xl\:\!m-24 {
    margin: 6rem !important;
  }

  .xl\:\!m-28 {
    margin: 7rem !important;
  }

  .xl\:\!m-3 {
    margin: 0.75rem !important;
  }

  .xl\:\!m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:\!m-32 {
    margin: 8rem !important;
  }

  .xl\:\!m-36 {
    margin: 9rem !important;
  }

  .xl\:\!m-4 {
    margin: 1rem !important;
  }

  .xl\:\!m-40 {
    margin: 10rem !important;
  }

  .xl\:\!m-44 {
    margin: 11rem !important;
  }

  .xl\:\!m-48 {
    margin: 12rem !important;
  }

  .xl\:\!m-5 {
    margin: 1.25rem !important;
  }

  .xl\:\!m-52 {
    margin: 13rem !important;
  }

  .xl\:\!m-56 {
    margin: 14rem !important;
  }

  .xl\:\!m-6 {
    margin: 1.5rem !important;
  }

  .xl\:\!m-60 {
    margin: 15rem !important;
  }

  .xl\:\!m-64 {
    margin: 16rem !important;
  }

  .xl\:\!m-7 {
    margin: 1.75rem !important;
  }

  .xl\:\!m-72 {
    margin: 18rem !important;
  }

  .xl\:\!m-8 {
    margin: 2rem !important;
  }

  .xl\:\!m-80 {
    margin: 20rem !important;
  }

  .xl\:\!m-9 {
    margin: 2.25rem !important;
  }

  .xl\:\!m-96 {
    margin: 24rem !important;
  }

  .xl\:\!m-auto {
    margin: auto !important;
  }

  .xl\:\!m-px {
    margin: 1px !important;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:\!mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:\!mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:\!mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:\!mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:\!mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:\!mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:\!mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:\!mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:\!mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:\!mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:\!mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:\!mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:\!mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:\!mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:\!mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:\!mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:\!mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:\!mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:\!mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:\!mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:\!mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:\!mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:\!mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:\!mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:\!mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:\!mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:\!my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:\!my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:\!my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:\!my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:\!my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:\!my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:\!my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:\!my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:\!my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:\!my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:\!my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:\!my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:\!my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:\!my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:\!my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:\!my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:\!my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:\!my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:\!my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:\!my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:\!my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:\!my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:\!my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:\!my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:\!my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:\!my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:\!my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:\!my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:\!my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:\!my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:\!my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:\!mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xl\:\!mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xl\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:\!mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xl\:\!mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:\!mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xl\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:\!mb-28 {
    margin-bottom: 7rem !important;
  }

  .xl\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:\!mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:\!mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:\!mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:\!mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:\!mb-44 {
    margin-bottom: 11rem !important;
  }

  .xl\:\!mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:\!mb-52 {
    margin-bottom: 13rem !important;
  }

  .xl\:\!mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:\!mb-60 {
    margin-bottom: 15rem !important;
  }

  .xl\:\!mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xl\:\!mb-72 {
    margin-bottom: 18rem !important;
  }

  .xl\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:\!mb-80 {
    margin-bottom: 20rem !important;
  }

  .xl\:\!mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:\!mb-96 {
    margin-bottom: 24rem !important;
  }

  .xl\:\!mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:\!mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:\!ml-0 {
    margin-left: 0px !important;
  }

  .xl\:\!ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xl\:\!ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:\!ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xl\:\!ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:\!ml-11 {
    margin-left: 2.75rem !important;
  }

  .xl\:\!ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:\!ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:\!ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:\!ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:\!ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xl\:\!ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:\!ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:\!ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:\!ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:\!ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xl\:\!ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:\!ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:\!ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:\!ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:\!ml-44 {
    margin-left: 11rem !important;
  }

  .xl\:\!ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:\!ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:\!ml-52 {
    margin-left: 13rem !important;
  }

  .xl\:\!ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:\!ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:\!ml-60 {
    margin-left: 15rem !important;
  }

  .xl\:\!ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:\!ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:\!ml-72 {
    margin-left: 18rem !important;
  }

  .xl\:\!ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:\!ml-80 {
    margin-left: 20rem !important;
  }

  .xl\:\!ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:\!ml-96 {
    margin-left: 24rem !important;
  }

  .xl\:\!ml-auto {
    margin-left: auto !important;
  }

  .xl\:\!ml-px {
    margin-left: 1px !important;
  }

  .xl\:\!mr-0 {
    margin-right: 0px !important;
  }

  .xl\:\!mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xl\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:\!mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xl\:\!mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:\!mr-11 {
    margin-right: 2.75rem !important;
  }

  .xl\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:\!mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:\!mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:\!mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:\!mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xl\:\!mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:\!mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:\!mr-28 {
    margin-right: 7rem !important;
  }

  .xl\:\!mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:\!mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xl\:\!mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:\!mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:\!mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:\!mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:\!mr-44 {
    margin-right: 11rem !important;
  }

  .xl\:\!mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:\!mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:\!mr-52 {
    margin-right: 13rem !important;
  }

  .xl\:\!mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:\!mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:\!mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:\!mr-7 {
    margin-right: 1.75rem !important;
  }

  .xl\:\!mr-72 {
    margin-right: 18rem !important;
  }

  .xl\:\!mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:\!mr-80 {
    margin-right: 20rem !important;
  }

  .xl\:\!mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:\!mr-96 {
    margin-right: 24rem !important;
  }

  .xl\:\!mr-auto {
    margin-right: auto !important;
  }

  .xl\:\!mr-px {
    margin-right: 1px !important;
  }

  .xl\:\!mt-0 {
    margin-top: 0px !important;
  }

  .xl\:\!mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xl\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:\!mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xl\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:\!mt-11 {
    margin-top: 2.75rem !important;
  }

  .xl\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:\!mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:\!mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:\!mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:\!mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:\!mt-28 {
    margin-top: 7rem !important;
  }

  .xl\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:\!mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xl\:\!mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:\!mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:\!mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:\!mt-44 {
    margin-top: 11rem !important;
  }

  .xl\:\!mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:\!mt-52 {
    margin-top: 13rem !important;
  }

  .xl\:\!mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:\!mt-60 {
    margin-top: 15rem !important;
  }

  .xl\:\!mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:\!mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:\!mt-72 {
    margin-top: 18rem !important;
  }

  .xl\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:\!mt-80 {
    margin-top: 20rem !important;
  }

  .xl\:\!mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:\!mt-96 {
    margin-top: 24rem !important;
  }

  .xl\:\!mt-auto {
    margin-top: auto !important;
  }

  .xl\:\!mt-px {
    margin-top: 1px !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:\!p-0 {
    padding: 0px !important;
  }

  .xl\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:\!p-1 {
    padding: 0.25rem !important;
  }

  .xl\:\!p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:\!p-10 {
    padding: 2.5rem !important;
  }

  .xl\:\!p-11 {
    padding: 2.75rem !important;
  }

  .xl\:\!p-12 {
    padding: 3rem !important;
  }

  .xl\:\!p-14 {
    padding: 3.5rem !important;
  }

  .xl\:\!p-16 {
    padding: 4rem !important;
  }

  .xl\:\!p-2 {
    padding: 0.5rem !important;
  }

  .xl\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:\!p-20 {
    padding: 5rem !important;
  }

  .xl\:\!p-24 {
    padding: 6rem !important;
  }

  .xl\:\!p-28 {
    padding: 7rem !important;
  }

  .xl\:\!p-3 {
    padding: 0.75rem !important;
  }

  .xl\:\!p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:\!p-32 {
    padding: 8rem !important;
  }

  .xl\:\!p-36 {
    padding: 9rem !important;
  }

  .xl\:\!p-4 {
    padding: 1rem !important;
  }

  .xl\:\!p-40 {
    padding: 10rem !important;
  }

  .xl\:\!p-44 {
    padding: 11rem !important;
  }

  .xl\:\!p-48 {
    padding: 12rem !important;
  }

  .xl\:\!p-5 {
    padding: 1.25rem !important;
  }

  .xl\:\!p-52 {
    padding: 13rem !important;
  }

  .xl\:\!p-56 {
    padding: 14rem !important;
  }

  .xl\:\!p-6 {
    padding: 1.5rem !important;
  }

  .xl\:\!p-60 {
    padding: 15rem !important;
  }

  .xl\:\!p-64 {
    padding: 16rem !important;
  }

  .xl\:\!p-7 {
    padding: 1.75rem !important;
  }

  .xl\:\!p-72 {
    padding: 18rem !important;
  }

  .xl\:\!p-8 {
    padding: 2rem !important;
  }

  .xl\:\!p-80 {
    padding: 20rem !important;
  }

  .xl\:\!p-9 {
    padding: 2.25rem !important;
  }

  .xl\:\!p-96 {
    padding: 24rem !important;
  }

  .xl\:\!p-px {
    padding: 1px !important;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:\!px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:\!px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:\!px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:\!px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:\!px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:\!px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:\!px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:\!px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:\!py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:\!py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:\!py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:\!py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:\!py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:\!py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:\!py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:\!py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:\!py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:\!py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:\!py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:\!py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:\!py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:\!py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xl\:\!pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:\!pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xl\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:\!pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xl\:\!pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:\!pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:\!pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:\!pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xl\:\!pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:\!pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:\!pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:\!pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xl\:\!pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:\!pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:\!pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:\!pb-44 {
    padding-bottom: 11rem !important;
  }

  .xl\:\!pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:\!pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:\!pb-52 {
    padding-bottom: 13rem !important;
  }

  .xl\:\!pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:\!pb-60 {
    padding-bottom: 15rem !important;
  }

  .xl\:\!pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xl\:\!pb-72 {
    padding-bottom: 18rem !important;
  }

  .xl\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:\!pb-80 {
    padding-bottom: 20rem !important;
  }

  .xl\:\!pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:\!pb-96 {
    padding-bottom: 24rem !important;
  }

  .xl\:\!pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .xl\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:\!pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:\!pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xl\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:\!pl-11 {
    padding-left: 2.75rem !important;
  }

  .xl\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:\!pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:\!pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:\!pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xl\:\!pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:\!pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .xl\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:\!pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:\!pl-96 {
    padding-left: 24rem !important;
  }

  .xl\:\!pl-px {
    padding-left: 1px !important;
  }

  .xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .xl\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:\!pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xl\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:\!pr-11 {
    padding-right: 2.75rem !important;
  }

  .xl\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:\!pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:\!pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:\!pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:\!pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xl\:\!pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:\!pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .xl\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:\!pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:\!pr-96 {
    padding-right: 24rem !important;
  }

  .xl\:\!pr-px {
    padding-right: 1px !important;
  }

  .xl\:\!pt-0 {
    padding-top: 0px !important;
  }

  .xl\:\!pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xl\:\!pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:\!pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xl\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:\!pt-11 {
    padding-top: 2.75rem !important;
  }

  .xl\:\!pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:\!pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:\!pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:\!pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:\!pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xl\:\!pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:\!pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:\!pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:\!pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:\!pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xl\:\!pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:\!pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:\!pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:\!pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:\!pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:\!pt-52 {
    padding-top: 13rem !important;
  }

  .xl\:\!pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:\!pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:\!pt-60 {
    padding-top: 15rem !important;
  }

  .xl\:\!pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:\!pt-7 {
    padding-top: 1.75rem !important;
  }

  .xl\:\!pt-72 {
    padding-top: 18rem !important;
  }

  .xl\:\!pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:\!pt-80 {
    padding-top: 20rem !important;
  }

  .xl\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:\!pt-96 {
    padding-top: 24rem !important;
  }

  .xl\:\!pt-px {
    padding-top: 1px !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:\!m-0 {
    margin: 0px !important;
  }

  .\32xl\:\!m-0\.5 {
    margin: 0.125rem !important;
  }

  .\32xl\:\!m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:\!m-1\.5 {
    margin: 0.375rem !important;
  }

  .\32xl\:\!m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:\!m-11 {
    margin: 2.75rem !important;
  }

  .\32xl\:\!m-12 {
    margin: 3rem !important;
  }

  .\32xl\:\!m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:\!m-16 {
    margin: 4rem !important;
  }

  .\32xl\:\!m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:\!m-2\.5 {
    margin: 0.625rem !important;
  }

  .\32xl\:\!m-20 {
    margin: 5rem !important;
  }

  .\32xl\:\!m-24 {
    margin: 6rem !important;
  }

  .\32xl\:\!m-28 {
    margin: 7rem !important;
  }

  .\32xl\:\!m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:\!m-3\.5 {
    margin: 0.875rem !important;
  }

  .\32xl\:\!m-32 {
    margin: 8rem !important;
  }

  .\32xl\:\!m-36 {
    margin: 9rem !important;
  }

  .\32xl\:\!m-4 {
    margin: 1rem !important;
  }

  .\32xl\:\!m-40 {
    margin: 10rem !important;
  }

  .\32xl\:\!m-44 {
    margin: 11rem !important;
  }

  .\32xl\:\!m-48 {
    margin: 12rem !important;
  }

  .\32xl\:\!m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:\!m-52 {
    margin: 13rem !important;
  }

  .\32xl\:\!m-56 {
    margin: 14rem !important;
  }

  .\32xl\:\!m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:\!m-60 {
    margin: 15rem !important;
  }

  .\32xl\:\!m-64 {
    margin: 16rem !important;
  }

  .\32xl\:\!m-7 {
    margin: 1.75rem !important;
  }

  .\32xl\:\!m-72 {
    margin: 18rem !important;
  }

  .\32xl\:\!m-8 {
    margin: 2rem !important;
  }

  .\32xl\:\!m-80 {
    margin: 20rem !important;
  }

  .\32xl\:\!m-9 {
    margin: 2.25rem !important;
  }

  .\32xl\:\!m-96 {
    margin: 24rem !important;
  }

  .\32xl\:\!m-auto {
    margin: auto !important;
  }

  .\32xl\:\!m-px {
    margin: 1px !important;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:\!mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:\!mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:\!mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:\!mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:\!mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:\!mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:\!mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:\!mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:\!mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:\!mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:\!mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:\!mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:\!mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:\!mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:\!mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:\!mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:\!mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:\!mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:\!mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:\!mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:\!mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:\!mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:\!mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:\!mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:\!mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:\!mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:\!mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:\!mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:\!mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:\!mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:\!mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:\!mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:\!mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:\!mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:\!my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:\!my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:\!my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:\!my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:\!my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:\!my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:\!my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:\!my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:\!my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:\!my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:\!my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:\!my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:\!my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:\!my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:\!my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:\!my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:\!my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:\!my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:\!my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:\!my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:\!my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:\!my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:\!my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:\!my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:\!my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:\!my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:\!my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:\!my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:\!my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:\!my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:\!my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:\!my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:\!my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:\!my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:\!mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:\!mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:\!mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:\!mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:\!mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:\!mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:\!mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:\!mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:\!mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:\!mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:\!mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:\!mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:\!mb-36 {
    margin-bottom: 9rem !important;
  }

  .\32xl\:\!mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:\!mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:\!mb-44 {
    margin-bottom: 11rem !important;
  }

  .\32xl\:\!mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:\!mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:\!mb-52 {
    margin-bottom: 13rem !important;
  }

  .\32xl\:\!mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:\!mb-60 {
    margin-bottom: 15rem !important;
  }

  .\32xl\:\!mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:\!mb-72 {
    margin-bottom: 18rem !important;
  }

  .\32xl\:\!mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:\!mb-80 {
    margin-bottom: 20rem !important;
  }

  .\32xl\:\!mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:\!mb-96 {
    margin-bottom: 24rem !important;
  }

  .\32xl\:\!mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:\!mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:\!ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:\!ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\32xl\:\!ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:\!ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\32xl\:\!ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:\!ml-11 {
    margin-left: 2.75rem !important;
  }

  .\32xl\:\!ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:\!ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:\!ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:\!ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:\!ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\32xl\:\!ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:\!ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:\!ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:\!ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:\!ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\32xl\:\!ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:\!ml-36 {
    margin-left: 9rem !important;
  }

  .\32xl\:\!ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:\!ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:\!ml-44 {
    margin-left: 11rem !important;
  }

  .\32xl\:\!ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:\!ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:\!ml-52 {
    margin-left: 13rem !important;
  }

  .\32xl\:\!ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:\!ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:\!ml-60 {
    margin-left: 15rem !important;
  }

  .\32xl\:\!ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:\!ml-7 {
    margin-left: 1.75rem !important;
  }

  .\32xl\:\!ml-72 {
    margin-left: 18rem !important;
  }

  .\32xl\:\!ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:\!ml-80 {
    margin-left: 20rem !important;
  }

  .\32xl\:\!ml-9 {
    margin-left: 2.25rem !important;
  }

  .\32xl\:\!ml-96 {
    margin-left: 24rem !important;
  }

  .\32xl\:\!ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:\!ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:\!mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:\!mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\32xl\:\!mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:\!mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\32xl\:\!mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:\!mr-11 {
    margin-right: 2.75rem !important;
  }

  .\32xl\:\!mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:\!mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:\!mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:\!mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:\!mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\32xl\:\!mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:\!mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:\!mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:\!mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:\!mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\32xl\:\!mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:\!mr-36 {
    margin-right: 9rem !important;
  }

  .\32xl\:\!mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:\!mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:\!mr-44 {
    margin-right: 11rem !important;
  }

  .\32xl\:\!mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:\!mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:\!mr-52 {
    margin-right: 13rem !important;
  }

  .\32xl\:\!mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:\!mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:\!mr-60 {
    margin-right: 15rem !important;
  }

  .\32xl\:\!mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:\!mr-7 {
    margin-right: 1.75rem !important;
  }

  .\32xl\:\!mr-72 {
    margin-right: 18rem !important;
  }

  .\32xl\:\!mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:\!mr-80 {
    margin-right: 20rem !important;
  }

  .\32xl\:\!mr-9 {
    margin-right: 2.25rem !important;
  }

  .\32xl\:\!mr-96 {
    margin-right: 24rem !important;
  }

  .\32xl\:\!mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:\!mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:\!mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:\!mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\32xl\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:\!mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\32xl\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:\!mt-11 {
    margin-top: 2.75rem !important;
  }

  .\32xl\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:\!mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:\!mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:\!mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:\!mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\32xl\:\!mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:\!mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:\!mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:\!mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:\!mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\32xl\:\!mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:\!mt-36 {
    margin-top: 9rem !important;
  }

  .\32xl\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:\!mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:\!mt-44 {
    margin-top: 11rem !important;
  }

  .\32xl\:\!mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:\!mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:\!mt-52 {
    margin-top: 13rem !important;
  }

  .\32xl\:\!mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:\!mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:\!mt-60 {
    margin-top: 15rem !important;
  }

  .\32xl\:\!mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:\!mt-7 {
    margin-top: 1.75rem !important;
  }

  .\32xl\:\!mt-72 {
    margin-top: 18rem !important;
  }

  .\32xl\:\!mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:\!mt-80 {
    margin-top: 20rem !important;
  }

  .\32xl\:\!mt-9 {
    margin-top: 2.25rem !important;
  }

  .\32xl\:\!mt-96 {
    margin-top: 24rem !important;
  }

  .\32xl\:\!mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:\!mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:\!p-0 {
    padding: 0px !important;
  }

  .\32xl\:\!p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:\!p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:\!p-1\.5 {
    padding: 0.375rem !important;
  }

  .\32xl\:\!p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:\!p-11 {
    padding: 2.75rem !important;
  }

  .\32xl\:\!p-12 {
    padding: 3rem !important;
  }

  .\32xl\:\!p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:\!p-16 {
    padding: 4rem !important;
  }

  .\32xl\:\!p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:\!p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:\!p-20 {
    padding: 5rem !important;
  }

  .\32xl\:\!p-24 {
    padding: 6rem !important;
  }

  .\32xl\:\!p-28 {
    padding: 7rem !important;
  }

  .\32xl\:\!p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:\!p-3\.5 {
    padding: 0.875rem !important;
  }

  .\32xl\:\!p-32 {
    padding: 8rem !important;
  }

  .\32xl\:\!p-36 {
    padding: 9rem !important;
  }

  .\32xl\:\!p-4 {
    padding: 1rem !important;
  }

  .\32xl\:\!p-40 {
    padding: 10rem !important;
  }

  .\32xl\:\!p-44 {
    padding: 11rem !important;
  }

  .\32xl\:\!p-48 {
    padding: 12rem !important;
  }

  .\32xl\:\!p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:\!p-52 {
    padding: 13rem !important;
  }

  .\32xl\:\!p-56 {
    padding: 14rem !important;
  }

  .\32xl\:\!p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:\!p-60 {
    padding: 15rem !important;
  }

  .\32xl\:\!p-64 {
    padding: 16rem !important;
  }

  .\32xl\:\!p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:\!p-72 {
    padding: 18rem !important;
  }

  .\32xl\:\!p-8 {
    padding: 2rem !important;
  }

  .\32xl\:\!p-80 {
    padding: 20rem !important;
  }

  .\32xl\:\!p-9 {
    padding: 2.25rem !important;
  }

  .\32xl\:\!p-96 {
    padding: 24rem !important;
  }

  .\32xl\:\!p-px {
    padding: 1px !important;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:\!px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:\!px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:\!px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:\!px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:\!px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:\!px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:\!px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:\!px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:\!px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:\!px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:\!px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:\!px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:\!px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:\!px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:\!px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:\!px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:\!px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:\!px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:\!px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:\!px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:\!px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:\!px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:\!py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:\!py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:\!py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:\!py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:\!py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:\!py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:\!py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:\!py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:\!py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:\!py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:\!py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:\!py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:\!py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:\!py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:\!py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:\!py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .\32xl\:\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:\!pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:\!pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:\!pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:\!pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:\!pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:\!pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:\!pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:\!pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:\!pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:\!pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:\!pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:\!pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:\!pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:\!pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:\!pb-36 {
    padding-bottom: 9rem !important;
  }

  .\32xl\:\!pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:\!pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:\!pb-44 {
    padding-bottom: 11rem !important;
  }

  .\32xl\:\!pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:\!pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:\!pb-52 {
    padding-bottom: 13rem !important;
  }

  .\32xl\:\!pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:\!pb-60 {
    padding-bottom: 15rem !important;
  }

  .\32xl\:\!pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:\!pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:\!pb-72 {
    padding-bottom: 18rem !important;
  }

  .\32xl\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:\!pb-80 {
    padding-bottom: 20rem !important;
  }

  .\32xl\:\!pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:\!pb-96 {
    padding-bottom: 24rem !important;
  }

  .\32xl\:\!pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:\!pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:\!pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:\!pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\32xl\:\!pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:\!pl-11 {
    padding-left: 2.75rem !important;
  }

  .\32xl\:\!pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:\!pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:\!pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:\!pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:\!pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:\!pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:\!pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:\!pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:\!pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\32xl\:\!pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:\!pl-36 {
    padding-left: 9rem !important;
  }

  .\32xl\:\!pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:\!pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:\!pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:\!pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:\!pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:\!pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:\!pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:\!pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:\!pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:\!pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:\!pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:\!pl-72 {
    padding-left: 18rem !important;
  }

  .\32xl\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:\!pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:\!pl-9 {
    padding-left: 2.25rem !important;
  }

  .\32xl\:\!pl-96 {
    padding-left: 24rem !important;
  }

  .\32xl\:\!pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:\!pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:\!pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:\!pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:\!pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\32xl\:\!pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:\!pr-11 {
    padding-right: 2.75rem !important;
  }

  .\32xl\:\!pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:\!pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:\!pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:\!pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:\!pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:\!pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:\!pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:\!pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:\!pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:\!pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\32xl\:\!pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:\!pr-36 {
    padding-right: 9rem !important;
  }

  .\32xl\:\!pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:\!pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:\!pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:\!pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:\!pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:\!pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:\!pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:\!pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:\!pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:\!pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:\!pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:\!pr-72 {
    padding-right: 18rem !important;
  }

  .\32xl\:\!pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:\!pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:\!pr-9 {
    padding-right: 2.25rem !important;
  }

  .\32xl\:\!pr-96 {
    padding-right: 24rem !important;
  }

  .\32xl\:\!pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:\!pt-0 {
    padding-top: 0px !important;
  }

  .\32xl\:\!pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\32xl\:\!pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:\!pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\32xl\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:\!pt-11 {
    padding-top: 2.75rem !important;
  }

  .\32xl\:\!pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:\!pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:\!pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:\!pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:\!pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\32xl\:\!pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:\!pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:\!pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:\!pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:\!pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\32xl\:\!pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:\!pt-36 {
    padding-top: 9rem !important;
  }

  .\32xl\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:\!pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:\!pt-44 {
    padding-top: 11rem !important;
  }

  .\32xl\:\!pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:\!pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:\!pt-52 {
    padding-top: 13rem !important;
  }

  .\32xl\:\!pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:\!pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:\!pt-60 {
    padding-top: 15rem !important;
  }

  .\32xl\:\!pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:\!pt-7 {
    padding-top: 1.75rem !important;
  }

  .\32xl\:\!pt-72 {
    padding-top: 18rem !important;
  }

  .\32xl\:\!pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:\!pt-80 {
    padding-top: 20rem !important;
  }

  .\32xl\:\!pt-9 {
    padding-top: 2.25rem !important;
  }

  .\32xl\:\!pt-96 {
    padding-top: 24rem !important;
  }

  .\32xl\:\!pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }
}

@media (min-width: 1921px) {
  .\4xl\:pl-32 {
    padding-left: 8rem;
  }
}

/* CUSTOM STYLES WITH MOBILE VERSION THAT WAS ADDED MANUALLY */

#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 250;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.bh-header-menu-link {
  text-align: start;
}

.menu-item {
  position: relative;
}

.menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  width: max-content;
  padding: 24px;
  padding-bottom: 6px;
  backdrop-filter: blur(16px);
  background: rgba(22, 22, 22, 0.5);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.4s opacity linear, 0s visibility linear 0.4s;
}

.menu-item:hover > .sub-menu {
  opacity: 1;
  z-index: 5;
  visibility: visible;
  transition-delay: 0s;
}

.menu-item > .sub-menu > .menu-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.menu-item > .sub-menu > .menu-item:first-of-type::before {
  width: 65px;
  height: 1px;
  background: #e22415;
  left: -24px;
  top: -24px;
  content: "";
  position: absolute;
  display: block;
}

@media (max-width: 768px) {
  .menu-item > .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .menu-item.open > .sub-menu {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }

  /* .bh-header-menu-link > .sub-menu{
    position: static;
    opacity: 1;
    background: transparent;
    padding: 0;
    width: 100%;
    margin-top: 24px;
  }
  .bh-header-menu-link > .sub-menu > .menu-item:first-of-type::before{
    width: 100%;
  } */
}

#mobile-menu .menu-item {
  padding: 18px 24px;
  border-bottom: 1px solid #e22415;
}

#mobile-menu .bh-header-menu-link {
  display: block;
  width: 100%;
}

.bhcar__search-slider.bhcar-trouvez-slider {
  padding: 0;
}

.bhcar-trouvez-slider .bhcar__search-slider-next {
  right: 30px;
  top: 30%;
}

.bhcar-trouvez-slider .bhcar__search-slider-prev {
  left: 30px;
  top: 30%;
}

.mobile-menu-background {
  position: relative;
  height: 100%;
}

.mobile-menu-ellipse-background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.mobile-menu-flag-background {
  position: absolute;
  bottom: -82px;
  left: 0;
  z-index: -1;
}

.bhcar-future-circle {
  display: block;
  position: absolute;
  left: -60%;
  top: -150%;
  bottom: 0;
  margin: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  .bhcar-future-circle {
    top: -100%;
  }
}
@media (max-width: 1320px) {
  .bhcar-future-circle {
    width: 100%;
  }
}

.bhcar-pourquoi-ellipse {
  display: none;
}

.btn-tertiary > a {
  border: 1px solid #e22415;
  border-radius: 8px;
  padding: 6px 12px;
  background: #e22415;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.bhcar-about-circle-first {
  position: absolute;
  bottom: -304px;
  left: 0;
  z-index: -1;
}

.bhcar-about-circle-second {
  position: absolute;
  top: -124px;
  left: 220px;
  right: 0;
  margin: 0;
  z-index: -1;
}

.bhcar-about-circle-third {
  position: absolute;
  top: -214px;
  right: -220px;
  margin: 0;
  z-index: -1;
}

.bhcar-depuis-ellipse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bhcar-les-card-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px 16px 0 0;
  margin: 16px 16px 0;
  background: url("/wp-content/themes/groupebh/assets/images/about/bh-les-card.png");
  background-size: cover;
}

.bh-team-member-image {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px 16px 0 0;
  margin: 16px 16px 0;
  background: url("/wp-content/themes/groupebh/assets/images/about/bh-les-card.png");
  background-size: cover;
}

.bhcar-les-car-text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 24px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.05);
}

.bh-team-member-info {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 24px 16px;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.05);
}

.bh-team-member-name,
.bh-team-member-position {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.bhcar-les-background-circle {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}

.bhcar-les-background-flag {
  position: absolute;
  bottom: 100px;
  left: -101px;
  z-index: -1;
}

.bhcar-les-background-ellipse {
  position: absolute;
  top: 0px;
  right: -101px;
  z-index: -1;
}

.bh-team-tab {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.bh-team-tab-active {
  border-bottom: 3px solid #e22415;
}

.bhcar-about-posts > ul {
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr;
  list-style: none;
  padding-left: 0;
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}

.bhcar-about-posts > ul > li:first-of-type {
  grid-row: 2 span;
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.bhcar-about-posts > ul > li:not(:first-of-type) {
  display: flex;
  gap: 24px;
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.bhcar-about-posts > ul > li:first-of-type .bh-post-item-img {
  width: 100%;
}

.bhcar-about-posts > ul > li:first-of-type .wp-post-image {
  height: 278px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 16px;
}

.bhcar-about-posts > ul > li:not(:first-of-type) .bh-post-item-img {
  width: 80%;
}

.bhcar-about-posts > ul > li:not(:first-of-type) .wp-post-image {
  height: 191px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.bhcar-about-posts-title > a {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-bottom: 16px;
}

.bhcar-about-posts-text,
.bhcar-about-posts-text > * {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
}

.bhcar-about-posts > ul > li:first-of-type .bh-post-item-content {
  height: 40%;
}

.bhcar-about-posts > ul > li:not(:first-of-type) .bh-post-item-content > div,
.bhcar-about-posts > ul > li:first-of-type .bh-post-item-content > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.bh-post-item-img {
  position: relative;
}

.bh-post-item-img .wp-block-post-terms {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 15;
}

.bh-post-item-img .wp-block-post-terms a {
  background: rgba(226, 36, 21, 0.4);
  border-radius: 12px;
  padding: 4px 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  text-decoration: none;
}

.bhcar-sell-faq-flag {
  position: absolute;
  z-index: -1;
  top: 169px;
  left: -79px;
}

#mobile-menu-close {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 185%;
  color: #fff;
}

.bhcar-about-nos-ellipse {
  position: absolute;
  top: -180px;
  right: 180px;
  z-index: -1;
}

.bh-about-nos-steps {
  margin-top: 74px !important;
}

.bh-about-nos-steps .bh-step-items {
  justify-content: center;
}

.bh-about-nos-steps .bh-step-item {
  position: relative;
  max-width: 336px !important;
}

.bh-about-nos-steps .step-number {
  width: 100%;
  text-align: right;
  position: absolute;
  top: -20px;
  right: 0;
  font-weight: 900;
  font-size: 56px;
  line-height: 122%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.08);
}

.bh-about-nos-steps .bh-step-item-paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}

.bhcar-slider-flag {
  flex-shrink: 0;
}

.bhcar-about-numbers-row > .bhcar-about-line-svg-horizontal {
  display: none;
}

.bhcar-franchise-vivez-flag {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bhcar-franchise-vivez-glow {
  position: absolute;
  bottom: -20%;
  left: 10%;
  z-index: -1;
}

.bhcar-franchise-propos-ellipse {
  position: absolute;
  bottom: -26%;
  left: 0%;
  z-index: -1;
}

.bhcar-franchise-background-gray {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 422px;
  padding: 60px 100px;
  border-radius: 16px;
}

.bhcar-franchise-image-propose {
  position: absolute;
  top: -5%;
  bottom: -5%;
  right: 0;
  margin: auto;
  width: 50%;
}

.bhcar-franchise-image-propose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.bh-franchise-title {
  color: #d9d9d9;
}

.bh-offer {
  position: relative;
  margin-bottom: -120px !important;
}

.bh-offer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  height: 130px;
  filter: blur(140px);
  background-image: url("data:image/svg+xml,%3Csvg width='1411' height='107' viewBox='0 0 1411 107' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='705.5' cy='53.5' rx='705.5' ry='53.5' fill='%23E22415' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  z-index: -1;
}

.bh-offer.blue::before {
  filter: blur(80px);
  background-image: url("data:image/svg+xml,%3Csvg width='1319' height='80' viewBox='0 0 1319 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='659.5' cy='40' rx='659.5' ry='40' fill='%230096CF' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .bh-offer {
    padding-bottom: 45px;
    margin-bottom: 0 !important;

    .bh-post-type-slider-block .swiper-slide {
      width: 96%;
    }
  }
}

/* === Pagination === */
.bh-team-swiper .swiper-pagination {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 10px;
  /* display: block; */
  position: relative;
  bottom: -40px !important;
  left: 0 !important;
}

.bh-team-swiper .swiper-pagination-bullet {
  width: 33px;
  height: 7px;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 4px !important;
  /* transition: background 0.2s, width 0.2s; */
}

.bh-team-swiper .swiper-pagination-bullet-active {
  width: 125px;
  background: #fff;
}

.bh-team-swiper {
  padding-bottom: 50px;
}

.bhcar-about-posts-ellipse-red {
  display: none;
  position: absolute;
  z-index: -1;
  top: -20%;
  left: -130%;
}

.bhcar-about-posts-ellipse-blue {
  display: none;
  position: absolute;
  z-index: -1;
  top: -40%;
  right: -80%;
}

.bhcar-franchise-faq-flag {
  display: none;
  position: absolute;
  left: -106px;
  top: 0;
  z-index: -1;
}

.franchise-services-ellipse-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}

.bhcar-slider-flag-mobile {
  display: none;
}

.bhcar-blog-intro {
  padding: 171px 0 241px;
  background-image: url(../../images/blog/header-background.png);
  background-size: cover;
  background-position: center;
}

.bhcar-blog-category-item {
  border-radius: 8px;
  padding: 16px;
  min-width: 293px;
  height: 50px;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  transition: 0.4s all linear;
}

.bhcar-blog-category-item:hover {
  border: 1px solid #e22415;
  background: transparent;
  color: #fff;
}
.bhcar-blog-category-item.--active {
  border: 1px solid #e22415;
  background: transparent;
  color: #fff;
}

.bhcar-blog-post {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bhcar-blog-post-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 16px 0 8px;
}

.bhcar-blog-post-content {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-height: 50px;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;              */
}

@media (max-width: 768px) {
  .bhcar-blog-post-content {
    min-height: 0%;
  }
}

.bhcar-blog-post-content * {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.bhcar-blog-post-categories {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bhcar-blog-post-categories a {
  border-radius: 6px;
  padding: 4px 12px;
  background: rgba(226, 36, 21, 0.4);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.entry-footer {
  align-items: flex-end;
}

.entry-meta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.bhcar-latest-news-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bhcar-latest-news-big {
  grid-column: 2 span;
  grid-row: 2 span;
}

.bhcar-latest-news-big .bhcar-blog-post {
  height: 100%;
}

.bhcar-latest-news-small {
  grid-column: 3;
}

.bhcar-latest-news-small .post-thumbnail > img {
  height: 191px;
}

.bhcar-latest-news-small .bhcar-blog-post-content {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bhcar-single-categories a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  background: rgba(226, 36, 21, 0.4);
}

.bhcar-single-categories {
  display: flex;
  gap: 16px;
  margin-bottom: 120px;
}

@media (min-width: 100%) {
  .bhcar-single-content {
    max-width: 100%;
  }
}

@media (min-width: 600px) {
  .bhcar-single-content {
    max-width: 600px;
  }
}

@media (min-width: 728px) {
  .bhcar-single-content {
    max-width: 728px;
  }
}

@media (min-width: 984px) {
  .bhcar-single-content {
    max-width: 984px;
  }
}

@media (min-width: 1240px) {
  .bhcar-single-content {
    max-width: 1240px;
  }
}

@media (min-width: 1440px) {
  .bhcar-single-content {
    max-width: 1440px;
  }
}

.bhcar-single-content * {
  color: #fff;
  margin-bottom: 16px;
}

.bhcar-single-hero-ellipse {
  position: absolute;
  top: -300px;
  left: -300px;
  margin: auto;
  z-index: -1;
}

.bhcar-single-content-blue {
  position: absolute;
  top: -300px;
  left: -650px;
  margin: auto;
  z-index: -1;
}

.bhcar-single-content-red {
  position: absolute;
  top: 10px;
  right: -680px;
  margin: auto;
  z-index: -1;
}

.bhcar-single-content-flag {
  position: absolute;
  top: 210px;
  right: 0;
  margin: auto;
  z-index: -1;
}

.bhcar-latest-news-button {
  display: none;
  width: fit-content;
  margin: 0 auto 32px;
}

.bhcar-sell__modals {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  /* align-items: flex-start; */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: auto;
  padding: 20px;
  z-index: 999;
}

.bhcar-sell__modal {
  max-width: 1600px;
  width: 100%;
  padding: 56px;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: relative;
  display: none;
}

.bhcar-sell__modal-close {
  display: block;
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
}

.bhcar-sell__modal-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #f2f2f2;
  margin: 0 0 16px;
}

.bhcar-sell__modal-header {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-bottom: 40px;
}

.bhcar-sell__modal-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 25%;
  /* padding: 32px; */
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: none;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  height: 101px;
}

.bhcar-sell__modal-step:disabled {
  color: rgba(255, 255, 255, 0.3);
}

.bhcar-sell__modal-step > svg > path,
.bhcar-sell__modal-step > svg > g > path {
  fill-opacity: 1;
}

.bhcar-sell__modal-step:disabled > svg > path,
.bhcar-sell__modal-step:disabled > svg > g > path {
  fill-opacity: 0.3;
}

.bhcar-sell__modal-step.--active {
  border-bottom: 3px solid #e22415;
}

.bhcar-sell__modal-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 8px;
}

.bhcar-sell__modal-content {
  max-width: 844px;
  width: 100%;
  display: none;
}

.bhcar-sell__modal-content.--first-step {
  display: block;
}

.bhcar-sell__modal-select {
  border-radius: 11px;
  padding: 11px 24px;
  width: 100%;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  -moz-appearance: none;
}

.bhcar-sell__modal-select::-ms-expand {
  display: none;
}

.bhcar-sell__modal-select:focus {
  border-radius: 11px 11px 0 0;
}

.bhcar-sell__modal-flex {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.bhcar-sell__modal-flex > * {
  width: 50%;
}

.bhcar-sell__modal-group {
  width: 100%;
}

.bhcar-sell__modal-option {
  padding: 11px 24px;
  width: 100%;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: #232323;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.bhcar-sell__modal-arrow {
  position: relative;
}

.bhcar-sell__modal-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}

.bhcar-sell__modal-input {
  border-radius: 11px;
  padding: 11px 24px;
  width: 100%;
  backdrop-filter: blur(42px);
  box-shadow: inset -5px -5px 250px 0 rgba(255, 255, 255, 0.02);
  background: rgba(255, 255, 255, 0.1);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  outline: none;
  border: none;
  height: 40px;
}

.bhcar-sell__modal-input::placeholder {
  padding: 0;
  color: #3c3c3c;
}

.pac-container * {
  color: #fff;
  font-family: "Inter", sans-serif;
}

.bhcar-sell__modal-placeholder {
  position: relative;
}

.bhcar-sell__modal-placeholder > input {
  padding-right: 48px;
}

.bhcar-sell__modal-placeholder::after {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
  content: "km";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.bhcar-sell__modal-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.bhcar-sell__modal-label > svg {
  display: none;
}

.bhcar-sell__modal-checkbox {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.bhcar-sell__modal-checkbox:checked + label > svg {
  display: block;
}

.bhcar-sell__modal-decision {
  display: flex;
  margin: 16px 0 0;
}

.bhcar-sell__modal-decision > p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 0 8px;
  padding: 0;
}

.bhcar-sell__modal-sliders {
  max-width: 540px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bhcar-sell__slider {
  display: none;
}

/* .bhcar-sell__slider.--first-step {
    display: block;
} */

.bhcar-sell__slider-header {
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.bhcar-sell__slider-header > svg {
  transition: 0.4s transform linear;
}

.bhcar-sell__slider-header.--opened {
  border-radius: 16px 16px 0 0;
}

.bhcar-sell__modal-body {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* height: 45vh; */
  /* padding-right: 40px; */
  overflow: auto;
}

.bhcar-sell__modals {
  padding-right: 40px;
  overflow: auto;
  align-items: flex-start;
}

body.--modals-opened {
  overflow: hidden;
}

.bhcar-sell__modals::-webkit-scrollbar {
  width: 5px;
}

.bhcar-sell__modals::-webkit-scrollbar-track {
  background: #3c3c3c;
}

.bhcar-sell__modals::-webkit-scrollbar-thumb {
  background: #e22415;
}

.bhcar-sell__slider-body {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 16px 16px;
  padding: 24px;
  display: none;
  flex-direction: column;
  gap: 16px;
}

.bhcar-sell__slider-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.bhcar-sell__slider-title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  color: #fff;
}

.bhcar-sell__slider-value {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: right;
  color: #fff;
  margin: 0;
}

.bhcar-sell__modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 32px;
}

.bhcar-sell__modal-button {
  border-radius: 8px;
  padding: 12px 24px;
  background: #e22415;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  outline: none;
  cursor: pointer;
}

.bhcar-sell__modal-button > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}

.bhcar-sell__modal-button.bhcarPrevStep {
  display: none;
  background: #1f1f1f;
}

.bhcar-sell__modal-paragraph {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin: 24px 0 0;
}

.bhcar-sell__modal-row {
  margin-bottom: 16px;
}

.bhcar-sell__modal-question {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0 0 24px;
}

.bhcar-sell__modal-information {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  margin: 0 0 16px;
}

.bhcar-sell__modal-result {
  max-width: 426px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 112%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
}

.bhcar-sell__modal-result.--accent {
  border: 1px solid#e22415;
  color: #e22415;
}

.bhcar-sell__modal-information {
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0 0 32px;
}

.bhcar-sell__modal-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #fff;
}

.bhcar-sell__modal-header.--mobile {
  display: none;
}

.bhcar-sell__mobile-animation {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.bhcar-sell__mobile-track {
  height: 3px;
  width: 25%;
  background-color: #e22415;
}
.bh-single-atelier-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bh-agency-services {
  overflow: hidden;
}

.bh-single-atelier-image {
  width: 60%;
}
.bhcar-about-center-card img {
  width: 100% !important;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
  .bhcar-latest-news-grid {
    display: flex;
    flex-direction: column;
  }

  .bh-single-atelier-list {
    display: block;
  }
}

@media (max-width: 980px) {
  .bhcar-sell__modal-header {
    display: none;
  }

  .bhcar-sell__modal-header.--mobile {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .bhcar-sell__modal {
    padding: 16px 24px;
  }

  .bhcar-sell__modal-title {
    font-size: 16px;
    margin: 40px 0;
  }

  .bhcar-sell__mobile-steps {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 4px;
  }

  .bhcar-sell__mobile-steps > span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }

  .bhcar-sell__mobile-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
    gap: 8px;
    margin: 16px 0 24px;
  }

  .bhcar-sell__modal-subtitle {
    font-size: 16px;
  }

  .bhcar-sell__modal-flex.--mobile-fd {
    flex-direction: column;
  }

  .bhcar-sell__modal-select {
    font-size: 14px;
  }

  .bhcar-sell__modal-option {
    font-size: 14px;
  }

  .bhcar-sell__modal-decision > p {
    font-size: 14px;
  }

  .bhcar-sell__modal-label {
    width: 17px;
    height: 17px;
  }

  .bhcar-sell__modal-body {
    flex-direction: column;
    padding: 0 10px;
    /* height: 35vh; */
  }

  .bh-about-nos-steps .step-number {
    top: -5px;
  }

  .bhcar-les-card {
    max-width: 327px;
    margin: 0 auto !important;
  }

  .bhcar-about-posts > ul {
    grid-template: repeat(3, auto) / 1fr;
  }

  .bhcar-about-posts > ul > li:not(:first-of-type) .bh-post-item-content > div,
  .bhcar-about-posts > ul > li:first-of-type .bh-post-item-content > div,
  .bhcar-about-posts > ul > li:first-of-type .bh-post-item-content {
    height: auto;
  }

  .bhcar-about-center-card img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bh-single-atelier-service {
    overflow: visible !important;
    margin-bottom: 30px;
  }

  .bh-single-atelier-service .bh-atelier-toggle {
    margin-top: 10px !important;
  }

  .bh-single-atelier-image {
    width: 100%;
  }

  .bhcar-sell__modal-sliders {
    max-width: 100%;
  }

  .bhcar-sell__modal-input {
    font-size: 14px;
  }

  .bhcar-sell__slider-header {
    font-weight: 500;
  }

  .bhcar-sell__slider-header > svg {
    width: 20px;
    height: 10px;
  }

  .bhcar-sell__slider-body {
    padding: 16px;
  }

  .bhcar-sell__slider-title {
    font-size: 16px;
  }

  .bhcar-sell__slider-value {
    font-size: 14px;
    font-weight: 300;
  }

  .bhcar-sell__modal-footer {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .bhcar-sell__modal-button {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }

  .bhcar-sell__modal-question {
    font-size: 16px;
  }

  .bhcar-sell__modal-information {
    font-size: 18px;
  }

  .bhcar-sell__modal-result {
    font-size: 16px;
    height: 99px;
  }

  .bhcar-sell__modal-item {
    font-size: 14px;
  }

  .bhcar-sell__modal-close {
    top: 16px;
    right: 24px;
  }

  .bhcar-latest-news-button {
    display: flex;
  }

  .bhcar-single-content-flag {
    display: none;
  }

  .bhcar-single-categories {
    margin-bottom: 16px;
  }

  .bhcar-latest-news {
    padding: 0;
  }

  .bhcar-latest-news-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    flex-direction: row;
    padding: 0 24px 20px;
  }

  .bhcar-latest-news-small .post-thumbnail > img {
    height: auto;
  }

  .bhcar-latest-news-big .bhcar-blog-post,
  .bhcar-latest-news .bhcar-blog-post {
    width: 75vw;
    height: 100%;
  }

  .bhcar-blog-intro {
    padding: 70px 24px;
  }

  .bhcar-blog-post-title {
    font-size: 16px;
  }

  .bhcar-blog-post-content * {
    font-size: 14px;
  }

  .entry-meta {
    font-size: 14px;
  }

  .bhcar-blog-category-item {
    font-size: 15px;
    padding: 12px 16px;
    min-width: auto;
  }

  .bhcar-propos-les-flag .bhcar-slider-flag {
    display: none;
  }

  .bhcar-slider-flag-mobile {
    display: block;
    width: 40px;
  }

  .bh-depuis {
    font-size: 20px;
  }

  .bh-vendre-services-paragraph {
    margin: 16px 0 8px !important;
  }

  .bhcar-nos-services .bh-slider-item-standard .bh-slider-thumb img {
    height: 310px;
    object-fit: cover;
    object-position: top;
  }

  .bhcar-nos-services .bh-slider-item-standard .bh-slider-link {
    top: auto;
    bottom: 25px;
    opacity: 1;
  }

  .bhcar-nos-services .swiper-pagination {
    display: none !important;
  }

  .bhcar-nos-services .bh-post-type-slider-block .swiper {
    padding-bottom: 0;
  }

  .mobile-menu-background {
    overflow: auto;
  }

  .mobile-menu-flag-background {
    width: 100%;
  }

  .submenu-toggle {
    padding: 12px;
  }

  #mobile-menu .menu-item {
    padding: 0;
  }

  .bhcar-menu-item-wrapper {
    padding: 18px 24px;
  }

  #mobile-menu .menu-item > .sub-menu > .menu-item {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .bhcar-menu-item-wrapper.open {
    border-bottom: 1px solid #e22415;
  }

  .menu-item > .sub-menu > .menu-item:first-of-type::before {
    display: none;
  }

  .menu-item > .sub-menu {
    position: static;
    width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .menu-item.open > .sub-menu {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
  }

  .submenu-toggle svg {
    transition: transform 0.3s ease;
  }

  .menu-item.open > .bhcar-menu-item-wrapper .submenu-toggle svg {
    transform: rotate(180deg);
  }

  .bhcar-menu-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bhcar-franchise-faq-flag {
    display: block;
  }

  .bhcar-about-posts-ellipse-red,
  .bhcar-about-posts-ellipse-blue {
    display: block;
  }

  .bhcar-about-posts > ul {
    display: flex;
    gap: 0;
  }

  .bhcar-about-posts > ul > li {
    margin: 0;
    width: 80%;
  }

  .bhcar-franchise-background-gray {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    background: transparent;
  }

  .bhcar-franchise-image-propose {
    position: static;
    width: 100%;
    margin-top: 24px !important;
  }

  .bh-post-type-ellipse {
    left: -300%;
  }

  .bh-slider-item-service-franchise {
    align-items: flex-start !important;
  }

  .bh-slider-item-service-franchise .bh-slider-title {
    font-size: 16px !important;
    text-align: left !important;
    margin-top: 16px !important;
  }

  .bh-slider-item-service-franchise .bh-slider-excerpt {
    font-size: 14px !important;
    text-align: left !important;
  }

  .bh-slider-item-service-franchise .bh-slider-thumb img {
    width: 40px !important;
    height: 40px !important;
  }

  .bhcar-franchise-vivez-glow {
    bottom: -40%;
    left: -40%;
  }

  .bh-team-tab {
    font-size: 16px;
    padding: 24px 12px !important;
  }

  .bh-team-member-name,
  .bh-team-member-position {
    font-size: 16px;
  }

  .bhcar-about-posts-title > a {
    font-size: 16px;
  }

  .bhcar-about-posts-text,
  .bhcar-about-posts-text > * {
    font-size: 14px;
  }

  .bh-post-item-img .wp-block-post-terms a {
    font-size: 14px;
  }

  .bh-team-tabs {
    justify-content: flex-start;
    overflow: auto;
  }

  .bhcar-les-background-flag {
    bottom: auto;
    top: 22px;
    width: 237px;
    left: -111px;
  }

  .bh-about-nos-steps .bh-step-item-paragraph {
    margin-top: 0;
  }

  .bh-steps-block .bh-step-item {
    min-height: 180px;
  }

  .bhcar-about-posts > ul > li:first-of-type .wp-post-image {
    height: 161px;
  }

  .bhcar-about-posts > ul > li:first-of-type .wp-post-image {
    margin-bottom: 0;
  }

  .bhcar-about-posts-title > a {
    margin-bottom: 16px;
  }

  .bhcar-about-posts > ul > li:not(:first-of-type),
  .bhcar-about-posts > ul > li:first-of-type {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }

  .bhcar-about-posts > ul > li:not(:first-of-type) .wp-post-image {
    height: 161px;
  }

  .bhcar-about-posts > ul > li:not(:first-of-type) {
    flex-direction: column;
  }

  .bhcar-about-posts > ul > li:not(:first-of-type) .bh-post-item-img,
  .bhcar-about-posts > ul > li:first-of-type .bh-post-item-img {
    width: 100%;
  }

  .bh-about-nos-steps {
    margin-top: 20px !important;
  }

  .bh-about-nos-steps .step-number {
    top: 15px;
  }

  .bhcar-about-nos-ellipse {
    right: -320px;
  }

  .bhcar-about-center-line {
    display: none;
  }

  .bhcar-about-button-justify > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bhcar-about-numbers-row > svg {
    width: 100%;
    height: 1px;
  }

  .bhcar-about-numbers-row > .bhcar-about-line-svg-horizontal {
    display: block;
  }

  .bhcar-about-numbers-row > .bhcar-about-line-svg-vertical {
    display: none;
  }

  .bh-number {
    font-weight: 400;
    font-size: 24px;
  }

  .bhcar-future-circle {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 0;
  }

  .bhcar-pourquoi-ellipse {
    display: block;
    position: absolute;
    left: 0;
    top: -90px;
    z-index: -1;
  }

  .custom-logo {
    width: 90px;
  }

  .bhcar__search-slider.bhcar-trouvez-slider {
    margin: 0 auto;
    width: fit-content;
  }

  .bhcar-trouvez-slider .bhcar__search-slider-next {
    top: 45%;
  }

  .bhcar-trouvez-slider .bhcar__search-slider-prev {
    top: 45%;
  }

  .bhcar-icon-mobile-25 {
    width: 25px;
  }

  .bhcar-slider-flag {
    width: 40px;
  }

  .bhcar-acheter-faq-paragraph {
    margin: 16px auto 32px !important;
  }
  .woocommerce-form-row input,
  .bhcar-register-row-split input {
    padding: 27px 16px 8px !important;
  }
  .woocommerce-form-row label,
  .bhcar-register-row-split label {
    left: 16px !important;
    font-size: 11px !important;
  }

  .blog-categories ul {
    flex-wrap: nowrap;
    padding: 0 24px 0 0;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .blog-categories ul li {
    flex-shrink: 0;
  }
}

@media (max-width: 390px) {
  .woocommerce-form__label.woocommerce-form__label-for-checkbox a {
    margin: 0 !important;
  }
  .bhcar__search-slider.bhcar-trouvez-slider {
    width: 90%;
  }
}

.bh-atelier-deviner {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: -70px;
    right: -69px;
    width: 600px;
    height: 285px;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='431' height='286' viewBox='0 0 431 286' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M445.791 1L396.23 94.2915H544.33L590.976 1H445.791ZM591.476 0H445.19L395.098 94.2915L394.566 95.291H248.651L198.559 189.582L198.027 190.582H199.16H348.409L395.555 96.291L396.055 95.2915H544.948L592.094 1L592.594 0H591.476ZM1.6636 284.874L51.2247 191.583H196.41L149.764 284.874H1.6636ZM50.6236 190.583H196.91H198.028L197.528 191.583L150.382 285.874H1.13235H0L0.53125 284.874L50.6236 190.583ZM305.293 284.874L347.566 191.583H492.707L446.061 284.874H305.293ZM346.921 190.583H493.207H494.325L493.825 191.583L446.679 285.874H304.84H303.742L304.195 284.874L346.921 190.583ZM199.691 189.582L249.252 96.291H394.437L347.791 189.582H199.691Z' fill='%23E22415'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .bh-atelier-deviner::after {
    display: none;
  }
}

.bh-values {
  .bh-step-items {
    justify-content: space-between;
    position: relative;
  }

  .bh-step-item-text {
    margin: 0 0 16px;
  }

  .bh-step-item-paragraph {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
  }

  .bh-step-item-title {
    position: absolute;
    top: -44px;
    right: 0;
    font-size: 56px;
    color: rgba(255, 255, 255, 0.08);
  }
}

.bh-values div.bh-step-item {
  position: relative;
  max-width: unset;
  min-height: unset;
}

.bh-values .bh-step-items::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 200px;
  filter: blur(150px);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='109' viewBox='0 0 421 109' fill='none'%3E%3Cellipse cx='210.5' cy='54.5' rx='210.5' ry='54.5' fill='%23E22415'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .bh-values div.bh-step-item:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8%;
    width: 1px;
    height: 100%;
    background-color: #e22415;
    z-index: -1;
  }

  .bh-values div.bh-step-item {
    max-width: 336px;
  }
}

@media screen and (max-width: 768px) {
  .bh-values .bh-h2 {
    font-size: 18px;
    text-align: left;
    margin-left: 24px;
  }

  .bh-values .bh-steps-block .swiper-pagination-bullet {
    width: 32px;
  }

  .bh-values .bh-steps-block .swiper-pagination-bullet-active {
    width: 80px;
  }

  .bh-values .bh-steps-block .bh-step-item-mobile {
    padding: 0;
  }

  .bh-values .bh-steps-block .swiper-pagination {
    margin-left: -40px;
  }
}

/* Nos Services page*/
.bh-services-hero {
  padding: 120px 0 310px;
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-nos-services-hero.webp");
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .bh-services-hero {
    padding: 40px 0;
  }
}

.bh-services-section .bh-services-accordion > .wp-block-group .bh-p {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.7s ease;
}

.bh-services-section .bh-services-accordion > .wp-block-group {
  padding: 24px;
  margin-bottom: 10px;
}

.bh-services-section .bh-services-accordion > .wp-block-group.active {
  border-radius: 8px;
  border: 1px solid #e22415;
}

.bh-services-section .bh-services-accordion > .wp-block-group.active .bh-p {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  .bh-services-section .bh-services-accordion > .wp-block-group {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #e22415;
    margin-bottom: 16px;
    position: relative;
    gap: 0;

    svg {
      min-width: 20px;
      width: 20px;
      height: 20px;
    }

    .bh-h3 {
      font-size: 13px;
    }

    .bh-p {
      font-size: 12px;
    }

    &::after {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      top: 11px;
      right: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4737 15.815C12.212 16.0617 11.7879 16.0617 11.5263 15.815L4.69621 9.37589C4.4346 9.12924 4.4346 8.72941 4.69621 8.48276L5.01203 8.18499C5.27365 7.93834 5.69782 7.93834 5.95944 8.18499L12 13.8798L18.0406 8.18499C18.3022 7.93834 18.7263 7.93834 18.9879 8.18499L19.3038 8.48276C19.5654 8.72941 19.5654 9.12924 19.3038 9.37589L12.4737 15.815Z' fill='white'/%3E%3C/svg%3E");
    }
  }
}

/* Contact form */
/* Container principal */
.custom-form-container {
  background: #000;
  border: 1px solid var(--Stroke, rgba(255, 255, 255, 0.2));
  border-radius: 16px;

  padding: 40px;
  margin: 0 auto;
}

.custom-form-container h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Labels */
.custom-form-container label {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  position: relative;
}

.custom-form-container label[for="sujet"] {
  width: 100%;
  max-width: 720px;
}

/* Tous les champs de formulaire */
.custom-form-container .form-control {
  width: 100%;
  padding: 8px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.custom-form-container .form-control:focus {
  outline: none;
  border-color: #4a9eff;
  background-color: #333;
}

/* Placeholder */
.custom-form-container .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Ligne avec 2 colonnes (Email et Phone) */
.custom-form-container .form-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 0;
}

.custom-form-container .form-col {
  flex: 1;
}

/* Select dropdown */
.custom-form-container select.form-control {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  padding-right: 45px;
}

.custom-form-container select.form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12 9L6 15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* Textarea */
.custom-form-container textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* Bouton Submit */
.custom-form-container .btn-submit {
  width: 100%;
  padding: 6px 15px;
  background: #dc3232;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

/* Responsive */
@media (max-width: 768px) {
  .custom-form-container {
    padding: 25px;
  }

  .custom-form-container .form-row {
    flex-direction: column;
    gap: 0;
  }

  .custom-form-container h2 {
    font-size: 20px;
  }
}

/* Messages d'erreur Contact Form 7 */
.custom-form-container .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 10px;
  position: absolute;
}

/* Message de confirmation */
.custom-form-container .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.custom-form-container .wpcf7-mail-sent-ok {
  background: #28a745;
  color: #fff;
  border: none;
}

.custom-form-container .wpcf7-mail-sent-ng,
.custom-form-container .wpcf7-spam-blocked,
.custom-form-container .wpcf7-validation-errors {
  background: #dc3545;
  color: #fff;
  border: none;
}

/* Atelier Prestations Page */

.bh-atelier-service.center-red-gradient::before {
  top: 50%;
  right: 10vw;
  filter: blur(80px);
  background-image: url("data:image/svg+xml,%3Csvg width='668' height='115' viewBox='0 0 668 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='334' cy='57.5' rx='334' ry='57' fill='%23E22415' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.bh-atelier-service.right-red-gradient::before {
  top: 50%;
  right: -200px;
  filter: blur(80px);
  background-image: url("data:image/svg+xml,%3Csvg width='668' height='115' viewBox='0 0 668 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='334' cy='57.5' rx='334' ry='57' fill='%23E22415' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
}

.bh-atelier-service.center-blue-gradient::before {
  top: 40%;
  right: 10vw;
  filter: blur(50px);
  background-image: url("data:image/svg+xml,%3Csvg width='683' height='214' viewBox='0 0 683 214' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M356.5 0.5C454.91 0.5 543.984 12.4728 608.439 31.8184C640.67 41.4921 666.718 53.0016 684.695 65.7588C702.686 78.5251 712.5 92.4688 712.5 107C712.5 121.531 702.686 135.475 684.695 148.241C666.718 160.998 640.67 172.508 608.439 182.182C543.984 201.527 454.91 213.5 356.5 213.5C258.09 213.5 169.016 201.527 104.561 182.182C72.3297 172.508 46.2824 160.998 28.3047 148.241C10.3142 135.475 0.5 121.531 0.5 107C0.5 92.4688 10.3142 78.5251 28.3047 65.7588C46.2824 53.0016 72.3297 41.4921 104.561 31.8184C169.016 12.4728 258.09 0.5 356.5 0.5Z' fill='%230096CF' fill-opacity='0.3' stroke='black'/%3E%3C/svg%3E%0A");
}

.bh-atelier-service.left-blue-gradient::before {
  top: 40%;
  right: 20vw;
  filter: blur(50px);
  background-image: url("data:image/svg+xml,%3Csvg width='683' height='214' viewBox='0 0 683 214' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M356.5 0.5C454.91 0.5 543.984 12.4728 608.439 31.8184C640.67 41.4921 666.718 53.0016 684.695 65.7588C702.686 78.5251 712.5 92.4688 712.5 107C712.5 121.531 702.686 135.475 684.695 148.241C666.718 160.998 640.67 172.508 608.439 182.182C543.984 201.527 454.91 213.5 356.5 213.5C258.09 213.5 169.016 201.527 104.561 182.182C72.3297 172.508 46.2824 160.998 28.3047 148.241C10.3142 135.475 0.5 121.531 0.5 107C0.5 92.4688 10.3142 78.5251 28.3047 65.7588C46.2824 53.0016 72.3297 41.4921 104.561 31.8184C169.016 12.4728 258.09 0.5 356.5 0.5Z' fill='%230096CF' fill-opacity='0.3' stroke='black'/%3E%3C/svg%3E%0A");
}

.bh-atelier-service.right-logo::after {
  content: "";
  position: absolute;
  bottom: -122px;
  right: 0;
  width: 415px;
  height: 240px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='415' height='239' viewBox='0 0 415 239' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M371.724 1L330.585 78.4372H453.666L492.384 1H371.724ZM492.884 0H371.123L329.453 78.4372L328.922 79.4372H330.054H454.284L493.502 1L494.002 0H492.884ZM1.6636 237.312L42.8021 159.875H163.462L124.744 237.312H1.6636ZM42.201 158.875H163.962H165.08L164.58 159.875L125.362 238.312H1.13235H0L0.53125 237.312L42.201 158.875ZM254.754 237.312L289.843 159.875H410.459L371.741 237.312H254.754ZM289.198 158.875H410.959H412.077L411.577 159.875L372.359 238.312H254.301H253.203L253.656 237.312L289.198 158.875ZM166.742 157.875L207.88 80.4375H328.54L289.822 157.875H166.742ZM207.279 79.4375H329.04H330.159L329.659 80.4375L290.44 158.875H166.21H165.078L165.609 157.875L207.279 79.4375Z' fill='url(%23paint0_linear_2329_44874)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2329_44874' x1='189.001' y1='238.001' x2='404.501' y2='-40.5004' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.46' stop-color='%230096CF'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bh-atelier-service.right-logo::after {
    display: none;
  }

  .bh-atelier-service.center-red-gradient::before,
  .bh-atelier-service.right-red-gradient::before,
  .bh-atelier-service.center-blue-gradient::before,
  .bh-atelier-service.left-blue-gradient::before {
    top: 80%;
    right: -200px;
  }
  .bh-atelier-service.right-red-gradient::before {
    top: 60%;
  }
}

.bh-atelier-service {
  position: relative;

  &::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 500px;
    height: 200px;
    z-index: -1;
    background-size: 100% 100%;
  }

  .bh-h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;

    span {
      white-space: nowrap;
      font-size: 56px;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.1);
      letter-spacing: 2.8px;
    }
  }

  .bh-p {
    margin-bottom: 20px;
  }

  .wp-block-image img {
    border-radius: 16px;
  }

  .bh-atelier-toggle {
    display: none;

    a {
      font-size: 16px;
      color: #fff;
      background: unset;
      padding: 0;
    }
  }

  .bh-atelier-list {
    gap: 40px;

    a {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      letter-spacing: -0.16px;
      text-decoration: unset;
      display: block;
      position: relative;
      padding-right: 20px;
      margin-bottom: 10px;
    }

    a::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2333_45633)'%3E%3Cpath d='M1.00055 8.99951L11.8445 8.99952L7.73755 13.8535L9.26355 15.1455L15.3105 7.99952L9.26355 0.853515L7.73755 2.14552L11.8445 6.99952L1.00055 6.99951L1.00055 8.99951Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2333_45633'%3E%3Crect width='16' height='16' fill='white' transform='translate(16) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      transition: 0.3s ease;
    }

    a:hover::after {
      transform: translateY(-50%) translateX(10px);
    }
  }
}

@media screen and (max-width: 768px) {
  .bh-atelier-service {
    overflow: hidden;

    .bh-h2 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 12px;

      span {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1.2px;
        color: rgba(255, 255, 255, 0.15);
      }
    }

    .container {
      gap: 10px;
    }

    .bh-atelier-toggle {
      display: block;
      margin-top: -30px;
    }

    .bh-atelier-list {
      gap: 0;

      a {
        font-size: 15px;
      }

      > .wp-block-column:nth-child(2) {
        display: none;
      }
    }

    .wp-block-image img {
      border-radius: 8px;
    }
  }
}

body div#iframe-modal {
  display: flex;
  justify-content: flex-end !important;
}

body div#iframe-modal > div:first-child {
  width: 37% !important;
  height: 100% !important;
  padding: 60px !important;
}

body div#iframe-modal > div > div:first-child {
  right: 60px !important;
  top: 60px !important;
}

body div#iframe-modal > div > div > button:first-child {
  color: black !important;
}

@media screen and (max-width: 768px) {
  body div#iframe-modal > div:first-child {
    width: 100% !important;
    height: 83% !important;
    padding: 0 !important;
  }
}

/* Contact Us Page */
.bh-contact-hero {
  padding: 170px 0 250px;
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-contact-hero-bg.webp");
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
}

.bh-contact-form {
  .wpcf7 {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
  }

  .wpcf7-select {
    width: 100%;
    max-width: 720px;
  }

  .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
  }
}

.bh-contact-form {
  .wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: unset;
  }
}

.bh-contact-form::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 500px;
  height: 200px;
  z-index: -1;
  top: 50%;
  right: -2vw;
  filter: blur(80px);
  background-image: url("data:image/svg+xml,%3Csvg width='668' height='115' viewBox='0 0 668 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='334' cy='57.5' rx='334' ry='57' fill='%23E22415' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

.bh-contact-form::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 500px;
  height: 240px;
  z-index: -1;
  top: 50%;
  left: -4vw;
  background-image: url("data:image/svg+xml,%3Csvg width='359' height='239' viewBox='0 0 359 239' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M236.724 1L195.585 78.4372H318.666L357.384 1H236.724ZM357.884 0H236.123L194.453 78.4372L193.922 79.4372H195.054H319.284L358.502 1L359.002 0H357.884ZM119.754 237.311L154.843 159.874H275.459L236.741 237.311H119.754ZM155.44 158.874H275.959H277.077L276.577 159.874L237.359 238.311H119.301H118.203L118.656 237.311L154.198 158.875H31.2105H30.0801L29.5804 159.874L-9.63821 238.311H-133.868H-135L-134.469 237.311L-92.799 158.874H28.9623H30.0784L30.6094 157.875L72.2791 79.4375H194.04H195.159L194.659 80.4375L155.44 158.874ZM-133.336 237.311L-92.1979 159.874H28.4623L-10.2562 237.311H-133.336ZM31.7417 157.875L72.8802 80.4375H193.54L154.822 157.875H31.7417Z' fill='url(%23paint0_linear_1898_34340)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1898_34340' x1='54.0007' y1='238' x2='269.5' y2='-40.501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.46' stop-color='%230096CF'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

.bh-office-social {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
}

.bh-office-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s ease;

  svg {
    transition: 0.3s ease;
  }
}

.bh-office-social-item:hover svg {
  scale: 1.1;
}

.bh-contact-offices::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 160px;
  z-index: -1;
  top: 61%;
  left: 50%;
  filter: blur(150px);
  background-image: url("data:image/svg+xml,%3Csvg width='668' height='115' viewBox='0 0 668 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='334' cy='57.5' rx='334' ry='57' fill='%23E22415' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

.bh-contact-office {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  padding: 32px;

  p {
    margin-bottom: 16px !important;
  }

  img {
    border-radius: 12px;
  }

  .email,
  .address {
    position: relative;
    padding-left: 38px;
  }

  .email::before,
  .address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
  }

  .email::before {
    background-image: url("/wp-content/themes/groupebh/assets/images/contact/email.svg");
  }

  .address::before {
    background-image: url("/wp-content/themes/groupebh/assets/images/contact/address.svg");
  }

  p,
  a {
    font-size: 15px;

    color: #fff;
    font-weight: 400;
  }

  a {
    text-decoration: unset;
  }
}

@media screen and (max-width: 768px) {
  .bh-contact-hero {
    padding: 40px 0;
  }

  .bh-contact-form {
    .form-control {
      margin-bottom: 8px;
    }

    .wpcf7-not-valid-tip {
      bottom: -25px;
    }
  }

  .bh-office-social {
    position: static;
  }

  .bh-office-social-item {
    width: 32px;
    height: 32px;

    svg {
      width: 20px;
      height: 20px;
    }
  }
}

/*En attendant*/

/* BH Atelier et BH Pare-Brise */

.bh-atelier-rdv-form-container,
form.bh-trouver-pneu-form {
  display: none;
}

/* Qty selector */

/* Remove number input spinners */
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinners {
  -moz-appearance: textfield;
}

/* Remove number input spinners for all quantity inputs */
input[type="number"].qty::-webkit-outer-spin-button,
input[type="number"].qty::-webkit-inner-spin-button,
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button,
.bh-qty-wrapper input[type="number"]::-webkit-outer-spin-button,
.bh-qty-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type="number"].qty,
.no-spinners,
.quantity input[type="number"],
.bh-qty-wrapper input[type="number"] {
  -moz-appearance: textfield !important;
}

.bhcar__breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 10px;
  span {
    color: #fff;
    margin: 0 7px;
  }
}

@media screen and (max-width: 768px) {
  .bhcar__breadcrumbs {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-top: 0;
    > svg {
      flex-shrink: 0;
    }
  }
}

/* Favorites */
button.bhcar-favorite-icon {
  /*z-index: 999 !important;*/
  transition: all 0.6s ease-in-out;
}

button.bhcar-favorite-icon.bh-white-icon svg:hover {
  fill: #fff !important;
}

button.bhcar-favorite-icon.bh-black-icon svg:hover {
  fill: #050505 !important;
}

.logged-in.woocommerce-account .bh-profile .woocommerce {
  flex-direction: row !important;
  align-items: flex-start;
}

.bh-account-navigation-ellipse {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.woocommerce-form-row {
  position: relative;
}

.woocommerce-form-row input {
  padding: 27px 27px 8px;
  width: 100%;
  min-height: 53px;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: none;
}
.woocommerce-form-row input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.woocommerce-form-row-register input {
  border-radius: 10px;
  padding: 21px 27px 8px;
  width: 100%;
  min-height: 53px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  background: rgba(255, 255, 255, 0.1);
  border: none;
}

p.woocommerce-form-row > label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5) !important;
  color: #fff;
}
@media (max-width: 1920px) {
  p.woocommerce-form-row > label {
    font-size: 12px;
  }
  .woocommerce p,
  .woocommerce p > * {
    font-size: 14px;
  }
}

.woocommerce-form-row input:focus {
  --tw-ring-color: #e22415;
}

.bhcar-register-row-split input {
  border-radius: 10px;
  padding: 27px 27px 8px;
  width: 100%;
  min-height: 53px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  background: rgba(255, 255, 255, 0.1);
  border: none;
}

.bhcar-register-row-split input:focus {
  --tw-ring-color: #e22415;
}

.bhcar-register-row-split input::placeholder {
  padding: 0;
  color: #999 !important;
}

.bhcar-register-row-split label {
  position: absolute;
  top: 8px;
  left: 27px;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.woocommerce-form-row input:focus {
  --tw-ring-color: #e22415;
}

.woocommerce-form-row input::placeholder {
  padding: 0;
  color: #999 !important;
}

.woocommerce-form-row label {
  position: absolute;
  top: 8px;
  left: 27px;
}

.bhcar-lost-pass-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
  text-decoration: underline;
  margin: 0 5px;
}
.woocommerce-privacy-policy-text {
  font-size: 12px;
  margin: 24px auto;
}
.woocommerce-privacy-policy-text a {
  color: #fff;
}

@media (max-width: 980px) {
  .logged-in.woocommerce-account .bh-profile .woocommerce {
    flex-direction: column !important;
  }

  .woocommerce-page .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-top: 0;
  }

  .bh-account-navigation-ellipse {
    right: auto;
    left: 30%;
  }

  .bh-account-greeting {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
  }

  .bh-favorites-panels {
    margin: 0 auto;
    width: 100%;
  }

  .bh-favorites-container {
    padding: 0 !important;
  }
}
@media (max-width: 420px) {
  .tab-link {
    width: 100%;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.02) inset !important;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.02) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s !important;
  caret-color: #fff !important;
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.25s ease;
}

.tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block !important;
}

.woocommerce-Input:-webkit-autofill,
.woocommerce-Input:-webkit-autofill:hover,
.woocommerce-Input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.02) inset !important;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.02) inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease 0s !important;
  caret-color: #fff !important;
}

.bh-mention-background {
  background: linear-gradient(180deg, rgba(226, 36, 21, 0.2) 0%, #000 99.98%);
}
.bh-mentions-right-ellipse {
  position: absolute;
  top: 750px;
  right: -152px;
  z-index: -1;
}
.bh-mentions-left-ellipse {
  position: absolute;
  bottom: 938px;
  left: -82px;
  z-index: -1;
}
.bh-terms-center-ellipse {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
#sb_instagram .sbi_photo img {
  border-radius: 16px;
}
.bh-shop-social-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sbi_follow_btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  vertical-align: top;
  zoom: 1;
  padding: 7px 14px;
  margin: 5px auto 0;
  background: #333;
  text-decoration: none;
  line-height: 1.5;
  background: rgb(226, 36, 21);
  color: #fff;
  font-size: 15px;
  border-radius: 8px;
}
.sbi_follow_btn a > span {
  white-space: nowrap;
}
.sbi_follow_btn a > svg {
  flex-shrink: 0;
  height: 15px;
}

@media (max-width: 768px) {
  .bh-shop-social-header {
    padding-right: 24px;
  }

  .bh-shop-social-footer {
    padding-right: 24px;
  }
  #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    padding-right: 24px;
  }
  #sb_instagram {
    overflow: auto;
  }
  #sb_instagram #sbi_images .sbi_item,
  #sb_instagram .sbi_photo_wrap,
  #sb_instagram .sbi_photo,
  #sb_instagram .sbi_photo img {
    width: 310px;
    height: 310px;
  }
  .woocommerce-ordering-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.z-150 {
  z-index: 150;
}
.bh-main-estimez-button a {
  border-radius: 8px;
  padding: 12px 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e22415;
  text-decoration: none;
}
.color-red {
  color: #e22415;
}
.bh-main-estimez-bg {
  background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-main-section.webp");
  background-size: cover;
  background-position: left;
  padding: 100px 64px 280px 0;
  border-radius: 16px;
}

.bh-main-estimez-title {
  margin-bottom: 70px !important;
}

@media (max-width: 1400px) {
  .bh-main-estimez-bg {
    background-position: center;
  }
}
@media (max-width: 768px) {
  .bh-main-estimez-bg {
    background-position: right top;
    padding: 50px 24px;
  }
  .bh-main-estimez-title {
    margin-bottom: 30px !important;
  }
  .bh-main-estimez-button a {
    width: 100%;
  }
}

body.woocommerce-account.woocommerce-page.woocommerce-lost-password
  .woocommerce {
  display: flex;
  flex-direction: column !important;
  gap: 1.5rem;
}

p.wpcf7-contact-form-not-found {
  display: none !important;
}

.home-sell {
  display: none;
}
.bh-home-toggle {
  border-radius: 100px;
  background: #efefef;
  width: fit-content;
  margin: 100px auto 35px !important;
  display: flex;
  p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.66;
    border-radius: 100px;
    padding: 7px 40px;
    transition: 0.3s ease;
  }
  p.active {
    color: #fff;
    background-color: red;
  }
}

.wpcf7 form .wpcf7-response-output {
  position: fixed;
  width: calc(100% - 88px);
  left: 0;
  right: 0;
  bottom: 32px;
  margin: auto;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  background: linear-gradient(
    136deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  gap: 32px;
  z-index: 999;
  border: none !important;
}
.wpcf7-not-valid-tip {
  margin-bottom: 6px;
  font-size: 12px;
}

.bh-home-hero__content .bh-p {
  font-weight: 500 !important;
}

.bh-home-hero__content .bh-p .accent-color {
  font-weight: 900 !important;
}

.bhcar-blog-post .bhcar-blog-post-title > a {
  transition: 0.3s color linear;
}
.bhcar-blog-post:hover .bhcar-blog-post-title > a {
  color: #e22415;
}
.bhcar-latest-news-grid .bhcar-blog-post .wp-post-image {
  border: 1px solid transparent;
  transition: 0.3s border linear;
}
.bhcar-latest-news-grid .bhcar-blog-post:hover .wp-post-image {
  border: 1px solid #e22415;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-notices-wrapper > *,
.woocommerce-error {
  position: fixed;
  width: calc(100% - 88px);
  left: 0;
  right: 0;
  bottom: 32px;
  margin: auto;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  background: linear-gradient(
    136deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  gap: 32px;
  z-index: 999;
  border: none !important;
}

.woocommerce-password-strength {
  color: #0096cf !important;
}
.woocommerce-password-hint {
  color: #e22415 !important;
}

.bh-toggle {
  position: relative;
  display: inline-flex;
  /* padding: 4px; */
  border-radius: 66px;
  background: #fff;
  position: relative;
  z-index: 2;
  flex: 1;
}

.bh-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 50%;
  height: 100%;
  background: #e22415;
  border-radius: 66px;
  z-index: 1;
  transition: transform 0.3s ease;
  transform: translateX(var(--toggle-x, 0%));
}

.bh-toggle .wp-block-button {
  position: relative;
  z-index: 2;
  flex: 1;
}

.bh-toggle .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  border-radius: 66px;
  padding: 10px 40px !important;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.bh-toggle-enabled a {
  color: #fff !important;
}
.bh-toggle-disabled a {
  color: #050505 !important;
}
.bh-team-member {
  width: 80%;
  margin: 0 auto;
}
.wpcf7.js {
  max-width: 760px;
  width: 100%;
}

@media (max-width: 1919px) {
  .bhcar-sell__modal-title {
    font-size: 26px;
  }
  .bhcar-sell__modal-step {
    font-size: 16px;
    height: 75px;
  }
  .bhcar-sell__modal-subtitle,
  .bhcar-sell__modal-arrow *,
  .bhcar-sell__modal-decision > p,
  .bhcar-sell__slider-title,
  .bhcar-sell__slider-value {
    font-size: 14px !important;
  }
  .bh-team-member-name,
  .bh-team-member-position {
    font-size: 16px;
  }
  .bhcar-blog-post-title {
    font-size: 16px;
  }
  .bhcar-blog-post-content * {
    font-size: 14px;
  }
  .bhcar-blog-search-results .bhcar-blog-post img {
    height: 300px !important;
  }
  .bhcar-blog-post-categories a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .bh-team-member {
    width: 100%;
  }
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container,
.container-small {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-secondary {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0;
}

.normal-case {
  text-transform: none;
}
.bhcar-vendez-button-transperent > a {
  --tw-bg-opacity: 0;
  border-radius: 36px !important;
}
.container-google-map{
  padding: 0!important;
}
@media (max-width: 1921px) {
  .bhcar-slider-flag {
    width: 45px;
  }
  .bhcar-main-vendez-flag {
    width: 814px;
  }
  .bh-bg-futur-vehicule {
    min-height: 360px;
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-futur-vehicule-1920.webp");
  }
  .bh-vendez-left-column {
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendez-votre-1920.webp");
  }
  .bh-main-estimez-title {
    max-width: 520px;
    width: 100%;
    text-align: right;
  }
  .bhcar-footer-flag {
    right: -135px;
    bottom: -75px;
  }
  .bhcar-vendez-content-group h3{
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.66);
  }
  .bhcar-vendez-button-transperent > a {
    --tw-bg-opacity: 1;
  }
}
@media (max-width: 768px) {
  .bhcar-link-jc-c a {
    justify-content: center;
  }

  .bhcar-vendre-service-background {
    min-height: 631px;
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendre-service-background-mobile.webp");
    background-size: cover;
    background-position: center;
  }

  .bh-bg-futur-vehicule {
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-futur-vehicule-mobile.webp");
    background-size: contain;
    background-position: center bottom;
  }

  .bh-bg-nouvelle-experience {
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-nouvelle-experience.webp");
    background-size: cover;
    background-position: center;
    min-height: 470px;
    border-radius: 0 !important;
  }

  .bh-bg-futur-vehicule {
    min-height: 510px;
  }

  .bhcar-vendre-top-background {
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendre-top-background-mobile.webp");
    background-size: contain;
    background-position: top;
    padding-top: 174px;
    margin-bottom: 0;
  }

  .bhcar-vendez-ellipse-glow {
    bottom: -430px;
    right: -100%;
    width: 270%;
  }

  .bh-acheter-background-car {
    padding-bottom: 380px;
  }
  .bhcar-vendez-content-group {
    padding-top: 132px;
    margin: auto !important;
    margin-bottom: 47px !important;
  }
  .bh-vendez-left-column {
    background-image: url("/wp-content/themes/groupebh/assets/images/backgrounds/bh-vendez-votre-mobile.webp");
    background-size: cover;
    height: 226px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .bh-vendez-content {
    padding: 0;
    margin-bottom: 47px;
    align-items: center !important;
    padding: 132px 24px 20px;
  }
  .bhcar-triple-ellipse {
    top: 300px !important;
  }
  .container-triple p {
    font-weight: 300;
  }
}

@media (max-width: 500px) {
  .bh-acheter-background-car {
    padding-bottom: 190px;
  }
  .bh-bg-futur-vehicule {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .bhcar-acheter-submit {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 100%) {
  .\!container {
    max-width: 100% !important;
  }

  .container {
    max-width: 100%;
  }
  .container-main {
    max-width: 100%;
  }
  .container-triple {
    max-width: 100%;
  }
  .container-google-map {
    max-width: 100%;
    width: 100%;
    
  }
  .container-main-regular {
    max-width: 100%;
  }
  .container-google-review {
    max-width: 100%;
  }
  .container-footer {
    max-width: 100%;
  }
}

@media (min-width: 600px) {
  /* .\!container {
    max-width: 600px !important;
  }

  .container {
    max-width: 600px;
  } */
}

@media (min-width: 728px) {
  /* .\!container {
    max-width: 728px !important;
  }

  .container {
    max-width: 728px;
  } */
}

@media (min-width: 984px) {
  /* .\!container {
    max-width: 984px !important;
  }

  .container {
    max-width: 984px;
  } */
}

@media (min-width: 1240px) {
  /* .\!container {
    max-width: 1080px !important;
  }

  .container {
    max-width: 1080px;
  } */

  .bh-vendez-left-column {
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 15px;
  }
}

@media (min-width: 1440px) {
  /* .\!container {
    max-width: 1222px !important;
  }

  .container {
    max-width: 1222px;
  } */
}
@media (min-width: 1440px) {
  .bhcar-main-vendez-block {
    height: 711px;
  }
  .container-main {
    max-width: 1316px;
  }
  .container-triple {
    max-width: 942px;
  }
  .container-google-map {
    max-width: 1313px;
    width: 100%;
  }
  .container-main-regular {
    max-width: 1316px;
  }
  .container-google-review {
    max-width: 1316px;
  }
  .container-footer {
    max-width: 1760px;
  }
}

@media (min-width: 1921px) {
  .bhcar-main-vendez-block {
    height: 711px;
  }
  .container-main {
    max-width: 1824px;
  }
  .container-triple {
    max-width: 1260px;
  }
  .container-google-map {
    max-width: 1750px;
    width: 100%;
  }
  .container-main-regular {
    max-width: 1750px;
  }
  .container-google-review {
    max-width: 1824px;
  }
  .container-footer {
    max-width: 2156px;
  }
}
