/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
._am-form-divider > .fieldset:not(:first-of-type) {
  border-top: 1px solid #dfdedd;
  margin-top: 20px;
  padding-top: 30px;
}
._am-price-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #7aa022;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
._ammenu-animation {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto;
    width: 280px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .category-blocks-wrapper .category-tile {
    flex: calc(33.3333% - 40px);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 768px) {
  .amtheme-productinfo-wrap #tab-label-description .amtheme-icon {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  .amtheme-ismobile .page-main .product.info.detailed #reviews {
    transition: none;
  }
}
@media print {
  .catalog-product_compare-index .column.main > .link.compare,
  .catalog-product_compare-index .page-footer,
  .catalog-product_compare-index .amtheme-comparison-headings,
  .catalog-product_compare-index .amtheme-compare-sticky,
  .catalog-product_compare-index .product-item .product-reviews-summary,
  .catalog-product_compare-index .amtheme-scroll-controller,
  .catalog-product_compare-index .action.map-show-info {
    display: none !important;
  }
  .catalog-product_compare-index .amtheme-comparsion-table {
    width: auto;
  }
  .catalog-product_compare-index .amtheme-compare-item .amtheme-wrapper {
    min-width: 195px;
  }
  .catalog-product_compare-index .old-price .price:before,
  .catalog-product_compare-index .old-price-wrap > .old-price:last-of-type:after,
  .catalog-product_compare-index .map-old-price .price-wrapper:before {
    border-top: 1px solid #3d3731;
  }
  .catalog-product_compare-index .amtheme-compare-header .page-title:after {
    font-size: 2.4rem;
    margin: 0;
    position: static;
  }
}
._block-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin: 0 auto 20px;
  max-width: 430px;
}
._block-subtitle {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 20px;
}
@font-face {
  font-family: 'Storelocator';
  src: url('../Magedelight_Storelocator/fonts/icon.woff2') format('woff2'), url('../Magedelight_Storelocator/fonts/icon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  .nav-sections,
  .top-toolbar,
  .amtheme-newsletter-block,
  .amtheme-backtotop-wrap,
  .amtheme-reviews-tab,
  .footer.content,
  .breadcrumbs,
  .form.contact,
  .block.related,
  .block.upsell,
  .block.crosssell,
  .actions-toolbar,
  .toolbar,
  .cart.main.actions .action,
  .cart-summary .checkout-methods-items,
  .cart-discount,
  .block.am-widget {
    display: none !important;
  }
  .products-grid .product-item {
    margin: 0 auto;
  }
  .products-grid .product-item .reviews-actions {
    margin: 0 auto;
    width: 100%;
  }
  .cart.item .item-info > .item > .amtheme-inner {
    display: block;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  * {
    color: #070605 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #dfdedd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    table-layout: fixed;
    width: 100%;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #dfdedd;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
.am-opacity-clear {
  opacity: 0;
  z-index: 10;
}
.am-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  opacity: 1;
  overflow: visible;
  position: static;
  width: auto;
}
.am-custom-scrollbar {
  overflow: auto;
  scrollbar-color: #dfdedd #ffffff;
  scrollbar-face-color: #dfdedd;
  scrollbar-highlight-color: #dfdedd;
  scrollbar-shadow-color: #dfdedd;
  scrollbar-track-color: #ffffff;
  scrollbar-width: thin;
}
.am-custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.am-custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
}
.am-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #dfdedd;
  border-radius: 12px;
}
.am-custom-scrollbar > * {
  max-width: none;
}
.am-text-uppercase {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.am-float-clear {
  clear: both;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-overflow-fade {
  padding: 0;
  position: relative;
}
.am-overflow-fade:after {
  content: '';
  height: 100%;
  left: calc(100% - 22px);
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 32px;
}
.no-display {
  display: none;
}
._am-message-icon-inner > *:first-child:before {
  text-align: right;
  width: 20px;
}
.am-product-options dt:after {
  content: ':';
  display: inline-block;
}
.am-product-options dt + dd {
  float: left;
}
.am-product-options dt {
  clear: both;
  float: left;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 479px) {
  .am-layout-negative-offset {
    margin-inline-end: -25px;
    margin-inline-start: -25px;
    padding-inline-end: 25px;
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 479px) and screen and (-ms-high-contrast: active), only screen and (max-width: 479px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .am-layout-negative-offset {
    margin-inline-end: -35px;
    margin-inline-start: -35px;
    padding-inline-end: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-right: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 768px) and screen and (-ms-high-contrast: active), only screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .am-layout-negative-offset {
    padding-left: 35px;
  }
}
@media (max-width: 1024px + 1) {
  .amasty-mega-menu .header.content {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header .amsearch-form-block.-opened .amsearch-result-section {
    width: 80vw;
    left: 50%;
    transform: translate(-60%, 0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dirckiii-footer .footer-navigation .widget.block .block-title {
    padding: 15px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
  }
  .dirckiii-footer .footer-navigation .widget.block .mobile-collapsible.mobile-closed .block-content {
    display: none;
  }
  .dirckiii-footer .footer-navigation .widget.block .block-content ul li {
    margin-bottom: 5px;
  }
  .dirckiii-footer .footer-navigation .widget.block .block-content ul li a {
    padding: 15px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    display: block;
  }
  .dirckiii-footer .footer-navigation .kolom-5.mobile-flex {
    column-gap: 5px;
    display: flex;
  }
  .dirckiii-footer .footer-navigation .kolom-5.mobile-flex .widget.block.block-static-block {
    flex: 1 1 0px;
  }
  .dirckiii-footer .footer-nix-socials .social-wrapper {
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
  }
  .dirckiii-footer .footer-nix-socials .nix-wrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .dirckiii-footer .footer-copyright .footer-bottom-wrapper {
    padding-bottom: 50px;
  }
  .dirckiii-footer .footer-copyright .footer-bottom-wrapper a {
    font-size: 10px;
  }
}
.flex-row {
  flex-direction: row;
}
[class~="flex-row"] {
  flex-direction: row;
}
.!flex-row {
  flex-direction: row !important;
}
[class~="!flex-row"] {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
[class~="flex-row-reverse"] {
  flex-direction: row-reverse;
}
.!flex-row-reverse {
  flex-direction: row-reverse !important;
}
[class~="!flex-row-reverse"] {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column;
}
[class~="flex-col"] {
  flex-direction: column;
}
.!flex-col {
  flex-direction: column !important;
}
[class~="!flex-col"] {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
[class~="flex-col-reverse"] {
  flex-direction: column-reverse;
}
.!flex-col-reverse {
  flex-direction: column-reverse !important;
}
[class~="!flex-col-reverse"] {
  flex-direction: column-reverse !important;
}
.flex-1 {
  flex: 1 1 0%;
}
[class~="flex-1"] {
  flex: 1 1 0%;
}
.!flex-1 {
  flex: 1 1 0% !important;
}
[class~="!flex-1"] {
  flex: 1 1 0% !important;
}
.flex-auto {
  flex: 1 1 auto;
}
[class~="flex-auto"] {
  flex: 1 1 auto;
}
.!flex-auto {
  flex: 1 1 auto !important;
}
[class~="!flex-auto"] {
  flex: 1 1 auto !important;
}
.flex-initial {
  flex: 0 1 auto;
}
[class~="flex-initial"] {
  flex: 0 1 auto;
}
.!flex-initial {
  flex: 0 1 auto !important;
}
[class~="!flex-initial"] {
  flex: 0 1 auto !important;
}
.flex-none {
  flex: none;
}
[class~="flex-none"] {
  flex: none;
}
.!flex-none {
  flex: none !important;
}
[class~="!flex-none"] {
  flex: none !important;
}
.basis-0 {
  flex-basis: 0px;
}
[class~="basis-0"] {
  flex-basis: 0px;
}
.!basis-0 {
  flex-basis: 0px !important;
}
[class~="!basis-0"] {
  flex-basis: 0px !important;
}
.basis-0.5 {
  flex-basis: 0.125rem;
}
[class~="basis-0.5"] {
  flex-basis: 0.125rem;
}
.!basis-0.5 {
  flex-basis: 0.125rem !important;
}
[class~="!basis-0.5"] {
  flex-basis: 0.125rem !important;
}
.basis-1 {
  flex-basis: 0.25rem;
}
[class~="basis-1"] {
  flex-basis: 0.25rem;
}
.!basis-1 {
  flex-basis: 0.25rem !important;
}
[class~="!basis-1"] {
  flex-basis: 0.25rem !important;
}
.basis-1.5 {
  flex-basis: 0.375rem;
}
[class~="basis-1.5"] {
  flex-basis: 0.375rem;
}
.!basis-1.5 {
  flex-basis: 0.375rem !important;
}
[class~="!basis-1.5"] {
  flex-basis: 0.375rem !important;
}
.basis-2 {
  flex-basis: 0.5rem;
}
[class~="basis-2"] {
  flex-basis: 0.5rem;
}
.!basis-2 {
  flex-basis: 0.5rem !important;
}
[class~="!basis-2"] {
  flex-basis: 0.5rem !important;
}
.basis-2.5 {
  flex-basis: 0.625rem;
}
[class~="basis-2.5"] {
  flex-basis: 0.625rem;
}
.!basis-2.5 {
  flex-basis: 0.625rem !important;
}
[class~="!basis-2.5"] {
  flex-basis: 0.625rem !important;
}
.basis-3 {
  flex-basis: 0.75rem;
}
[class~="basis-3"] {
  flex-basis: 0.75rem;
}
.!basis-3 {
  flex-basis: 0.75rem !important;
}
[class~="!basis-3"] {
  flex-basis: 0.75rem !important;
}
.basis-3.5 {
  flex-basis: 0.875rem;
}
[class~="basis-3.5"] {
  flex-basis: 0.875rem;
}
.!basis-3.5 {
  flex-basis: 0.875rem !important;
}
[class~="!basis-3.5"] {
  flex-basis: 0.875rem !important;
}
.basis-4 {
  flex-basis: 1rem;
}
[class~="basis-4"] {
  flex-basis: 1rem;
}
.!basis-4 {
  flex-basis: 1rem !important;
}
[class~="!basis-4"] {
  flex-basis: 1rem !important;
}
.basis-5 {
  flex-basis: 1.25rem;
}
[class~="basis-5"] {
  flex-basis: 1.25rem;
}
.!basis-5 {
  flex-basis: 1.25rem !important;
}
[class~="!basis-5"] {
  flex-basis: 1.25rem !important;
}
.basis-6 {
  flex-basis: 1.5rem;
}
[class~="basis-6"] {
  flex-basis: 1.5rem;
}
.!basis-6 {
  flex-basis: 1.5rem !important;
}
[class~="!basis-6"] {
  flex-basis: 1.5rem !important;
}
.basis-7 {
  flex-basis: 1.75rem;
}
[class~="basis-7"] {
  flex-basis: 1.75rem;
}
.!basis-7 {
  flex-basis: 1.75rem !important;
}
[class~="!basis-7"] {
  flex-basis: 1.75rem !important;
}
.basis-8 {
  flex-basis: 2rem;
}
[class~="basis-8"] {
  flex-basis: 2rem;
}
.!basis-8 {
  flex-basis: 2rem !important;
}
[class~="!basis-8"] {
  flex-basis: 2rem !important;
}
.basis-9 {
  flex-basis: 2.25rem;
}
[class~="basis-9"] {
  flex-basis: 2.25rem;
}
.!basis-9 {
  flex-basis: 2.25rem !important;
}
[class~="!basis-9"] {
  flex-basis: 2.25rem !important;
}
.basis-10 {
  flex-basis: 2.5rem;
}
[class~="basis-10"] {
  flex-basis: 2.5rem;
}
.!basis-10 {
  flex-basis: 2.5rem !important;
}
[class~="!basis-10"] {
  flex-basis: 2.5rem !important;
}
.basis-11 {
  flex-basis: 2.75rem;
}
[class~="basis-11"] {
  flex-basis: 2.75rem;
}
.!basis-11 {
  flex-basis: 2.75rem !important;
}
[class~="!basis-11"] {
  flex-basis: 2.75rem !important;
}
.basis-12 {
  flex-basis: 3rem;
}
[class~="basis-12"] {
  flex-basis: 3rem;
}
.!basis-12 {
  flex-basis: 3rem !important;
}
[class~="!basis-12"] {
  flex-basis: 3rem !important;
}
.basis-14 {
  flex-basis: 3.5rem;
}
[class~="basis-14"] {
  flex-basis: 3.5rem;
}
.!basis-14 {
  flex-basis: 3.5rem !important;
}
[class~="!basis-14"] {
  flex-basis: 3.5rem !important;
}
.basis-16 {
  flex-basis: 4rem;
}
[class~="basis-16"] {
  flex-basis: 4rem;
}
.!basis-16 {
  flex-basis: 4rem !important;
}
[class~="!basis-16"] {
  flex-basis: 4rem !important;
}
.basis-20 {
  flex-basis: 5rem;
}
[class~="basis-20"] {
  flex-basis: 5rem;
}
.!basis-20 {
  flex-basis: 5rem !important;
}
[class~="!basis-20"] {
  flex-basis: 5rem !important;
}
.basis-24 {
  flex-basis: 6rem;
}
[class~="basis-24"] {
  flex-basis: 6rem;
}
.!basis-24 {
  flex-basis: 6rem !important;
}
[class~="!basis-24"] {
  flex-basis: 6rem !important;
}
.basis-28 {
  flex-basis: 7rem;
}
[class~="basis-28"] {
  flex-basis: 7rem;
}
.!basis-28 {
  flex-basis: 7rem !important;
}
[class~="!basis-28"] {
  flex-basis: 7rem !important;
}
.basis-32 {
  flex-basis: 8rem;
}
[class~="basis-32"] {
  flex-basis: 8rem;
}
.!basis-32 {
  flex-basis: 8rem !important;
}
[class~="!basis-32"] {
  flex-basis: 8rem !important;
}
.basis-36 {
  flex-basis: 9rem;
}
[class~="basis-36"] {
  flex-basis: 9rem;
}
.!basis-36 {
  flex-basis: 9rem !important;
}
[class~="!basis-36"] {
  flex-basis: 9rem !important;
}
.basis-40 {
  flex-basis: 10rem;
}
[class~="basis-40"] {
  flex-basis: 10rem;
}
.!basis-40 {
  flex-basis: 10rem !important;
}
[class~="!basis-40"] {
  flex-basis: 10rem !important;
}
.basis-44 {
  flex-basis: 11rem;
}
[class~="basis-44"] {
  flex-basis: 11rem;
}
.!basis-44 {
  flex-basis: 11rem !important;
}
[class~="!basis-44"] {
  flex-basis: 11rem !important;
}
.basis-48 {
  flex-basis: 12rem;
}
[class~="basis-48"] {
  flex-basis: 12rem;
}
.!basis-48 {
  flex-basis: 12rem !important;
}
[class~="!basis-48"] {
  flex-basis: 12rem !important;
}
.basis-52 {
  flex-basis: 13rem;
}
[class~="basis-52"] {
  flex-basis: 13rem;
}
.!basis-52 {
  flex-basis: 13rem !important;
}
[class~="!basis-52"] {
  flex-basis: 13rem !important;
}
.basis-56 {
  flex-basis: 14rem;
}
[class~="basis-56"] {
  flex-basis: 14rem;
}
.!basis-56 {
  flex-basis: 14rem !important;
}
[class~="!basis-56"] {
  flex-basis: 14rem !important;
}
.basis-60 {
  flex-basis: 15rem;
}
[class~="basis-60"] {
  flex-basis: 15rem;
}
.!basis-60 {
  flex-basis: 15rem !important;
}
[class~="!basis-60"] {
  flex-basis: 15rem !important;
}
.basis-64 {
  flex-basis: 16rem;
}
[class~="basis-64"] {
  flex-basis: 16rem;
}
.!basis-64 {
  flex-basis: 16rem !important;
}
[class~="!basis-64"] {
  flex-basis: 16rem !important;
}
.basis-72 {
  flex-basis: 18rem;
}
[class~="basis-72"] {
  flex-basis: 18rem;
}
.!basis-72 {
  flex-basis: 18rem !important;
}
[class~="!basis-72"] {
  flex-basis: 18rem !important;
}
.basis-80 {
  flex-basis: 20rem;
}
[class~="basis-80"] {
  flex-basis: 20rem;
}
.!basis-80 {
  flex-basis: 20rem !important;
}
[class~="!basis-80"] {
  flex-basis: 20rem !important;
}
.basis-96 {
  flex-basis: 24rem;
}
[class~="basis-96"] {
  flex-basis: 24rem;
}
.!basis-96 {
  flex-basis: 24rem !important;
}
[class~="!basis-96"] {
  flex-basis: 24rem !important;
}
.basis-auto {
  flex-basis: auto;
}
[class~="basis-auto"] {
  flex-basis: auto;
}
.!basis-auto {
  flex-basis: auto !important;
}
[class~="!basis-auto"] {
  flex-basis: auto !important;
}
.basis-px {
  flex-basis: 1px;
}
[class~="basis-px"] {
  flex-basis: 1px;
}
.!basis-px {
  flex-basis: 1px !important;
}
[class~="!basis-px"] {
  flex-basis: 1px !important;
}
.basis-1/2 {
  flex-basis: 50%;
}
[class~="basis-1/2"] {
  flex-basis: 50%;
}
.!basis-1/2 {
  flex-basis: 50% !important;
}
[class~="!basis-1/2"] {
  flex-basis: 50% !important;
}
.basis-1/3 {
  flex-basis: 33.333333%;
}
[class~="basis-1/3"] {
  flex-basis: 33.333333%;
}
.!basis-1/3 {
  flex-basis: 33.333333% !important;
}
[class~="!basis-1/3"] {
  flex-basis: 33.333333% !important;
}
.basis-2/3 {
  flex-basis: 66.666667%;
}
[class~="basis-2/3"] {
  flex-basis: 66.666667%;
}
.!basis-2/3 {
  flex-basis: 66.666667% !important;
}
[class~="!basis-2/3"] {
  flex-basis: 66.666667% !important;
}
.basis-1/4 {
  flex-basis: 25%;
}
[class~="basis-1/4"] {
  flex-basis: 25%;
}
.!basis-1/4 {
  flex-basis: 25% !important;
}
[class~="!basis-1/4"] {
  flex-basis: 25% !important;
}
.basis-2/4 {
  flex-basis: 50%;
}
[class~="basis-2/4"] {
  flex-basis: 50%;
}
.!basis-2/4 {
  flex-basis: 50% !important;
}
[class~="!basis-2/4"] {
  flex-basis: 50% !important;
}
.basis-3/4 {
  flex-basis: 75%;
}
[class~="basis-3/4"] {
  flex-basis: 75%;
}
.!basis-3/4 {
  flex-basis: 75% !important;
}
[class~="!basis-3/4"] {
  flex-basis: 75% !important;
}
.basis-1/5 {
  flex-basis: 20%;
}
[class~="basis-1/5"] {
  flex-basis: 20%;
}
.!basis-1/5 {
  flex-basis: 20% !important;
}
[class~="!basis-1/5"] {
  flex-basis: 20% !important;
}
.basis-2/5 {
  flex-basis: 40%;
}
[class~="basis-2/5"] {
  flex-basis: 40%;
}
.!basis-2/5 {
  flex-basis: 40% !important;
}
[class~="!basis-2/5"] {
  flex-basis: 40% !important;
}
.basis-3/5 {
  flex-basis: 60%;
}
[class~="basis-3/5"] {
  flex-basis: 60%;
}
.!basis-3/5 {
  flex-basis: 60% !important;
}
[class~="!basis-3/5"] {
  flex-basis: 60% !important;
}
.basis-4/5 {
  flex-basis: 80%;
}
[class~="basis-4/5"] {
  flex-basis: 80%;
}
.!basis-4/5 {
  flex-basis: 80% !important;
}
[class~="!basis-4/5"] {
  flex-basis: 80% !important;
}
.basis-1/6 {
  flex-basis: 16.666667%;
}
[class~="basis-1/6"] {
  flex-basis: 16.666667%;
}
.!basis-1/6 {
  flex-basis: 16.666667% !important;
}
[class~="!basis-1/6"] {
  flex-basis: 16.666667% !important;
}
.basis-2/6 {
  flex-basis: 33.333333%;
}
[class~="basis-2/6"] {
  flex-basis: 33.333333%;
}
.!basis-2/6 {
  flex-basis: 33.333333% !important;
}
[class~="!basis-2/6"] {
  flex-basis: 33.333333% !important;
}
.basis-3/6 {
  flex-basis: 50%;
}
[class~="basis-3/6"] {
  flex-basis: 50%;
}
.!basis-3/6 {
  flex-basis: 50% !important;
}
[class~="!basis-3/6"] {
  flex-basis: 50% !important;
}
.basis-4/6 {
  flex-basis: 66.666667%;
}
[class~="basis-4/6"] {
  flex-basis: 66.666667%;
}
.!basis-4/6 {
  flex-basis: 66.666667% !important;
}
[class~="!basis-4/6"] {
  flex-basis: 66.666667% !important;
}
.basis-5/6 {
  flex-basis: 83.333333%;
}
[class~="basis-5/6"] {
  flex-basis: 83.333333%;
}
.!basis-5/6 {
  flex-basis: 83.333333% !important;
}
[class~="!basis-5/6"] {
  flex-basis: 83.333333% !important;
}
.basis-1/12 {
  flex-basis: 8.333333%;
}
[class~="basis-1/12"] {
  flex-basis: 8.333333%;
}
.!basis-1/12 {
  flex-basis: 8.333333% !important;
}
[class~="!basis-1/12"] {
  flex-basis: 8.333333% !important;
}
.basis-2/12 {
  flex-basis: 16.666667%;
}
[class~="basis-2/12"] {
  flex-basis: 16.666667%;
}
.!basis-2/12 {
  flex-basis: 16.666667% !important;
}
[class~="!basis-2/12"] {
  flex-basis: 16.666667% !important;
}
.basis-3/12 {
  flex-basis: 25%;
}
[class~="basis-3/12"] {
  flex-basis: 25%;
}
.!basis-3/12 {
  flex-basis: 25% !important;
}
[class~="!basis-3/12"] {
  flex-basis: 25% !important;
}
.basis-4/12 {
  flex-basis: 33.333333%;
}
[class~="basis-4/12"] {
  flex-basis: 33.333333%;
}
.!basis-4/12 {
  flex-basis: 33.333333% !important;
}
[class~="!basis-4/12"] {
  flex-basis: 33.333333% !important;
}
.basis-5/12 {
  flex-basis: 41.666667%;
}
[class~="basis-5/12"] {
  flex-basis: 41.666667%;
}
.!basis-5/12 {
  flex-basis: 41.666667% !important;
}
[class~="!basis-5/12"] {
  flex-basis: 41.666667% !important;
}
.basis-6/12 {
  flex-basis: 50%;
}
[class~="basis-6/12"] {
  flex-basis: 50%;
}
.!basis-6/12 {
  flex-basis: 50% !important;
}
[class~="!basis-6/12"] {
  flex-basis: 50% !important;
}
.basis-7/12 {
  flex-basis: 58.333333%;
}
[class~="basis-7/12"] {
  flex-basis: 58.333333%;
}
.!basis-7/12 {
  flex-basis: 58.333333% !important;
}
[class~="!basis-7/12"] {
  flex-basis: 58.333333% !important;
}
.basis-8/12 {
  flex-basis: 66.666667%;
}
[class~="basis-8/12"] {
  flex-basis: 66.666667%;
}
.!basis-8/12 {
  flex-basis: 66.666667% !important;
}
[class~="!basis-8/12"] {
  flex-basis: 66.666667% !important;
}
.basis-9/12 {
  flex-basis: 75%;
}
[class~="basis-9/12"] {
  flex-basis: 75%;
}
.!basis-9/12 {
  flex-basis: 75% !important;
}
[class~="!basis-9/12"] {
  flex-basis: 75% !important;
}
.basis-10/12 {
  flex-basis: 83.333333%;
}
[class~="basis-10/12"] {
  flex-basis: 83.333333%;
}
.!basis-10/12 {
  flex-basis: 83.333333% !important;
}
[class~="!basis-10/12"] {
  flex-basis: 83.333333% !important;
}
.basis-11/12 {
  flex-basis: 91.666667%;
}
[class~="basis-11/12"] {
  flex-basis: 91.666667%;
}
.!basis-11/12 {
  flex-basis: 91.666667% !important;
}
[class~="!basis-11/12"] {
  flex-basis: 91.666667% !important;
}
.basis-full {
  flex-basis: 100%;
}
[class~="basis-full"] {
  flex-basis: 100%;
}
.!basis-full {
  flex-basis: 100% !important;
}
[class~="!basis-full"] {
  flex-basis: 100% !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
[class~="flex-wrap"] {
  flex-wrap: wrap;
}
.!flex-wrap {
  flex-wrap: wrap !important;
}
[class~="!flex-wrap"] {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
[class~="flex-wrap-reverse"] {
  flex-wrap: wrap-reverse;
}
.!flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
[class~="!flex-wrap-reverse"] {
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
[class~="flex-nowrap"] {
  flex-wrap: nowrap;
}
.!flex-nowrap {
  flex-wrap: nowrap !important;
}
[class~="!flex-nowrap"] {
  flex-wrap: nowrap !important;
}
.grow {
  flex-grow: 1;
}
[class~="grow"] {
  flex-grow: 1;
}
.!grow {
  flex-grow: 1 !important;
}
[class~="!grow"] {
  flex-grow: 1 !important;
}
.grow-0 {
  flex-grow: 0;
}
[class~="grow-0"] {
  flex-grow: 0;
}
.!grow-0 {
  flex-grow: 0 !important;
}
[class~="!grow-0"] {
  flex-grow: 0 !important;
}
.shrink {
  flex-shrink: 1;
}
[class~="shrink"] {
  flex-shrink: 1;
}
.!shrink {
  flex-shrink: 1 !important;
}
[class~="!shrink"] {
  flex-shrink: 1 !important;
}
.shrink-0 {
  flex-shrink: 0;
}
[class~="shrink-0"] {
  flex-shrink: 0;
}
.!shrink-0 {
  flex-shrink: 0 !important;
}
[class~="!shrink-0"] {
  flex-shrink: 0 !important;
}
.order-1 {
  order: 1;
}
[class~="order-1"] {
  order: 1;
}
.!order-1 {
  order: 1 !important;
}
[class~="!order-1"] {
  order: 1 !important;
}
.order-2 {
  order: 2;
}
[class~="order-2"] {
  order: 2;
}
.!order-2 {
  order: 2 !important;
}
[class~="!order-2"] {
  order: 2 !important;
}
.order-3 {
  order: 3;
}
[class~="order-3"] {
  order: 3;
}
.!order-3 {
  order: 3 !important;
}
[class~="!order-3"] {
  order: 3 !important;
}
.order-4 {
  order: 4;
}
[class~="order-4"] {
  order: 4;
}
.!order-4 {
  order: 4 !important;
}
[class~="!order-4"] {
  order: 4 !important;
}
.order-5 {
  order: 5;
}
[class~="order-5"] {
  order: 5;
}
.!order-5 {
  order: 5 !important;
}
[class~="!order-5"] {
  order: 5 !important;
}
.order-6 {
  order: 6;
}
[class~="order-6"] {
  order: 6;
}
.!order-6 {
  order: 6 !important;
}
[class~="!order-6"] {
  order: 6 !important;
}
.order-7 {
  order: 7;
}
[class~="order-7"] {
  order: 7;
}
.!order-7 {
  order: 7 !important;
}
[class~="!order-7"] {
  order: 7 !important;
}
.order-8 {
  order: 8;
}
[class~="order-8"] {
  order: 8;
}
.!order-8 {
  order: 8 !important;
}
[class~="!order-8"] {
  order: 8 !important;
}
.order-9 {
  order: 9;
}
[class~="order-9"] {
  order: 9;
}
.!order-9 {
  order: 9 !important;
}
[class~="!order-9"] {
  order: 9 !important;
}
.order-10 {
  order: 10;
}
[class~="order-10"] {
  order: 10;
}
.!order-10 {
  order: 10 !important;
}
[class~="!order-10"] {
  order: 10 !important;
}
.order-11 {
  order: 11;
}
[class~="order-11"] {
  order: 11;
}
.!order-11 {
  order: 11 !important;
}
[class~="!order-11"] {
  order: 11 !important;
}
.order-12 {
  order: 12;
}
[class~="order-12"] {
  order: 12;
}
.!order-12 {
  order: 12 !important;
}
[class~="!order-12"] {
  order: 12 !important;
}
.order-first {
  order: -9999;
}
[class~="order-first"] {
  order: -9999;
}
.!order-first {
  order: -9999 !important;
}
[class~="!order-first"] {
  order: -9999 !important;
}
.order-last {
  order: 9999;
}
[class~="order-last"] {
  order: 9999;
}
.!order-last {
  order: 9999 !important;
}
[class~="!order-last"] {
  order: 9999 !important;
}
.order-none {
  order: 0;
}
[class~="order-none"] {
  order: 0;
}
.!order-none {
  order: 0 !important;
}
[class~="!order-none"] {
  order: 0 !important;
}
.block {
  display: block;
}
[class~="block"] {
  display: block;
}
.!block {
  display: block !important;
}
[class~="!block"] {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
[class~="inline-block"] {
  display: inline-block;
}
.!inline-block {
  display: inline-block !important;
}
[class~="!inline-block"] {
  display: inline-block !important;
}
.inline {
  display: inline;
}
[class~="inline"] {
  display: inline;
}
.!inline {
  display: inline !important;
}
[class~="!inline"] {
  display: inline !important;
}
.flex {
  display: flex;
}
[class~="flex"] {
  display: flex;
}
.!flex {
  display: flex !important;
}
[class~="!flex"] {
  display: flex !important;
}
.inline-flex {
  display: inline-flex;
}
[class~="inline-flex"] {
  display: inline-flex;
}
.!inline-flex {
  display: inline-flex !important;
}
[class~="!inline-flex"] {
  display: inline-flex !important;
}
.table {
  display: table;
}
[class~="table"] {
  display: table;
}
.!table {
  display: table !important;
}
[class~="!table"] {
  display: table !important;
}
.inline-table {
  display: inline-table;
}
[class~="inline-table"] {
  display: inline-table;
}
.!inline-table {
  display: inline-table !important;
}
[class~="!inline-table"] {
  display: inline-table !important;
}
.table-caption {
  display: table-caption;
}
[class~="table-caption"] {
  display: table-caption;
}
.!table-caption {
  display: table-caption !important;
}
[class~="!table-caption"] {
  display: table-caption !important;
}
.table-cell {
  display: table-cell;
}
[class~="table-cell"] {
  display: table-cell;
}
.!table-cell {
  display: table-cell !important;
}
[class~="!table-cell"] {
  display: table-cell !important;
}
.table-column {
  display: table-column;
}
[class~="table-column"] {
  display: table-column;
}
.!table-column {
  display: table-column !important;
}
[class~="!table-column"] {
  display: table-column !important;
}
.table-column-group {
  display: table-column-group;
}
[class~="table-column-group"] {
  display: table-column-group;
}
.!table-column-group {
  display: table-column-group !important;
}
[class~="!table-column-group"] {
  display: table-column-group !important;
}
.table-footer-group {
  display: table-footer-group;
}
[class~="table-footer-group"] {
  display: table-footer-group;
}
.!table-footer-group {
  display: table-footer-group !important;
}
[class~="!table-footer-group"] {
  display: table-footer-group !important;
}
.table-header-group {
  display: table-header-group;
}
[class~="table-header-group"] {
  display: table-header-group;
}
.!table-header-group {
  display: table-header-group !important;
}
[class~="!table-header-group"] {
  display: table-header-group !important;
}
.table-row-group {
  display: table-row-group;
}
[class~="table-row-group"] {
  display: table-row-group;
}
.!table-row-group {
  display: table-row-group !important;
}
[class~="!table-row-group"] {
  display: table-row-group !important;
}
.table-row {
  display: table-row;
}
[class~="table-row"] {
  display: table-row;
}
.!table-row {
  display: table-row !important;
}
[class~="!table-row"] {
  display: table-row !important;
}
.flow-root {
  display: flow-root;
}
[class~="flow-root"] {
  display: flow-root;
}
.!flow-root {
  display: flow-root !important;
}
[class~="!flow-root"] {
  display: flow-root !important;
}
.grid {
  display: grid;
}
[class~="grid"] {
  display: grid;
}
.!grid {
  display: grid !important;
}
[class~="!grid"] {
  display: grid !important;
}
.inline-grid {
  display: inline-grid;
}
[class~="inline-grid"] {
  display: inline-grid;
}
.!inline-grid {
  display: inline-grid !important;
}
[class~="!inline-grid"] {
  display: inline-grid !important;
}
.contents {
  display: contents;
}
[class~="contents"] {
  display: contents;
}
.!contents {
  display: contents !important;
}
[class~="!contents"] {
  display: contents !important;
}
.list-item {
  display: list-item;
}
[class~="list-item"] {
  display: list-item;
}
.!list-item {
  display: list-item !important;
}
[class~="!list-item"] {
  display: list-item !important;
}
.hidden {
  display: none;
}
[class~="hidden"] {
  display: none;
}
.!hidden {
  display: none !important;
}
[class~="!hidden"] {
  display: none !important;
}
.static {
  position: static;
}
[class~="static"] {
  position: static;
}
.!static {
  position: static !important;
}
[class~="!static"] {
  position: static !important;
}
.fixed {
  position: fixed;
}
[class~="fixed"] {
  position: fixed;
}
.!fixed {
  position: fixed !important;
}
[class~="!fixed"] {
  position: fixed !important;
}
.absolute {
  position: absolute;
}
[class~="absolute"] {
  position: absolute;
}
.!absolute {
  position: absolute !important;
}
[class~="!absolute"] {
  position: absolute !important;
}
.relative {
  position: relative;
}
[class~="relative"] {
  position: relative;
}
.!relative {
  position: relative !important;
}
[class~="!relative"] {
  position: relative !important;
}
.sticky {
  position: sticky;
}
[class~="sticky"] {
  position: sticky;
}
.!sticky {
  position: sticky !important;
}
[class~="!sticky"] {
  position: sticky !important;
}
.overflow-auto {
  overflow: auto;
}
[class~="overflow-auto"] {
  overflow: auto;
}
.!overflow-auto {
  overflow: auto !important;
}
[class~="!overflow-auto"] {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden;
}
[class~="overflow-hidden"] {
  overflow: hidden;
}
.!overflow-hidden {
  overflow: hidden !important;
}
[class~="!overflow-hidden"] {
  overflow: hidden !important;
}
.overflow-clip {
  overflow: clip;
}
[class~="overflow-clip"] {
  overflow: clip;
}
.!overflow-clip {
  overflow: clip !important;
}
[class~="!overflow-clip"] {
  overflow: clip !important;
}
.overflow-visible {
  overflow: visible;
}
[class~="overflow-visible"] {
  overflow: visible;
}
.!overflow-visible {
  overflow: visible !important;
}
[class~="!overflow-visible"] {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll;
}
[class~="overflow-scroll"] {
  overflow: scroll;
}
.!overflow-scroll {
  overflow: scroll !important;
}
[class~="!overflow-scroll"] {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto;
}
[class~="overflow-x-auto"] {
  overflow-x: auto;
}
.!overflow-x-auto {
  overflow-x: auto !important;
}
[class~="!overflow-x-auto"] {
  overflow-x: auto !important;
}
.overflow-y-auto {
  overflow-y: auto;
}
[class~="overflow-y-auto"] {
  overflow-y: auto;
}
.!overflow-y-auto {
  overflow-y: auto !important;
}
[class~="!overflow-y-auto"] {
  overflow-y: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
[class~="overflow-x-hidden"] {
  overflow-x: hidden;
}
.!overflow-x-hidden {
  overflow-x: hidden !important;
}
[class~="!overflow-x-hidden"] {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
[class~="overflow-y-hidden"] {
  overflow-y: hidden;
}
.!overflow-y-hidden {
  overflow-y: hidden !important;
}
[class~="!overflow-y-hidden"] {
  overflow-y: hidden !important;
}
.overflow-x-clip {
  overflow-x: clip;
}
[class~="overflow-x-clip"] {
  overflow-x: clip;
}
.!overflow-x-clip {
  overflow-x: clip !important;
}
[class~="!overflow-x-clip"] {
  overflow-x: clip !important;
}
.overflow-y-clip {
  overflow-y: clip;
}
[class~="overflow-y-clip"] {
  overflow-y: clip;
}
.!overflow-y-clip {
  overflow-y: clip !important;
}
[class~="!overflow-y-clip"] {
  overflow-y: clip !important;
}
.overflow-x-visible {
  overflow-x: visible;
}
[class~="overflow-x-visible"] {
  overflow-x: visible;
}
.!overflow-x-visible {
  overflow-x: visible !important;
}
[class~="!overflow-x-visible"] {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible;
}
[class~="overflow-y-visible"] {
  overflow-y: visible;
}
.!overflow-y-visible {
  overflow-y: visible !important;
}
[class~="!overflow-y-visible"] {
  overflow-y: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
[class~="overflow-x-scroll"] {
  overflow-x: scroll;
}
.!overflow-x-scroll {
  overflow-x: scroll !important;
}
[class~="!overflow-x-scroll"] {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
[class~="overflow-y-scroll"] {
  overflow-y: scroll;
}
.!overflow-y-scroll {
  overflow-y: scroll !important;
}
[class~="!overflow-y-scroll"] {
  overflow-y: scroll !important;
}
.text-left {
  text-align: left;
}
[class~="text-left"] {
  text-align: left;
}
.!text-left {
  text-align: left !important;
}
[class~="!text-left"] {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
[class~="text-center"] {
  text-align: center;
}
.!text-center {
  text-align: center !important;
}
[class~="!text-center"] {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
[class~="text-right"] {
  text-align: right;
}
.!text-right {
  text-align: right !important;
}
[class~="!text-right"] {
  text-align: right !important;
}
.text-justify {
  text-align: justify;
}
[class~="text-justify"] {
  text-align: justify;
}
.!text-justify {
  text-align: justify !important;
}
[class~="!text-justify"] {
  text-align: justify !important;
}
.text-start {
  text-align: start;
}
[class~="text-start"] {
  text-align: start;
}
.!text-start {
  text-align: start !important;
}
[class~="!text-start"] {
  text-align: start !important;
}
.text-end {
  text-align: end;
}
[class~="text-end"] {
  text-align: end;
}
.!text-end {
  text-align: end !important;
}
[class~="!text-end"] {
  text-align: end !important;
}
.text-primary {
  color: #000000;
}
[class~="text-primary"] {
  color: #000000;
}
.!text-primary {
  color: #000000 !important;
}
[class~="!text-primary"] {
  color: #000000 !important;
}
.text-primary-dark {
  color: #262626;
}
[class~="text-primary-dark"] {
  color: #262626;
}
.!text-primary-dark {
  color: #262626 !important;
}
[class~="!text-primary-dark"] {
  color: #262626 !important;
}
.text-secondary {
  color: #878178;
}
[class~="text-secondary"] {
  color: #878178;
}
.!text-secondary {
  color: #878178 !important;
}
[class~="!text-secondary"] {
  color: #878178 !important;
}
.text-secondary-dark {
  color: #d5d4cd;
}
[class~="text-secondary-dark"] {
  color: #d5d4cd;
}
.!text-secondary-dark {
  color: #d5d4cd !important;
}
[class~="!text-secondary-dark"] {
  color: #d5d4cd !important;
}
.text-accent {
  color: #b90a0a;
}
[class~="text-accent"] {
  color: #b90a0a;
}
.!text-accent {
  color: #b90a0a !important;
}
[class~="!text-accent"] {
  color: #b90a0a !important;
}
.text-accent-dark {
  color: #e85050;
}
[class~="text-accent-dark"] {
  color: #e85050;
}
.!text-accent-dark {
  color: #e85050 !important;
}
[class~="!text-accent-dark"] {
  color: #e85050 !important;
}
.text-special {
  color: #ffec00;
}
[class~="text-special"] {
  color: #ffec00;
}
.!text-special {
  color: #ffec00 !important;
}
[class~="!text-special"] {
  color: #ffec00 !important;
}
.text-special-dark {
  color: #fff079;
}
[class~="text-special-dark"] {
  color: #fff079;
}
.!text-special-dark {
  color: #fff079 !important;
}
[class~="!text-special-dark"] {
  color: #fff079 !important;
}
.text-invert {
  color: #ffffff;
}
[class~="text-invert"] {
  color: #ffffff;
}
.!text-invert {
  color: #ffffff !important;
}
[class~="!text-invert"] {
  color: #ffffff !important;
}
.text-invert-dark {
  color: #999999;
}
[class~="text-invert-dark"] {
  color: #999999;
}
.!text-invert-dark {
  color: #999999 !important;
}
[class~="!text-invert-dark"] {
  color: #999999 !important;
}
.text-success {
  color: #10b981 99;
}
[class~="text-success"] {
  color: #10b981 99;
}
.!text-success {
  color: #10b981 99 !important;
}
[class~="!text-success"] {
  color: #10b981 99 !important;
}
.text-warning {
  color: #f59e0b 99;
}
[class~="text-warning"] {
  color: #f59e0b 99;
}
.!text-warning {
  color: #f59e0b 99 !important;
}
[class~="!text-warning"] {
  color: #f59e0b 99 !important;
}
.text-error {
  color: #ef4444 99;
}
[class~="text-error"] {
  color: #ef4444 99;
}
.!text-error {
  color: #ef4444 99 !important;
}
[class~="!text-error"] {
  color: #ef4444 99 !important;
}
.text-white {
  color: #ffffff;
}
[class~="text-white"] {
  color: #ffffff;
}
.!text-white {
  color: #ffffff !important;
}
[class~="!text-white"] {
  color: #ffffff !important;
}
.text-black {
  color: #000000;
}
[class~="text-black"] {
  color: #000000;
}
.!text-black {
  color: #000000 !important;
}
[class~="!text-black"] {
  color: #000000 !important;
}
.text-transparent {
  color: rgba(255, 255, 255, 0);
}
[class~="text-transparent"] {
  color: rgba(255, 255, 255, 0);
}
.!text-transparent {
  color: rgba(255, 255, 255, 0) !important;
}
[class~="!text-transparent"] {
  color: rgba(255, 255, 255, 0) !important;
}
.text-red-50 {
  color: #f5d2d2;
}
[class~="text-red-50"] {
  color: #f5d2d2;
}
.!text-red-50 {
  color: #f5d2d2 !important;
}
[class~="!text-red-50"] {
  color: #f5d2d2 !important;
}
.text-red-100 {
  color: #f0b3b3;
}
[class~="text-red-100"] {
  color: #f0b3b3;
}
.!text-red-100 {
  color: #f0b3b3 !important;
}
[class~="!text-red-100"] {
  color: #f0b3b3 !important;
}
.text-red-200 {
  color: #ec9393;
}
[class~="text-red-200"] {
  color: #ec9393;
}
.!text-red-200 {
  color: #ec9393 !important;
}
[class~="!text-red-200"] {
  color: #ec9393 !important;
}
.text-red-300 {
  color: #ea7272;
}
[class~="text-red-300"] {
  color: #ea7272;
}
.!text-red-300 {
  color: #ea7272 !important;
}
[class~="!text-red-300"] {
  color: #ea7272 !important;
}
.text-red-400 {
  color: #e85050;
}
[class~="text-red-400"] {
  color: #e85050;
}
.!text-red-400 {
  color: #e85050 !important;
}
[class~="!text-red-400"] {
  color: #e85050 !important;
}
.text-red-500 {
  color: #e82c2d;
}
[class~="text-red-500"] {
  color: #e82c2d;
}
.!text-red-500 {
  color: #e82c2d !important;
}
[class~="!text-red-500"] {
  color: #e82c2d !important;
}
.text-red-600 {
  color: #dd1314;
}
[class~="text-red-600"] {
  color: #dd1314;
}
.!text-red-600 {
  color: #dd1314 !important;
}
[class~="!text-red-600"] {
  color: #dd1314 !important;
}
.text-red-700 {
  color: #c00d0e;
}
[class~="text-red-700"] {
  color: #c00d0e;
}
.!text-red-700 {
  color: #c00d0e !important;
}
[class~="!text-red-700"] {
  color: #c00d0e !important;
}
.text-red-800 {
  color: #b90a0a;
}
[class~="text-red-800"] {
  color: #b90a0a;
}
.!text-red-800 {
  color: #b90a0a !important;
}
[class~="!text-red-800"] {
  color: #b90a0a !important;
}
.text-red-900 {
  color: #9a0a0b;
}
[class~="text-red-900"] {
  color: #9a0a0b;
}
.!text-red-900 {
  color: #9a0a0b !important;
}
[class~="!text-red-900"] {
  color: #9a0a0b !important;
}
.text-zorba-50 {
  color: #fafaf9;
}
[class~="text-zorba-50"] {
  color: #fafaf9;
}
.!text-zorba-50 {
  color: #fafaf9 !important;
}
[class~="!text-zorba-50"] {
  color: #fafaf9 !important;
}
.text-zorba-100 {
  color: #e7e7e3;
}
[class~="text-zorba-100"] {
  color: #e7e7e3;
}
.!text-zorba-100 {
  color: #e7e7e3 !important;
}
[class~="!text-zorba-100"] {
  color: #e7e7e3 !important;
}
.text-zorba-200 {
  color: #d5d4cd;
}
[class~="text-zorba-200"] {
  color: #d5d4cd;
}
.!text-zorba-200 {
  color: #d5d4cd !important;
}
[class~="!text-zorba-200"] {
  color: #d5d4cd !important;
}
.text-zorba-300 {
  color: #c1c0b8;
}
[class~="text-zorba-300"] {
  color: #c1c0b8;
}
.!text-zorba-300 {
  color: #c1c0b8 !important;
}
[class~="!text-zorba-300"] {
  color: #c1c0b8 !important;
}
.text-zorba-400 {
  color: #aeaba2;
}
[class~="text-zorba-400"] {
  color: #aeaba2;
}
.!text-zorba-400 {
  color: #aeaba2 !important;
}
[class~="!text-zorba-400"] {
  color: #aeaba2 !important;
}
.text-zorba-500 {
  color: #9b968d;
}
[class~="text-zorba-500"] {
  color: #9b968d;
}
.!text-zorba-500 {
  color: #9b968d !important;
}
[class~="!text-zorba-500"] {
  color: #9b968d !important;
}
.text-zorba-600 {
  color: #878178;
}
[class~="text-zorba-600"] {
  color: #878178;
}
.!text-zorba-600 {
  color: #878178 !important;
}
[class~="!text-zorba-600"] {
  color: #878178 !important;
}
.text-zorba-700 {
  color: #716c66;
}
[class~="text-zorba-700"] {
  color: #716c66;
}
.!text-zorba-700 {
  color: #716c66 !important;
}
[class~="!text-zorba-700"] {
  color: #716c66 !important;
}
.text-zorba-800 {
  color: #5b5753;
}
[class~="text-zorba-800"] {
  color: #5b5753;
}
.!text-zorba-800 {
  color: #5b5753 !important;
}
[class~="!text-zorba-800"] {
  color: #5b5753 !important;
}
.text-zorba-900 {
  color: #494642;
}
[class~="text-zorba-900"] {
  color: #494642;
}
.!text-zorba-900 {
  color: #494642 !important;
}
[class~="!text-zorba-900"] {
  color: #494642 !important;
}
.text-yellow-50 {
  color: #fffdf2;
}
[class~="text-yellow-50"] {
  color: #fffdf2;
}
.!text-yellow-50 {
  color: #fffdf2 !important;
}
[class~="!text-yellow-50"] {
  color: #fffdf2 !important;
}
.text-yellow-100 {
  color: #fff9d4;
}
[class~="text-yellow-100"] {
  color: #fff9d4;
}
.!text-yellow-100 {
  color: #fff9d4 !important;
}
[class~="!text-yellow-100"] {
  color: #fff9d4 !important;
}
.text-yellow-200 {
  color: #fff5b6;
}
[class~="text-yellow-200"] {
  color: #fff5b6;
}
.!text-yellow-200 {
  color: #fff5b6 !important;
}
[class~="!text-yellow-200"] {
  color: #fff5b6 !important;
}
.text-yellow-300 {
  color: #fff297;
}
[class~="text-yellow-300"] {
  color: #fff297;
}
.!text-yellow-300 {
  color: #fff297 !important;
}
[class~="!text-yellow-300"] {
  color: #fff297 !important;
}
.text-yellow-400 {
  color: #fff079;
}
[class~="text-yellow-400"] {
  color: #fff079;
}
.!text-yellow-400 {
  color: #fff079 !important;
}
[class~="!text-yellow-400"] {
  color: #fff079 !important;
}
.text-yellow-500 {
  color: #ffee5b;
}
[class~="text-yellow-500"] {
  color: #ffee5b;
}
.!text-yellow-500 {
  color: #ffee5b !important;
}
[class~="!text-yellow-500"] {
  color: #ffee5b !important;
}
.text-yellow-600 {
  color: #ffed3c;
}
[class~="text-yellow-600"] {
  color: #ffed3c;
}
.!text-yellow-600 {
  color: #ffed3c !important;
}
[class~="!text-yellow-600"] {
  color: #ffed3c !important;
}
.text-yellow-700 {
  color: #ffec1e;
}
[class~="text-yellow-700"] {
  color: #ffec1e;
}
.!text-yellow-700 {
  color: #ffec1e !important;
}
[class~="!text-yellow-700"] {
  color: #ffec1e !important;
}
.text-yellow-800 {
  color: #ffec00;
}
[class~="text-yellow-800"] {
  color: #ffec00;
}
.!text-yellow-800 {
  color: #ffec00 !important;
}
[class~="!text-yellow-800"] {
  color: #ffec00 !important;
}
.text-yellow-900 {
  color: #ccbd18;
}
[class~="text-yellow-900"] {
  color: #ccbd18;
}
.!text-yellow-900 {
  color: #ccbd18 !important;
}
[class~="!text-yellow-900"] {
  color: #ccbd18 !important;
}
.text-creme-50 {
  color: #fff4e8;
}
[class~="text-creme-50"] {
  color: #fff4e8;
}
.!text-creme-50 {
  color: #fff4e8 !important;
}
[class~="!text-creme-50"] {
  color: #fff4e8 !important;
}
.text-creme-100 {
  color: #feebd6;
}
[class~="text-creme-100"] {
  color: #feebd6;
}
.!text-creme-100 {
  color: #feebd6 !important;
}
[class~="!text-creme-100"] {
  color: #feebd6 !important;
}
.text-creme-200 {
  color: #fbe1c5;
}
[class~="text-creme-200"] {
  color: #fbe1c5;
}
.!text-creme-200 {
  color: #fbe1c5 !important;
}
[class~="!text-creme-200"] {
  color: #fbe1c5 !important;
}
.text-creme-300 {
  color: #f8d8b5;
}
[class~="text-creme-300"] {
  color: #f8d8b5;
}
.!text-creme-300 {
  color: #f8d8b5 !important;
}
[class~="!text-creme-300"] {
  color: #f8d8b5 !important;
}
.text-creme-400 {
  color: #f3cea6;
}
[class~="text-creme-400"] {
  color: #f3cea6;
}
.!text-creme-400 {
  color: #f3cea6 !important;
}
[class~="!text-creme-400"] {
  color: #f3cea6 !important;
}
.text-creme-500 {
  color: #edc499;
}
[class~="text-creme-500"] {
  color: #edc499;
}
.!text-creme-500 {
  color: #edc499 !important;
}
[class~="!text-creme-500"] {
  color: #edc499 !important;
}
.text-creme-600 {
  color: #e7ba8c;
}
[class~="text-creme-600"] {
  color: #e7ba8c;
}
.!text-creme-600 {
  color: #e7ba8c !important;
}
[class~="!text-creme-600"] {
  color: #e7ba8c !important;
}
.text-creme-700 {
  color: #deb181;
}
[class~="text-creme-700"] {
  color: #deb181;
}
.!text-creme-700 {
  color: #deb181 !important;
}
[class~="!text-creme-700"] {
  color: #deb181 !important;
}
.text-creme-800 {
  color: #d5a777;
}
[class~="text-creme-800"] {
  color: #d5a777;
}
.!text-creme-800 {
  color: #d5a777 !important;
}
[class~="!text-creme-800"] {
  color: #d5a777 !important;
}
.text-creme-900 {
  color: #cb9d6e;
}
[class~="text-creme-900"] {
  color: #cb9d6e;
}
.!text-creme-900 {
  color: #cb9d6e !important;
}
[class~="!text-creme-900"] {
  color: #cb9d6e !important;
}
.text-gray-50 {
  color: #f5f5f5;
}
[class~="text-gray-50"] {
  color: #f5f5f5;
}
.!text-gray-50 {
  color: #f5f5f5 !important;
}
[class~="!text-gray-50"] {
  color: #f5f5f5 !important;
}
.text-gray-100 {
  color: #dedede;
}
[class~="text-gray-100"] {
  color: #dedede;
}
.!text-gray-100 {
  color: #dedede !important;
}
[class~="!text-gray-100"] {
  color: #dedede !important;
}
.text-gray-200 {
  color: #c7c7c7;
}
[class~="text-gray-200"] {
  color: #c7c7c7;
}
.!text-gray-200 {
  color: #c7c7c7 !important;
}
[class~="!text-gray-200"] {
  color: #c7c7c7 !important;
}
.text-gray-300 {
  color: #b0b0b0;
}
[class~="text-gray-300"] {
  color: #b0b0b0;
}
.!text-gray-300 {
  color: #b0b0b0 !important;
}
[class~="!text-gray-300"] {
  color: #b0b0b0 !important;
}
.text-gray-400 {
  color: #999999;
}
[class~="text-gray-400"] {
  color: #999999;
}
.!text-gray-400 {
  color: #999999 !important;
}
[class~="!text-gray-400"] {
  color: #999999 !important;
}
.text-gray-500 {
  color: #828282;
}
[class~="text-gray-500"] {
  color: #828282;
}
.!text-gray-500 {
  color: #828282 !important;
}
[class~="!text-gray-500"] {
  color: #828282 !important;
}
.text-gray-600 {
  color: #6b6b6b;
}
[class~="text-gray-600"] {
  color: #6b6b6b;
}
.!text-gray-600 {
  color: #6b6b6b !important;
}
[class~="!text-gray-600"] {
  color: #6b6b6b !important;
}
.text-gray-700 {
  color: #545454;
}
[class~="text-gray-700"] {
  color: #545454;
}
.!text-gray-700 {
  color: #545454 !important;
}
[class~="!text-gray-700"] {
  color: #545454 !important;
}
.text-gray-800 {
  color: #3d3d3d;
}
[class~="text-gray-800"] {
  color: #3d3d3d;
}
.!text-gray-800 {
  color: #3d3d3d !important;
}
[class~="!text-gray-800"] {
  color: #3d3d3d !important;
}
.text-gray-900 {
  color: #262626;
}
[class~="text-gray-900"] {
  color: #262626;
}
.!text-gray-900 {
  color: #262626 !important;
}
[class~="!text-gray-900"] {
  color: #262626 !important;
}
.bg-primary {
  background-color: #ffffff;
}
[class~="bg-primary"] {
  background-color: #ffffff;
}
.!bg-primary {
  background-color: #ffffff !important;
}
[class~="!bg-primary"] {
  background-color: #ffffff !important;
}
.bg-primary-dark {
  background-color: #f5f5f5;
}
[class~="bg-primary-dark"] {
  background-color: #f5f5f5;
}
.!bg-primary-dark {
  background-color: #f5f5f5 !important;
}
[class~="!bg-primary-dark"] {
  background-color: #f5f5f5 !important;
}
.bg-secondary {
  background-color: #fff4e8;
}
[class~="bg-secondary"] {
  background-color: #fff4e8;
}
.!bg-secondary {
  background-color: #fff4e8 !important;
}
[class~="!bg-secondary"] {
  background-color: #fff4e8 !important;
}
.bg-secondary-dark {
  background-color: #feebd6;
}
[class~="bg-secondary-dark"] {
  background-color: #feebd6;
}
.!bg-secondary-dark {
  background-color: #feebd6 !important;
}
[class~="!bg-secondary-dark"] {
  background-color: #feebd6 !important;
}
.bg-accent {
  background-color: #c00d0e;
}
[class~="bg-accent"] {
  background-color: #c00d0e;
}
.!bg-accent {
  background-color: #c00d0e !important;
}
[class~="!bg-accent"] {
  background-color: #c00d0e !important;
}
.bg-accent-dark {
  background-color: #e85050;
}
[class~="bg-accent-dark"] {
  background-color: #e85050;
}
.!bg-accent-dark {
  background-color: #e85050 !important;
}
[class~="!bg-accent-dark"] {
  background-color: #e85050 !important;
}
.bg-special {
  background-color: #ffec00;
}
[class~="bg-special"] {
  background-color: #ffec00;
}
.!bg-special {
  background-color: #ffec00 !important;
}
[class~="!bg-special"] {
  background-color: #ffec00 !important;
}
.bg-special-dark {
  background-color: #fff079;
}
[class~="bg-special-dark"] {
  background-color: #fff079;
}
.!bg-special-dark {
  background-color: #fff079 !important;
}
[class~="!bg-special-dark"] {
  background-color: #fff079 !important;
}
.bg-invert {
  background-color: #262626;
}
[class~="bg-invert"] {
  background-color: #262626;
}
.!bg-invert {
  background-color: #262626 !important;
}
[class~="!bg-invert"] {
  background-color: #262626 !important;
}
.bg-invert-dark {
  background-color: #545454;
}
[class~="bg-invert-dark"] {
  background-color: #545454;
}
.!bg-invert-dark {
  background-color: #545454 !important;
}
[class~="!bg-invert-dark"] {
  background-color: #545454 !important;
}
.bg-white {
  background-color: #ffffff;
}
[class~="bg-white"] {
  background-color: #ffffff;
}
.!bg-white {
  background-color: #ffffff !important;
}
[class~="!bg-white"] {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #000000;
}
[class~="bg-black"] {
  background-color: #000000;
}
.!bg-black {
  background-color: #000000 !important;
}
[class~="!bg-black"] {
  background-color: #000000 !important;
}
.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}
[class~="bg-transparent"] {
  background-color: rgba(255, 255, 255, 0);
}
.!bg-transparent {
  background-color: rgba(255, 255, 255, 0) !important;
}
[class~="!bg-transparent"] {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bg-red-50 {
  background-color: #f5d2d2;
}
[class~="bg-red-50"] {
  background-color: #f5d2d2;
}
.!bg-red-50 {
  background-color: #f5d2d2 !important;
}
[class~="!bg-red-50"] {
  background-color: #f5d2d2 !important;
}
.bg-red-100 {
  background-color: #f0b3b3;
}
[class~="bg-red-100"] {
  background-color: #f0b3b3;
}
.!bg-red-100 {
  background-color: #f0b3b3 !important;
}
[class~="!bg-red-100"] {
  background-color: #f0b3b3 !important;
}
.bg-red-200 {
  background-color: #ec9393;
}
[class~="bg-red-200"] {
  background-color: #ec9393;
}
.!bg-red-200 {
  background-color: #ec9393 !important;
}
[class~="!bg-red-200"] {
  background-color: #ec9393 !important;
}
.bg-red-300 {
  background-color: #ea7272;
}
[class~="bg-red-300"] {
  background-color: #ea7272;
}
.!bg-red-300 {
  background-color: #ea7272 !important;
}
[class~="!bg-red-300"] {
  background-color: #ea7272 !important;
}
.bg-red-400 {
  background-color: #e85050;
}
[class~="bg-red-400"] {
  background-color: #e85050;
}
.!bg-red-400 {
  background-color: #e85050 !important;
}
[class~="!bg-red-400"] {
  background-color: #e85050 !important;
}
.bg-red-500 {
  background-color: #e82c2d;
}
[class~="bg-red-500"] {
  background-color: #e82c2d;
}
.!bg-red-500 {
  background-color: #e82c2d !important;
}
[class~="!bg-red-500"] {
  background-color: #e82c2d !important;
}
.bg-red-600 {
  background-color: #dd1314;
}
[class~="bg-red-600"] {
  background-color: #dd1314;
}
.!bg-red-600 {
  background-color: #dd1314 !important;
}
[class~="!bg-red-600"] {
  background-color: #dd1314 !important;
}
.bg-red-700 {
  background-color: #c00d0e;
}
[class~="bg-red-700"] {
  background-color: #c00d0e;
}
.!bg-red-700 {
  background-color: #c00d0e !important;
}
[class~="!bg-red-700"] {
  background-color: #c00d0e !important;
}
.bg-red-800 {
  background-color: #b90a0a;
}
[class~="bg-red-800"] {
  background-color: #b90a0a;
}
.!bg-red-800 {
  background-color: #b90a0a !important;
}
[class~="!bg-red-800"] {
  background-color: #b90a0a !important;
}
.bg-red-900 {
  background-color: #9a0a0b;
}
[class~="bg-red-900"] {
  background-color: #9a0a0b;
}
.!bg-red-900 {
  background-color: #9a0a0b !important;
}
[class~="!bg-red-900"] {
  background-color: #9a0a0b !important;
}
.bg-zorba-50 {
  background-color: #fafaf9;
}
[class~="bg-zorba-50"] {
  background-color: #fafaf9;
}
.!bg-zorba-50 {
  background-color: #fafaf9 !important;
}
[class~="!bg-zorba-50"] {
  background-color: #fafaf9 !important;
}
.bg-zorba-100 {
  background-color: #e7e7e3;
}
[class~="bg-zorba-100"] {
  background-color: #e7e7e3;
}
.!bg-zorba-100 {
  background-color: #e7e7e3 !important;
}
[class~="!bg-zorba-100"] {
  background-color: #e7e7e3 !important;
}
.bg-zorba-200 {
  background-color: #d5d4cd;
}
[class~="bg-zorba-200"] {
  background-color: #d5d4cd;
}
.!bg-zorba-200 {
  background-color: #d5d4cd !important;
}
[class~="!bg-zorba-200"] {
  background-color: #d5d4cd !important;
}
.bg-zorba-300 {
  background-color: #c1c0b8;
}
[class~="bg-zorba-300"] {
  background-color: #c1c0b8;
}
.!bg-zorba-300 {
  background-color: #c1c0b8 !important;
}
[class~="!bg-zorba-300"] {
  background-color: #c1c0b8 !important;
}
.bg-zorba-400 {
  background-color: #aeaba2;
}
[class~="bg-zorba-400"] {
  background-color: #aeaba2;
}
.!bg-zorba-400 {
  background-color: #aeaba2 !important;
}
[class~="!bg-zorba-400"] {
  background-color: #aeaba2 !important;
}
.bg-zorba-500 {
  background-color: #9b968d;
}
[class~="bg-zorba-500"] {
  background-color: #9b968d;
}
.!bg-zorba-500 {
  background-color: #9b968d !important;
}
[class~="!bg-zorba-500"] {
  background-color: #9b968d !important;
}
.bg-zorba-600 {
  background-color: #878178;
}
[class~="bg-zorba-600"] {
  background-color: #878178;
}
.!bg-zorba-600 {
  background-color: #878178 !important;
}
[class~="!bg-zorba-600"] {
  background-color: #878178 !important;
}
.bg-zorba-700 {
  background-color: #716c66;
}
[class~="bg-zorba-700"] {
  background-color: #716c66;
}
.!bg-zorba-700 {
  background-color: #716c66 !important;
}
[class~="!bg-zorba-700"] {
  background-color: #716c66 !important;
}
.bg-zorba-800 {
  background-color: #5b5753;
}
[class~="bg-zorba-800"] {
  background-color: #5b5753;
}
.!bg-zorba-800 {
  background-color: #5b5753 !important;
}
[class~="!bg-zorba-800"] {
  background-color: #5b5753 !important;
}
.bg-zorba-900 {
  background-color: #494642;
}
[class~="bg-zorba-900"] {
  background-color: #494642;
}
.!bg-zorba-900 {
  background-color: #494642 !important;
}
[class~="!bg-zorba-900"] {
  background-color: #494642 !important;
}
.bg-yellow-50 {
  background-color: #fffdf2;
}
[class~="bg-yellow-50"] {
  background-color: #fffdf2;
}
.!bg-yellow-50 {
  background-color: #fffdf2 !important;
}
[class~="!bg-yellow-50"] {
  background-color: #fffdf2 !important;
}
.bg-yellow-100 {
  background-color: #fff9d4;
}
[class~="bg-yellow-100"] {
  background-color: #fff9d4;
}
.!bg-yellow-100 {
  background-color: #fff9d4 !important;
}
[class~="!bg-yellow-100"] {
  background-color: #fff9d4 !important;
}
.bg-yellow-200 {
  background-color: #fff5b6;
}
[class~="bg-yellow-200"] {
  background-color: #fff5b6;
}
.!bg-yellow-200 {
  background-color: #fff5b6 !important;
}
[class~="!bg-yellow-200"] {
  background-color: #fff5b6 !important;
}
.bg-yellow-300 {
  background-color: #fff297;
}
[class~="bg-yellow-300"] {
  background-color: #fff297;
}
.!bg-yellow-300 {
  background-color: #fff297 !important;
}
[class~="!bg-yellow-300"] {
  background-color: #fff297 !important;
}
.bg-yellow-400 {
  background-color: #fff079;
}
[class~="bg-yellow-400"] {
  background-color: #fff079;
}
.!bg-yellow-400 {
  background-color: #fff079 !important;
}
[class~="!bg-yellow-400"] {
  background-color: #fff079 !important;
}
.bg-yellow-500 {
  background-color: #ffee5b;
}
[class~="bg-yellow-500"] {
  background-color: #ffee5b;
}
.!bg-yellow-500 {
  background-color: #ffee5b !important;
}
[class~="!bg-yellow-500"] {
  background-color: #ffee5b !important;
}
.bg-yellow-600 {
  background-color: #ffed3c;
}
[class~="bg-yellow-600"] {
  background-color: #ffed3c;
}
.!bg-yellow-600 {
  background-color: #ffed3c !important;
}
[class~="!bg-yellow-600"] {
  background-color: #ffed3c !important;
}
.bg-yellow-700 {
  background-color: #ffec1e;
}
[class~="bg-yellow-700"] {
  background-color: #ffec1e;
}
.!bg-yellow-700 {
  background-color: #ffec1e !important;
}
[class~="!bg-yellow-700"] {
  background-color: #ffec1e !important;
}
.bg-yellow-800 {
  background-color: #ffec00;
}
[class~="bg-yellow-800"] {
  background-color: #ffec00;
}
.!bg-yellow-800 {
  background-color: #ffec00 !important;
}
[class~="!bg-yellow-800"] {
  background-color: #ffec00 !important;
}
.bg-yellow-900 {
  background-color: #ccbd18;
}
[class~="bg-yellow-900"] {
  background-color: #ccbd18;
}
.!bg-yellow-900 {
  background-color: #ccbd18 !important;
}
[class~="!bg-yellow-900"] {
  background-color: #ccbd18 !important;
}
.bg-creme-50 {
  background-color: #fff4e8;
}
[class~="bg-creme-50"] {
  background-color: #fff4e8;
}
.!bg-creme-50 {
  background-color: #fff4e8 !important;
}
[class~="!bg-creme-50"] {
  background-color: #fff4e8 !important;
}
.bg-creme-100 {
  background-color: #feebd6;
}
[class~="bg-creme-100"] {
  background-color: #feebd6;
}
.!bg-creme-100 {
  background-color: #feebd6 !important;
}
[class~="!bg-creme-100"] {
  background-color: #feebd6 !important;
}
.bg-creme-200 {
  background-color: #fbe1c5;
}
[class~="bg-creme-200"] {
  background-color: #fbe1c5;
}
.!bg-creme-200 {
  background-color: #fbe1c5 !important;
}
[class~="!bg-creme-200"] {
  background-color: #fbe1c5 !important;
}
.bg-creme-300 {
  background-color: #f8d8b5;
}
[class~="bg-creme-300"] {
  background-color: #f8d8b5;
}
.!bg-creme-300 {
  background-color: #f8d8b5 !important;
}
[class~="!bg-creme-300"] {
  background-color: #f8d8b5 !important;
}
.bg-creme-400 {
  background-color: #f3cea6;
}
[class~="bg-creme-400"] {
  background-color: #f3cea6;
}
.!bg-creme-400 {
  background-color: #f3cea6 !important;
}
[class~="!bg-creme-400"] {
  background-color: #f3cea6 !important;
}
.bg-creme-500 {
  background-color: #edc499;
}
[class~="bg-creme-500"] {
  background-color: #edc499;
}
.!bg-creme-500 {
  background-color: #edc499 !important;
}
[class~="!bg-creme-500"] {
  background-color: #edc499 !important;
}
.bg-creme-600 {
  background-color: #e7ba8c;
}
[class~="bg-creme-600"] {
  background-color: #e7ba8c;
}
.!bg-creme-600 {
  background-color: #e7ba8c !important;
}
[class~="!bg-creme-600"] {
  background-color: #e7ba8c !important;
}
.bg-creme-700 {
  background-color: #deb181;
}
[class~="bg-creme-700"] {
  background-color: #deb181;
}
.!bg-creme-700 {
  background-color: #deb181 !important;
}
[class~="!bg-creme-700"] {
  background-color: #deb181 !important;
}
.bg-creme-800 {
  background-color: #d5a777;
}
[class~="bg-creme-800"] {
  background-color: #d5a777;
}
.!bg-creme-800 {
  background-color: #d5a777 !important;
}
[class~="!bg-creme-800"] {
  background-color: #d5a777 !important;
}
.bg-creme-900 {
  background-color: #cb9d6e;
}
[class~="bg-creme-900"] {
  background-color: #cb9d6e;
}
.!bg-creme-900 {
  background-color: #cb9d6e !important;
}
[class~="!bg-creme-900"] {
  background-color: #cb9d6e !important;
}
.bg-gray-50 {
  background-color: #f5f5f5;
}
[class~="bg-gray-50"] {
  background-color: #f5f5f5;
}
.!bg-gray-50 {
  background-color: #f5f5f5 !important;
}
[class~="!bg-gray-50"] {
  background-color: #f5f5f5 !important;
}
.bg-gray-100 {
  background-color: #dedede;
}
[class~="bg-gray-100"] {
  background-color: #dedede;
}
.!bg-gray-100 {
  background-color: #dedede !important;
}
[class~="!bg-gray-100"] {
  background-color: #dedede !important;
}
.bg-gray-200 {
  background-color: #c7c7c7;
}
[class~="bg-gray-200"] {
  background-color: #c7c7c7;
}
.!bg-gray-200 {
  background-color: #c7c7c7 !important;
}
[class~="!bg-gray-200"] {
  background-color: #c7c7c7 !important;
}
.bg-gray-300 {
  background-color: #b0b0b0;
}
[class~="bg-gray-300"] {
  background-color: #b0b0b0;
}
.!bg-gray-300 {
  background-color: #b0b0b0 !important;
}
[class~="!bg-gray-300"] {
  background-color: #b0b0b0 !important;
}
.bg-gray-400 {
  background-color: #999999;
}
[class~="bg-gray-400"] {
  background-color: #999999;
}
.!bg-gray-400 {
  background-color: #999999 !important;
}
[class~="!bg-gray-400"] {
  background-color: #999999 !important;
}
.bg-gray-500 {
  background-color: #828282;
}
[class~="bg-gray-500"] {
  background-color: #828282;
}
.!bg-gray-500 {
  background-color: #828282 !important;
}
[class~="!bg-gray-500"] {
  background-color: #828282 !important;
}
.bg-gray-600 {
  background-color: #6b6b6b;
}
[class~="bg-gray-600"] {
  background-color: #6b6b6b;
}
.!bg-gray-600 {
  background-color: #6b6b6b !important;
}
[class~="!bg-gray-600"] {
  background-color: #6b6b6b !important;
}
.bg-gray-700 {
  background-color: #545454;
}
[class~="bg-gray-700"] {
  background-color: #545454;
}
.!bg-gray-700 {
  background-color: #545454 !important;
}
[class~="!bg-gray-700"] {
  background-color: #545454 !important;
}
.bg-gray-800 {
  background-color: #3d3d3d;
}
[class~="bg-gray-800"] {
  background-color: #3d3d3d;
}
.!bg-gray-800 {
  background-color: #3d3d3d !important;
}
[class~="!bg-gray-800"] {
  background-color: #3d3d3d !important;
}
.bg-gray-900 {
  background-color: #262626;
}
[class~="bg-gray-900"] {
  background-color: #262626;
}
.!bg-gray-900 {
  background-color: #262626 !important;
}
[class~="!bg-gray-900"] {
  background-color: #262626 !important;
}
.border-primary {
  border-color: #ffffff;
}
[class~="border-primary"] {
  border-color: #ffffff;
}
.!border-primary {
  border-color: #ffffff !important;
}
[class~="!border-primary"] {
  border-color: #ffffff !important;
}
.border-secondary {
  border-color: #fff4e8;
}
[class~="border-secondary"] {
  border-color: #fff4e8;
}
.!border-secondary {
  border-color: #fff4e8 !important;
}
[class~="!border-secondary"] {
  border-color: #fff4e8 !important;
}
.border-accent {
  border-color: #c00d0e;
}
[class~="border-accent"] {
  border-color: #c00d0e;
}
.!border-accent {
  border-color: #c00d0e !important;
}
[class~="!border-accent"] {
  border-color: #c00d0e !important;
}
.border-special {
  border-color: #ffec00;
}
[class~="border-special"] {
  border-color: #ffec00;
}
.!border-special {
  border-color: #ffec00 !important;
}
[class~="!border-special"] {
  border-color: #ffec00 !important;
}
.border-invert {
  border-color: #262626;
}
[class~="border-invert"] {
  border-color: #262626;
}
.!border-invert {
  border-color: #262626 !important;
}
[class~="!border-invert"] {
  border-color: #262626 !important;
}
.border-white {
  border-color: #ffffff;
}
[class~="border-white"] {
  border-color: #ffffff;
}
.!border-white {
  border-color: #ffffff !important;
}
[class~="!border-white"] {
  border-color: #ffffff !important;
}
.border-black {
  border-color: #000000;
}
[class~="border-black"] {
  border-color: #000000;
}
.!border-black {
  border-color: #000000 !important;
}
[class~="!border-black"] {
  border-color: #000000 !important;
}
.border-transparent {
  border-color: rgba(255, 255, 255, 0);
}
[class~="border-transparent"] {
  border-color: rgba(255, 255, 255, 0);
}
.!border-transparent {
  border-color: rgba(255, 255, 255, 0) !important;
}
[class~="!border-transparent"] {
  border-color: rgba(255, 255, 255, 0) !important;
}
.border-gray-50 {
  border-color: #f5f5f5;
}
[class~="border-gray-50"] {
  border-color: #f5f5f5;
}
.!border-gray-50 {
  border-color: #f5f5f5 !important;
}
[class~="!border-gray-50"] {
  border-color: #f5f5f5 !important;
}
.border-gray-100 {
  border-color: #dedede;
}
[class~="border-gray-100"] {
  border-color: #dedede;
}
.!border-gray-100 {
  border-color: #dedede !important;
}
[class~="!border-gray-100"] {
  border-color: #dedede !important;
}
.border-gray-200 {
  border-color: #c7c7c7;
}
[class~="border-gray-200"] {
  border-color: #c7c7c7;
}
.!border-gray-200 {
  border-color: #c7c7c7 !important;
}
[class~="!border-gray-200"] {
  border-color: #c7c7c7 !important;
}
.border-gray-300 {
  border-color: #b0b0b0;
}
[class~="border-gray-300"] {
  border-color: #b0b0b0;
}
.!border-gray-300 {
  border-color: #b0b0b0 !important;
}
[class~="!border-gray-300"] {
  border-color: #b0b0b0 !important;
}
.border-gray-400 {
  border-color: #999999;
}
[class~="border-gray-400"] {
  border-color: #999999;
}
.!border-gray-400 {
  border-color: #999999 !important;
}
[class~="!border-gray-400"] {
  border-color: #999999 !important;
}
.border-gray-500 {
  border-color: #828282;
}
[class~="border-gray-500"] {
  border-color: #828282;
}
.!border-gray-500 {
  border-color: #828282 !important;
}
[class~="!border-gray-500"] {
  border-color: #828282 !important;
}
.border-gray-600 {
  border-color: #6b6b6b;
}
[class~="border-gray-600"] {
  border-color: #6b6b6b;
}
.!border-gray-600 {
  border-color: #6b6b6b !important;
}
[class~="!border-gray-600"] {
  border-color: #6b6b6b !important;
}
.border-gray-700 {
  border-color: #545454;
}
[class~="border-gray-700"] {
  border-color: #545454;
}
.!border-gray-700 {
  border-color: #545454 !important;
}
[class~="!border-gray-700"] {
  border-color: #545454 !important;
}
.border-gray-800 {
  border-color: #3d3d3d;
}
[class~="border-gray-800"] {
  border-color: #3d3d3d;
}
.!border-gray-800 {
  border-color: #3d3d3d !important;
}
[class~="!border-gray-800"] {
  border-color: #3d3d3d !important;
}
.border-gray-900 {
  border-color: #262626;
}
[class~="border-gray-900"] {
  border-color: #262626;
}
.!border-gray-900 {
  border-color: #262626 !important;
}
[class~="!border-gray-900"] {
  border-color: #262626 !important;
}
.border-red-50 {
  border-color: #f5d2d2;
}
[class~="border-red-50"] {
  border-color: #f5d2d2;
}
.!border-red-50 {
  border-color: #f5d2d2 !important;
}
[class~="!border-red-50"] {
  border-color: #f5d2d2 !important;
}
.border-red-100 {
  border-color: #f0b3b3;
}
[class~="border-red-100"] {
  border-color: #f0b3b3;
}
.!border-red-100 {
  border-color: #f0b3b3 !important;
}
[class~="!border-red-100"] {
  border-color: #f0b3b3 !important;
}
.border-red-200 {
  border-color: #ec9393;
}
[class~="border-red-200"] {
  border-color: #ec9393;
}
.!border-red-200 {
  border-color: #ec9393 !important;
}
[class~="!border-red-200"] {
  border-color: #ec9393 !important;
}
.border-red-300 {
  border-color: #ea7272;
}
[class~="border-red-300"] {
  border-color: #ea7272;
}
.!border-red-300 {
  border-color: #ea7272 !important;
}
[class~="!border-red-300"] {
  border-color: #ea7272 !important;
}
.border-red-400 {
  border-color: #e85050;
}
[class~="border-red-400"] {
  border-color: #e85050;
}
.!border-red-400 {
  border-color: #e85050 !important;
}
[class~="!border-red-400"] {
  border-color: #e85050 !important;
}
.border-red-500 {
  border-color: #e82c2d;
}
[class~="border-red-500"] {
  border-color: #e82c2d;
}
.!border-red-500 {
  border-color: #e82c2d !important;
}
[class~="!border-red-500"] {
  border-color: #e82c2d !important;
}
.border-red-600 {
  border-color: #dd1314;
}
[class~="border-red-600"] {
  border-color: #dd1314;
}
.!border-red-600 {
  border-color: #dd1314 !important;
}
[class~="!border-red-600"] {
  border-color: #dd1314 !important;
}
.border-red-700 {
  border-color: #c00d0e;
}
[class~="border-red-700"] {
  border-color: #c00d0e;
}
.!border-red-700 {
  border-color: #c00d0e !important;
}
[class~="!border-red-700"] {
  border-color: #c00d0e !important;
}
.border-red-800 {
  border-color: #b90a0a;
}
[class~="border-red-800"] {
  border-color: #b90a0a;
}
.!border-red-800 {
  border-color: #b90a0a !important;
}
[class~="!border-red-800"] {
  border-color: #b90a0a !important;
}
.border-red-900 {
  border-color: #9a0a0b;
}
[class~="border-red-900"] {
  border-color: #9a0a0b;
}
.!border-red-900 {
  border-color: #9a0a0b !important;
}
[class~="!border-red-900"] {
  border-color: #9a0a0b !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
[class~="grid-cols-1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-1"] {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
[class~="grid-cols-2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.!grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
[class~="grid-cols-3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.!grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
[class~="grid-cols-4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.!grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-4"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
[class~="grid-cols-5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.!grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
[class~="grid-cols-6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.!grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-6"] {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
[class~="grid-cols-7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.!grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-7"] {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
[class~="grid-cols-8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.!grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-8"] {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
[class~="grid-cols-9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.!grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-9"] {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
[class~="grid-cols-10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.!grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-10"] {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
[class~="grid-cols-11"] {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.!grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-11"] {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
[class~="grid-cols-12"] {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.!grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
[class~="!grid-cols-12"] {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-none {
  grid-template-columns: none;
}
[class~="grid-cols-none"] {
  grid-template-columns: none;
}
.!grid-cols-none {
  grid-template-columns: none !important;
}
[class~="!grid-cols-none"] {
  grid-template-columns: none !important;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
[class~="grid-cols-subgrid"] {
  grid-template-columns: subgrid;
}
.!grid-cols-subgrid {
  grid-template-columns: subgrid !important;
}
[class~="!grid-cols-subgrid"] {
  grid-template-columns: subgrid !important;
}
.col-auto {
  grid-column: auto;
}
[class~="col-auto"] {
  grid-column: auto;
}
.!col-auto {
  grid-column: auto !important;
}
[class~="!col-auto"] {
  grid-column: auto !important;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
[class~="col-span-1"] {
  grid-column: span 1 / span 1;
}
.!col-span-1 {
  grid-column: span 1 / span 1 !important;
}
[class~="!col-span-1"] {
  grid-column: span 1 / span 1 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
[class~="col-span-2"] {
  grid-column: span 2 / span 2;
}
.!col-span-2 {
  grid-column: span 2 / span 2 !important;
}
[class~="!col-span-2"] {
  grid-column: span 2 / span 2 !important;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
[class~="col-span-3"] {
  grid-column: span 3 / span 3;
}
.!col-span-3 {
  grid-column: span 3 / span 3 !important;
}
[class~="!col-span-3"] {
  grid-column: span 3 / span 3 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
[class~="col-span-4"] {
  grid-column: span 4 / span 4;
}
.!col-span-4 {
  grid-column: span 4 / span 4 !important;
}
[class~="!col-span-4"] {
  grid-column: span 4 / span 4 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
[class~="col-span-5"] {
  grid-column: span 5 / span 5;
}
.!col-span-5 {
  grid-column: span 5 / span 5 !important;
}
[class~="!col-span-5"] {
  grid-column: span 5 / span 5 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
[class~="col-span-6"] {
  grid-column: span 6 / span 6;
}
.!col-span-6 {
  grid-column: span 6 / span 6 !important;
}
[class~="!col-span-6"] {
  grid-column: span 6 / span 6 !important;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
[class~="col-span-7"] {
  grid-column: span 7 / span 7;
}
.!col-span-7 {
  grid-column: span 7 / span 7 !important;
}
[class~="!col-span-7"] {
  grid-column: span 7 / span 7 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
[class~="col-span-8"] {
  grid-column: span 8 / span 8;
}
.!col-span-8 {
  grid-column: span 8 / span 8 !important;
}
[class~="!col-span-8"] {
  grid-column: span 8 / span 8 !important;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
[class~="col-span-9"] {
  grid-column: span 9 / span 9;
}
.!col-span-9 {
  grid-column: span 9 / span 9 !important;
}
[class~="!col-span-9"] {
  grid-column: span 9 / span 9 !important;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
[class~="col-span-10"] {
  grid-column: span 10 / span 10;
}
.!col-span-10 {
  grid-column: span 10 / span 10 !important;
}
[class~="!col-span-10"] {
  grid-column: span 10 / span 10 !important;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
[class~="col-span-11"] {
  grid-column: span 11 / span 11;
}
.!col-span-11 {
  grid-column: span 11 / span 11 !important;
}
[class~="!col-span-11"] {
  grid-column: span 11 / span 11 !important;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
[class~="col-span-12"] {
  grid-column: span 12 / span 12;
}
.!col-span-12 {
  grid-column: span 12 / span 12 !important;
}
[class~="!col-span-12"] {
  grid-column: span 12 / span 12 !important;
}
.col-span-full {
  grid-column: 1 / -1;
}
[class~="col-span-full"] {
  grid-column: 1 / -1;
}
.!col-span-full {
  grid-column: 1 / -1 !important;
}
[class~="!col-span-full"] {
  grid-column: 1 / -1 !important;
}
.col-start-1 {
  grid-column-start: 1;
}
[class~="col-start-1"] {
  grid-column-start: 1;
}
.!col-start-1 {
  grid-column-start: 1 !important;
}
[class~="!col-start-1"] {
  grid-column-start: 1 !important;
}
.col-start-2 {
  grid-column-start: 2;
}
[class~="col-start-2"] {
  grid-column-start: 2;
}
.!col-start-2 {
  grid-column-start: 2 !important;
}
[class~="!col-start-2"] {
  grid-column-start: 2 !important;
}
.col-start-3 {
  grid-column-start: 3;
}
[class~="col-start-3"] {
  grid-column-start: 3;
}
.!col-start-3 {
  grid-column-start: 3 !important;
}
[class~="!col-start-3"] {
  grid-column-start: 3 !important;
}
.col-start-4 {
  grid-column-start: 4;
}
[class~="col-start-4"] {
  grid-column-start: 4;
}
.!col-start-4 {
  grid-column-start: 4 !important;
}
[class~="!col-start-4"] {
  grid-column-start: 4 !important;
}
.col-start-5 {
  grid-column-start: 5;
}
[class~="col-start-5"] {
  grid-column-start: 5;
}
.!col-start-5 {
  grid-column-start: 5 !important;
}
[class~="!col-start-5"] {
  grid-column-start: 5 !important;
}
.col-start-6 {
  grid-column-start: 6;
}
[class~="col-start-6"] {
  grid-column-start: 6;
}
.!col-start-6 {
  grid-column-start: 6 !important;
}
[class~="!col-start-6"] {
  grid-column-start: 6 !important;
}
.col-start-7 {
  grid-column-start: 7;
}
[class~="col-start-7"] {
  grid-column-start: 7;
}
.!col-start-7 {
  grid-column-start: 7 !important;
}
[class~="!col-start-7"] {
  grid-column-start: 7 !important;
}
.col-start-8 {
  grid-column-start: 8;
}
[class~="col-start-8"] {
  grid-column-start: 8;
}
.!col-start-8 {
  grid-column-start: 8 !important;
}
[class~="!col-start-8"] {
  grid-column-start: 8 !important;
}
.col-start-9 {
  grid-column-start: 9;
}
[class~="col-start-9"] {
  grid-column-start: 9;
}
.!col-start-9 {
  grid-column-start: 9 !important;
}
[class~="!col-start-9"] {
  grid-column-start: 9 !important;
}
.col-start-10 {
  grid-column-start: 10;
}
[class~="col-start-10"] {
  grid-column-start: 10;
}
.!col-start-10 {
  grid-column-start: 10 !important;
}
[class~="!col-start-10"] {
  grid-column-start: 10 !important;
}
.col-start-11 {
  grid-column-start: 11;
}
[class~="col-start-11"] {
  grid-column-start: 11;
}
.!col-start-11 {
  grid-column-start: 11 !important;
}
[class~="!col-start-11"] {
  grid-column-start: 11 !important;
}
.col-start-12 {
  grid-column-start: 12;
}
[class~="col-start-12"] {
  grid-column-start: 12;
}
.!col-start-12 {
  grid-column-start: 12 !important;
}
[class~="!col-start-12"] {
  grid-column-start: 12 !important;
}
.col-start-13 {
  grid-column-start: 13;
}
[class~="col-start-13"] {
  grid-column-start: 13;
}
.!col-start-13 {
  grid-column-start: 13 !important;
}
[class~="!col-start-13"] {
  grid-column-start: 13 !important;
}
.col-start-auto {
  grid-column-start: auto;
}
[class~="col-start-auto"] {
  grid-column-start: auto;
}
.!col-start-auto {
  grid-column-start: auto !important;
}
[class~="!col-start-auto"] {
  grid-column-start: auto !important;
}
.col-end-1 {
  grid-column-end: 1;
}
[class~="col-end-1"] {
  grid-column-end: 1;
}
.!col-end-1 {
  grid-column-end: 1 !important;
}
[class~="!col-end-1"] {
  grid-column-end: 1 !important;
}
.col-end-2 {
  grid-column-end: 2;
}
[class~="col-end-2"] {
  grid-column-end: 2;
}
.!col-end-2 {
  grid-column-end: 2 !important;
}
[class~="!col-end-2"] {
  grid-column-end: 2 !important;
}
.col-end-3 {
  grid-column-end: 3;
}
[class~="col-end-3"] {
  grid-column-end: 3;
}
.!col-end-3 {
  grid-column-end: 3 !important;
}
[class~="!col-end-3"] {
  grid-column-end: 3 !important;
}
.col-end-4 {
  grid-column-end: 4;
}
[class~="col-end-4"] {
  grid-column-end: 4;
}
.!col-end-4 {
  grid-column-end: 4 !important;
}
[class~="!col-end-4"] {
  grid-column-end: 4 !important;
}
.col-end-5 {
  grid-column-end: 5;
}
[class~="col-end-5"] {
  grid-column-end: 5;
}
.!col-end-5 {
  grid-column-end: 5 !important;
}
[class~="!col-end-5"] {
  grid-column-end: 5 !important;
}
.col-end-6 {
  grid-column-end: 6;
}
[class~="col-end-6"] {
  grid-column-end: 6;
}
.!col-end-6 {
  grid-column-end: 6 !important;
}
[class~="!col-end-6"] {
  grid-column-end: 6 !important;
}
.col-end-7 {
  grid-column-end: 7;
}
[class~="col-end-7"] {
  grid-column-end: 7;
}
.!col-end-7 {
  grid-column-end: 7 !important;
}
[class~="!col-end-7"] {
  grid-column-end: 7 !important;
}
.col-end-8 {
  grid-column-end: 8;
}
[class~="col-end-8"] {
  grid-column-end: 8;
}
.!col-end-8 {
  grid-column-end: 8 !important;
}
[class~="!col-end-8"] {
  grid-column-end: 8 !important;
}
.col-end-9 {
  grid-column-end: 9;
}
[class~="col-end-9"] {
  grid-column-end: 9;
}
.!col-end-9 {
  grid-column-end: 9 !important;
}
[class~="!col-end-9"] {
  grid-column-end: 9 !important;
}
.col-end-10 {
  grid-column-end: 10;
}
[class~="col-end-10"] {
  grid-column-end: 10;
}
.!col-end-10 {
  grid-column-end: 10 !important;
}
[class~="!col-end-10"] {
  grid-column-end: 10 !important;
}
.col-end-11 {
  grid-column-end: 11;
}
[class~="col-end-11"] {
  grid-column-end: 11;
}
.!col-end-11 {
  grid-column-end: 11 !important;
}
[class~="!col-end-11"] {
  grid-column-end: 11 !important;
}
.col-end-12 {
  grid-column-end: 12;
}
[class~="col-end-12"] {
  grid-column-end: 12;
}
.!col-end-12 {
  grid-column-end: 12 !important;
}
[class~="!col-end-12"] {
  grid-column-end: 12 !important;
}
.col-end-13 {
  grid-column-end: 13;
}
[class~="col-end-13"] {
  grid-column-end: 13;
}
.!col-end-13 {
  grid-column-end: 13 !important;
}
[class~="!col-end-13"] {
  grid-column-end: 13 !important;
}
.col-end-auto {
  grid-column-end: auto;
}
[class~="col-end-auto"] {
  grid-column-end: auto;
}
.!col-end-auto {
  grid-column-end: auto !important;
}
[class~="!col-end-auto"] {
  grid-column-end: auto !important;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
[class~="grid-rows-1"] {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.!grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-1"] {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
[class~="grid-rows-2"] {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.!grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-2"] {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
[class~="grid-rows-3"] {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.!grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-3"] {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
[class~="grid-rows-4"] {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.!grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-4"] {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
[class~="grid-rows-5"] {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.!grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-5"] {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
[class~="grid-rows-6"] {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.!grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-6"] {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
[class~="grid-rows-7"] {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.!grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-7"] {
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
[class~="grid-rows-8"] {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.!grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-8"] {
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
[class~="grid-rows-9"] {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.!grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-9"] {
  grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
[class~="grid-rows-10"] {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.!grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-10"] {
  grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
[class~="grid-rows-11"] {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.!grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-11"] {
  grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
[class~="grid-rows-12"] {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.!grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}
[class~="!grid-rows-12"] {
  grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
}
.grid-rows-none {
  grid-template-rows: none;
}
[class~="grid-rows-none"] {
  grid-template-rows: none;
}
.!grid-rows-none {
  grid-template-rows: none !important;
}
[class~="!grid-rows-none"] {
  grid-template-rows: none !important;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
[class~="grid-rows-subgrid"] {
  grid-template-rows: subgrid;
}
.!grid-rows-subgrid {
  grid-template-rows: subgrid !important;
}
[class~="!grid-rows-subgrid"] {
  grid-template-rows: subgrid !important;
}
.row-auto {
  grid-row: auto;
}
[class~="row-auto"] {
  grid-row: auto;
}
.!row-auto {
  grid-row: auto !important;
}
[class~="!row-auto"] {
  grid-row: auto !important;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
[class~="row-span-1"] {
  grid-row: span 1 / span 1;
}
.!row-span-1 {
  grid-row: span 1 / span 1 !important;
}
[class~="!row-span-1"] {
  grid-row: span 1 / span 1 !important;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
[class~="row-span-2"] {
  grid-row: span 2 / span 2;
}
.!row-span-2 {
  grid-row: span 2 / span 2 !important;
}
[class~="!row-span-2"] {
  grid-row: span 2 / span 2 !important;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
[class~="row-span-3"] {
  grid-row: span 3 / span 3;
}
.!row-span-3 {
  grid-row: span 3 / span 3 !important;
}
[class~="!row-span-3"] {
  grid-row: span 3 / span 3 !important;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
[class~="row-span-4"] {
  grid-row: span 4 / span 4;
}
.!row-span-4 {
  grid-row: span 4 / span 4 !important;
}
[class~="!row-span-4"] {
  grid-row: span 4 / span 4 !important;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
[class~="row-span-5"] {
  grid-row: span 5 / span 5;
}
.!row-span-5 {
  grid-row: span 5 / span 5 !important;
}
[class~="!row-span-5"] {
  grid-row: span 5 / span 5 !important;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
[class~="row-span-6"] {
  grid-row: span 6 / span 6;
}
.!row-span-6 {
  grid-row: span 6 / span 6 !important;
}
[class~="!row-span-6"] {
  grid-row: span 6 / span 6 !important;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
[class~="row-span-7"] {
  grid-row: span 7 / span 7;
}
.!row-span-7 {
  grid-row: span 7 / span 7 !important;
}
[class~="!row-span-7"] {
  grid-row: span 7 / span 7 !important;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
[class~="row-span-8"] {
  grid-row: span 8 / span 8;
}
.!row-span-8 {
  grid-row: span 8 / span 8 !important;
}
[class~="!row-span-8"] {
  grid-row: span 8 / span 8 !important;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
[class~="row-span-9"] {
  grid-row: span 9 / span 9;
}
.!row-span-9 {
  grid-row: span 9 / span 9 !important;
}
[class~="!row-span-9"] {
  grid-row: span 9 / span 9 !important;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
[class~="row-span-10"] {
  grid-row: span 10 / span 10;
}
.!row-span-10 {
  grid-row: span 10 / span 10 !important;
}
[class~="!row-span-10"] {
  grid-row: span 10 / span 10 !important;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
[class~="row-span-11"] {
  grid-row: span 11 / span 11;
}
.!row-span-11 {
  grid-row: span 11 / span 11 !important;
}
[class~="!row-span-11"] {
  grid-row: span 11 / span 11 !important;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
[class~="row-span-12"] {
  grid-row: span 12 / span 12;
}
.!row-span-12 {
  grid-row: span 12 / span 12 !important;
}
[class~="!row-span-12"] {
  grid-row: span 12 / span 12 !important;
}
.row-span-full {
  grid-row: 1 / -1;
}
[class~="row-span-full"] {
  grid-row: 1 / -1;
}
.!row-span-full {
  grid-row: 1 / -1 !important;
}
[class~="!row-span-full"] {
  grid-row: 1 / -1 !important;
}
.row-start-1 {
  grid-row-start: 1;
}
[class~="row-start-1"] {
  grid-row-start: 1;
}
.!row-start-1 {
  grid-row-start: 1 !important;
}
[class~="!row-start-1"] {
  grid-row-start: 1 !important;
}
.row-start-2 {
  grid-row-start: 2;
}
[class~="row-start-2"] {
  grid-row-start: 2;
}
.!row-start-2 {
  grid-row-start: 2 !important;
}
[class~="!row-start-2"] {
  grid-row-start: 2 !important;
}
.row-start-3 {
  grid-row-start: 3;
}
[class~="row-start-3"] {
  grid-row-start: 3;
}
.!row-start-3 {
  grid-row-start: 3 !important;
}
[class~="!row-start-3"] {
  grid-row-start: 3 !important;
}
.row-start-4 {
  grid-row-start: 4;
}
[class~="row-start-4"] {
  grid-row-start: 4;
}
.!row-start-4 {
  grid-row-start: 4 !important;
}
[class~="!row-start-4"] {
  grid-row-start: 4 !important;
}
.row-start-5 {
  grid-row-start: 5;
}
[class~="row-start-5"] {
  grid-row-start: 5;
}
.!row-start-5 {
  grid-row-start: 5 !important;
}
[class~="!row-start-5"] {
  grid-row-start: 5 !important;
}
.row-start-6 {
  grid-row-start: 6;
}
[class~="row-start-6"] {
  grid-row-start: 6;
}
.!row-start-6 {
  grid-row-start: 6 !important;
}
[class~="!row-start-6"] {
  grid-row-start: 6 !important;
}
.row-start-7 {
  grid-row-start: 7;
}
[class~="row-start-7"] {
  grid-row-start: 7;
}
.!row-start-7 {
  grid-row-start: 7 !important;
}
[class~="!row-start-7"] {
  grid-row-start: 7 !important;
}
.row-start-8 {
  grid-row-start: 8;
}
[class~="row-start-8"] {
  grid-row-start: 8;
}
.!row-start-8 {
  grid-row-start: 8 !important;
}
[class~="!row-start-8"] {
  grid-row-start: 8 !important;
}
.row-start-9 {
  grid-row-start: 9;
}
[class~="row-start-9"] {
  grid-row-start: 9;
}
.!row-start-9 {
  grid-row-start: 9 !important;
}
[class~="!row-start-9"] {
  grid-row-start: 9 !important;
}
.row-start-10 {
  grid-row-start: 10;
}
[class~="row-start-10"] {
  grid-row-start: 10;
}
.!row-start-10 {
  grid-row-start: 10 !important;
}
[class~="!row-start-10"] {
  grid-row-start: 10 !important;
}
.row-start-11 {
  grid-row-start: 11;
}
[class~="row-start-11"] {
  grid-row-start: 11;
}
.!row-start-11 {
  grid-row-start: 11 !important;
}
[class~="!row-start-11"] {
  grid-row-start: 11 !important;
}
.row-start-12 {
  grid-row-start: 12;
}
[class~="row-start-12"] {
  grid-row-start: 12;
}
.!row-start-12 {
  grid-row-start: 12 !important;
}
[class~="!row-start-12"] {
  grid-row-start: 12 !important;
}
.row-start-13 {
  grid-row-start: 13;
}
[class~="row-start-13"] {
  grid-row-start: 13;
}
.!row-start-13 {
  grid-row-start: 13 !important;
}
[class~="!row-start-13"] {
  grid-row-start: 13 !important;
}
.row-start-auto {
  grid-row-start: auto;
}
[class~="row-start-auto"] {
  grid-row-start: auto;
}
.!row-start-auto {
  grid-row-start: auto !important;
}
[class~="!row-start-auto"] {
  grid-row-start: auto !important;
}
.row-end-1 {
  grid-row-end: 1;
}
[class~="row-end-1"] {
  grid-row-end: 1;
}
.!row-end-1 {
  grid-row-end: 1 !important;
}
[class~="!row-end-1"] {
  grid-row-end: 1 !important;
}
.row-end-2 {
  grid-row-end: 2;
}
[class~="row-end-2"] {
  grid-row-end: 2;
}
.!row-end-2 {
  grid-row-end: 2 !important;
}
[class~="!row-end-2"] {
  grid-row-end: 2 !important;
}
.row-end-3 {
  grid-row-end: 3;
}
[class~="row-end-3"] {
  grid-row-end: 3;
}
.!row-end-3 {
  grid-row-end: 3 !important;
}
[class~="!row-end-3"] {
  grid-row-end: 3 !important;
}
.row-end-4 {
  grid-row-end: 4;
}
[class~="row-end-4"] {
  grid-row-end: 4;
}
.!row-end-4 {
  grid-row-end: 4 !important;
}
[class~="!row-end-4"] {
  grid-row-end: 4 !important;
}
.row-end-5 {
  grid-row-end: 5;
}
[class~="row-end-5"] {
  grid-row-end: 5;
}
.!row-end-5 {
  grid-row-end: 5 !important;
}
[class~="!row-end-5"] {
  grid-row-end: 5 !important;
}
.row-end-6 {
  grid-row-end: 6;
}
[class~="row-end-6"] {
  grid-row-end: 6;
}
.!row-end-6 {
  grid-row-end: 6 !important;
}
[class~="!row-end-6"] {
  grid-row-end: 6 !important;
}
.row-end-7 {
  grid-row-end: 7;
}
[class~="row-end-7"] {
  grid-row-end: 7;
}
.!row-end-7 {
  grid-row-end: 7 !important;
}
[class~="!row-end-7"] {
  grid-row-end: 7 !important;
}
.row-end-8 {
  grid-row-end: 8;
}
[class~="row-end-8"] {
  grid-row-end: 8;
}
.!row-end-8 {
  grid-row-end: 8 !important;
}
[class~="!row-end-8"] {
  grid-row-end: 8 !important;
}
.row-end-9 {
  grid-row-end: 9;
}
[class~="row-end-9"] {
  grid-row-end: 9;
}
.!row-end-9 {
  grid-row-end: 9 !important;
}
[class~="!row-end-9"] {
  grid-row-end: 9 !important;
}
.row-end-10 {
  grid-row-end: 10;
}
[class~="row-end-10"] {
  grid-row-end: 10;
}
.!row-end-10 {
  grid-row-end: 10 !important;
}
[class~="!row-end-10"] {
  grid-row-end: 10 !important;
}
.row-end-11 {
  grid-row-end: 11;
}
[class~="row-end-11"] {
  grid-row-end: 11;
}
.!row-end-11 {
  grid-row-end: 11 !important;
}
[class~="!row-end-11"] {
  grid-row-end: 11 !important;
}
.row-end-12 {
  grid-row-end: 12;
}
[class~="row-end-12"] {
  grid-row-end: 12;
}
.!row-end-12 {
  grid-row-end: 12 !important;
}
[class~="!row-end-12"] {
  grid-row-end: 12 !important;
}
.row-end-13 {
  grid-row-end: 13;
}
[class~="row-end-13"] {
  grid-row-end: 13;
}
.!row-end-13 {
  grid-row-end: 13 !important;
}
[class~="!row-end-13"] {
  grid-row-end: 13 !important;
}
.row-end-auto {
  grid-row-end: auto;
}
[class~="row-end-auto"] {
  grid-row-end: auto;
}
.!row-end-auto {
  grid-row-end: auto !important;
}
[class~="!row-end-auto"] {
  grid-row-end: auto !important;
}
.grid-flow-row {
  grid-auto-flow: row;
}
[class~="grid-flow-row"] {
  grid-auto-flow: row;
}
.!grid-flow-row {
  grid-auto-flow: row !important;
}
[class~="!grid-flow-row"] {
  grid-auto-flow: row !important;
}
.grid-flow-col {
  grid-auto-flow: column;
}
[class~="grid-flow-col"] {
  grid-auto-flow: column;
}
.!grid-flow-col {
  grid-auto-flow: column !important;
}
[class~="!grid-flow-col"] {
  grid-auto-flow: column !important;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
[class~="grid-flow-dense"] {
  grid-auto-flow: dense;
}
.!grid-flow-dense {
  grid-auto-flow: dense !important;
}
[class~="!grid-flow-dense"] {
  grid-auto-flow: dense !important;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
[class~="grid-flow-row-dense"] {
  grid-auto-flow: row dense;
}
.!grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}
[class~="!grid-flow-row-dense"] {
  grid-auto-flow: row dense !important;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
[class~="grid-flow-col-dense"] {
  grid-auto-flow: column dense;
}
.!grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}
[class~="!grid-flow-col-dense"] {
  grid-auto-flow: column dense !important;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
[class~="auto-cols-auto"] {
  grid-auto-columns: auto;
}
.!auto-cols-auto {
  grid-auto-columns: auto !important;
}
[class~="!auto-cols-auto"] {
  grid-auto-columns: auto !important;
}
.auto-cols-min {
  grid-auto-columns: min-content;
}
[class~="auto-cols-min"] {
  grid-auto-columns: min-content;
}
.!auto-cols-min {
  grid-auto-columns: min-content !important;
}
[class~="!auto-cols-min"] {
  grid-auto-columns: min-content !important;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
[class~="auto-cols-max"] {
  grid-auto-columns: max-content;
}
.!auto-cols-max {
  grid-auto-columns: max-content !important;
}
[class~="!auto-cols-max"] {
  grid-auto-columns: max-content !important;
}
.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}
[class~="auto-cols-fr"] {
  grid-auto-columns: minmax(0, 1fr);
}
.!auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}
[class~="!auto-cols-fr"] {
  grid-auto-columns: minmax(0, 1fr) !important;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
[class~="auto-rows-auto"] {
  grid-auto-rows: auto;
}
.!auto-rows-auto {
  grid-auto-rows: auto !important;
}
[class~="!auto-rows-auto"] {
  grid-auto-rows: auto !important;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
[class~="auto-rows-min"] {
  grid-auto-rows: min-content;
}
.!auto-rows-min {
  grid-auto-rows: min-content !important;
}
[class~="!auto-rows-min"] {
  grid-auto-rows: min-content !important;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
[class~="auto-rows-max"] {
  grid-auto-rows: max-content;
}
.!auto-rows-max {
  grid-auto-rows: max-content !important;
}
[class~="!auto-rows-max"] {
  grid-auto-rows: max-content !important;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
[class~="auto-rows-fr"] {
  grid-auto-rows: minmax(0, 1fr);
}
.!auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}
[class~="!auto-rows-fr"] {
  grid-auto-rows: minmax(0, 1fr) !important;
}
.justify-normal {
  justify-content: normal;
}
[class~="justify-normal"] {
  justify-content: normal;
}
.!justify-normal {
  justify-content: normal !important;
}
[class~="!justify-normal"] {
  justify-content: normal !important;
}
.justify-start {
  justify-content: flex-start;
}
[class~="justify-start"] {
  justify-content: flex-start;
}
.!justify-start {
  justify-content: flex-start !important;
}
[class~="!justify-start"] {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end;
}
[class~="justify-end"] {
  justify-content: flex-end;
}
.!justify-end {
  justify-content: flex-end !important;
}
[class~="!justify-end"] {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center;
}
[class~="justify-center"] {
  justify-content: center;
}
.!justify-center {
  justify-content: center !important;
}
[class~="!justify-center"] {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between;
}
[class~="justify-between"] {
  justify-content: space-between;
}
.!justify-between {
  justify-content: space-between !important;
}
[class~="!justify-between"] {
  justify-content: space-between !important;
}
.justify-around {
  justify-content: space-around;
}
[class~="justify-around"] {
  justify-content: space-around;
}
.!justify-around {
  justify-content: space-around !important;
}
[class~="!justify-around"] {
  justify-content: space-around !important;
}
.justify-evenly {
  justify-content: space-evenly;
}
[class~="justify-evenly"] {
  justify-content: space-evenly;
}
.!justify-evenly {
  justify-content: space-evenly !important;
}
[class~="!justify-evenly"] {
  justify-content: space-evenly !important;
}
.justify-stretch {
  justify-content: stretch;
}
[class~="justify-stretch"] {
  justify-content: stretch;
}
.!justify-stretch {
  justify-content: stretch !important;
}
[class~="!justify-stretch"] {
  justify-content: stretch !important;
}
.justify-items-start {
  justify-items: start;
}
[class~="justify-items-start"] {
  justify-items: start;
}
.!justify-items-start {
  justify-items: start !important;
}
[class~="!justify-items-start"] {
  justify-items: start !important;
}
.justify-items-end {
  justify-items: end;
}
[class~="justify-items-end"] {
  justify-items: end;
}
.!justify-items-end {
  justify-items: end !important;
}
[class~="!justify-items-end"] {
  justify-items: end !important;
}
.justify-items-center {
  justify-items: center;
}
[class~="justify-items-center"] {
  justify-items: center;
}
.!justify-items-center {
  justify-items: center !important;
}
[class~="!justify-items-center"] {
  justify-items: center !important;
}
.justify-items-stretch {
  justify-items: stretch;
}
[class~="justify-items-stretch"] {
  justify-items: stretch;
}
.!justify-items-stretch {
  justify-items: stretch !important;
}
[class~="!justify-items-stretch"] {
  justify-items: stretch !important;
}
.justify-self-auto {
  justify-self: auto;
}
[class~="justify-self-auto"] {
  justify-self: auto;
}
.!justify-self-auto {
  justify-self: auto !important;
}
[class~="!justify-self-auto"] {
  justify-self: auto !important;
}
.justify-self-start {
  justify-self: start;
}
[class~="justify-self-start"] {
  justify-self: start;
}
.!justify-self-start {
  justify-self: start !important;
}
[class~="!justify-self-start"] {
  justify-self: start !important;
}
.justify-self-end {
  justify-self: end;
}
[class~="justify-self-end"] {
  justify-self: end;
}
.!justify-self-end {
  justify-self: end !important;
}
[class~="!justify-self-end"] {
  justify-self: end !important;
}
.justify-self-center {
  justify-self: center;
}
[class~="justify-self-center"] {
  justify-self: center;
}
.!justify-self-center {
  justify-self: center !important;
}
[class~="!justify-self-center"] {
  justify-self: center !important;
}
.justify-self-stretch {
  justify-self: stretch;
}
[class~="justify-self-stretch"] {
  justify-self: stretch;
}
.!justify-self-stretch {
  justify-self: stretch !important;
}
[class~="!justify-self-stretch"] {
  justify-self: stretch !important;
}
.content-normal {
  align-content: normal;
}
[class~="content-normal"] {
  align-content: normal;
}
.!content-normal {
  align-content: normal !important;
}
[class~="!content-normal"] {
  align-content: normal !important;
}
.content-center {
  align-content: center;
}
[class~="content-center"] {
  align-content: center;
}
.!content-center {
  align-content: center !important;
}
[class~="!content-center"] {
  align-content: center !important;
}
.content-start {
  align-content: flex-start;
}
[class~="content-start"] {
  align-content: flex-start;
}
.!content-start {
  align-content: flex-start !important;
}
[class~="!content-start"] {
  align-content: flex-start !important;
}
.content-end {
  align-content: flex-end;
}
[class~="content-end"] {
  align-content: flex-end;
}
.!content-end {
  align-content: flex-end !important;
}
[class~="!content-end"] {
  align-content: flex-end !important;
}
.content-between {
  align-content: space-between;
}
[class~="content-between"] {
  align-content: space-between;
}
.!content-between {
  align-content: space-between !important;
}
[class~="!content-between"] {
  align-content: space-between !important;
}
.content-around {
  align-content: space-around;
}
[class~="content-around"] {
  align-content: space-around;
}
.!content-around {
  align-content: space-around !important;
}
[class~="!content-around"] {
  align-content: space-around !important;
}
.content-evenly {
  align-content: space-evenly;
}
[class~="content-evenly"] {
  align-content: space-evenly;
}
.!content-evenly {
  align-content: space-evenly !important;
}
[class~="!content-evenly"] {
  align-content: space-evenly !important;
}
.content-baseline {
  align-content: baseline;
}
[class~="content-baseline"] {
  align-content: baseline;
}
.!content-baseline {
  align-content: baseline !important;
}
[class~="!content-baseline"] {
  align-content: baseline !important;
}
.content-stretch {
  align-content: stretch;
}
[class~="content-stretch"] {
  align-content: stretch;
}
.!content-stretch {
  align-content: stretch !important;
}
[class~="!content-stretch"] {
  align-content: stretch !important;
}
.items-start {
  align-items: flex-start;
}
[class~="items-start"] {
  align-items: flex-start;
}
.!items-start {
  align-items: flex-start !important;
}
[class~="!items-start"] {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end;
}
[class~="items-end"] {
  align-items: flex-end;
}
.!items-end {
  align-items: flex-end !important;
}
[class~="!items-end"] {
  align-items: flex-end !important;
}
.items-center {
  align-items: center;
}
[class~="items-center"] {
  align-items: center;
}
.!items-center {
  align-items: center !important;
}
[class~="!items-center"] {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline;
}
[class~="items-baseline"] {
  align-items: baseline;
}
.!items-baseline {
  align-items: baseline !important;
}
[class~="!items-baseline"] {
  align-items: baseline !important;
}
.items-stretch {
  align-items: stretch;
}
[class~="items-stretch"] {
  align-items: stretch;
}
.!items-stretch {
  align-items: stretch !important;
}
[class~="!items-stretch"] {
  align-items: stretch !important;
}
.self-auto {
  align-self: auto;
}
[class~="self-auto"] {
  align-self: auto;
}
.!self-auto {
  align-self: auto !important;
}
[class~="!self-auto"] {
  align-self: auto !important;
}
.self-start {
  align-self: flex-start;
}
[class~="self-start"] {
  align-self: flex-start;
}
.!self-start {
  align-self: flex-start !important;
}
[class~="!self-start"] {
  align-self: flex-start !important;
}
.self-end {
  align-self: flex-end;
}
[class~="self-end"] {
  align-self: flex-end;
}
.!self-end {
  align-self: flex-end !important;
}
[class~="!self-end"] {
  align-self: flex-end !important;
}
.self-center {
  align-self: center;
}
[class~="self-center"] {
  align-self: center;
}
.!self-center {
  align-self: center !important;
}
[class~="!self-center"] {
  align-self: center !important;
}
.self-stretch {
  align-self: stretch;
}
[class~="self-stretch"] {
  align-self: stretch;
}
.!self-stretch {
  align-self: stretch !important;
}
[class~="!self-stretch"] {
  align-self: stretch !important;
}
.self-baseline {
  align-self: baseline;
}
[class~="self-baseline"] {
  align-self: baseline;
}
.!self-baseline {
  align-self: baseline !important;
}
[class~="!self-baseline"] {
  align-self: baseline !important;
}
.place-content-center {
  place-content: center;
}
[class~="place-content-center"] {
  place-content: center;
}
.!place-content-center {
  place-content: center !important;
}
[class~="!place-content-center"] {
  place-content: center !important;
}
.place-content-start {
  place-content: start;
}
[class~="place-content-start"] {
  place-content: start;
}
.!place-content-start {
  place-content: start !important;
}
[class~="!place-content-start"] {
  place-content: start !important;
}
.place-content-end {
  place-content: end;
}
[class~="place-content-end"] {
  place-content: end;
}
.!place-content-end {
  place-content: end !important;
}
[class~="!place-content-end"] {
  place-content: end !important;
}
.place-content-between {
  place-content: space-between;
}
[class~="place-content-between"] {
  place-content: space-between;
}
.!place-content-between {
  place-content: space-between !important;
}
[class~="!place-content-between"] {
  place-content: space-between !important;
}
.place-content-around {
  place-content: space-around;
}
[class~="place-content-around"] {
  place-content: space-around;
}
.!place-content-around {
  place-content: space-around !important;
}
[class~="!place-content-around"] {
  place-content: space-around !important;
}
.place-content-evenly {
  place-content: space-evenly;
}
[class~="place-content-evenly"] {
  place-content: space-evenly;
}
.!place-content-evenly {
  place-content: space-evenly !important;
}
[class~="!place-content-evenly"] {
  place-content: space-evenly !important;
}
.place-content-baseline {
  place-content: baseline;
}
[class~="place-content-baseline"] {
  place-content: baseline;
}
.!place-content-baseline {
  place-content: baseline !important;
}
[class~="!place-content-baseline"] {
  place-content: baseline !important;
}
.place-content-stretch {
  place-content: stretch;
}
[class~="place-content-stretch"] {
  place-content: stretch;
}
.!place-content-stretch {
  place-content: stretch !important;
}
[class~="!place-content-stretch"] {
  place-content: stretch !important;
}
.place-items-start {
  place-items: start;
}
[class~="place-items-start"] {
  place-items: start;
}
.!place-items-start {
  place-items: start !important;
}
[class~="!place-items-start"] {
  place-items: start !important;
}
.place-items-end {
  place-items: end;
}
[class~="place-items-end"] {
  place-items: end;
}
.!place-items-end {
  place-items: end !important;
}
[class~="!place-items-end"] {
  place-items: end !important;
}
.place-items-center {
  place-items: center;
}
[class~="place-items-center"] {
  place-items: center;
}
.!place-items-center {
  place-items: center !important;
}
[class~="!place-items-center"] {
  place-items: center !important;
}
.place-items-baseline {
  place-items: baseline;
}
[class~="place-items-baseline"] {
  place-items: baseline;
}
.!place-items-baseline {
  place-items: baseline !important;
}
[class~="!place-items-baseline"] {
  place-items: baseline !important;
}
.place-items-stretch {
  place-items: stretch;
}
[class~="place-items-stretch"] {
  place-items: stretch;
}
.!place-items-stretch {
  place-items: stretch !important;
}
[class~="!place-items-stretch"] {
  place-items: stretch !important;
}
.place-self-auto {
  place-self: auto;
}
[class~="place-self-auto"] {
  place-self: auto;
}
.!place-self-auto {
  place-self: auto !important;
}
[class~="!place-self-auto"] {
  place-self: auto !important;
}
.place-self-start {
  place-self: start;
}
[class~="place-self-start"] {
  place-self: start;
}
.!place-self-start {
  place-self: start !important;
}
[class~="!place-self-start"] {
  place-self: start !important;
}
.place-self-end {
  place-self: end;
}
[class~="place-self-end"] {
  place-self: end;
}
.!place-self-end {
  place-self: end !important;
}
[class~="!place-self-end"] {
  place-self: end !important;
}
.place-self-center {
  place-self: center;
}
[class~="place-self-center"] {
  place-self: center;
}
.!place-self-center {
  place-self: center !important;
}
[class~="!place-self-center"] {
  place-self: center !important;
}
.place-self-stretch {
  place-self: stretch;
}
[class~="place-self-stretch"] {
  place-self: stretch;
}
.!place-self-stretch {
  place-self: stretch !important;
}
[class~="!place-self-stretch"] {
  place-self: stretch !important;
}
.gap-0 {
  gap: 0 ;
}
[class~="gap-0"] {
  gap: 0 ;
}
.!gap-0 {
  gap: 0  !important;
}
[class~="!gap-0"] {
  gap: 0  !important;
}
.gap-x-0 {
  column-gap: 0 ;
}
[class~="gap-x-0"] {
  column-gap: 0 ;
}
.!gap-x-0 {
  column-gap: 0  !important;
}
[class~="!gap-x-0"] {
  column-gap: 0  !important;
}
.gap-y-0 {
  row-gap: 0 ;
}
[class~="gap-y-0"] {
  row-gap: 0 ;
}
.!gap-y-0 {
  row-gap: 0  !important;
}
[class~="!gap-y-0"] {
  row-gap: 0  !important;
}
.gap-px {
  gap: 1px ;
}
[class~="gap-px"] {
  gap: 1px ;
}
.!gap-px {
  gap: 1px  !important;
}
[class~="!gap-px"] {
  gap: 1px  !important;
}
.gap-x-px {
  column-gap: 1px ;
}
[class~="gap-x-px"] {
  column-gap: 1px ;
}
.!gap-x-px {
  column-gap: 1px  !important;
}
[class~="!gap-x-px"] {
  column-gap: 1px  !important;
}
.gap-y-px {
  row-gap: 1px ;
}
[class~="gap-y-px"] {
  row-gap: 1px ;
}
.!gap-y-px {
  row-gap: 1px  !important;
}
[class~="!gap-y-px"] {
  row-gap: 1px  !important;
}
.gap-0\.5 {
  gap: 0.125rem ;
}
[class~="gap-0\.5"] {
  gap: 0.125rem ;
}
.!gap-0\.5 {
  gap: 0.125rem  !important;
}
[class~="!gap-0\.5"] {
  gap: 0.125rem  !important;
}
.gap-x-0\.5 {
  column-gap: 0.125rem ;
}
[class~="gap-x-0\.5"] {
  column-gap: 0.125rem ;
}
.!gap-x-0\.5 {
  column-gap: 0.125rem  !important;
}
[class~="!gap-x-0\.5"] {
  column-gap: 0.125rem  !important;
}
.gap-y-0\.5 {
  row-gap: 0.125rem ;
}
[class~="gap-y-0\.5"] {
  row-gap: 0.125rem ;
}
.!gap-y-0\.5 {
  row-gap: 0.125rem  !important;
}
[class~="!gap-y-0\.5"] {
  row-gap: 0.125rem  !important;
}
.gap-1 {
  gap: 0.25rem ;
}
[class~="gap-1"] {
  gap: 0.25rem ;
}
.!gap-1 {
  gap: 0.25rem  !important;
}
[class~="!gap-1"] {
  gap: 0.25rem  !important;
}
.gap-x-1 {
  column-gap: 0.25rem ;
}
[class~="gap-x-1"] {
  column-gap: 0.25rem ;
}
.!gap-x-1 {
  column-gap: 0.25rem  !important;
}
[class~="!gap-x-1"] {
  column-gap: 0.25rem  !important;
}
.gap-y-1 {
  row-gap: 0.25rem ;
}
[class~="gap-y-1"] {
  row-gap: 0.25rem ;
}
.!gap-y-1 {
  row-gap: 0.25rem  !important;
}
[class~="!gap-y-1"] {
  row-gap: 0.25rem  !important;
}
.gap-1\.5 {
  gap: 0.375rem ;
}
[class~="gap-1\.5"] {
  gap: 0.375rem ;
}
.!gap-1\.5 {
  gap: 0.375rem  !important;
}
[class~="!gap-1\.5"] {
  gap: 0.375rem  !important;
}
.gap-x-1\.5 {
  column-gap: 0.375rem ;
}
[class~="gap-x-1\.5"] {
  column-gap: 0.375rem ;
}
.!gap-x-1\.5 {
  column-gap: 0.375rem  !important;
}
[class~="!gap-x-1\.5"] {
  column-gap: 0.375rem  !important;
}
.gap-y-1\.5 {
  row-gap: 0.375rem ;
}
[class~="gap-y-1\.5"] {
  row-gap: 0.375rem ;
}
.!gap-y-1\.5 {
  row-gap: 0.375rem  !important;
}
[class~="!gap-y-1\.5"] {
  row-gap: 0.375rem  !important;
}
.gap-2 {
  gap: 0.5rem ;
}
[class~="gap-2"] {
  gap: 0.5rem ;
}
.!gap-2 {
  gap: 0.5rem  !important;
}
[class~="!gap-2"] {
  gap: 0.5rem  !important;
}
.gap-x-2 {
  column-gap: 0.5rem ;
}
[class~="gap-x-2"] {
  column-gap: 0.5rem ;
}
.!gap-x-2 {
  column-gap: 0.5rem  !important;
}
[class~="!gap-x-2"] {
  column-gap: 0.5rem  !important;
}
.gap-y-2 {
  row-gap: 0.5rem ;
}
[class~="gap-y-2"] {
  row-gap: 0.5rem ;
}
.!gap-y-2 {
  row-gap: 0.5rem  !important;
}
[class~="!gap-y-2"] {
  row-gap: 0.5rem  !important;
}
.gap-2\.5 {
  gap: 0.625rem ;
}
[class~="gap-2\.5"] {
  gap: 0.625rem ;
}
.!gap-2\.5 {
  gap: 0.625rem  !important;
}
[class~="!gap-2\.5"] {
  gap: 0.625rem  !important;
}
.gap-x-2\.5 {
  column-gap: 0.625rem ;
}
[class~="gap-x-2\.5"] {
  column-gap: 0.625rem ;
}
.!gap-x-2\.5 {
  column-gap: 0.625rem  !important;
}
[class~="!gap-x-2\.5"] {
  column-gap: 0.625rem  !important;
}
.gap-y-2\.5 {
  row-gap: 0.625rem ;
}
[class~="gap-y-2\.5"] {
  row-gap: 0.625rem ;
}
.!gap-y-2\.5 {
  row-gap: 0.625rem  !important;
}
[class~="!gap-y-2\.5"] {
  row-gap: 0.625rem  !important;
}
.gap-3 {
  gap: 0.75rem ;
}
[class~="gap-3"] {
  gap: 0.75rem ;
}
.!gap-3 {
  gap: 0.75rem  !important;
}
[class~="!gap-3"] {
  gap: 0.75rem  !important;
}
.gap-x-3 {
  column-gap: 0.75rem ;
}
[class~="gap-x-3"] {
  column-gap: 0.75rem ;
}
.!gap-x-3 {
  column-gap: 0.75rem  !important;
}
[class~="!gap-x-3"] {
  column-gap: 0.75rem  !important;
}
.gap-y-3 {
  row-gap: 0.75rem ;
}
[class~="gap-y-3"] {
  row-gap: 0.75rem ;
}
.!gap-y-3 {
  row-gap: 0.75rem  !important;
}
[class~="!gap-y-3"] {
  row-gap: 0.75rem  !important;
}
.gap-3\.5 {
  gap: 0.875rem ;
}
[class~="gap-3\.5"] {
  gap: 0.875rem ;
}
.!gap-3\.5 {
  gap: 0.875rem  !important;
}
[class~="!gap-3\.5"] {
  gap: 0.875rem  !important;
}
.gap-x-3\.5 {
  column-gap: 0.875rem ;
}
[class~="gap-x-3\.5"] {
  column-gap: 0.875rem ;
}
.!gap-x-3\.5 {
  column-gap: 0.875rem  !important;
}
[class~="!gap-x-3\.5"] {
  column-gap: 0.875rem  !important;
}
.gap-y-3\.5 {
  row-gap: 0.875rem ;
}
[class~="gap-y-3\.5"] {
  row-gap: 0.875rem ;
}
.!gap-y-3\.5 {
  row-gap: 0.875rem  !important;
}
[class~="!gap-y-3\.5"] {
  row-gap: 0.875rem  !important;
}
.gap-4 {
  gap: 1rem ;
}
[class~="gap-4"] {
  gap: 1rem ;
}
.!gap-4 {
  gap: 1rem  !important;
}
[class~="!gap-4"] {
  gap: 1rem  !important;
}
.gap-x-4 {
  column-gap: 1rem ;
}
[class~="gap-x-4"] {
  column-gap: 1rem ;
}
.!gap-x-4 {
  column-gap: 1rem  !important;
}
[class~="!gap-x-4"] {
  column-gap: 1rem  !important;
}
.gap-y-4 {
  row-gap: 1rem ;
}
[class~="gap-y-4"] {
  row-gap: 1rem ;
}
.!gap-y-4 {
  row-gap: 1rem  !important;
}
[class~="!gap-y-4"] {
  row-gap: 1rem  !important;
}
.gap-5 {
  gap: 1.25rem ;
}
[class~="gap-5"] {
  gap: 1.25rem ;
}
.!gap-5 {
  gap: 1.25rem  !important;
}
[class~="!gap-5"] {
  gap: 1.25rem  !important;
}
.gap-x-5 {
  column-gap: 1.25rem ;
}
[class~="gap-x-5"] {
  column-gap: 1.25rem ;
}
.!gap-x-5 {
  column-gap: 1.25rem  !important;
}
[class~="!gap-x-5"] {
  column-gap: 1.25rem  !important;
}
.gap-y-5 {
  row-gap: 1.25rem ;
}
[class~="gap-y-5"] {
  row-gap: 1.25rem ;
}
.!gap-y-5 {
  row-gap: 1.25rem  !important;
}
[class~="!gap-y-5"] {
  row-gap: 1.25rem  !important;
}
.gap-6 {
  gap: 1.5rem ;
}
[class~="gap-6"] {
  gap: 1.5rem ;
}
.!gap-6 {
  gap: 1.5rem  !important;
}
[class~="!gap-6"] {
  gap: 1.5rem  !important;
}
.gap-x-6 {
  column-gap: 1.5rem ;
}
[class~="gap-x-6"] {
  column-gap: 1.5rem ;
}
.!gap-x-6 {
  column-gap: 1.5rem  !important;
}
[class~="!gap-x-6"] {
  column-gap: 1.5rem  !important;
}
.gap-y-6 {
  row-gap: 1.5rem ;
}
[class~="gap-y-6"] {
  row-gap: 1.5rem ;
}
.!gap-y-6 {
  row-gap: 1.5rem  !important;
}
[class~="!gap-y-6"] {
  row-gap: 1.5rem  !important;
}
.gap-7 {
  gap: 1.75rem ;
}
[class~="gap-7"] {
  gap: 1.75rem ;
}
.!gap-7 {
  gap: 1.75rem  !important;
}
[class~="!gap-7"] {
  gap: 1.75rem  !important;
}
.gap-x-7 {
  column-gap: 1.75rem ;
}
[class~="gap-x-7"] {
  column-gap: 1.75rem ;
}
.!gap-x-7 {
  column-gap: 1.75rem  !important;
}
[class~="!gap-x-7"] {
  column-gap: 1.75rem  !important;
}
.gap-y-7 {
  row-gap: 1.75rem ;
}
[class~="gap-y-7"] {
  row-gap: 1.75rem ;
}
.!gap-y-7 {
  row-gap: 1.75rem  !important;
}
[class~="!gap-y-7"] {
  row-gap: 1.75rem  !important;
}
.gap-8 {
  gap: 2rem ;
}
[class~="gap-8"] {
  gap: 2rem ;
}
.!gap-8 {
  gap: 2rem  !important;
}
[class~="!gap-8"] {
  gap: 2rem  !important;
}
.gap-x-8 {
  column-gap: 2rem ;
}
[class~="gap-x-8"] {
  column-gap: 2rem ;
}
.!gap-x-8 {
  column-gap: 2rem  !important;
}
[class~="!gap-x-8"] {
  column-gap: 2rem  !important;
}
.gap-y-8 {
  row-gap: 2rem ;
}
[class~="gap-y-8"] {
  row-gap: 2rem ;
}
.!gap-y-8 {
  row-gap: 2rem  !important;
}
[class~="!gap-y-8"] {
  row-gap: 2rem  !important;
}
.gap-9 {
  gap: 2.25rem ;
}
[class~="gap-9"] {
  gap: 2.25rem ;
}
.!gap-9 {
  gap: 2.25rem  !important;
}
[class~="!gap-9"] {
  gap: 2.25rem  !important;
}
.gap-x-9 {
  column-gap: 2.25rem ;
}
[class~="gap-x-9"] {
  column-gap: 2.25rem ;
}
.!gap-x-9 {
  column-gap: 2.25rem  !important;
}
[class~="!gap-x-9"] {
  column-gap: 2.25rem  !important;
}
.gap-y-9 {
  row-gap: 2.25rem ;
}
[class~="gap-y-9"] {
  row-gap: 2.25rem ;
}
.!gap-y-9 {
  row-gap: 2.25rem  !important;
}
[class~="!gap-y-9"] {
  row-gap: 2.25rem  !important;
}
.gap-10 {
  gap: 2.5rem ;
}
[class~="gap-10"] {
  gap: 2.5rem ;
}
.!gap-10 {
  gap: 2.5rem  !important;
}
[class~="!gap-10"] {
  gap: 2.5rem  !important;
}
.gap-x-10 {
  column-gap: 2.5rem ;
}
[class~="gap-x-10"] {
  column-gap: 2.5rem ;
}
.!gap-x-10 {
  column-gap: 2.5rem  !important;
}
[class~="!gap-x-10"] {
  column-gap: 2.5rem  !important;
}
.gap-y-10 {
  row-gap: 2.5rem ;
}
[class~="gap-y-10"] {
  row-gap: 2.5rem ;
}
.!gap-y-10 {
  row-gap: 2.5rem  !important;
}
[class~="!gap-y-10"] {
  row-gap: 2.5rem  !important;
}
.gap-11 {
  gap: 2.75rem ;
}
[class~="gap-11"] {
  gap: 2.75rem ;
}
.!gap-11 {
  gap: 2.75rem  !important;
}
[class~="!gap-11"] {
  gap: 2.75rem  !important;
}
.gap-x-11 {
  column-gap: 2.75rem ;
}
[class~="gap-x-11"] {
  column-gap: 2.75rem ;
}
.!gap-x-11 {
  column-gap: 2.75rem  !important;
}
[class~="!gap-x-11"] {
  column-gap: 2.75rem  !important;
}
.gap-y-11 {
  row-gap: 2.75rem ;
}
[class~="gap-y-11"] {
  row-gap: 2.75rem ;
}
.!gap-y-11 {
  row-gap: 2.75rem  !important;
}
[class~="!gap-y-11"] {
  row-gap: 2.75rem  !important;
}
.gap-12 {
  gap: 3rem ;
}
[class~="gap-12"] {
  gap: 3rem ;
}
.!gap-12 {
  gap: 3rem  !important;
}
[class~="!gap-12"] {
  gap: 3rem  !important;
}
.gap-x-12 {
  column-gap: 3rem ;
}
[class~="gap-x-12"] {
  column-gap: 3rem ;
}
.!gap-x-12 {
  column-gap: 3rem  !important;
}
[class~="!gap-x-12"] {
  column-gap: 3rem  !important;
}
.gap-y-12 {
  row-gap: 3rem ;
}
[class~="gap-y-12"] {
  row-gap: 3rem ;
}
.!gap-y-12 {
  row-gap: 3rem  !important;
}
[class~="!gap-y-12"] {
  row-gap: 3rem  !important;
}
.gap-14 {
  gap: 3.5rem ;
}
[class~="gap-14"] {
  gap: 3.5rem ;
}
.!gap-14 {
  gap: 3.5rem  !important;
}
[class~="!gap-14"] {
  gap: 3.5rem  !important;
}
.gap-x-14 {
  column-gap: 3.5rem ;
}
[class~="gap-x-14"] {
  column-gap: 3.5rem ;
}
.!gap-x-14 {
  column-gap: 3.5rem  !important;
}
[class~="!gap-x-14"] {
  column-gap: 3.5rem  !important;
}
.gap-y-14 {
  row-gap: 3.5rem ;
}
[class~="gap-y-14"] {
  row-gap: 3.5rem ;
}
.!gap-y-14 {
  row-gap: 3.5rem  !important;
}
[class~="!gap-y-14"] {
  row-gap: 3.5rem  !important;
}
.gap-16 {
  gap: 4rem ;
}
[class~="gap-16"] {
  gap: 4rem ;
}
.!gap-16 {
  gap: 4rem  !important;
}
[class~="!gap-16"] {
  gap: 4rem  !important;
}
.gap-x-16 {
  column-gap: 4rem ;
}
[class~="gap-x-16"] {
  column-gap: 4rem ;
}
.!gap-x-16 {
  column-gap: 4rem  !important;
}
[class~="!gap-x-16"] {
  column-gap: 4rem  !important;
}
.gap-y-16 {
  row-gap: 4rem ;
}
[class~="gap-y-16"] {
  row-gap: 4rem ;
}
.!gap-y-16 {
  row-gap: 4rem  !important;
}
[class~="!gap-y-16"] {
  row-gap: 4rem  !important;
}
.gap-20 {
  gap: 5rem ;
}
[class~="gap-20"] {
  gap: 5rem ;
}
.!gap-20 {
  gap: 5rem  !important;
}
[class~="!gap-20"] {
  gap: 5rem  !important;
}
.gap-x-20 {
  column-gap: 5rem ;
}
[class~="gap-x-20"] {
  column-gap: 5rem ;
}
.!gap-x-20 {
  column-gap: 5rem  !important;
}
[class~="!gap-x-20"] {
  column-gap: 5rem  !important;
}
.gap-y-20 {
  row-gap: 5rem ;
}
[class~="gap-y-20"] {
  row-gap: 5rem ;
}
.!gap-y-20 {
  row-gap: 5rem  !important;
}
[class~="!gap-y-20"] {
  row-gap: 5rem  !important;
}
.gap-24 {
  gap: 6rem ;
}
[class~="gap-24"] {
  gap: 6rem ;
}
.!gap-24 {
  gap: 6rem  !important;
}
[class~="!gap-24"] {
  gap: 6rem  !important;
}
.gap-x-24 {
  column-gap: 6rem ;
}
[class~="gap-x-24"] {
  column-gap: 6rem ;
}
.!gap-x-24 {
  column-gap: 6rem  !important;
}
[class~="!gap-x-24"] {
  column-gap: 6rem  !important;
}
.gap-y-24 {
  row-gap: 6rem ;
}
[class~="gap-y-24"] {
  row-gap: 6rem ;
}
.!gap-y-24 {
  row-gap: 6rem  !important;
}
[class~="!gap-y-24"] {
  row-gap: 6rem  !important;
}
.gap-28 {
  gap: 7rem ;
}
[class~="gap-28"] {
  gap: 7rem ;
}
.!gap-28 {
  gap: 7rem  !important;
}
[class~="!gap-28"] {
  gap: 7rem  !important;
}
.gap-x-28 {
  column-gap: 7rem ;
}
[class~="gap-x-28"] {
  column-gap: 7rem ;
}
.!gap-x-28 {
  column-gap: 7rem  !important;
}
[class~="!gap-x-28"] {
  column-gap: 7rem  !important;
}
.gap-y-28 {
  row-gap: 7rem ;
}
[class~="gap-y-28"] {
  row-gap: 7rem ;
}
.!gap-y-28 {
  row-gap: 7rem  !important;
}
[class~="!gap-y-28"] {
  row-gap: 7rem  !important;
}
.gap-32 {
  gap: 8rem ;
}
[class~="gap-32"] {
  gap: 8rem ;
}
.!gap-32 {
  gap: 8rem  !important;
}
[class~="!gap-32"] {
  gap: 8rem  !important;
}
.gap-x-32 {
  column-gap: 8rem ;
}
[class~="gap-x-32"] {
  column-gap: 8rem ;
}
.!gap-x-32 {
  column-gap: 8rem  !important;
}
[class~="!gap-x-32"] {
  column-gap: 8rem  !important;
}
.gap-y-32 {
  row-gap: 8rem ;
}
[class~="gap-y-32"] {
  row-gap: 8rem ;
}
.!gap-y-32 {
  row-gap: 8rem  !important;
}
[class~="!gap-y-32"] {
  row-gap: 8rem  !important;
}
.gap-36 {
  gap: 9rem ;
}
[class~="gap-36"] {
  gap: 9rem ;
}
.!gap-36 {
  gap: 9rem  !important;
}
[class~="!gap-36"] {
  gap: 9rem  !important;
}
.gap-x-36 {
  column-gap: 9rem ;
}
[class~="gap-x-36"] {
  column-gap: 9rem ;
}
.!gap-x-36 {
  column-gap: 9rem  !important;
}
[class~="!gap-x-36"] {
  column-gap: 9rem  !important;
}
.gap-y-36 {
  row-gap: 9rem ;
}
[class~="gap-y-36"] {
  row-gap: 9rem ;
}
.!gap-y-36 {
  row-gap: 9rem  !important;
}
[class~="!gap-y-36"] {
  row-gap: 9rem  !important;
}
.gap-40 {
  gap: 10rem ;
}
[class~="gap-40"] {
  gap: 10rem ;
}
.!gap-40 {
  gap: 10rem  !important;
}
[class~="!gap-40"] {
  gap: 10rem  !important;
}
.gap-x-40 {
  column-gap: 10rem ;
}
[class~="gap-x-40"] {
  column-gap: 10rem ;
}
.!gap-x-40 {
  column-gap: 10rem  !important;
}
[class~="!gap-x-40"] {
  column-gap: 10rem  !important;
}
.gap-y-40 {
  row-gap: 10rem ;
}
[class~="gap-y-40"] {
  row-gap: 10rem ;
}
.!gap-y-40 {
  row-gap: 10rem  !important;
}
[class~="!gap-y-40"] {
  row-gap: 10rem  !important;
}
.gap-44 {
  gap: 11rem ;
}
[class~="gap-44"] {
  gap: 11rem ;
}
.!gap-44 {
  gap: 11rem  !important;
}
[class~="!gap-44"] {
  gap: 11rem  !important;
}
.gap-x-44 {
  column-gap: 11rem ;
}
[class~="gap-x-44"] {
  column-gap: 11rem ;
}
.!gap-x-44 {
  column-gap: 11rem  !important;
}
[class~="!gap-x-44"] {
  column-gap: 11rem  !important;
}
.gap-y-44 {
  row-gap: 11rem ;
}
[class~="gap-y-44"] {
  row-gap: 11rem ;
}
.!gap-y-44 {
  row-gap: 11rem  !important;
}
[class~="!gap-y-44"] {
  row-gap: 11rem  !important;
}
.gap-48 {
  gap: 12rem ;
}
[class~="gap-48"] {
  gap: 12rem ;
}
.!gap-48 {
  gap: 12rem  !important;
}
[class~="!gap-48"] {
  gap: 12rem  !important;
}
.gap-x-48 {
  column-gap: 12rem ;
}
[class~="gap-x-48"] {
  column-gap: 12rem ;
}
.!gap-x-48 {
  column-gap: 12rem  !important;
}
[class~="!gap-x-48"] {
  column-gap: 12rem  !important;
}
.gap-y-48 {
  row-gap: 12rem ;
}
[class~="gap-y-48"] {
  row-gap: 12rem ;
}
.!gap-y-48 {
  row-gap: 12rem  !important;
}
[class~="!gap-y-48"] {
  row-gap: 12rem  !important;
}
.gap-52 {
  gap: 13rem ;
}
[class~="gap-52"] {
  gap: 13rem ;
}
.!gap-52 {
  gap: 13rem  !important;
}
[class~="!gap-52"] {
  gap: 13rem  !important;
}
.gap-x-52 {
  column-gap: 13rem ;
}
[class~="gap-x-52"] {
  column-gap: 13rem ;
}
.!gap-x-52 {
  column-gap: 13rem  !important;
}
[class~="!gap-x-52"] {
  column-gap: 13rem  !important;
}
.gap-y-52 {
  row-gap: 13rem ;
}
[class~="gap-y-52"] {
  row-gap: 13rem ;
}
.!gap-y-52 {
  row-gap: 13rem  !important;
}
[class~="!gap-y-52"] {
  row-gap: 13rem  !important;
}
.gap-56 {
  gap: 14rem ;
}
[class~="gap-56"] {
  gap: 14rem ;
}
.!gap-56 {
  gap: 14rem  !important;
}
[class~="!gap-56"] {
  gap: 14rem  !important;
}
.gap-x-56 {
  column-gap: 14rem ;
}
[class~="gap-x-56"] {
  column-gap: 14rem ;
}
.!gap-x-56 {
  column-gap: 14rem  !important;
}
[class~="!gap-x-56"] {
  column-gap: 14rem  !important;
}
.gap-y-56 {
  row-gap: 14rem ;
}
[class~="gap-y-56"] {
  row-gap: 14rem ;
}
.!gap-y-56 {
  row-gap: 14rem  !important;
}
[class~="!gap-y-56"] {
  row-gap: 14rem  !important;
}
.gap-60 {
  gap: 15rem ;
}
[class~="gap-60"] {
  gap: 15rem ;
}
.!gap-60 {
  gap: 15rem  !important;
}
[class~="!gap-60"] {
  gap: 15rem  !important;
}
.gap-x-60 {
  column-gap: 15rem ;
}
[class~="gap-x-60"] {
  column-gap: 15rem ;
}
.!gap-x-60 {
  column-gap: 15rem  !important;
}
[class~="!gap-x-60"] {
  column-gap: 15rem  !important;
}
.gap-y-60 {
  row-gap: 15rem ;
}
[class~="gap-y-60"] {
  row-gap: 15rem ;
}
.!gap-y-60 {
  row-gap: 15rem  !important;
}
[class~="!gap-y-60"] {
  row-gap: 15rem  !important;
}
.gap-64 {
  gap: 16rem ;
}
[class~="gap-64"] {
  gap: 16rem ;
}
.!gap-64 {
  gap: 16rem  !important;
}
[class~="!gap-64"] {
  gap: 16rem  !important;
}
.gap-x-64 {
  column-gap: 16rem ;
}
[class~="gap-x-64"] {
  column-gap: 16rem ;
}
.!gap-x-64 {
  column-gap: 16rem  !important;
}
[class~="!gap-x-64"] {
  column-gap: 16rem  !important;
}
.gap-y-64 {
  row-gap: 16rem ;
}
[class~="gap-y-64"] {
  row-gap: 16rem ;
}
.!gap-y-64 {
  row-gap: 16rem  !important;
}
[class~="!gap-y-64"] {
  row-gap: 16rem  !important;
}
.gap-72 {
  gap: 18rem ;
}
[class~="gap-72"] {
  gap: 18rem ;
}
.!gap-72 {
  gap: 18rem  !important;
}
[class~="!gap-72"] {
  gap: 18rem  !important;
}
.gap-x-72 {
  column-gap: 18rem ;
}
[class~="gap-x-72"] {
  column-gap: 18rem ;
}
.!gap-x-72 {
  column-gap: 18rem  !important;
}
[class~="!gap-x-72"] {
  column-gap: 18rem  !important;
}
.gap-y-72 {
  row-gap: 18rem ;
}
[class~="gap-y-72"] {
  row-gap: 18rem ;
}
.!gap-y-72 {
  row-gap: 18rem  !important;
}
[class~="!gap-y-72"] {
  row-gap: 18rem  !important;
}
.gap-80 {
  gap: 20rem ;
}
[class~="gap-80"] {
  gap: 20rem ;
}
.!gap-80 {
  gap: 20rem  !important;
}
[class~="!gap-80"] {
  gap: 20rem  !important;
}
.gap-x-80 {
  column-gap: 20rem ;
}
[class~="gap-x-80"] {
  column-gap: 20rem ;
}
.!gap-x-80 {
  column-gap: 20rem  !important;
}
[class~="!gap-x-80"] {
  column-gap: 20rem  !important;
}
.gap-y-80 {
  row-gap: 20rem ;
}
[class~="gap-y-80"] {
  row-gap: 20rem ;
}
.!gap-y-80 {
  row-gap: 20rem  !important;
}
[class~="!gap-y-80"] {
  row-gap: 20rem  !important;
}
.gap-96 {
  gap: 24rem ;
}
[class~="gap-96"] {
  gap: 24rem ;
}
.!gap-96 {
  gap: 24rem  !important;
}
[class~="!gap-96"] {
  gap: 24rem  !important;
}
.gap-x-96 {
  column-gap: 24rem ;
}
[class~="gap-x-96"] {
  column-gap: 24rem ;
}
.!gap-x-96 {
  column-gap: 24rem  !important;
}
[class~="!gap-x-96"] {
  column-gap: 24rem  !important;
}
.gap-y-96 {
  row-gap: 24rem ;
}
[class~="gap-y-96"] {
  row-gap: 24rem ;
}
.!gap-y-96 {
  row-gap: 24rem  !important;
}
[class~="!gap-y-96"] {
  row-gap: 24rem  !important;
}
.p-0 {
  padding: 0 ;
}
[class~="p-0"] {
  padding: 0 ;
}
.!p-0 {
  padding: 0  !important;
}
[class~="!p-0"] {
  padding: 0  !important;
}
.px-0 {
  padding-left: 0 ;
  padding-right: 0 ;
}
[class~="px-0"] {
  padding-left: 0 ;
  padding-right: 0 ;
}
.!px-0 {
  padding-left: 0  !important;
  padding-right: 0  !important;
}
[class~="!px-0"] {
  padding-left: 0  !important;
  padding-right: 0  !important;
}
.py-0 {
  padding-top: 0 ;
  padding-bottom: 0 ;
}
[class~="py-0"] {
  padding-top: 0 ;
  padding-bottom: 0 ;
}
.!py-0 {
  padding-top: 0  !important;
  padding-bottom: 0  !important;
}
[class~="!py-0"] {
  padding-top: 0  !important;
  padding-bottom: 0  !important;
}
.ps-0 {
  padding-inline-start: 0 ;
}
[class~="ps-0"] {
  padding-inline-start: 0 ;
}
.!ps-0 {
  padding-inline-start: 0  !important;
}
[class~="!ps-0"] {
  padding-inline-start: 0  !important;
}
.pe-0 {
  padding-inline-end: 0 ;
}
[class~="pe-0"] {
  padding-inline-end: 0 ;
}
.!pe-0 {
  padding-inline-end: 0  !important;
}
[class~="!pe-0"] {
  padding-inline-end: 0  !important;
}
.pt-0 {
  padding-top: 0 ;
}
[class~="pt-0"] {
  padding-top: 0 ;
}
.!pt-0 {
  padding-top: 0  !important;
}
[class~="!pt-0"] {
  padding-top: 0  !important;
}
.pr-0 {
  padding-right: 0 ;
}
[class~="pr-0"] {
  padding-right: 0 ;
}
.!pr-0 {
  padding-right: 0  !important;
}
[class~="!pr-0"] {
  padding-right: 0  !important;
}
.pb-0 {
  padding-bottom: 0 ;
}
[class~="pb-0"] {
  padding-bottom: 0 ;
}
.!pb-0 {
  padding-bottom: 0  !important;
}
[class~="!pb-0"] {
  padding-bottom: 0  !important;
}
.pl-0 {
  padding-left: 0 ;
}
[class~="pl-0"] {
  padding-left: 0 ;
}
.!pl-0 {
  padding-left: 0  !important;
}
[class~="!pl-0"] {
  padding-left: 0  !important;
}
.p-px {
  padding: 1px ;
}
[class~="p-px"] {
  padding: 1px ;
}
.!p-px {
  padding: 1px  !important;
}
[class~="!p-px"] {
  padding: 1px  !important;
}
.px-px {
  padding-left: 1px ;
  padding-right: 1px ;
}
[class~="px-px"] {
  padding-left: 1px ;
  padding-right: 1px ;
}
.!px-px {
  padding-left: 1px  !important;
  padding-right: 1px  !important;
}
[class~="!px-px"] {
  padding-left: 1px  !important;
  padding-right: 1px  !important;
}
.py-px {
  padding-top: 1px ;
  padding-bottom: 1px ;
}
[class~="py-px"] {
  padding-top: 1px ;
  padding-bottom: 1px ;
}
.!py-px {
  padding-top: 1px  !important;
  padding-bottom: 1px  !important;
}
[class~="!py-px"] {
  padding-top: 1px  !important;
  padding-bottom: 1px  !important;
}
.ps-px {
  padding-inline-start: 1px ;
}
[class~="ps-px"] {
  padding-inline-start: 1px ;
}
.!ps-px {
  padding-inline-start: 1px  !important;
}
[class~="!ps-px"] {
  padding-inline-start: 1px  !important;
}
.pe-px {
  padding-inline-end: 1px ;
}
[class~="pe-px"] {
  padding-inline-end: 1px ;
}
.!pe-px {
  padding-inline-end: 1px  !important;
}
[class~="!pe-px"] {
  padding-inline-end: 1px  !important;
}
.pt-px {
  padding-top: 1px ;
}
[class~="pt-px"] {
  padding-top: 1px ;
}
.!pt-px {
  padding-top: 1px  !important;
}
[class~="!pt-px"] {
  padding-top: 1px  !important;
}
.pr-px {
  padding-right: 1px ;
}
[class~="pr-px"] {
  padding-right: 1px ;
}
.!pr-px {
  padding-right: 1px  !important;
}
[class~="!pr-px"] {
  padding-right: 1px  !important;
}
.pb-px {
  padding-bottom: 1px ;
}
[class~="pb-px"] {
  padding-bottom: 1px ;
}
.!pb-px {
  padding-bottom: 1px  !important;
}
[class~="!pb-px"] {
  padding-bottom: 1px  !important;
}
.pl-px {
  padding-left: 1px ;
}
[class~="pl-px"] {
  padding-left: 1px ;
}
.!pl-px {
  padding-left: 1px  !important;
}
[class~="!pl-px"] {
  padding-left: 1px  !important;
}
.p-0\.5 {
  padding: 0.125rem ;
}
[class~="p-0\.5"] {
  padding: 0.125rem ;
}
.!p-0\.5 {
  padding: 0.125rem  !important;
}
[class~="!p-0\.5"] {
  padding: 0.125rem  !important;
}
.px-0\.5 {
  padding-left: 0.125rem ;
  padding-right: 0.125rem ;
}
[class~="px-0\.5"] {
  padding-left: 0.125rem ;
  padding-right: 0.125rem ;
}
.!px-0\.5 {
  padding-left: 0.125rem  !important;
  padding-right: 0.125rem  !important;
}
[class~="!px-0\.5"] {
  padding-left: 0.125rem  !important;
  padding-right: 0.125rem  !important;
}
.py-0\.5 {
  padding-top: 0.125rem ;
  padding-bottom: 0.125rem ;
}
[class~="py-0\.5"] {
  padding-top: 0.125rem ;
  padding-bottom: 0.125rem ;
}
.!py-0\.5 {
  padding-top: 0.125rem  !important;
  padding-bottom: 0.125rem  !important;
}
[class~="!py-0\.5"] {
  padding-top: 0.125rem  !important;
  padding-bottom: 0.125rem  !important;
}
.ps-0\.5 {
  padding-inline-start: 0.125rem ;
}
[class~="ps-0\.5"] {
  padding-inline-start: 0.125rem ;
}
.!ps-0\.5 {
  padding-inline-start: 0.125rem  !important;
}
[class~="!ps-0\.5"] {
  padding-inline-start: 0.125rem  !important;
}
.pe-0\.5 {
  padding-inline-end: 0.125rem ;
}
[class~="pe-0\.5"] {
  padding-inline-end: 0.125rem ;
}
.!pe-0\.5 {
  padding-inline-end: 0.125rem  !important;
}
[class~="!pe-0\.5"] {
  padding-inline-end: 0.125rem  !important;
}
.pt-0\.5 {
  padding-top: 0.125rem ;
}
[class~="pt-0\.5"] {
  padding-top: 0.125rem ;
}
.!pt-0\.5 {
  padding-top: 0.125rem  !important;
}
[class~="!pt-0\.5"] {
  padding-top: 0.125rem  !important;
}
.pr-0\.5 {
  padding-right: 0.125rem ;
}
[class~="pr-0\.5"] {
  padding-right: 0.125rem ;
}
.!pr-0\.5 {
  padding-right: 0.125rem  !important;
}
[class~="!pr-0\.5"] {
  padding-right: 0.125rem  !important;
}
.pb-0\.5 {
  padding-bottom: 0.125rem ;
}
[class~="pb-0\.5"] {
  padding-bottom: 0.125rem ;
}
.!pb-0\.5 {
  padding-bottom: 0.125rem  !important;
}
[class~="!pb-0\.5"] {
  padding-bottom: 0.125rem  !important;
}
.pl-0\.5 {
  padding-left: 0.125rem ;
}
[class~="pl-0\.5"] {
  padding-left: 0.125rem ;
}
.!pl-0\.5 {
  padding-left: 0.125rem  !important;
}
[class~="!pl-0\.5"] {
  padding-left: 0.125rem  !important;
}
.p-1 {
  padding: 0.25rem ;
}
[class~="p-1"] {
  padding: 0.25rem ;
}
.!p-1 {
  padding: 0.25rem  !important;
}
[class~="!p-1"] {
  padding: 0.25rem  !important;
}
.px-1 {
  padding-left: 0.25rem ;
  padding-right: 0.25rem ;
}
[class~="px-1"] {
  padding-left: 0.25rem ;
  padding-right: 0.25rem ;
}
.!px-1 {
  padding-left: 0.25rem  !important;
  padding-right: 0.25rem  !important;
}
[class~="!px-1"] {
  padding-left: 0.25rem  !important;
  padding-right: 0.25rem  !important;
}
.py-1 {
  padding-top: 0.25rem ;
  padding-bottom: 0.25rem ;
}
[class~="py-1"] {
  padding-top: 0.25rem ;
  padding-bottom: 0.25rem ;
}
.!py-1 {
  padding-top: 0.25rem  !important;
  padding-bottom: 0.25rem  !important;
}
[class~="!py-1"] {
  padding-top: 0.25rem  !important;
  padding-bottom: 0.25rem  !important;
}
.ps-1 {
  padding-inline-start: 0.25rem ;
}
[class~="ps-1"] {
  padding-inline-start: 0.25rem ;
}
.!ps-1 {
  padding-inline-start: 0.25rem  !important;
}
[class~="!ps-1"] {
  padding-inline-start: 0.25rem  !important;
}
.pe-1 {
  padding-inline-end: 0.25rem ;
}
[class~="pe-1"] {
  padding-inline-end: 0.25rem ;
}
.!pe-1 {
  padding-inline-end: 0.25rem  !important;
}
[class~="!pe-1"] {
  padding-inline-end: 0.25rem  !important;
}
.pt-1 {
  padding-top: 0.25rem ;
}
[class~="pt-1"] {
  padding-top: 0.25rem ;
}
.!pt-1 {
  padding-top: 0.25rem  !important;
}
[class~="!pt-1"] {
  padding-top: 0.25rem  !important;
}
.pr-1 {
  padding-right: 0.25rem ;
}
[class~="pr-1"] {
  padding-right: 0.25rem ;
}
.!pr-1 {
  padding-right: 0.25rem  !important;
}
[class~="!pr-1"] {
  padding-right: 0.25rem  !important;
}
.pb-1 {
  padding-bottom: 0.25rem ;
}
[class~="pb-1"] {
  padding-bottom: 0.25rem ;
}
.!pb-1 {
  padding-bottom: 0.25rem  !important;
}
[class~="!pb-1"] {
  padding-bottom: 0.25rem  !important;
}
.pl-1 {
  padding-left: 0.25rem ;
}
[class~="pl-1"] {
  padding-left: 0.25rem ;
}
.!pl-1 {
  padding-left: 0.25rem  !important;
}
[class~="!pl-1"] {
  padding-left: 0.25rem  !important;
}
.p-1\.5 {
  padding: 0.375rem ;
}
[class~="p-1\.5"] {
  padding: 0.375rem ;
}
.!p-1\.5 {
  padding: 0.375rem  !important;
}
[class~="!p-1\.5"] {
  padding: 0.375rem  !important;
}
.px-1\.5 {
  padding-left: 0.375rem ;
  padding-right: 0.375rem ;
}
[class~="px-1\.5"] {
  padding-left: 0.375rem ;
  padding-right: 0.375rem ;
}
.!px-1\.5 {
  padding-left: 0.375rem  !important;
  padding-right: 0.375rem  !important;
}
[class~="!px-1\.5"] {
  padding-left: 0.375rem  !important;
  padding-right: 0.375rem  !important;
}
.py-1\.5 {
  padding-top: 0.375rem ;
  padding-bottom: 0.375rem ;
}
[class~="py-1\.5"] {
  padding-top: 0.375rem ;
  padding-bottom: 0.375rem ;
}
.!py-1\.5 {
  padding-top: 0.375rem  !important;
  padding-bottom: 0.375rem  !important;
}
[class~="!py-1\.5"] {
  padding-top: 0.375rem  !important;
  padding-bottom: 0.375rem  !important;
}
.ps-1\.5 {
  padding-inline-start: 0.375rem ;
}
[class~="ps-1\.5"] {
  padding-inline-start: 0.375rem ;
}
.!ps-1\.5 {
  padding-inline-start: 0.375rem  !important;
}
[class~="!ps-1\.5"] {
  padding-inline-start: 0.375rem  !important;
}
.pe-1\.5 {
  padding-inline-end: 0.375rem ;
}
[class~="pe-1\.5"] {
  padding-inline-end: 0.375rem ;
}
.!pe-1\.5 {
  padding-inline-end: 0.375rem  !important;
}
[class~="!pe-1\.5"] {
  padding-inline-end: 0.375rem  !important;
}
.pt-1\.5 {
  padding-top: 0.375rem ;
}
[class~="pt-1\.5"] {
  padding-top: 0.375rem ;
}
.!pt-1\.5 {
  padding-top: 0.375rem  !important;
}
[class~="!pt-1\.5"] {
  padding-top: 0.375rem  !important;
}
.pr-1\.5 {
  padding-right: 0.375rem ;
}
[class~="pr-1\.5"] {
  padding-right: 0.375rem ;
}
.!pr-1\.5 {
  padding-right: 0.375rem  !important;
}
[class~="!pr-1\.5"] {
  padding-right: 0.375rem  !important;
}
.pb-1\.5 {
  padding-bottom: 0.375rem ;
}
[class~="pb-1\.5"] {
  padding-bottom: 0.375rem ;
}
.!pb-1\.5 {
  padding-bottom: 0.375rem  !important;
}
[class~="!pb-1\.5"] {
  padding-bottom: 0.375rem  !important;
}
.pl-1\.5 {
  padding-left: 0.375rem ;
}
[class~="pl-1\.5"] {
  padding-left: 0.375rem ;
}
.!pl-1\.5 {
  padding-left: 0.375rem  !important;
}
[class~="!pl-1\.5"] {
  padding-left: 0.375rem  !important;
}
.p-2 {
  padding: 0.5rem ;
}
[class~="p-2"] {
  padding: 0.5rem ;
}
.!p-2 {
  padding: 0.5rem  !important;
}
[class~="!p-2"] {
  padding: 0.5rem  !important;
}
.px-2 {
  padding-left: 0.5rem ;
  padding-right: 0.5rem ;
}
[class~="px-2"] {
  padding-left: 0.5rem ;
  padding-right: 0.5rem ;
}
.!px-2 {
  padding-left: 0.5rem  !important;
  padding-right: 0.5rem  !important;
}
[class~="!px-2"] {
  padding-left: 0.5rem  !important;
  padding-right: 0.5rem  !important;
}
.py-2 {
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ;
}
[class~="py-2"] {
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ;
}
.!py-2 {
  padding-top: 0.5rem  !important;
  padding-bottom: 0.5rem  !important;
}
[class~="!py-2"] {
  padding-top: 0.5rem  !important;
  padding-bottom: 0.5rem  !important;
}
.ps-2 {
  padding-inline-start: 0.5rem ;
}
[class~="ps-2"] {
  padding-inline-start: 0.5rem ;
}
.!ps-2 {
  padding-inline-start: 0.5rem  !important;
}
[class~="!ps-2"] {
  padding-inline-start: 0.5rem  !important;
}
.pe-2 {
  padding-inline-end: 0.5rem ;
}
[class~="pe-2"] {
  padding-inline-end: 0.5rem ;
}
.!pe-2 {
  padding-inline-end: 0.5rem  !important;
}
[class~="!pe-2"] {
  padding-inline-end: 0.5rem  !important;
}
.pt-2 {
  padding-top: 0.5rem ;
}
[class~="pt-2"] {
  padding-top: 0.5rem ;
}
.!pt-2 {
  padding-top: 0.5rem  !important;
}
[class~="!pt-2"] {
  padding-top: 0.5rem  !important;
}
.pr-2 {
  padding-right: 0.5rem ;
}
[class~="pr-2"] {
  padding-right: 0.5rem ;
}
.!pr-2 {
  padding-right: 0.5rem  !important;
}
[class~="!pr-2"] {
  padding-right: 0.5rem  !important;
}
.pb-2 {
  padding-bottom: 0.5rem ;
}
[class~="pb-2"] {
  padding-bottom: 0.5rem ;
}
.!pb-2 {
  padding-bottom: 0.5rem  !important;
}
[class~="!pb-2"] {
  padding-bottom: 0.5rem  !important;
}
.pl-2 {
  padding-left: 0.5rem ;
}
[class~="pl-2"] {
  padding-left: 0.5rem ;
}
.!pl-2 {
  padding-left: 0.5rem  !important;
}
[class~="!pl-2"] {
  padding-left: 0.5rem  !important;
}
.p-2\.5 {
  padding: 0.625rem ;
}
[class~="p-2\.5"] {
  padding: 0.625rem ;
}
.!p-2\.5 {
  padding: 0.625rem  !important;
}
[class~="!p-2\.5"] {
  padding: 0.625rem  !important;
}
.px-2\.5 {
  padding-left: 0.625rem ;
  padding-right: 0.625rem ;
}
[class~="px-2\.5"] {
  padding-left: 0.625rem ;
  padding-right: 0.625rem ;
}
.!px-2\.5 {
  padding-left: 0.625rem  !important;
  padding-right: 0.625rem  !important;
}
[class~="!px-2\.5"] {
  padding-left: 0.625rem  !important;
  padding-right: 0.625rem  !important;
}
.py-2\.5 {
  padding-top: 0.625rem ;
  padding-bottom: 0.625rem ;
}
[class~="py-2\.5"] {
  padding-top: 0.625rem ;
  padding-bottom: 0.625rem ;
}
.!py-2\.5 {
  padding-top: 0.625rem  !important;
  padding-bottom: 0.625rem  !important;
}
[class~="!py-2\.5"] {
  padding-top: 0.625rem  !important;
  padding-bottom: 0.625rem  !important;
}
.ps-2\.5 {
  padding-inline-start: 0.625rem ;
}
[class~="ps-2\.5"] {
  padding-inline-start: 0.625rem ;
}
.!ps-2\.5 {
  padding-inline-start: 0.625rem  !important;
}
[class~="!ps-2\.5"] {
  padding-inline-start: 0.625rem  !important;
}
.pe-2\.5 {
  padding-inline-end: 0.625rem ;
}
[class~="pe-2\.5"] {
  padding-inline-end: 0.625rem ;
}
.!pe-2\.5 {
  padding-inline-end: 0.625rem  !important;
}
[class~="!pe-2\.5"] {
  padding-inline-end: 0.625rem  !important;
}
.pt-2\.5 {
  padding-top: 0.625rem ;
}
[class~="pt-2\.5"] {
  padding-top: 0.625rem ;
}
.!pt-2\.5 {
  padding-top: 0.625rem  !important;
}
[class~="!pt-2\.5"] {
  padding-top: 0.625rem  !important;
}
.pr-2\.5 {
  padding-right: 0.625rem ;
}
[class~="pr-2\.5"] {
  padding-right: 0.625rem ;
}
.!pr-2\.5 {
  padding-right: 0.625rem  !important;
}
[class~="!pr-2\.5"] {
  padding-right: 0.625rem  !important;
}
.pb-2\.5 {
  padding-bottom: 0.625rem ;
}
[class~="pb-2\.5"] {
  padding-bottom: 0.625rem ;
}
.!pb-2\.5 {
  padding-bottom: 0.625rem  !important;
}
[class~="!pb-2\.5"] {
  padding-bottom: 0.625rem  !important;
}
.pl-2\.5 {
  padding-left: 0.625rem ;
}
[class~="pl-2\.5"] {
  padding-left: 0.625rem ;
}
.!pl-2\.5 {
  padding-left: 0.625rem  !important;
}
[class~="!pl-2\.5"] {
  padding-left: 0.625rem  !important;
}
.p-3 {
  padding: 0.75rem ;
}
[class~="p-3"] {
  padding: 0.75rem ;
}
.!p-3 {
  padding: 0.75rem  !important;
}
[class~="!p-3"] {
  padding: 0.75rem  !important;
}
.px-3 {
  padding-left: 0.75rem ;
  padding-right: 0.75rem ;
}
[class~="px-3"] {
  padding-left: 0.75rem ;
  padding-right: 0.75rem ;
}
.!px-3 {
  padding-left: 0.75rem  !important;
  padding-right: 0.75rem  !important;
}
[class~="!px-3"] {
  padding-left: 0.75rem  !important;
  padding-right: 0.75rem  !important;
}
.py-3 {
  padding-top: 0.75rem ;
  padding-bottom: 0.75rem ;
}
[class~="py-3"] {
  padding-top: 0.75rem ;
  padding-bottom: 0.75rem ;
}
.!py-3 {
  padding-top: 0.75rem  !important;
  padding-bottom: 0.75rem  !important;
}
[class~="!py-3"] {
  padding-top: 0.75rem  !important;
  padding-bottom: 0.75rem  !important;
}
.ps-3 {
  padding-inline-start: 0.75rem ;
}
[class~="ps-3"] {
  padding-inline-start: 0.75rem ;
}
.!ps-3 {
  padding-inline-start: 0.75rem  !important;
}
[class~="!ps-3"] {
  padding-inline-start: 0.75rem  !important;
}
.pe-3 {
  padding-inline-end: 0.75rem ;
}
[class~="pe-3"] {
  padding-inline-end: 0.75rem ;
}
.!pe-3 {
  padding-inline-end: 0.75rem  !important;
}
[class~="!pe-3"] {
  padding-inline-end: 0.75rem  !important;
}
.pt-3 {
  padding-top: 0.75rem ;
}
[class~="pt-3"] {
  padding-top: 0.75rem ;
}
.!pt-3 {
  padding-top: 0.75rem  !important;
}
[class~="!pt-3"] {
  padding-top: 0.75rem  !important;
}
.pr-3 {
  padding-right: 0.75rem ;
}
[class~="pr-3"] {
  padding-right: 0.75rem ;
}
.!pr-3 {
  padding-right: 0.75rem  !important;
}
[class~="!pr-3"] {
  padding-right: 0.75rem  !important;
}
.pb-3 {
  padding-bottom: 0.75rem ;
}
[class~="pb-3"] {
  padding-bottom: 0.75rem ;
}
.!pb-3 {
  padding-bottom: 0.75rem  !important;
}
[class~="!pb-3"] {
  padding-bottom: 0.75rem  !important;
}
.pl-3 {
  padding-left: 0.75rem ;
}
[class~="pl-3"] {
  padding-left: 0.75rem ;
}
.!pl-3 {
  padding-left: 0.75rem  !important;
}
[class~="!pl-3"] {
  padding-left: 0.75rem  !important;
}
.p-3\.5 {
  padding: 0.875rem ;
}
[class~="p-3\.5"] {
  padding: 0.875rem ;
}
.!p-3\.5 {
  padding: 0.875rem  !important;
}
[class~="!p-3\.5"] {
  padding: 0.875rem  !important;
}
.px-3\.5 {
  padding-left: 0.875rem ;
  padding-right: 0.875rem ;
}
[class~="px-3\.5"] {
  padding-left: 0.875rem ;
  padding-right: 0.875rem ;
}
.!px-3\.5 {
  padding-left: 0.875rem  !important;
  padding-right: 0.875rem  !important;
}
[class~="!px-3\.5"] {
  padding-left: 0.875rem  !important;
  padding-right: 0.875rem  !important;
}
.py-3\.5 {
  padding-top: 0.875rem ;
  padding-bottom: 0.875rem ;
}
[class~="py-3\.5"] {
  padding-top: 0.875rem ;
  padding-bottom: 0.875rem ;
}
.!py-3\.5 {
  padding-top: 0.875rem  !important;
  padding-bottom: 0.875rem  !important;
}
[class~="!py-3\.5"] {
  padding-top: 0.875rem  !important;
  padding-bottom: 0.875rem  !important;
}
.ps-3\.5 {
  padding-inline-start: 0.875rem ;
}
[class~="ps-3\.5"] {
  padding-inline-start: 0.875rem ;
}
.!ps-3\.5 {
  padding-inline-start: 0.875rem  !important;
}
[class~="!ps-3\.5"] {
  padding-inline-start: 0.875rem  !important;
}
.pe-3\.5 {
  padding-inline-end: 0.875rem ;
}
[class~="pe-3\.5"] {
  padding-inline-end: 0.875rem ;
}
.!pe-3\.5 {
  padding-inline-end: 0.875rem  !important;
}
[class~="!pe-3\.5"] {
  padding-inline-end: 0.875rem  !important;
}
.pt-3\.5 {
  padding-top: 0.875rem ;
}
[class~="pt-3\.5"] {
  padding-top: 0.875rem ;
}
.!pt-3\.5 {
  padding-top: 0.875rem  !important;
}
[class~="!pt-3\.5"] {
  padding-top: 0.875rem  !important;
}
.pr-3\.5 {
  padding-right: 0.875rem ;
}
[class~="pr-3\.5"] {
  padding-right: 0.875rem ;
}
.!pr-3\.5 {
  padding-right: 0.875rem  !important;
}
[class~="!pr-3\.5"] {
  padding-right: 0.875rem  !important;
}
.pb-3\.5 {
  padding-bottom: 0.875rem ;
}
[class~="pb-3\.5"] {
  padding-bottom: 0.875rem ;
}
.!pb-3\.5 {
  padding-bottom: 0.875rem  !important;
}
[class~="!pb-3\.5"] {
  padding-bottom: 0.875rem  !important;
}
.pl-3\.5 {
  padding-left: 0.875rem ;
}
[class~="pl-3\.5"] {
  padding-left: 0.875rem ;
}
.!pl-3\.5 {
  padding-left: 0.875rem  !important;
}
[class~="!pl-3\.5"] {
  padding-left: 0.875rem  !important;
}
.p-4 {
  padding: 1rem ;
}
[class~="p-4"] {
  padding: 1rem ;
}
.!p-4 {
  padding: 1rem  !important;
}
[class~="!p-4"] {
  padding: 1rem  !important;
}
.px-4 {
  padding-left: 1rem ;
  padding-right: 1rem ;
}
[class~="px-4"] {
  padding-left: 1rem ;
  padding-right: 1rem ;
}
.!px-4 {
  padding-left: 1rem  !important;
  padding-right: 1rem  !important;
}
[class~="!px-4"] {
  padding-left: 1rem  !important;
  padding-right: 1rem  !important;
}
.py-4 {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
}
[class~="py-4"] {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
}
.!py-4 {
  padding-top: 1rem  !important;
  padding-bottom: 1rem  !important;
}
[class~="!py-4"] {
  padding-top: 1rem  !important;
  padding-bottom: 1rem  !important;
}
.ps-4 {
  padding-inline-start: 1rem ;
}
[class~="ps-4"] {
  padding-inline-start: 1rem ;
}
.!ps-4 {
  padding-inline-start: 1rem  !important;
}
[class~="!ps-4"] {
  padding-inline-start: 1rem  !important;
}
.pe-4 {
  padding-inline-end: 1rem ;
}
[class~="pe-4"] {
  padding-inline-end: 1rem ;
}
.!pe-4 {
  padding-inline-end: 1rem  !important;
}
[class~="!pe-4"] {
  padding-inline-end: 1rem  !important;
}
.pt-4 {
  padding-top: 1rem ;
}
[class~="pt-4"] {
  padding-top: 1rem ;
}
.!pt-4 {
  padding-top: 1rem  !important;
}
[class~="!pt-4"] {
  padding-top: 1rem  !important;
}
.pr-4 {
  padding-right: 1rem ;
}
[class~="pr-4"] {
  padding-right: 1rem ;
}
.!pr-4 {
  padding-right: 1rem  !important;
}
[class~="!pr-4"] {
  padding-right: 1rem  !important;
}
.pb-4 {
  padding-bottom: 1rem ;
}
[class~="pb-4"] {
  padding-bottom: 1rem ;
}
.!pb-4 {
  padding-bottom: 1rem  !important;
}
[class~="!pb-4"] {
  padding-bottom: 1rem  !important;
}
.pl-4 {
  padding-left: 1rem ;
}
[class~="pl-4"] {
  padding-left: 1rem ;
}
.!pl-4 {
  padding-left: 1rem  !important;
}
[class~="!pl-4"] {
  padding-left: 1rem  !important;
}
.p-5 {
  padding: 1.25rem ;
}
[class~="p-5"] {
  padding: 1.25rem ;
}
.!p-5 {
  padding: 1.25rem  !important;
}
[class~="!p-5"] {
  padding: 1.25rem  !important;
}
.px-5 {
  padding-left: 1.25rem ;
  padding-right: 1.25rem ;
}
[class~="px-5"] {
  padding-left: 1.25rem ;
  padding-right: 1.25rem ;
}
.!px-5 {
  padding-left: 1.25rem  !important;
  padding-right: 1.25rem  !important;
}
[class~="!px-5"] {
  padding-left: 1.25rem  !important;
  padding-right: 1.25rem  !important;
}
.py-5 {
  padding-top: 1.25rem ;
  padding-bottom: 1.25rem ;
}
[class~="py-5"] {
  padding-top: 1.25rem ;
  padding-bottom: 1.25rem ;
}
.!py-5 {
  padding-top: 1.25rem  !important;
  padding-bottom: 1.25rem  !important;
}
[class~="!py-5"] {
  padding-top: 1.25rem  !important;
  padding-bottom: 1.25rem  !important;
}
.ps-5 {
  padding-inline-start: 1.25rem ;
}
[class~="ps-5"] {
  padding-inline-start: 1.25rem ;
}
.!ps-5 {
  padding-inline-start: 1.25rem  !important;
}
[class~="!ps-5"] {
  padding-inline-start: 1.25rem  !important;
}
.pe-5 {
  padding-inline-end: 1.25rem ;
}
[class~="pe-5"] {
  padding-inline-end: 1.25rem ;
}
.!pe-5 {
  padding-inline-end: 1.25rem  !important;
}
[class~="!pe-5"] {
  padding-inline-end: 1.25rem  !important;
}
.pt-5 {
  padding-top: 1.25rem ;
}
[class~="pt-5"] {
  padding-top: 1.25rem ;
}
.!pt-5 {
  padding-top: 1.25rem  !important;
}
[class~="!pt-5"] {
  padding-top: 1.25rem  !important;
}
.pr-5 {
  padding-right: 1.25rem ;
}
[class~="pr-5"] {
  padding-right: 1.25rem ;
}
.!pr-5 {
  padding-right: 1.25rem  !important;
}
[class~="!pr-5"] {
  padding-right: 1.25rem  !important;
}
.pb-5 {
  padding-bottom: 1.25rem ;
}
[class~="pb-5"] {
  padding-bottom: 1.25rem ;
}
.!pb-5 {
  padding-bottom: 1.25rem  !important;
}
[class~="!pb-5"] {
  padding-bottom: 1.25rem  !important;
}
.pl-5 {
  padding-left: 1.25rem ;
}
[class~="pl-5"] {
  padding-left: 1.25rem ;
}
.!pl-5 {
  padding-left: 1.25rem  !important;
}
[class~="!pl-5"] {
  padding-left: 1.25rem  !important;
}
.p-6 {
  padding: 1.5rem ;
}
[class~="p-6"] {
  padding: 1.5rem ;
}
.!p-6 {
  padding: 1.5rem  !important;
}
[class~="!p-6"] {
  padding: 1.5rem  !important;
}
.px-6 {
  padding-left: 1.5rem ;
  padding-right: 1.5rem ;
}
[class~="px-6"] {
  padding-left: 1.5rem ;
  padding-right: 1.5rem ;
}
.!px-6 {
  padding-left: 1.5rem  !important;
  padding-right: 1.5rem  !important;
}
[class~="!px-6"] {
  padding-left: 1.5rem  !important;
  padding-right: 1.5rem  !important;
}
.py-6 {
  padding-top: 1.5rem ;
  padding-bottom: 1.5rem ;
}
[class~="py-6"] {
  padding-top: 1.5rem ;
  padding-bottom: 1.5rem ;
}
.!py-6 {
  padding-top: 1.5rem  !important;
  padding-bottom: 1.5rem  !important;
}
[class~="!py-6"] {
  padding-top: 1.5rem  !important;
  padding-bottom: 1.5rem  !important;
}
.ps-6 {
  padding-inline-start: 1.5rem ;
}
[class~="ps-6"] {
  padding-inline-start: 1.5rem ;
}
.!ps-6 {
  padding-inline-start: 1.5rem  !important;
}
[class~="!ps-6"] {
  padding-inline-start: 1.5rem  !important;
}
.pe-6 {
  padding-inline-end: 1.5rem ;
}
[class~="pe-6"] {
  padding-inline-end: 1.5rem ;
}
.!pe-6 {
  padding-inline-end: 1.5rem  !important;
}
[class~="!pe-6"] {
  padding-inline-end: 1.5rem  !important;
}
.pt-6 {
  padding-top: 1.5rem ;
}
[class~="pt-6"] {
  padding-top: 1.5rem ;
}
.!pt-6 {
  padding-top: 1.5rem  !important;
}
[class~="!pt-6"] {
  padding-top: 1.5rem  !important;
}
.pr-6 {
  padding-right: 1.5rem ;
}
[class~="pr-6"] {
  padding-right: 1.5rem ;
}
.!pr-6 {
  padding-right: 1.5rem  !important;
}
[class~="!pr-6"] {
  padding-right: 1.5rem  !important;
}
.pb-6 {
  padding-bottom: 1.5rem ;
}
[class~="pb-6"] {
  padding-bottom: 1.5rem ;
}
.!pb-6 {
  padding-bottom: 1.5rem  !important;
}
[class~="!pb-6"] {
  padding-bottom: 1.5rem  !important;
}
.pl-6 {
  padding-left: 1.5rem ;
}
[class~="pl-6"] {
  padding-left: 1.5rem ;
}
.!pl-6 {
  padding-left: 1.5rem  !important;
}
[class~="!pl-6"] {
  padding-left: 1.5rem  !important;
}
.p-7 {
  padding: 1.75rem ;
}
[class~="p-7"] {
  padding: 1.75rem ;
}
.!p-7 {
  padding: 1.75rem  !important;
}
[class~="!p-7"] {
  padding: 1.75rem  !important;
}
.px-7 {
  padding-left: 1.75rem ;
  padding-right: 1.75rem ;
}
[class~="px-7"] {
  padding-left: 1.75rem ;
  padding-right: 1.75rem ;
}
.!px-7 {
  padding-left: 1.75rem  !important;
  padding-right: 1.75rem  !important;
}
[class~="!px-7"] {
  padding-left: 1.75rem  !important;
  padding-right: 1.75rem  !important;
}
.py-7 {
  padding-top: 1.75rem ;
  padding-bottom: 1.75rem ;
}
[class~="py-7"] {
  padding-top: 1.75rem ;
  padding-bottom: 1.75rem ;
}
.!py-7 {
  padding-top: 1.75rem  !important;
  padding-bottom: 1.75rem  !important;
}
[class~="!py-7"] {
  padding-top: 1.75rem  !important;
  padding-bottom: 1.75rem  !important;
}
.ps-7 {
  padding-inline-start: 1.75rem ;
}
[class~="ps-7"] {
  padding-inline-start: 1.75rem ;
}
.!ps-7 {
  padding-inline-start: 1.75rem  !important;
}
[class~="!ps-7"] {
  padding-inline-start: 1.75rem  !important;
}
.pe-7 {
  padding-inline-end: 1.75rem ;
}
[class~="pe-7"] {
  padding-inline-end: 1.75rem ;
}
.!pe-7 {
  padding-inline-end: 1.75rem  !important;
}
[class~="!pe-7"] {
  padding-inline-end: 1.75rem  !important;
}
.pt-7 {
  padding-top: 1.75rem ;
}
[class~="pt-7"] {
  padding-top: 1.75rem ;
}
.!pt-7 {
  padding-top: 1.75rem  !important;
}
[class~="!pt-7"] {
  padding-top: 1.75rem  !important;
}
.pr-7 {
  padding-right: 1.75rem ;
}
[class~="pr-7"] {
  padding-right: 1.75rem ;
}
.!pr-7 {
  padding-right: 1.75rem  !important;
}
[class~="!pr-7"] {
  padding-right: 1.75rem  !important;
}
.pb-7 {
  padding-bottom: 1.75rem ;
}
[class~="pb-7"] {
  padding-bottom: 1.75rem ;
}
.!pb-7 {
  padding-bottom: 1.75rem  !important;
}
[class~="!pb-7"] {
  padding-bottom: 1.75rem  !important;
}
.pl-7 {
  padding-left: 1.75rem ;
}
[class~="pl-7"] {
  padding-left: 1.75rem ;
}
.!pl-7 {
  padding-left: 1.75rem  !important;
}
[class~="!pl-7"] {
  padding-left: 1.75rem  !important;
}
.p-8 {
  padding: 2rem ;
}
[class~="p-8"] {
  padding: 2rem ;
}
.!p-8 {
  padding: 2rem  !important;
}
[class~="!p-8"] {
  padding: 2rem  !important;
}
.px-8 {
  padding-left: 2rem ;
  padding-right: 2rem ;
}
[class~="px-8"] {
  padding-left: 2rem ;
  padding-right: 2rem ;
}
.!px-8 {
  padding-left: 2rem  !important;
  padding-right: 2rem  !important;
}
[class~="!px-8"] {
  padding-left: 2rem  !important;
  padding-right: 2rem  !important;
}
.py-8 {
  padding-top: 2rem ;
  padding-bottom: 2rem ;
}
[class~="py-8"] {
  padding-top: 2rem ;
  padding-bottom: 2rem ;
}
.!py-8 {
  padding-top: 2rem  !important;
  padding-bottom: 2rem  !important;
}
[class~="!py-8"] {
  padding-top: 2rem  !important;
  padding-bottom: 2rem  !important;
}
.ps-8 {
  padding-inline-start: 2rem ;
}
[class~="ps-8"] {
  padding-inline-start: 2rem ;
}
.!ps-8 {
  padding-inline-start: 2rem  !important;
}
[class~="!ps-8"] {
  padding-inline-start: 2rem  !important;
}
.pe-8 {
  padding-inline-end: 2rem ;
}
[class~="pe-8"] {
  padding-inline-end: 2rem ;
}
.!pe-8 {
  padding-inline-end: 2rem  !important;
}
[class~="!pe-8"] {
  padding-inline-end: 2rem  !important;
}
.pt-8 {
  padding-top: 2rem ;
}
[class~="pt-8"] {
  padding-top: 2rem ;
}
.!pt-8 {
  padding-top: 2rem  !important;
}
[class~="!pt-8"] {
  padding-top: 2rem  !important;
}
.pr-8 {
  padding-right: 2rem ;
}
[class~="pr-8"] {
  padding-right: 2rem ;
}
.!pr-8 {
  padding-right: 2rem  !important;
}
[class~="!pr-8"] {
  padding-right: 2rem  !important;
}
.pb-8 {
  padding-bottom: 2rem ;
}
[class~="pb-8"] {
  padding-bottom: 2rem ;
}
.!pb-8 {
  padding-bottom: 2rem  !important;
}
[class~="!pb-8"] {
  padding-bottom: 2rem  !important;
}
.pl-8 {
  padding-left: 2rem ;
}
[class~="pl-8"] {
  padding-left: 2rem ;
}
.!pl-8 {
  padding-left: 2rem  !important;
}
[class~="!pl-8"] {
  padding-left: 2rem  !important;
}
.p-9 {
  padding: 2.25rem ;
}
[class~="p-9"] {
  padding: 2.25rem ;
}
.!p-9 {
  padding: 2.25rem  !important;
}
[class~="!p-9"] {
  padding: 2.25rem  !important;
}
.px-9 {
  padding-left: 2.25rem ;
  padding-right: 2.25rem ;
}
[class~="px-9"] {
  padding-left: 2.25rem ;
  padding-right: 2.25rem ;
}
.!px-9 {
  padding-left: 2.25rem  !important;
  padding-right: 2.25rem  !important;
}
[class~="!px-9"] {
  padding-left: 2.25rem  !important;
  padding-right: 2.25rem  !important;
}
.py-9 {
  padding-top: 2.25rem ;
  padding-bottom: 2.25rem ;
}
[class~="py-9"] {
  padding-top: 2.25rem ;
  padding-bottom: 2.25rem ;
}
.!py-9 {
  padding-top: 2.25rem  !important;
  padding-bottom: 2.25rem  !important;
}
[class~="!py-9"] {
  padding-top: 2.25rem  !important;
  padding-bottom: 2.25rem  !important;
}
.ps-9 {
  padding-inline-start: 2.25rem ;
}
[class~="ps-9"] {
  padding-inline-start: 2.25rem ;
}
.!ps-9 {
  padding-inline-start: 2.25rem  !important;
}
[class~="!ps-9"] {
  padding-inline-start: 2.25rem  !important;
}
.pe-9 {
  padding-inline-end: 2.25rem ;
}
[class~="pe-9"] {
  padding-inline-end: 2.25rem ;
}
.!pe-9 {
  padding-inline-end: 2.25rem  !important;
}
[class~="!pe-9"] {
  padding-inline-end: 2.25rem  !important;
}
.pt-9 {
  padding-top: 2.25rem ;
}
[class~="pt-9"] {
  padding-top: 2.25rem ;
}
.!pt-9 {
  padding-top: 2.25rem  !important;
}
[class~="!pt-9"] {
  padding-top: 2.25rem  !important;
}
.pr-9 {
  padding-right: 2.25rem ;
}
[class~="pr-9"] {
  padding-right: 2.25rem ;
}
.!pr-9 {
  padding-right: 2.25rem  !important;
}
[class~="!pr-9"] {
  padding-right: 2.25rem  !important;
}
.pb-9 {
  padding-bottom: 2.25rem ;
}
[class~="pb-9"] {
  padding-bottom: 2.25rem ;
}
.!pb-9 {
  padding-bottom: 2.25rem  !important;
}
[class~="!pb-9"] {
  padding-bottom: 2.25rem  !important;
}
.pl-9 {
  padding-left: 2.25rem ;
}
[class~="pl-9"] {
  padding-left: 2.25rem ;
}
.!pl-9 {
  padding-left: 2.25rem  !important;
}
[class~="!pl-9"] {
  padding-left: 2.25rem  !important;
}
.p-10 {
  padding: 2.5rem ;
}
[class~="p-10"] {
  padding: 2.5rem ;
}
.!p-10 {
  padding: 2.5rem  !important;
}
[class~="!p-10"] {
  padding: 2.5rem  !important;
}
.px-10 {
  padding-left: 2.5rem ;
  padding-right: 2.5rem ;
}
[class~="px-10"] {
  padding-left: 2.5rem ;
  padding-right: 2.5rem ;
}
.!px-10 {
  padding-left: 2.5rem  !important;
  padding-right: 2.5rem  !important;
}
[class~="!px-10"] {
  padding-left: 2.5rem  !important;
  padding-right: 2.5rem  !important;
}
.py-10 {
  padding-top: 2.5rem ;
  padding-bottom: 2.5rem ;
}
[class~="py-10"] {
  padding-top: 2.5rem ;
  padding-bottom: 2.5rem ;
}
.!py-10 {
  padding-top: 2.5rem  !important;
  padding-bottom: 2.5rem  !important;
}
[class~="!py-10"] {
  padding-top: 2.5rem  !important;
  padding-bottom: 2.5rem  !important;
}
.ps-10 {
  padding-inline-start: 2.5rem ;
}
[class~="ps-10"] {
  padding-inline-start: 2.5rem ;
}
.!ps-10 {
  padding-inline-start: 2.5rem  !important;
}
[class~="!ps-10"] {
  padding-inline-start: 2.5rem  !important;
}
.pe-10 {
  padding-inline-end: 2.5rem ;
}
[class~="pe-10"] {
  padding-inline-end: 2.5rem ;
}
.!pe-10 {
  padding-inline-end: 2.5rem  !important;
}
[class~="!pe-10"] {
  padding-inline-end: 2.5rem  !important;
}
.pt-10 {
  padding-top: 2.5rem ;
}
[class~="pt-10"] {
  padding-top: 2.5rem ;
}
.!pt-10 {
  padding-top: 2.5rem  !important;
}
[class~="!pt-10"] {
  padding-top: 2.5rem  !important;
}
.pr-10 {
  padding-right: 2.5rem ;
}
[class~="pr-10"] {
  padding-right: 2.5rem ;
}
.!pr-10 {
  padding-right: 2.5rem  !important;
}
[class~="!pr-10"] {
  padding-right: 2.5rem  !important;
}
.pb-10 {
  padding-bottom: 2.5rem ;
}
[class~="pb-10"] {
  padding-bottom: 2.5rem ;
}
.!pb-10 {
  padding-bottom: 2.5rem  !important;
}
[class~="!pb-10"] {
  padding-bottom: 2.5rem  !important;
}
.pl-10 {
  padding-left: 2.5rem ;
}
[class~="pl-10"] {
  padding-left: 2.5rem ;
}
.!pl-10 {
  padding-left: 2.5rem  !important;
}
[class~="!pl-10"] {
  padding-left: 2.5rem  !important;
}
.p-11 {
  padding: 2.75rem ;
}
[class~="p-11"] {
  padding: 2.75rem ;
}
.!p-11 {
  padding: 2.75rem  !important;
}
[class~="!p-11"] {
  padding: 2.75rem  !important;
}
.px-11 {
  padding-left: 2.75rem ;
  padding-right: 2.75rem ;
}
[class~="px-11"] {
  padding-left: 2.75rem ;
  padding-right: 2.75rem ;
}
.!px-11 {
  padding-left: 2.75rem  !important;
  padding-right: 2.75rem  !important;
}
[class~="!px-11"] {
  padding-left: 2.75rem  !important;
  padding-right: 2.75rem  !important;
}
.py-11 {
  padding-top: 2.75rem ;
  padding-bottom: 2.75rem ;
}
[class~="py-11"] {
  padding-top: 2.75rem ;
  padding-bottom: 2.75rem ;
}
.!py-11 {
  padding-top: 2.75rem  !important;
  padding-bottom: 2.75rem  !important;
}
[class~="!py-11"] {
  padding-top: 2.75rem  !important;
  padding-bottom: 2.75rem  !important;
}
.ps-11 {
  padding-inline-start: 2.75rem ;
}
[class~="ps-11"] {
  padding-inline-start: 2.75rem ;
}
.!ps-11 {
  padding-inline-start: 2.75rem  !important;
}
[class~="!ps-11"] {
  padding-inline-start: 2.75rem  !important;
}
.pe-11 {
  padding-inline-end: 2.75rem ;
}
[class~="pe-11"] {
  padding-inline-end: 2.75rem ;
}
.!pe-11 {
  padding-inline-end: 2.75rem  !important;
}
[class~="!pe-11"] {
  padding-inline-end: 2.75rem  !important;
}
.pt-11 {
  padding-top: 2.75rem ;
}
[class~="pt-11"] {
  padding-top: 2.75rem ;
}
.!pt-11 {
  padding-top: 2.75rem  !important;
}
[class~="!pt-11"] {
  padding-top: 2.75rem  !important;
}
.pr-11 {
  padding-right: 2.75rem ;
}
[class~="pr-11"] {
  padding-right: 2.75rem ;
}
.!pr-11 {
  padding-right: 2.75rem  !important;
}
[class~="!pr-11"] {
  padding-right: 2.75rem  !important;
}
.pb-11 {
  padding-bottom: 2.75rem ;
}
[class~="pb-11"] {
  padding-bottom: 2.75rem ;
}
.!pb-11 {
  padding-bottom: 2.75rem  !important;
}
[class~="!pb-11"] {
  padding-bottom: 2.75rem  !important;
}
.pl-11 {
  padding-left: 2.75rem ;
}
[class~="pl-11"] {
  padding-left: 2.75rem ;
}
.!pl-11 {
  padding-left: 2.75rem  !important;
}
[class~="!pl-11"] {
  padding-left: 2.75rem  !important;
}
.p-12 {
  padding: 3rem ;
}
[class~="p-12"] {
  padding: 3rem ;
}
.!p-12 {
  padding: 3rem  !important;
}
[class~="!p-12"] {
  padding: 3rem  !important;
}
.px-12 {
  padding-left: 3rem ;
  padding-right: 3rem ;
}
[class~="px-12"] {
  padding-left: 3rem ;
  padding-right: 3rem ;
}
.!px-12 {
  padding-left: 3rem  !important;
  padding-right: 3rem  !important;
}
[class~="!px-12"] {
  padding-left: 3rem  !important;
  padding-right: 3rem  !important;
}
.py-12 {
  padding-top: 3rem ;
  padding-bottom: 3rem ;
}
[class~="py-12"] {
  padding-top: 3rem ;
  padding-bottom: 3rem ;
}
.!py-12 {
  padding-top: 3rem  !important;
  padding-bottom: 3rem  !important;
}
[class~="!py-12"] {
  padding-top: 3rem  !important;
  padding-bottom: 3rem  !important;
}
.ps-12 {
  padding-inline-start: 3rem ;
}
[class~="ps-12"] {
  padding-inline-start: 3rem ;
}
.!ps-12 {
  padding-inline-start: 3rem  !important;
}
[class~="!ps-12"] {
  padding-inline-start: 3rem  !important;
}
.pe-12 {
  padding-inline-end: 3rem ;
}
[class~="pe-12"] {
  padding-inline-end: 3rem ;
}
.!pe-12 {
  padding-inline-end: 3rem  !important;
}
[class~="!pe-12"] {
  padding-inline-end: 3rem  !important;
}
.pt-12 {
  padding-top: 3rem ;
}
[class~="pt-12"] {
  padding-top: 3rem ;
}
.!pt-12 {
  padding-top: 3rem  !important;
}
[class~="!pt-12"] {
  padding-top: 3rem  !important;
}
.pr-12 {
  padding-right: 3rem ;
}
[class~="pr-12"] {
  padding-right: 3rem ;
}
.!pr-12 {
  padding-right: 3rem  !important;
}
[class~="!pr-12"] {
  padding-right: 3rem  !important;
}
.pb-12 {
  padding-bottom: 3rem ;
}
[class~="pb-12"] {
  padding-bottom: 3rem ;
}
.!pb-12 {
  padding-bottom: 3rem  !important;
}
[class~="!pb-12"] {
  padding-bottom: 3rem  !important;
}
.pl-12 {
  padding-left: 3rem ;
}
[class~="pl-12"] {
  padding-left: 3rem ;
}
.!pl-12 {
  padding-left: 3rem  !important;
}
[class~="!pl-12"] {
  padding-left: 3rem  !important;
}
.p-14 {
  padding: 3.5rem ;
}
[class~="p-14"] {
  padding: 3.5rem ;
}
.!p-14 {
  padding: 3.5rem  !important;
}
[class~="!p-14"] {
  padding: 3.5rem  !important;
}
.px-14 {
  padding-left: 3.5rem ;
  padding-right: 3.5rem ;
}
[class~="px-14"] {
  padding-left: 3.5rem ;
  padding-right: 3.5rem ;
}
.!px-14 {
  padding-left: 3.5rem  !important;
  padding-right: 3.5rem  !important;
}
[class~="!px-14"] {
  padding-left: 3.5rem  !important;
  padding-right: 3.5rem  !important;
}
.py-14 {
  padding-top: 3.5rem ;
  padding-bottom: 3.5rem ;
}
[class~="py-14"] {
  padding-top: 3.5rem ;
  padding-bottom: 3.5rem ;
}
.!py-14 {
  padding-top: 3.5rem  !important;
  padding-bottom: 3.5rem  !important;
}
[class~="!py-14"] {
  padding-top: 3.5rem  !important;
  padding-bottom: 3.5rem  !important;
}
.ps-14 {
  padding-inline-start: 3.5rem ;
}
[class~="ps-14"] {
  padding-inline-start: 3.5rem ;
}
.!ps-14 {
  padding-inline-start: 3.5rem  !important;
}
[class~="!ps-14"] {
  padding-inline-start: 3.5rem  !important;
}
.pe-14 {
  padding-inline-end: 3.5rem ;
}
[class~="pe-14"] {
  padding-inline-end: 3.5rem ;
}
.!pe-14 {
  padding-inline-end: 3.5rem  !important;
}
[class~="!pe-14"] {
  padding-inline-end: 3.5rem  !important;
}
.pt-14 {
  padding-top: 3.5rem ;
}
[class~="pt-14"] {
  padding-top: 3.5rem ;
}
.!pt-14 {
  padding-top: 3.5rem  !important;
}
[class~="!pt-14"] {
  padding-top: 3.5rem  !important;
}
.pr-14 {
  padding-right: 3.5rem ;
}
[class~="pr-14"] {
  padding-right: 3.5rem ;
}
.!pr-14 {
  padding-right: 3.5rem  !important;
}
[class~="!pr-14"] {
  padding-right: 3.5rem  !important;
}
.pb-14 {
  padding-bottom: 3.5rem ;
}
[class~="pb-14"] {
  padding-bottom: 3.5rem ;
}
.!pb-14 {
  padding-bottom: 3.5rem  !important;
}
[class~="!pb-14"] {
  padding-bottom: 3.5rem  !important;
}
.pl-14 {
  padding-left: 3.5rem ;
}
[class~="pl-14"] {
  padding-left: 3.5rem ;
}
.!pl-14 {
  padding-left: 3.5rem  !important;
}
[class~="!pl-14"] {
  padding-left: 3.5rem  !important;
}
.p-16 {
  padding: 4rem ;
}
[class~="p-16"] {
  padding: 4rem ;
}
.!p-16 {
  padding: 4rem  !important;
}
[class~="!p-16"] {
  padding: 4rem  !important;
}
.px-16 {
  padding-left: 4rem ;
  padding-right: 4rem ;
}
[class~="px-16"] {
  padding-left: 4rem ;
  padding-right: 4rem ;
}
.!px-16 {
  padding-left: 4rem  !important;
  padding-right: 4rem  !important;
}
[class~="!px-16"] {
  padding-left: 4rem  !important;
  padding-right: 4rem  !important;
}
.py-16 {
  padding-top: 4rem ;
  padding-bottom: 4rem ;
}
[class~="py-16"] {
  padding-top: 4rem ;
  padding-bottom: 4rem ;
}
.!py-16 {
  padding-top: 4rem  !important;
  padding-bottom: 4rem  !important;
}
[class~="!py-16"] {
  padding-top: 4rem  !important;
  padding-bottom: 4rem  !important;
}
.ps-16 {
  padding-inline-start: 4rem ;
}
[class~="ps-16"] {
  padding-inline-start: 4rem ;
}
.!ps-16 {
  padding-inline-start: 4rem  !important;
}
[class~="!ps-16"] {
  padding-inline-start: 4rem  !important;
}
.pe-16 {
  padding-inline-end: 4rem ;
}
[class~="pe-16"] {
  padding-inline-end: 4rem ;
}
.!pe-16 {
  padding-inline-end: 4rem  !important;
}
[class~="!pe-16"] {
  padding-inline-end: 4rem  !important;
}
.pt-16 {
  padding-top: 4rem ;
}
[class~="pt-16"] {
  padding-top: 4rem ;
}
.!pt-16 {
  padding-top: 4rem  !important;
}
[class~="!pt-16"] {
  padding-top: 4rem  !important;
}
.pr-16 {
  padding-right: 4rem ;
}
[class~="pr-16"] {
  padding-right: 4rem ;
}
.!pr-16 {
  padding-right: 4rem  !important;
}
[class~="!pr-16"] {
  padding-right: 4rem  !important;
}
.pb-16 {
  padding-bottom: 4rem ;
}
[class~="pb-16"] {
  padding-bottom: 4rem ;
}
.!pb-16 {
  padding-bottom: 4rem  !important;
}
[class~="!pb-16"] {
  padding-bottom: 4rem  !important;
}
.pl-16 {
  padding-left: 4rem ;
}
[class~="pl-16"] {
  padding-left: 4rem ;
}
.!pl-16 {
  padding-left: 4rem  !important;
}
[class~="!pl-16"] {
  padding-left: 4rem  !important;
}
.p-20 {
  padding: 5rem ;
}
[class~="p-20"] {
  padding: 5rem ;
}
.!p-20 {
  padding: 5rem  !important;
}
[class~="!p-20"] {
  padding: 5rem  !important;
}
.px-20 {
  padding-left: 5rem ;
  padding-right: 5rem ;
}
[class~="px-20"] {
  padding-left: 5rem ;
  padding-right: 5rem ;
}
.!px-20 {
  padding-left: 5rem  !important;
  padding-right: 5rem  !important;
}
[class~="!px-20"] {
  padding-left: 5rem  !important;
  padding-right: 5rem  !important;
}
.py-20 {
  padding-top: 5rem ;
  padding-bottom: 5rem ;
}
[class~="py-20"] {
  padding-top: 5rem ;
  padding-bottom: 5rem ;
}
.!py-20 {
  padding-top: 5rem  !important;
  padding-bottom: 5rem  !important;
}
[class~="!py-20"] {
  padding-top: 5rem  !important;
  padding-bottom: 5rem  !important;
}
.ps-20 {
  padding-inline-start: 5rem ;
}
[class~="ps-20"] {
  padding-inline-start: 5rem ;
}
.!ps-20 {
  padding-inline-start: 5rem  !important;
}
[class~="!ps-20"] {
  padding-inline-start: 5rem  !important;
}
.pe-20 {
  padding-inline-end: 5rem ;
}
[class~="pe-20"] {
  padding-inline-end: 5rem ;
}
.!pe-20 {
  padding-inline-end: 5rem  !important;
}
[class~="!pe-20"] {
  padding-inline-end: 5rem  !important;
}
.pt-20 {
  padding-top: 5rem ;
}
[class~="pt-20"] {
  padding-top: 5rem ;
}
.!pt-20 {
  padding-top: 5rem  !important;
}
[class~="!pt-20"] {
  padding-top: 5rem  !important;
}
.pr-20 {
  padding-right: 5rem ;
}
[class~="pr-20"] {
  padding-right: 5rem ;
}
.!pr-20 {
  padding-right: 5rem  !important;
}
[class~="!pr-20"] {
  padding-right: 5rem  !important;
}
.pb-20 {
  padding-bottom: 5rem ;
}
[class~="pb-20"] {
  padding-bottom: 5rem ;
}
.!pb-20 {
  padding-bottom: 5rem  !important;
}
[class~="!pb-20"] {
  padding-bottom: 5rem  !important;
}
.pl-20 {
  padding-left: 5rem ;
}
[class~="pl-20"] {
  padding-left: 5rem ;
}
.!pl-20 {
  padding-left: 5rem  !important;
}
[class~="!pl-20"] {
  padding-left: 5rem  !important;
}
.p-24 {
  padding: 6rem ;
}
[class~="p-24"] {
  padding: 6rem ;
}
.!p-24 {
  padding: 6rem  !important;
}
[class~="!p-24"] {
  padding: 6rem  !important;
}
.px-24 {
  padding-left: 6rem ;
  padding-right: 6rem ;
}
[class~="px-24"] {
  padding-left: 6rem ;
  padding-right: 6rem ;
}
.!px-24 {
  padding-left: 6rem  !important;
  padding-right: 6rem  !important;
}
[class~="!px-24"] {
  padding-left: 6rem  !important;
  padding-right: 6rem  !important;
}
.py-24 {
  padding-top: 6rem ;
  padding-bottom: 6rem ;
}
[class~="py-24"] {
  padding-top: 6rem ;
  padding-bottom: 6rem ;
}
.!py-24 {
  padding-top: 6rem  !important;
  padding-bottom: 6rem  !important;
}
[class~="!py-24"] {
  padding-top: 6rem  !important;
  padding-bottom: 6rem  !important;
}
.ps-24 {
  padding-inline-start: 6rem ;
}
[class~="ps-24"] {
  padding-inline-start: 6rem ;
}
.!ps-24 {
  padding-inline-start: 6rem  !important;
}
[class~="!ps-24"] {
  padding-inline-start: 6rem  !important;
}
.pe-24 {
  padding-inline-end: 6rem ;
}
[class~="pe-24"] {
  padding-inline-end: 6rem ;
}
.!pe-24 {
  padding-inline-end: 6rem  !important;
}
[class~="!pe-24"] {
  padding-inline-end: 6rem  !important;
}
.pt-24 {
  padding-top: 6rem ;
}
[class~="pt-24"] {
  padding-top: 6rem ;
}
.!pt-24 {
  padding-top: 6rem  !important;
}
[class~="!pt-24"] {
  padding-top: 6rem  !important;
}
.pr-24 {
  padding-right: 6rem ;
}
[class~="pr-24"] {
  padding-right: 6rem ;
}
.!pr-24 {
  padding-right: 6rem  !important;
}
[class~="!pr-24"] {
  padding-right: 6rem  !important;
}
.pb-24 {
  padding-bottom: 6rem ;
}
[class~="pb-24"] {
  padding-bottom: 6rem ;
}
.!pb-24 {
  padding-bottom: 6rem  !important;
}
[class~="!pb-24"] {
  padding-bottom: 6rem  !important;
}
.pl-24 {
  padding-left: 6rem ;
}
[class~="pl-24"] {
  padding-left: 6rem ;
}
.!pl-24 {
  padding-left: 6rem  !important;
}
[class~="!pl-24"] {
  padding-left: 6rem  !important;
}
.p-28 {
  padding: 7rem ;
}
[class~="p-28"] {
  padding: 7rem ;
}
.!p-28 {
  padding: 7rem  !important;
}
[class~="!p-28"] {
  padding: 7rem  !important;
}
.px-28 {
  padding-left: 7rem ;
  padding-right: 7rem ;
}
[class~="px-28"] {
  padding-left: 7rem ;
  padding-right: 7rem ;
}
.!px-28 {
  padding-left: 7rem  !important;
  padding-right: 7rem  !important;
}
[class~="!px-28"] {
  padding-left: 7rem  !important;
  padding-right: 7rem  !important;
}
.py-28 {
  padding-top: 7rem ;
  padding-bottom: 7rem ;
}
[class~="py-28"] {
  padding-top: 7rem ;
  padding-bottom: 7rem ;
}
.!py-28 {
  padding-top: 7rem  !important;
  padding-bottom: 7rem  !important;
}
[class~="!py-28"] {
  padding-top: 7rem  !important;
  padding-bottom: 7rem  !important;
}
.ps-28 {
  padding-inline-start: 7rem ;
}
[class~="ps-28"] {
  padding-inline-start: 7rem ;
}
.!ps-28 {
  padding-inline-start: 7rem  !important;
}
[class~="!ps-28"] {
  padding-inline-start: 7rem  !important;
}
.pe-28 {
  padding-inline-end: 7rem ;
}
[class~="pe-28"] {
  padding-inline-end: 7rem ;
}
.!pe-28 {
  padding-inline-end: 7rem  !important;
}
[class~="!pe-28"] {
  padding-inline-end: 7rem  !important;
}
.pt-28 {
  padding-top: 7rem ;
}
[class~="pt-28"] {
  padding-top: 7rem ;
}
.!pt-28 {
  padding-top: 7rem  !important;
}
[class~="!pt-28"] {
  padding-top: 7rem  !important;
}
.pr-28 {
  padding-right: 7rem ;
}
[class~="pr-28"] {
  padding-right: 7rem ;
}
.!pr-28 {
  padding-right: 7rem  !important;
}
[class~="!pr-28"] {
  padding-right: 7rem  !important;
}
.pb-28 {
  padding-bottom: 7rem ;
}
[class~="pb-28"] {
  padding-bottom: 7rem ;
}
.!pb-28 {
  padding-bottom: 7rem  !important;
}
[class~="!pb-28"] {
  padding-bottom: 7rem  !important;
}
.pl-28 {
  padding-left: 7rem ;
}
[class~="pl-28"] {
  padding-left: 7rem ;
}
.!pl-28 {
  padding-left: 7rem  !important;
}
[class~="!pl-28"] {
  padding-left: 7rem  !important;
}
.p-32 {
  padding: 8rem ;
}
[class~="p-32"] {
  padding: 8rem ;
}
.!p-32 {
  padding: 8rem  !important;
}
[class~="!p-32"] {
  padding: 8rem  !important;
}
.px-32 {
  padding-left: 8rem ;
  padding-right: 8rem ;
}
[class~="px-32"] {
  padding-left: 8rem ;
  padding-right: 8rem ;
}
.!px-32 {
  padding-left: 8rem  !important;
  padding-right: 8rem  !important;
}
[class~="!px-32"] {
  padding-left: 8rem  !important;
  padding-right: 8rem  !important;
}
.py-32 {
  padding-top: 8rem ;
  padding-bottom: 8rem ;
}
[class~="py-32"] {
  padding-top: 8rem ;
  padding-bottom: 8rem ;
}
.!py-32 {
  padding-top: 8rem  !important;
  padding-bottom: 8rem  !important;
}
[class~="!py-32"] {
  padding-top: 8rem  !important;
  padding-bottom: 8rem  !important;
}
.ps-32 {
  padding-inline-start: 8rem ;
}
[class~="ps-32"] {
  padding-inline-start: 8rem ;
}
.!ps-32 {
  padding-inline-start: 8rem  !important;
}
[class~="!ps-32"] {
  padding-inline-start: 8rem  !important;
}
.pe-32 {
  padding-inline-end: 8rem ;
}
[class~="pe-32"] {
  padding-inline-end: 8rem ;
}
.!pe-32 {
  padding-inline-end: 8rem  !important;
}
[class~="!pe-32"] {
  padding-inline-end: 8rem  !important;
}
.pt-32 {
  padding-top: 8rem ;
}
[class~="pt-32"] {
  padding-top: 8rem ;
}
.!pt-32 {
  padding-top: 8rem  !important;
}
[class~="!pt-32"] {
  padding-top: 8rem  !important;
}
.pr-32 {
  padding-right: 8rem ;
}
[class~="pr-32"] {
  padding-right: 8rem ;
}
.!pr-32 {
  padding-right: 8rem  !important;
}
[class~="!pr-32"] {
  padding-right: 8rem  !important;
}
.pb-32 {
  padding-bottom: 8rem ;
}
[class~="pb-32"] {
  padding-bottom: 8rem ;
}
.!pb-32 {
  padding-bottom: 8rem  !important;
}
[class~="!pb-32"] {
  padding-bottom: 8rem  !important;
}
.pl-32 {
  padding-left: 8rem ;
}
[class~="pl-32"] {
  padding-left: 8rem ;
}
.!pl-32 {
  padding-left: 8rem  !important;
}
[class~="!pl-32"] {
  padding-left: 8rem  !important;
}
.p-36 {
  padding: 9rem ;
}
[class~="p-36"] {
  padding: 9rem ;
}
.!p-36 {
  padding: 9rem  !important;
}
[class~="!p-36"] {
  padding: 9rem  !important;
}
.px-36 {
  padding-left: 9rem ;
  padding-right: 9rem ;
}
[class~="px-36"] {
  padding-left: 9rem ;
  padding-right: 9rem ;
}
.!px-36 {
  padding-left: 9rem  !important;
  padding-right: 9rem  !important;
}
[class~="!px-36"] {
  padding-left: 9rem  !important;
  padding-right: 9rem  !important;
}
.py-36 {
  padding-top: 9rem ;
  padding-bottom: 9rem ;
}
[class~="py-36"] {
  padding-top: 9rem ;
  padding-bottom: 9rem ;
}
.!py-36 {
  padding-top: 9rem  !important;
  padding-bottom: 9rem  !important;
}
[class~="!py-36"] {
  padding-top: 9rem  !important;
  padding-bottom: 9rem  !important;
}
.ps-36 {
  padding-inline-start: 9rem ;
}
[class~="ps-36"] {
  padding-inline-start: 9rem ;
}
.!ps-36 {
  padding-inline-start: 9rem  !important;
}
[class~="!ps-36"] {
  padding-inline-start: 9rem  !important;
}
.pe-36 {
  padding-inline-end: 9rem ;
}
[class~="pe-36"] {
  padding-inline-end: 9rem ;
}
.!pe-36 {
  padding-inline-end: 9rem  !important;
}
[class~="!pe-36"] {
  padding-inline-end: 9rem  !important;
}
.pt-36 {
  padding-top: 9rem ;
}
[class~="pt-36"] {
  padding-top: 9rem ;
}
.!pt-36 {
  padding-top: 9rem  !important;
}
[class~="!pt-36"] {
  padding-top: 9rem  !important;
}
.pr-36 {
  padding-right: 9rem ;
}
[class~="pr-36"] {
  padding-right: 9rem ;
}
.!pr-36 {
  padding-right: 9rem  !important;
}
[class~="!pr-36"] {
  padding-right: 9rem  !important;
}
.pb-36 {
  padding-bottom: 9rem ;
}
[class~="pb-36"] {
  padding-bottom: 9rem ;
}
.!pb-36 {
  padding-bottom: 9rem  !important;
}
[class~="!pb-36"] {
  padding-bottom: 9rem  !important;
}
.pl-36 {
  padding-left: 9rem ;
}
[class~="pl-36"] {
  padding-left: 9rem ;
}
.!pl-36 {
  padding-left: 9rem  !important;
}
[class~="!pl-36"] {
  padding-left: 9rem  !important;
}
.p-40 {
  padding: 10rem ;
}
[class~="p-40"] {
  padding: 10rem ;
}
.!p-40 {
  padding: 10rem  !important;
}
[class~="!p-40"] {
  padding: 10rem  !important;
}
.px-40 {
  padding-left: 10rem ;
  padding-right: 10rem ;
}
[class~="px-40"] {
  padding-left: 10rem ;
  padding-right: 10rem ;
}
.!px-40 {
  padding-left: 10rem  !important;
  padding-right: 10rem  !important;
}
[class~="!px-40"] {
  padding-left: 10rem  !important;
  padding-right: 10rem  !important;
}
.py-40 {
  padding-top: 10rem ;
  padding-bottom: 10rem ;
}
[class~="py-40"] {
  padding-top: 10rem ;
  padding-bottom: 10rem ;
}
.!py-40 {
  padding-top: 10rem  !important;
  padding-bottom: 10rem  !important;
}
[class~="!py-40"] {
  padding-top: 10rem  !important;
  padding-bottom: 10rem  !important;
}
.ps-40 {
  padding-inline-start: 10rem ;
}
[class~="ps-40"] {
  padding-inline-start: 10rem ;
}
.!ps-40 {
  padding-inline-start: 10rem  !important;
}
[class~="!ps-40"] {
  padding-inline-start: 10rem  !important;
}
.pe-40 {
  padding-inline-end: 10rem ;
}
[class~="pe-40"] {
  padding-inline-end: 10rem ;
}
.!pe-40 {
  padding-inline-end: 10rem  !important;
}
[class~="!pe-40"] {
  padding-inline-end: 10rem  !important;
}
.pt-40 {
  padding-top: 10rem ;
}
[class~="pt-40"] {
  padding-top: 10rem ;
}
.!pt-40 {
  padding-top: 10rem  !important;
}
[class~="!pt-40"] {
  padding-top: 10rem  !important;
}
.pr-40 {
  padding-right: 10rem ;
}
[class~="pr-40"] {
  padding-right: 10rem ;
}
.!pr-40 {
  padding-right: 10rem  !important;
}
[class~="!pr-40"] {
  padding-right: 10rem  !important;
}
.pb-40 {
  padding-bottom: 10rem ;
}
[class~="pb-40"] {
  padding-bottom: 10rem ;
}
.!pb-40 {
  padding-bottom: 10rem  !important;
}
[class~="!pb-40"] {
  padding-bottom: 10rem  !important;
}
.pl-40 {
  padding-left: 10rem ;
}
[class~="pl-40"] {
  padding-left: 10rem ;
}
.!pl-40 {
  padding-left: 10rem  !important;
}
[class~="!pl-40"] {
  padding-left: 10rem  !important;
}
.p-44 {
  padding: 11rem ;
}
[class~="p-44"] {
  padding: 11rem ;
}
.!p-44 {
  padding: 11rem  !important;
}
[class~="!p-44"] {
  padding: 11rem  !important;
}
.px-44 {
  padding-left: 11rem ;
  padding-right: 11rem ;
}
[class~="px-44"] {
  padding-left: 11rem ;
  padding-right: 11rem ;
}
.!px-44 {
  padding-left: 11rem  !important;
  padding-right: 11rem  !important;
}
[class~="!px-44"] {
  padding-left: 11rem  !important;
  padding-right: 11rem  !important;
}
.py-44 {
  padding-top: 11rem ;
  padding-bottom: 11rem ;
}
[class~="py-44"] {
  padding-top: 11rem ;
  padding-bottom: 11rem ;
}
.!py-44 {
  padding-top: 11rem  !important;
  padding-bottom: 11rem  !important;
}
[class~="!py-44"] {
  padding-top: 11rem  !important;
  padding-bottom: 11rem  !important;
}
.ps-44 {
  padding-inline-start: 11rem ;
}
[class~="ps-44"] {
  padding-inline-start: 11rem ;
}
.!ps-44 {
  padding-inline-start: 11rem  !important;
}
[class~="!ps-44"] {
  padding-inline-start: 11rem  !important;
}
.pe-44 {
  padding-inline-end: 11rem ;
}
[class~="pe-44"] {
  padding-inline-end: 11rem ;
}
.!pe-44 {
  padding-inline-end: 11rem  !important;
}
[class~="!pe-44"] {
  padding-inline-end: 11rem  !important;
}
.pt-44 {
  padding-top: 11rem ;
}
[class~="pt-44"] {
  padding-top: 11rem ;
}
.!pt-44 {
  padding-top: 11rem  !important;
}
[class~="!pt-44"] {
  padding-top: 11rem  !important;
}
.pr-44 {
  padding-right: 11rem ;
}
[class~="pr-44"] {
  padding-right: 11rem ;
}
.!pr-44 {
  padding-right: 11rem  !important;
}
[class~="!pr-44"] {
  padding-right: 11rem  !important;
}
.pb-44 {
  padding-bottom: 11rem ;
}
[class~="pb-44"] {
  padding-bottom: 11rem ;
}
.!pb-44 {
  padding-bottom: 11rem  !important;
}
[class~="!pb-44"] {
  padding-bottom: 11rem  !important;
}
.pl-44 {
  padding-left: 11rem ;
}
[class~="pl-44"] {
  padding-left: 11rem ;
}
.!pl-44 {
  padding-left: 11rem  !important;
}
[class~="!pl-44"] {
  padding-left: 11rem  !important;
}
.p-48 {
  padding: 12rem ;
}
[class~="p-48"] {
  padding: 12rem ;
}
.!p-48 {
  padding: 12rem  !important;
}
[class~="!p-48"] {
  padding: 12rem  !important;
}
.px-48 {
  padding-left: 12rem ;
  padding-right: 12rem ;
}
[class~="px-48"] {
  padding-left: 12rem ;
  padding-right: 12rem ;
}
.!px-48 {
  padding-left: 12rem  !important;
  padding-right: 12rem  !important;
}
[class~="!px-48"] {
  padding-left: 12rem  !important;
  padding-right: 12rem  !important;
}
.py-48 {
  padding-top: 12rem ;
  padding-bottom: 12rem ;
}
[class~="py-48"] {
  padding-top: 12rem ;
  padding-bottom: 12rem ;
}
.!py-48 {
  padding-top: 12rem  !important;
  padding-bottom: 12rem  !important;
}
[class~="!py-48"] {
  padding-top: 12rem  !important;
  padding-bottom: 12rem  !important;
}
.ps-48 {
  padding-inline-start: 12rem ;
}
[class~="ps-48"] {
  padding-inline-start: 12rem ;
}
.!ps-48 {
  padding-inline-start: 12rem  !important;
}
[class~="!ps-48"] {
  padding-inline-start: 12rem  !important;
}
.pe-48 {
  padding-inline-end: 12rem ;
}
[class~="pe-48"] {
  padding-inline-end: 12rem ;
}
.!pe-48 {
  padding-inline-end: 12rem  !important;
}
[class~="!pe-48"] {
  padding-inline-end: 12rem  !important;
}
.pt-48 {
  padding-top: 12rem ;
}
[class~="pt-48"] {
  padding-top: 12rem ;
}
.!pt-48 {
  padding-top: 12rem  !important;
}
[class~="!pt-48"] {
  padding-top: 12rem  !important;
}
.pr-48 {
  padding-right: 12rem ;
}
[class~="pr-48"] {
  padding-right: 12rem ;
}
.!pr-48 {
  padding-right: 12rem  !important;
}
[class~="!pr-48"] {
  padding-right: 12rem  !important;
}
.pb-48 {
  padding-bottom: 12rem ;
}
[class~="pb-48"] {
  padding-bottom: 12rem ;
}
.!pb-48 {
  padding-bottom: 12rem  !important;
}
[class~="!pb-48"] {
  padding-bottom: 12rem  !important;
}
.pl-48 {
  padding-left: 12rem ;
}
[class~="pl-48"] {
  padding-left: 12rem ;
}
.!pl-48 {
  padding-left: 12rem  !important;
}
[class~="!pl-48"] {
  padding-left: 12rem  !important;
}
.p-52 {
  padding: 13rem ;
}
[class~="p-52"] {
  padding: 13rem ;
}
.!p-52 {
  padding: 13rem  !important;
}
[class~="!p-52"] {
  padding: 13rem  !important;
}
.px-52 {
  padding-left: 13rem ;
  padding-right: 13rem ;
}
[class~="px-52"] {
  padding-left: 13rem ;
  padding-right: 13rem ;
}
.!px-52 {
  padding-left: 13rem  !important;
  padding-right: 13rem  !important;
}
[class~="!px-52"] {
  padding-left: 13rem  !important;
  padding-right: 13rem  !important;
}
.py-52 {
  padding-top: 13rem ;
  padding-bottom: 13rem ;
}
[class~="py-52"] {
  padding-top: 13rem ;
  padding-bottom: 13rem ;
}
.!py-52 {
  padding-top: 13rem  !important;
  padding-bottom: 13rem  !important;
}
[class~="!py-52"] {
  padding-top: 13rem  !important;
  padding-bottom: 13rem  !important;
}
.ps-52 {
  padding-inline-start: 13rem ;
}
[class~="ps-52"] {
  padding-inline-start: 13rem ;
}
.!ps-52 {
  padding-inline-start: 13rem  !important;
}
[class~="!ps-52"] {
  padding-inline-start: 13rem  !important;
}
.pe-52 {
  padding-inline-end: 13rem ;
}
[class~="pe-52"] {
  padding-inline-end: 13rem ;
}
.!pe-52 {
  padding-inline-end: 13rem  !important;
}
[class~="!pe-52"] {
  padding-inline-end: 13rem  !important;
}
.pt-52 {
  padding-top: 13rem ;
}
[class~="pt-52"] {
  padding-top: 13rem ;
}
.!pt-52 {
  padding-top: 13rem  !important;
}
[class~="!pt-52"] {
  padding-top: 13rem  !important;
}
.pr-52 {
  padding-right: 13rem ;
}
[class~="pr-52"] {
  padding-right: 13rem ;
}
.!pr-52 {
  padding-right: 13rem  !important;
}
[class~="!pr-52"] {
  padding-right: 13rem  !important;
}
.pb-52 {
  padding-bottom: 13rem ;
}
[class~="pb-52"] {
  padding-bottom: 13rem ;
}
.!pb-52 {
  padding-bottom: 13rem  !important;
}
[class~="!pb-52"] {
  padding-bottom: 13rem  !important;
}
.pl-52 {
  padding-left: 13rem ;
}
[class~="pl-52"] {
  padding-left: 13rem ;
}
.!pl-52 {
  padding-left: 13rem  !important;
}
[class~="!pl-52"] {
  padding-left: 13rem  !important;
}
.p-56 {
  padding: 14rem ;
}
[class~="p-56"] {
  padding: 14rem ;
}
.!p-56 {
  padding: 14rem  !important;
}
[class~="!p-56"] {
  padding: 14rem  !important;
}
.px-56 {
  padding-left: 14rem ;
  padding-right: 14rem ;
}
[class~="px-56"] {
  padding-left: 14rem ;
  padding-right: 14rem ;
}
.!px-56 {
  padding-left: 14rem  !important;
  padding-right: 14rem  !important;
}
[class~="!px-56"] {
  padding-left: 14rem  !important;
  padding-right: 14rem  !important;
}
.py-56 {
  padding-top: 14rem ;
  padding-bottom: 14rem ;
}
[class~="py-56"] {
  padding-top: 14rem ;
  padding-bottom: 14rem ;
}
.!py-56 {
  padding-top: 14rem  !important;
  padding-bottom: 14rem  !important;
}
[class~="!py-56"] {
  padding-top: 14rem  !important;
  padding-bottom: 14rem  !important;
}
.ps-56 {
  padding-inline-start: 14rem ;
}
[class~="ps-56"] {
  padding-inline-start: 14rem ;
}
.!ps-56 {
  padding-inline-start: 14rem  !important;
}
[class~="!ps-56"] {
  padding-inline-start: 14rem  !important;
}
.pe-56 {
  padding-inline-end: 14rem ;
}
[class~="pe-56"] {
  padding-inline-end: 14rem ;
}
.!pe-56 {
  padding-inline-end: 14rem  !important;
}
[class~="!pe-56"] {
  padding-inline-end: 14rem  !important;
}
.pt-56 {
  padding-top: 14rem ;
}
[class~="pt-56"] {
  padding-top: 14rem ;
}
.!pt-56 {
  padding-top: 14rem  !important;
}
[class~="!pt-56"] {
  padding-top: 14rem  !important;
}
.pr-56 {
  padding-right: 14rem ;
}
[class~="pr-56"] {
  padding-right: 14rem ;
}
.!pr-56 {
  padding-right: 14rem  !important;
}
[class~="!pr-56"] {
  padding-right: 14rem  !important;
}
.pb-56 {
  padding-bottom: 14rem ;
}
[class~="pb-56"] {
  padding-bottom: 14rem ;
}
.!pb-56 {
  padding-bottom: 14rem  !important;
}
[class~="!pb-56"] {
  padding-bottom: 14rem  !important;
}
.pl-56 {
  padding-left: 14rem ;
}
[class~="pl-56"] {
  padding-left: 14rem ;
}
.!pl-56 {
  padding-left: 14rem  !important;
}
[class~="!pl-56"] {
  padding-left: 14rem  !important;
}
.p-60 {
  padding: 15rem ;
}
[class~="p-60"] {
  padding: 15rem ;
}
.!p-60 {
  padding: 15rem  !important;
}
[class~="!p-60"] {
  padding: 15rem  !important;
}
.px-60 {
  padding-left: 15rem ;
  padding-right: 15rem ;
}
[class~="px-60"] {
  padding-left: 15rem ;
  padding-right: 15rem ;
}
.!px-60 {
  padding-left: 15rem  !important;
  padding-right: 15rem  !important;
}
[class~="!px-60"] {
  padding-left: 15rem  !important;
  padding-right: 15rem  !important;
}
.py-60 {
  padding-top: 15rem ;
  padding-bottom: 15rem ;
}
[class~="py-60"] {
  padding-top: 15rem ;
  padding-bottom: 15rem ;
}
.!py-60 {
  padding-top: 15rem  !important;
  padding-bottom: 15rem  !important;
}
[class~="!py-60"] {
  padding-top: 15rem  !important;
  padding-bottom: 15rem  !important;
}
.ps-60 {
  padding-inline-start: 15rem ;
}
[class~="ps-60"] {
  padding-inline-start: 15rem ;
}
.!ps-60 {
  padding-inline-start: 15rem  !important;
}
[class~="!ps-60"] {
  padding-inline-start: 15rem  !important;
}
.pe-60 {
  padding-inline-end: 15rem ;
}
[class~="pe-60"] {
  padding-inline-end: 15rem ;
}
.!pe-60 {
  padding-inline-end: 15rem  !important;
}
[class~="!pe-60"] {
  padding-inline-end: 15rem  !important;
}
.pt-60 {
  padding-top: 15rem ;
}
[class~="pt-60"] {
  padding-top: 15rem ;
}
.!pt-60 {
  padding-top: 15rem  !important;
}
[class~="!pt-60"] {
  padding-top: 15rem  !important;
}
.pr-60 {
  padding-right: 15rem ;
}
[class~="pr-60"] {
  padding-right: 15rem ;
}
.!pr-60 {
  padding-right: 15rem  !important;
}
[class~="!pr-60"] {
  padding-right: 15rem  !important;
}
.pb-60 {
  padding-bottom: 15rem ;
}
[class~="pb-60"] {
  padding-bottom: 15rem ;
}
.!pb-60 {
  padding-bottom: 15rem  !important;
}
[class~="!pb-60"] {
  padding-bottom: 15rem  !important;
}
.pl-60 {
  padding-left: 15rem ;
}
[class~="pl-60"] {
  padding-left: 15rem ;
}
.!pl-60 {
  padding-left: 15rem  !important;
}
[class~="!pl-60"] {
  padding-left: 15rem  !important;
}
.p-64 {
  padding: 16rem ;
}
[class~="p-64"] {
  padding: 16rem ;
}
.!p-64 {
  padding: 16rem  !important;
}
[class~="!p-64"] {
  padding: 16rem  !important;
}
.px-64 {
  padding-left: 16rem ;
  padding-right: 16rem ;
}
[class~="px-64"] {
  padding-left: 16rem ;
  padding-right: 16rem ;
}
.!px-64 {
  padding-left: 16rem  !important;
  padding-right: 16rem  !important;
}
[class~="!px-64"] {
  padding-left: 16rem  !important;
  padding-right: 16rem  !important;
}
.py-64 {
  padding-top: 16rem ;
  padding-bottom: 16rem ;
}
[class~="py-64"] {
  padding-top: 16rem ;
  padding-bottom: 16rem ;
}
.!py-64 {
  padding-top: 16rem  !important;
  padding-bottom: 16rem  !important;
}
[class~="!py-64"] {
  padding-top: 16rem  !important;
  padding-bottom: 16rem  !important;
}
.ps-64 {
  padding-inline-start: 16rem ;
}
[class~="ps-64"] {
  padding-inline-start: 16rem ;
}
.!ps-64 {
  padding-inline-start: 16rem  !important;
}
[class~="!ps-64"] {
  padding-inline-start: 16rem  !important;
}
.pe-64 {
  padding-inline-end: 16rem ;
}
[class~="pe-64"] {
  padding-inline-end: 16rem ;
}
.!pe-64 {
  padding-inline-end: 16rem  !important;
}
[class~="!pe-64"] {
  padding-inline-end: 16rem  !important;
}
.pt-64 {
  padding-top: 16rem ;
}
[class~="pt-64"] {
  padding-top: 16rem ;
}
.!pt-64 {
  padding-top: 16rem  !important;
}
[class~="!pt-64"] {
  padding-top: 16rem  !important;
}
.pr-64 {
  padding-right: 16rem ;
}
[class~="pr-64"] {
  padding-right: 16rem ;
}
.!pr-64 {
  padding-right: 16rem  !important;
}
[class~="!pr-64"] {
  padding-right: 16rem  !important;
}
.pb-64 {
  padding-bottom: 16rem ;
}
[class~="pb-64"] {
  padding-bottom: 16rem ;
}
.!pb-64 {
  padding-bottom: 16rem  !important;
}
[class~="!pb-64"] {
  padding-bottom: 16rem  !important;
}
.pl-64 {
  padding-left: 16rem ;
}
[class~="pl-64"] {
  padding-left: 16rem ;
}
.!pl-64 {
  padding-left: 16rem  !important;
}
[class~="!pl-64"] {
  padding-left: 16rem  !important;
}
.p-72 {
  padding: 18rem ;
}
[class~="p-72"] {
  padding: 18rem ;
}
.!p-72 {
  padding: 18rem  !important;
}
[class~="!p-72"] {
  padding: 18rem  !important;
}
.px-72 {
  padding-left: 18rem ;
  padding-right: 18rem ;
}
[class~="px-72"] {
  padding-left: 18rem ;
  padding-right: 18rem ;
}
.!px-72 {
  padding-left: 18rem  !important;
  padding-right: 18rem  !important;
}
[class~="!px-72"] {
  padding-left: 18rem  !important;
  padding-right: 18rem  !important;
}
.py-72 {
  padding-top: 18rem ;
  padding-bottom: 18rem ;
}
[class~="py-72"] {
  padding-top: 18rem ;
  padding-bottom: 18rem ;
}
.!py-72 {
  padding-top: 18rem  !important;
  padding-bottom: 18rem  !important;
}
[class~="!py-72"] {
  padding-top: 18rem  !important;
  padding-bottom: 18rem  !important;
}
.ps-72 {
  padding-inline-start: 18rem ;
}
[class~="ps-72"] {
  padding-inline-start: 18rem ;
}
.!ps-72 {
  padding-inline-start: 18rem  !important;
}
[class~="!ps-72"] {
  padding-inline-start: 18rem  !important;
}
.pe-72 {
  padding-inline-end: 18rem ;
}
[class~="pe-72"] {
  padding-inline-end: 18rem ;
}
.!pe-72 {
  padding-inline-end: 18rem  !important;
}
[class~="!pe-72"] {
  padding-inline-end: 18rem  !important;
}
.pt-72 {
  padding-top: 18rem ;
}
[class~="pt-72"] {
  padding-top: 18rem ;
}
.!pt-72 {
  padding-top: 18rem  !important;
}
[class~="!pt-72"] {
  padding-top: 18rem  !important;
}
.pr-72 {
  padding-right: 18rem ;
}
[class~="pr-72"] {
  padding-right: 18rem ;
}
.!pr-72 {
  padding-right: 18rem  !important;
}
[class~="!pr-72"] {
  padding-right: 18rem  !important;
}
.pb-72 {
  padding-bottom: 18rem ;
}
[class~="pb-72"] {
  padding-bottom: 18rem ;
}
.!pb-72 {
  padding-bottom: 18rem  !important;
}
[class~="!pb-72"] {
  padding-bottom: 18rem  !important;
}
.pl-72 {
  padding-left: 18rem ;
}
[class~="pl-72"] {
  padding-left: 18rem ;
}
.!pl-72 {
  padding-left: 18rem  !important;
}
[class~="!pl-72"] {
  padding-left: 18rem  !important;
}
.p-80 {
  padding: 20rem ;
}
[class~="p-80"] {
  padding: 20rem ;
}
.!p-80 {
  padding: 20rem  !important;
}
[class~="!p-80"] {
  padding: 20rem  !important;
}
.px-80 {
  padding-left: 20rem ;
  padding-right: 20rem ;
}
[class~="px-80"] {
  padding-left: 20rem ;
  padding-right: 20rem ;
}
.!px-80 {
  padding-left: 20rem  !important;
  padding-right: 20rem  !important;
}
[class~="!px-80"] {
  padding-left: 20rem  !important;
  padding-right: 20rem  !important;
}
.py-80 {
  padding-top: 20rem ;
  padding-bottom: 20rem ;
}
[class~="py-80"] {
  padding-top: 20rem ;
  padding-bottom: 20rem ;
}
.!py-80 {
  padding-top: 20rem  !important;
  padding-bottom: 20rem  !important;
}
[class~="!py-80"] {
  padding-top: 20rem  !important;
  padding-bottom: 20rem  !important;
}
.ps-80 {
  padding-inline-start: 20rem ;
}
[class~="ps-80"] {
  padding-inline-start: 20rem ;
}
.!ps-80 {
  padding-inline-start: 20rem  !important;
}
[class~="!ps-80"] {
  padding-inline-start: 20rem  !important;
}
.pe-80 {
  padding-inline-end: 20rem ;
}
[class~="pe-80"] {
  padding-inline-end: 20rem ;
}
.!pe-80 {
  padding-inline-end: 20rem  !important;
}
[class~="!pe-80"] {
  padding-inline-end: 20rem  !important;
}
.pt-80 {
  padding-top: 20rem ;
}
[class~="pt-80"] {
  padding-top: 20rem ;
}
.!pt-80 {
  padding-top: 20rem  !important;
}
[class~="!pt-80"] {
  padding-top: 20rem  !important;
}
.pr-80 {
  padding-right: 20rem ;
}
[class~="pr-80"] {
  padding-right: 20rem ;
}
.!pr-80 {
  padding-right: 20rem  !important;
}
[class~="!pr-80"] {
  padding-right: 20rem  !important;
}
.pb-80 {
  padding-bottom: 20rem ;
}
[class~="pb-80"] {
  padding-bottom: 20rem ;
}
.!pb-80 {
  padding-bottom: 20rem  !important;
}
[class~="!pb-80"] {
  padding-bottom: 20rem  !important;
}
.pl-80 {
  padding-left: 20rem ;
}
[class~="pl-80"] {
  padding-left: 20rem ;
}
.!pl-80 {
  padding-left: 20rem  !important;
}
[class~="!pl-80"] {
  padding-left: 20rem  !important;
}
.p-96 {
  padding: 24rem ;
}
[class~="p-96"] {
  padding: 24rem ;
}
.!p-96 {
  padding: 24rem  !important;
}
[class~="!p-96"] {
  padding: 24rem  !important;
}
.px-96 {
  padding-left: 24rem ;
  padding-right: 24rem ;
}
[class~="px-96"] {
  padding-left: 24rem ;
  padding-right: 24rem ;
}
.!px-96 {
  padding-left: 24rem  !important;
  padding-right: 24rem  !important;
}
[class~="!px-96"] {
  padding-left: 24rem  !important;
  padding-right: 24rem  !important;
}
.py-96 {
  padding-top: 24rem ;
  padding-bottom: 24rem ;
}
[class~="py-96"] {
  padding-top: 24rem ;
  padding-bottom: 24rem ;
}
.!py-96 {
  padding-top: 24rem  !important;
  padding-bottom: 24rem  !important;
}
[class~="!py-96"] {
  padding-top: 24rem  !important;
  padding-bottom: 24rem  !important;
}
.ps-96 {
  padding-inline-start: 24rem ;
}
[class~="ps-96"] {
  padding-inline-start: 24rem ;
}
.!ps-96 {
  padding-inline-start: 24rem  !important;
}
[class~="!ps-96"] {
  padding-inline-start: 24rem  !important;
}
.pe-96 {
  padding-inline-end: 24rem ;
}
[class~="pe-96"] {
  padding-inline-end: 24rem ;
}
.!pe-96 {
  padding-inline-end: 24rem  !important;
}
[class~="!pe-96"] {
  padding-inline-end: 24rem  !important;
}
.pt-96 {
  padding-top: 24rem ;
}
[class~="pt-96"] {
  padding-top: 24rem ;
}
.!pt-96 {
  padding-top: 24rem  !important;
}
[class~="!pt-96"] {
  padding-top: 24rem  !important;
}
.pr-96 {
  padding-right: 24rem ;
}
[class~="pr-96"] {
  padding-right: 24rem ;
}
.!pr-96 {
  padding-right: 24rem  !important;
}
[class~="!pr-96"] {
  padding-right: 24rem  !important;
}
.pb-96 {
  padding-bottom: 24rem ;
}
[class~="pb-96"] {
  padding-bottom: 24rem ;
}
.!pb-96 {
  padding-bottom: 24rem  !important;
}
[class~="!pb-96"] {
  padding-bottom: 24rem  !important;
}
.pl-96 {
  padding-left: 24rem ;
}
[class~="pl-96"] {
  padding-left: 24rem ;
}
.!pl-96 {
  padding-left: 24rem  !important;
}
[class~="!pl-96"] {
  padding-left: 24rem  !important;
}
.m-0 {
  margin: 0 ;
}
[class~="m-0"] {
  margin: 0 ;
}
.!m-0 {
  margin: 0  !important;
}
[class~="!m-0"] {
  margin: 0  !important;
}
.mx-0 {
  margin-left: 0 ;
  margin-right: 0 ;
}
[class~="mx-0"] {
  margin-left: 0 ;
  margin-right: 0 ;
}
.!mx-0 {
  margin-left: 0  !important;
  margin-right: 0  !important;
}
[class~="!mx-0"] {
  margin-left: 0  !important;
  margin-right: 0  !important;
}
.my-0 {
  margin-top: 0 ;
  margin-bottom: 0 ;
}
[class~="my-0"] {
  margin-top: 0 ;
  margin-bottom: 0 ;
}
.!my-0 {
  margin-top: 0  !important;
  margin-bottom: 0  !important;
}
[class~="!my-0"] {
  margin-top: 0  !important;
  margin-bottom: 0  !important;
}
.ms-0 {
  margin-inline-start: 0 ;
}
[class~="ms-0"] {
  margin-inline-start: 0 ;
}
.!ms-0 {
  margin-inline-start: 0  !important;
}
[class~="!ms-0"] {
  margin-inline-start: 0  !important;
}
.me-0 {
  margin-inline-end: 0 ;
}
[class~="me-0"] {
  margin-inline-end: 0 ;
}
.!me-0 {
  margin-inline-end: 0  !important;
}
[class~="!me-0"] {
  margin-inline-end: 0  !important;
}
.mt-0 {
  margin-top: 0 ;
}
[class~="mt-0"] {
  margin-top: 0 ;
}
.!mt-0 {
  margin-top: 0  !important;
}
[class~="!mt-0"] {
  margin-top: 0  !important;
}
.mr-0 {
  margin-right: 0 ;
}
[class~="mr-0"] {
  margin-right: 0 ;
}
.!mr-0 {
  margin-right: 0  !important;
}
[class~="!mr-0"] {
  margin-right: 0  !important;
}
.mb-0 {
  margin-bottom: 0 ;
}
[class~="mb-0"] {
  margin-bottom: 0 ;
}
.!mb-0 {
  margin-bottom: 0  !important;
}
[class~="!mb-0"] {
  margin-bottom: 0  !important;
}
.ml-0 {
  margin-left: 0 ;
}
[class~="ml-0"] {
  margin-left: 0 ;
}
.!ml-0 {
  margin-left: 0  !important;
}
[class~="!ml-0"] {
  margin-left: 0  !important;
}
.m-px {
  margin: 1px ;
}
[class~="m-px"] {
  margin: 1px ;
}
.!m-px {
  margin: 1px  !important;
}
[class~="!m-px"] {
  margin: 1px  !important;
}
.mx-px {
  margin-left: 1px ;
  margin-right: 1px ;
}
[class~="mx-px"] {
  margin-left: 1px ;
  margin-right: 1px ;
}
.!mx-px {
  margin-left: 1px  !important;
  margin-right: 1px  !important;
}
[class~="!mx-px"] {
  margin-left: 1px  !important;
  margin-right: 1px  !important;
}
.my-px {
  margin-top: 1px ;
  margin-bottom: 1px ;
}
[class~="my-px"] {
  margin-top: 1px ;
  margin-bottom: 1px ;
}
.!my-px {
  margin-top: 1px  !important;
  margin-bottom: 1px  !important;
}
[class~="!my-px"] {
  margin-top: 1px  !important;
  margin-bottom: 1px  !important;
}
.ms-px {
  margin-inline-start: 1px ;
}
[class~="ms-px"] {
  margin-inline-start: 1px ;
}
.!ms-px {
  margin-inline-start: 1px  !important;
}
[class~="!ms-px"] {
  margin-inline-start: 1px  !important;
}
.me-px {
  margin-inline-end: 1px ;
}
[class~="me-px"] {
  margin-inline-end: 1px ;
}
.!me-px {
  margin-inline-end: 1px  !important;
}
[class~="!me-px"] {
  margin-inline-end: 1px  !important;
}
.mt-px {
  margin-top: 1px ;
}
[class~="mt-px"] {
  margin-top: 1px ;
}
.!mt-px {
  margin-top: 1px  !important;
}
[class~="!mt-px"] {
  margin-top: 1px  !important;
}
.mr-px {
  margin-right: 1px ;
}
[class~="mr-px"] {
  margin-right: 1px ;
}
.!mr-px {
  margin-right: 1px  !important;
}
[class~="!mr-px"] {
  margin-right: 1px  !important;
}
.mb-px {
  margin-bottom: 1px ;
}
[class~="mb-px"] {
  margin-bottom: 1px ;
}
.!mb-px {
  margin-bottom: 1px  !important;
}
[class~="!mb-px"] {
  margin-bottom: 1px  !important;
}
.ml-px {
  margin-left: 1px ;
}
[class~="ml-px"] {
  margin-left: 1px ;
}
.!ml-px {
  margin-left: 1px  !important;
}
[class~="!ml-px"] {
  margin-left: 1px  !important;
}
.m-0\.5 {
  margin: 0.125rem ;
}
[class~="m-0\.5"] {
  margin: 0.125rem ;
}
.!m-0\.5 {
  margin: 0.125rem  !important;
}
[class~="!m-0\.5"] {
  margin: 0.125rem  !important;
}
.mx-0\.5 {
  margin-left: 0.125rem ;
  margin-right: 0.125rem ;
}
[class~="mx-0\.5"] {
  margin-left: 0.125rem ;
  margin-right: 0.125rem ;
}
.!mx-0\.5 {
  margin-left: 0.125rem  !important;
  margin-right: 0.125rem  !important;
}
[class~="!mx-0\.5"] {
  margin-left: 0.125rem  !important;
  margin-right: 0.125rem  !important;
}
.my-0\.5 {
  margin-top: 0.125rem ;
  margin-bottom: 0.125rem ;
}
[class~="my-0\.5"] {
  margin-top: 0.125rem ;
  margin-bottom: 0.125rem ;
}
.!my-0\.5 {
  margin-top: 0.125rem  !important;
  margin-bottom: 0.125rem  !important;
}
[class~="!my-0\.5"] {
  margin-top: 0.125rem  !important;
  margin-bottom: 0.125rem  !important;
}
.ms-0\.5 {
  margin-inline-start: 0.125rem ;
}
[class~="ms-0\.5"] {
  margin-inline-start: 0.125rem ;
}
.!ms-0\.5 {
  margin-inline-start: 0.125rem  !important;
}
[class~="!ms-0\.5"] {
  margin-inline-start: 0.125rem  !important;
}
.me-0\.5 {
  margin-inline-end: 0.125rem ;
}
[class~="me-0\.5"] {
  margin-inline-end: 0.125rem ;
}
.!me-0\.5 {
  margin-inline-end: 0.125rem  !important;
}
[class~="!me-0\.5"] {
  margin-inline-end: 0.125rem  !important;
}
.mt-0\.5 {
  margin-top: 0.125rem ;
}
[class~="mt-0\.5"] {
  margin-top: 0.125rem ;
}
.!mt-0\.5 {
  margin-top: 0.125rem  !important;
}
[class~="!mt-0\.5"] {
  margin-top: 0.125rem  !important;
}
.mr-0\.5 {
  margin-right: 0.125rem ;
}
[class~="mr-0\.5"] {
  margin-right: 0.125rem ;
}
.!mr-0\.5 {
  margin-right: 0.125rem  !important;
}
[class~="!mr-0\.5"] {
  margin-right: 0.125rem  !important;
}
.mb-0\.5 {
  margin-bottom: 0.125rem ;
}
[class~="mb-0\.5"] {
  margin-bottom: 0.125rem ;
}
.!mb-0\.5 {
  margin-bottom: 0.125rem  !important;
}
[class~="!mb-0\.5"] {
  margin-bottom: 0.125rem  !important;
}
.ml-0\.5 {
  margin-left: 0.125rem ;
}
[class~="ml-0\.5"] {
  margin-left: 0.125rem ;
}
.!ml-0\.5 {
  margin-left: 0.125rem  !important;
}
[class~="!ml-0\.5"] {
  margin-left: 0.125rem  !important;
}
.m-1 {
  margin: 0.25rem ;
}
[class~="m-1"] {
  margin: 0.25rem ;
}
.!m-1 {
  margin: 0.25rem  !important;
}
[class~="!m-1"] {
  margin: 0.25rem  !important;
}
.mx-1 {
  margin-left: 0.25rem ;
  margin-right: 0.25rem ;
}
[class~="mx-1"] {
  margin-left: 0.25rem ;
  margin-right: 0.25rem ;
}
.!mx-1 {
  margin-left: 0.25rem  !important;
  margin-right: 0.25rem  !important;
}
[class~="!mx-1"] {
  margin-left: 0.25rem  !important;
  margin-right: 0.25rem  !important;
}
.my-1 {
  margin-top: 0.25rem ;
  margin-bottom: 0.25rem ;
}
[class~="my-1"] {
  margin-top: 0.25rem ;
  margin-bottom: 0.25rem ;
}
.!my-1 {
  margin-top: 0.25rem  !important;
  margin-bottom: 0.25rem  !important;
}
[class~="!my-1"] {
  margin-top: 0.25rem  !important;
  margin-bottom: 0.25rem  !important;
}
.ms-1 {
  margin-inline-start: 0.25rem ;
}
[class~="ms-1"] {
  margin-inline-start: 0.25rem ;
}
.!ms-1 {
  margin-inline-start: 0.25rem  !important;
}
[class~="!ms-1"] {
  margin-inline-start: 0.25rem  !important;
}
.me-1 {
  margin-inline-end: 0.25rem ;
}
[class~="me-1"] {
  margin-inline-end: 0.25rem ;
}
.!me-1 {
  margin-inline-end: 0.25rem  !important;
}
[class~="!me-1"] {
  margin-inline-end: 0.25rem  !important;
}
.mt-1 {
  margin-top: 0.25rem ;
}
[class~="mt-1"] {
  margin-top: 0.25rem ;
}
.!mt-1 {
  margin-top: 0.25rem  !important;
}
[class~="!mt-1"] {
  margin-top: 0.25rem  !important;
}
.mr-1 {
  margin-right: 0.25rem ;
}
[class~="mr-1"] {
  margin-right: 0.25rem ;
}
.!mr-1 {
  margin-right: 0.25rem  !important;
}
[class~="!mr-1"] {
  margin-right: 0.25rem  !important;
}
.mb-1 {
  margin-bottom: 0.25rem ;
}
[class~="mb-1"] {
  margin-bottom: 0.25rem ;
}
.!mb-1 {
  margin-bottom: 0.25rem  !important;
}
[class~="!mb-1"] {
  margin-bottom: 0.25rem  !important;
}
.ml-1 {
  margin-left: 0.25rem ;
}
[class~="ml-1"] {
  margin-left: 0.25rem ;
}
.!ml-1 {
  margin-left: 0.25rem  !important;
}
[class~="!ml-1"] {
  margin-left: 0.25rem  !important;
}
.m-1\.5 {
  margin: 0.375rem ;
}
[class~="m-1\.5"] {
  margin: 0.375rem ;
}
.!m-1\.5 {
  margin: 0.375rem  !important;
}
[class~="!m-1\.5"] {
  margin: 0.375rem  !important;
}
.mx-1\.5 {
  margin-left: 0.375rem ;
  margin-right: 0.375rem ;
}
[class~="mx-1\.5"] {
  margin-left: 0.375rem ;
  margin-right: 0.375rem ;
}
.!mx-1\.5 {
  margin-left: 0.375rem  !important;
  margin-right: 0.375rem  !important;
}
[class~="!mx-1\.5"] {
  margin-left: 0.375rem  !important;
  margin-right: 0.375rem  !important;
}
.my-1\.5 {
  margin-top: 0.375rem ;
  margin-bottom: 0.375rem ;
}
[class~="my-1\.5"] {
  margin-top: 0.375rem ;
  margin-bottom: 0.375rem ;
}
.!my-1\.5 {
  margin-top: 0.375rem  !important;
  margin-bottom: 0.375rem  !important;
}
[class~="!my-1\.5"] {
  margin-top: 0.375rem  !important;
  margin-bottom: 0.375rem  !important;
}
.ms-1\.5 {
  margin-inline-start: 0.375rem ;
}
[class~="ms-1\.5"] {
  margin-inline-start: 0.375rem ;
}
.!ms-1\.5 {
  margin-inline-start: 0.375rem  !important;
}
[class~="!ms-1\.5"] {
  margin-inline-start: 0.375rem  !important;
}
.me-1\.5 {
  margin-inline-end: 0.375rem ;
}
[class~="me-1\.5"] {
  margin-inline-end: 0.375rem ;
}
.!me-1\.5 {
  margin-inline-end: 0.375rem  !important;
}
[class~="!me-1\.5"] {
  margin-inline-end: 0.375rem  !important;
}
.mt-1\.5 {
  margin-top: 0.375rem ;
}
[class~="mt-1\.5"] {
  margin-top: 0.375rem ;
}
.!mt-1\.5 {
  margin-top: 0.375rem  !important;
}
[class~="!mt-1\.5"] {
  margin-top: 0.375rem  !important;
}
.mr-1\.5 {
  margin-right: 0.375rem ;
}
[class~="mr-1\.5"] {
  margin-right: 0.375rem ;
}
.!mr-1\.5 {
  margin-right: 0.375rem  !important;
}
[class~="!mr-1\.5"] {
  margin-right: 0.375rem  !important;
}
.mb-1\.5 {
  margin-bottom: 0.375rem ;
}
[class~="mb-1\.5"] {
  margin-bottom: 0.375rem ;
}
.!mb-1\.5 {
  margin-bottom: 0.375rem  !important;
}
[class~="!mb-1\.5"] {
  margin-bottom: 0.375rem  !important;
}
.ml-1\.5 {
  margin-left: 0.375rem ;
}
[class~="ml-1\.5"] {
  margin-left: 0.375rem ;
}
.!ml-1\.5 {
  margin-left: 0.375rem  !important;
}
[class~="!ml-1\.5"] {
  margin-left: 0.375rem  !important;
}
.m-2 {
  margin: 0.5rem ;
}
[class~="m-2"] {
  margin: 0.5rem ;
}
.!m-2 {
  margin: 0.5rem  !important;
}
[class~="!m-2"] {
  margin: 0.5rem  !important;
}
.mx-2 {
  margin-left: 0.5rem ;
  margin-right: 0.5rem ;
}
[class~="mx-2"] {
  margin-left: 0.5rem ;
  margin-right: 0.5rem ;
}
.!mx-2 {
  margin-left: 0.5rem  !important;
  margin-right: 0.5rem  !important;
}
[class~="!mx-2"] {
  margin-left: 0.5rem  !important;
  margin-right: 0.5rem  !important;
}
.my-2 {
  margin-top: 0.5rem ;
  margin-bottom: 0.5rem ;
}
[class~="my-2"] {
  margin-top: 0.5rem ;
  margin-bottom: 0.5rem ;
}
.!my-2 {
  margin-top: 0.5rem  !important;
  margin-bottom: 0.5rem  !important;
}
[class~="!my-2"] {
  margin-top: 0.5rem  !important;
  margin-bottom: 0.5rem  !important;
}
.ms-2 {
  margin-inline-start: 0.5rem ;
}
[class~="ms-2"] {
  margin-inline-start: 0.5rem ;
}
.!ms-2 {
  margin-inline-start: 0.5rem  !important;
}
[class~="!ms-2"] {
  margin-inline-start: 0.5rem  !important;
}
.me-2 {
  margin-inline-end: 0.5rem ;
}
[class~="me-2"] {
  margin-inline-end: 0.5rem ;
}
.!me-2 {
  margin-inline-end: 0.5rem  !important;
}
[class~="!me-2"] {
  margin-inline-end: 0.5rem  !important;
}
.mt-2 {
  margin-top: 0.5rem ;
}
[class~="mt-2"] {
  margin-top: 0.5rem ;
}
.!mt-2 {
  margin-top: 0.5rem  !important;
}
[class~="!mt-2"] {
  margin-top: 0.5rem  !important;
}
.mr-2 {
  margin-right: 0.5rem ;
}
[class~="mr-2"] {
  margin-right: 0.5rem ;
}
.!mr-2 {
  margin-right: 0.5rem  !important;
}
[class~="!mr-2"] {
  margin-right: 0.5rem  !important;
}
.mb-2 {
  margin-bottom: 0.5rem ;
}
[class~="mb-2"] {
  margin-bottom: 0.5rem ;
}
.!mb-2 {
  margin-bottom: 0.5rem  !important;
}
[class~="!mb-2"] {
  margin-bottom: 0.5rem  !important;
}
.ml-2 {
  margin-left: 0.5rem ;
}
[class~="ml-2"] {
  margin-left: 0.5rem ;
}
.!ml-2 {
  margin-left: 0.5rem  !important;
}
[class~="!ml-2"] {
  margin-left: 0.5rem  !important;
}
.m-2\.5 {
  margin: 0.625rem ;
}
[class~="m-2\.5"] {
  margin: 0.625rem ;
}
.!m-2\.5 {
  margin: 0.625rem  !important;
}
[class~="!m-2\.5"] {
  margin: 0.625rem  !important;
}
.mx-2\.5 {
  margin-left: 0.625rem ;
  margin-right: 0.625rem ;
}
[class~="mx-2\.5"] {
  margin-left: 0.625rem ;
  margin-right: 0.625rem ;
}
.!mx-2\.5 {
  margin-left: 0.625rem  !important;
  margin-right: 0.625rem  !important;
}
[class~="!mx-2\.5"] {
  margin-left: 0.625rem  !important;
  margin-right: 0.625rem  !important;
}
.my-2\.5 {
  margin-top: 0.625rem ;
  margin-bottom: 0.625rem ;
}
[class~="my-2\.5"] {
  margin-top: 0.625rem ;
  margin-bottom: 0.625rem ;
}
.!my-2\.5 {
  margin-top: 0.625rem  !important;
  margin-bottom: 0.625rem  !important;
}
[class~="!my-2\.5"] {
  margin-top: 0.625rem  !important;
  margin-bottom: 0.625rem  !important;
}
.ms-2\.5 {
  margin-inline-start: 0.625rem ;
}
[class~="ms-2\.5"] {
  margin-inline-start: 0.625rem ;
}
.!ms-2\.5 {
  margin-inline-start: 0.625rem  !important;
}
[class~="!ms-2\.5"] {
  margin-inline-start: 0.625rem  !important;
}
.me-2\.5 {
  margin-inline-end: 0.625rem ;
}
[class~="me-2\.5"] {
  margin-inline-end: 0.625rem ;
}
.!me-2\.5 {
  margin-inline-end: 0.625rem  !important;
}
[class~="!me-2\.5"] {
  margin-inline-end: 0.625rem  !important;
}
.mt-2\.5 {
  margin-top: 0.625rem ;
}
[class~="mt-2\.5"] {
  margin-top: 0.625rem ;
}
.!mt-2\.5 {
  margin-top: 0.625rem  !important;
}
[class~="!mt-2\.5"] {
  margin-top: 0.625rem  !important;
}
.mr-2\.5 {
  margin-right: 0.625rem ;
}
[class~="mr-2\.5"] {
  margin-right: 0.625rem ;
}
.!mr-2\.5 {
  margin-right: 0.625rem  !important;
}
[class~="!mr-2\.5"] {
  margin-right: 0.625rem  !important;
}
.mb-2\.5 {
  margin-bottom: 0.625rem ;
}
[class~="mb-2\.5"] {
  margin-bottom: 0.625rem ;
}
.!mb-2\.5 {
  margin-bottom: 0.625rem  !important;
}
[class~="!mb-2\.5"] {
  margin-bottom: 0.625rem  !important;
}
.ml-2\.5 {
  margin-left: 0.625rem ;
}
[class~="ml-2\.5"] {
  margin-left: 0.625rem ;
}
.!ml-2\.5 {
  margin-left: 0.625rem  !important;
}
[class~="!ml-2\.5"] {
  margin-left: 0.625rem  !important;
}
.m-3 {
  margin: 0.75rem ;
}
[class~="m-3"] {
  margin: 0.75rem ;
}
.!m-3 {
  margin: 0.75rem  !important;
}
[class~="!m-3"] {
  margin: 0.75rem  !important;
}
.mx-3 {
  margin-left: 0.75rem ;
  margin-right: 0.75rem ;
}
[class~="mx-3"] {
  margin-left: 0.75rem ;
  margin-right: 0.75rem ;
}
.!mx-3 {
  margin-left: 0.75rem  !important;
  margin-right: 0.75rem  !important;
}
[class~="!mx-3"] {
  margin-left: 0.75rem  !important;
  margin-right: 0.75rem  !important;
}
.my-3 {
  margin-top: 0.75rem ;
  margin-bottom: 0.75rem ;
}
[class~="my-3"] {
  margin-top: 0.75rem ;
  margin-bottom: 0.75rem ;
}
.!my-3 {
  margin-top: 0.75rem  !important;
  margin-bottom: 0.75rem  !important;
}
[class~="!my-3"] {
  margin-top: 0.75rem  !important;
  margin-bottom: 0.75rem  !important;
}
.ms-3 {
  margin-inline-start: 0.75rem ;
}
[class~="ms-3"] {
  margin-inline-start: 0.75rem ;
}
.!ms-3 {
  margin-inline-start: 0.75rem  !important;
}
[class~="!ms-3"] {
  margin-inline-start: 0.75rem  !important;
}
.me-3 {
  margin-inline-end: 0.75rem ;
}
[class~="me-3"] {
  margin-inline-end: 0.75rem ;
}
.!me-3 {
  margin-inline-end: 0.75rem  !important;
}
[class~="!me-3"] {
  margin-inline-end: 0.75rem  !important;
}
.mt-3 {
  margin-top: 0.75rem ;
}
[class~="mt-3"] {
  margin-top: 0.75rem ;
}
.!mt-3 {
  margin-top: 0.75rem  !important;
}
[class~="!mt-3"] {
  margin-top: 0.75rem  !important;
}
.mr-3 {
  margin-right: 0.75rem ;
}
[class~="mr-3"] {
  margin-right: 0.75rem ;
}
.!mr-3 {
  margin-right: 0.75rem  !important;
}
[class~="!mr-3"] {
  margin-right: 0.75rem  !important;
}
.mb-3 {
  margin-bottom: 0.75rem ;
}
[class~="mb-3"] {
  margin-bottom: 0.75rem ;
}
.!mb-3 {
  margin-bottom: 0.75rem  !important;
}
[class~="!mb-3"] {
  margin-bottom: 0.75rem  !important;
}
.ml-3 {
  margin-left: 0.75rem ;
}
[class~="ml-3"] {
  margin-left: 0.75rem ;
}
.!ml-3 {
  margin-left: 0.75rem  !important;
}
[class~="!ml-3"] {
  margin-left: 0.75rem  !important;
}
.m-3\.5 {
  margin: 0.875rem ;
}
[class~="m-3\.5"] {
  margin: 0.875rem ;
}
.!m-3\.5 {
  margin: 0.875rem  !important;
}
[class~="!m-3\.5"] {
  margin: 0.875rem  !important;
}
.mx-3\.5 {
  margin-left: 0.875rem ;
  margin-right: 0.875rem ;
}
[class~="mx-3\.5"] {
  margin-left: 0.875rem ;
  margin-right: 0.875rem ;
}
.!mx-3\.5 {
  margin-left: 0.875rem  !important;
  margin-right: 0.875rem  !important;
}
[class~="!mx-3\.5"] {
  margin-left: 0.875rem  !important;
  margin-right: 0.875rem  !important;
}
.my-3\.5 {
  margin-top: 0.875rem ;
  margin-bottom: 0.875rem ;
}
[class~="my-3\.5"] {
  margin-top: 0.875rem ;
  margin-bottom: 0.875rem ;
}
.!my-3\.5 {
  margin-top: 0.875rem  !important;
  margin-bottom: 0.875rem  !important;
}
[class~="!my-3\.5"] {
  margin-top: 0.875rem  !important;
  margin-bottom: 0.875rem  !important;
}
.ms-3\.5 {
  margin-inline-start: 0.875rem ;
}
[class~="ms-3\.5"] {
  margin-inline-start: 0.875rem ;
}
.!ms-3\.5 {
  margin-inline-start: 0.875rem  !important;
}
[class~="!ms-3\.5"] {
  margin-inline-start: 0.875rem  !important;
}
.me-3\.5 {
  margin-inline-end: 0.875rem ;
}
[class~="me-3\.5"] {
  margin-inline-end: 0.875rem ;
}
.!me-3\.5 {
  margin-inline-end: 0.875rem  !important;
}
[class~="!me-3\.5"] {
  margin-inline-end: 0.875rem  !important;
}
.mt-3\.5 {
  margin-top: 0.875rem ;
}
[class~="mt-3\.5"] {
  margin-top: 0.875rem ;
}
.!mt-3\.5 {
  margin-top: 0.875rem  !important;
}
[class~="!mt-3\.5"] {
  margin-top: 0.875rem  !important;
}
.mr-3\.5 {
  margin-right: 0.875rem ;
}
[class~="mr-3\.5"] {
  margin-right: 0.875rem ;
}
.!mr-3\.5 {
  margin-right: 0.875rem  !important;
}
[class~="!mr-3\.5"] {
  margin-right: 0.875rem  !important;
}
.mb-3\.5 {
  margin-bottom: 0.875rem ;
}
[class~="mb-3\.5"] {
  margin-bottom: 0.875rem ;
}
.!mb-3\.5 {
  margin-bottom: 0.875rem  !important;
}
[class~="!mb-3\.5"] {
  margin-bottom: 0.875rem  !important;
}
.ml-3\.5 {
  margin-left: 0.875rem ;
}
[class~="ml-3\.5"] {
  margin-left: 0.875rem ;
}
.!ml-3\.5 {
  margin-left: 0.875rem  !important;
}
[class~="!ml-3\.5"] {
  margin-left: 0.875rem  !important;
}
.m-4 {
  margin: 1rem ;
}
[class~="m-4"] {
  margin: 1rem ;
}
.!m-4 {
  margin: 1rem  !important;
}
[class~="!m-4"] {
  margin: 1rem  !important;
}
.mx-4 {
  margin-left: 1rem ;
  margin-right: 1rem ;
}
[class~="mx-4"] {
  margin-left: 1rem ;
  margin-right: 1rem ;
}
.!mx-4 {
  margin-left: 1rem  !important;
  margin-right: 1rem  !important;
}
[class~="!mx-4"] {
  margin-left: 1rem  !important;
  margin-right: 1rem  !important;
}
.my-4 {
  margin-top: 1rem ;
  margin-bottom: 1rem ;
}
[class~="my-4"] {
  margin-top: 1rem ;
  margin-bottom: 1rem ;
}
.!my-4 {
  margin-top: 1rem  !important;
  margin-bottom: 1rem  !important;
}
[class~="!my-4"] {
  margin-top: 1rem  !important;
  margin-bottom: 1rem  !important;
}
.ms-4 {
  margin-inline-start: 1rem ;
}
[class~="ms-4"] {
  margin-inline-start: 1rem ;
}
.!ms-4 {
  margin-inline-start: 1rem  !important;
}
[class~="!ms-4"] {
  margin-inline-start: 1rem  !important;
}
.me-4 {
  margin-inline-end: 1rem ;
}
[class~="me-4"] {
  margin-inline-end: 1rem ;
}
.!me-4 {
  margin-inline-end: 1rem  !important;
}
[class~="!me-4"] {
  margin-inline-end: 1rem  !important;
}
.mt-4 {
  margin-top: 1rem ;
}
[class~="mt-4"] {
  margin-top: 1rem ;
}
.!mt-4 {
  margin-top: 1rem  !important;
}
[class~="!mt-4"] {
  margin-top: 1rem  !important;
}
.mr-4 {
  margin-right: 1rem ;
}
[class~="mr-4"] {
  margin-right: 1rem ;
}
.!mr-4 {
  margin-right: 1rem  !important;
}
[class~="!mr-4"] {
  margin-right: 1rem  !important;
}
.mb-4 {
  margin-bottom: 1rem ;
}
[class~="mb-4"] {
  margin-bottom: 1rem ;
}
.!mb-4 {
  margin-bottom: 1rem  !important;
}
[class~="!mb-4"] {
  margin-bottom: 1rem  !important;
}
.ml-4 {
  margin-left: 1rem ;
}
[class~="ml-4"] {
  margin-left: 1rem ;
}
.!ml-4 {
  margin-left: 1rem  !important;
}
[class~="!ml-4"] {
  margin-left: 1rem  !important;
}
.m-5 {
  margin: 1.25rem ;
}
[class~="m-5"] {
  margin: 1.25rem ;
}
.!m-5 {
  margin: 1.25rem  !important;
}
[class~="!m-5"] {
  margin: 1.25rem  !important;
}
.mx-5 {
  margin-left: 1.25rem ;
  margin-right: 1.25rem ;
}
[class~="mx-5"] {
  margin-left: 1.25rem ;
  margin-right: 1.25rem ;
}
.!mx-5 {
  margin-left: 1.25rem  !important;
  margin-right: 1.25rem  !important;
}
[class~="!mx-5"] {
  margin-left: 1.25rem  !important;
  margin-right: 1.25rem  !important;
}
.my-5 {
  margin-top: 1.25rem ;
  margin-bottom: 1.25rem ;
}
[class~="my-5"] {
  margin-top: 1.25rem ;
  margin-bottom: 1.25rem ;
}
.!my-5 {
  margin-top: 1.25rem  !important;
  margin-bottom: 1.25rem  !important;
}
[class~="!my-5"] {
  margin-top: 1.25rem  !important;
  margin-bottom: 1.25rem  !important;
}
.ms-5 {
  margin-inline-start: 1.25rem ;
}
[class~="ms-5"] {
  margin-inline-start: 1.25rem ;
}
.!ms-5 {
  margin-inline-start: 1.25rem  !important;
}
[class~="!ms-5"] {
  margin-inline-start: 1.25rem  !important;
}
.me-5 {
  margin-inline-end: 1.25rem ;
}
[class~="me-5"] {
  margin-inline-end: 1.25rem ;
}
.!me-5 {
  margin-inline-end: 1.25rem  !important;
}
[class~="!me-5"] {
  margin-inline-end: 1.25rem  !important;
}
.mt-5 {
  margin-top: 1.25rem ;
}
[class~="mt-5"] {
  margin-top: 1.25rem ;
}
.!mt-5 {
  margin-top: 1.25rem  !important;
}
[class~="!mt-5"] {
  margin-top: 1.25rem  !important;
}
.mr-5 {
  margin-right: 1.25rem ;
}
[class~="mr-5"] {
  margin-right: 1.25rem ;
}
.!mr-5 {
  margin-right: 1.25rem  !important;
}
[class~="!mr-5"] {
  margin-right: 1.25rem  !important;
}
.mb-5 {
  margin-bottom: 1.25rem ;
}
[class~="mb-5"] {
  margin-bottom: 1.25rem ;
}
.!mb-5 {
  margin-bottom: 1.25rem  !important;
}
[class~="!mb-5"] {
  margin-bottom: 1.25rem  !important;
}
.ml-5 {
  margin-left: 1.25rem ;
}
[class~="ml-5"] {
  margin-left: 1.25rem ;
}
.!ml-5 {
  margin-left: 1.25rem  !important;
}
[class~="!ml-5"] {
  margin-left: 1.25rem  !important;
}
.m-6 {
  margin: 1.5rem ;
}
[class~="m-6"] {
  margin: 1.5rem ;
}
.!m-6 {
  margin: 1.5rem  !important;
}
[class~="!m-6"] {
  margin: 1.5rem  !important;
}
.mx-6 {
  margin-left: 1.5rem ;
  margin-right: 1.5rem ;
}
[class~="mx-6"] {
  margin-left: 1.5rem ;
  margin-right: 1.5rem ;
}
.!mx-6 {
  margin-left: 1.5rem  !important;
  margin-right: 1.5rem  !important;
}
[class~="!mx-6"] {
  margin-left: 1.5rem  !important;
  margin-right: 1.5rem  !important;
}
.my-6 {
  margin-top: 1.5rem ;
  margin-bottom: 1.5rem ;
}
[class~="my-6"] {
  margin-top: 1.5rem ;
  margin-bottom: 1.5rem ;
}
.!my-6 {
  margin-top: 1.5rem  !important;
  margin-bottom: 1.5rem  !important;
}
[class~="!my-6"] {
  margin-top: 1.5rem  !important;
  margin-bottom: 1.5rem  !important;
}
.ms-6 {
  margin-inline-start: 1.5rem ;
}
[class~="ms-6"] {
  margin-inline-start: 1.5rem ;
}
.!ms-6 {
  margin-inline-start: 1.5rem  !important;
}
[class~="!ms-6"] {
  margin-inline-start: 1.5rem  !important;
}
.me-6 {
  margin-inline-end: 1.5rem ;
}
[class~="me-6"] {
  margin-inline-end: 1.5rem ;
}
.!me-6 {
  margin-inline-end: 1.5rem  !important;
}
[class~="!me-6"] {
  margin-inline-end: 1.5rem  !important;
}
.mt-6 {
  margin-top: 1.5rem ;
}
[class~="mt-6"] {
  margin-top: 1.5rem ;
}
.!mt-6 {
  margin-top: 1.5rem  !important;
}
[class~="!mt-6"] {
  margin-top: 1.5rem  !important;
}
.mr-6 {
  margin-right: 1.5rem ;
}
[class~="mr-6"] {
  margin-right: 1.5rem ;
}
.!mr-6 {
  margin-right: 1.5rem  !important;
}
[class~="!mr-6"] {
  margin-right: 1.5rem  !important;
}
.mb-6 {
  margin-bottom: 1.5rem ;
}
[class~="mb-6"] {
  margin-bottom: 1.5rem ;
}
.!mb-6 {
  margin-bottom: 1.5rem  !important;
}
[class~="!mb-6"] {
  margin-bottom: 1.5rem  !important;
}
.ml-6 {
  margin-left: 1.5rem ;
}
[class~="ml-6"] {
  margin-left: 1.5rem ;
}
.!ml-6 {
  margin-left: 1.5rem  !important;
}
[class~="!ml-6"] {
  margin-left: 1.5rem  !important;
}
.m-7 {
  margin: 1.75rem ;
}
[class~="m-7"] {
  margin: 1.75rem ;
}
.!m-7 {
  margin: 1.75rem  !important;
}
[class~="!m-7"] {
  margin: 1.75rem  !important;
}
.mx-7 {
  margin-left: 1.75rem ;
  margin-right: 1.75rem ;
}
[class~="mx-7"] {
  margin-left: 1.75rem ;
  margin-right: 1.75rem ;
}
.!mx-7 {
  margin-left: 1.75rem  !important;
  margin-right: 1.75rem  !important;
}
[class~="!mx-7"] {
  margin-left: 1.75rem  !important;
  margin-right: 1.75rem  !important;
}
.my-7 {
  margin-top: 1.75rem ;
  margin-bottom: 1.75rem ;
}
[class~="my-7"] {
  margin-top: 1.75rem ;
  margin-bottom: 1.75rem ;
}
.!my-7 {
  margin-top: 1.75rem  !important;
  margin-bottom: 1.75rem  !important;
}
[class~="!my-7"] {
  margin-top: 1.75rem  !important;
  margin-bottom: 1.75rem  !important;
}
.ms-7 {
  margin-inline-start: 1.75rem ;
}
[class~="ms-7"] {
  margin-inline-start: 1.75rem ;
}
.!ms-7 {
  margin-inline-start: 1.75rem  !important;
}
[class~="!ms-7"] {
  margin-inline-start: 1.75rem  !important;
}
.me-7 {
  margin-inline-end: 1.75rem ;
}
[class~="me-7"] {
  margin-inline-end: 1.75rem ;
}
.!me-7 {
  margin-inline-end: 1.75rem  !important;
}
[class~="!me-7"] {
  margin-inline-end: 1.75rem  !important;
}
.mt-7 {
  margin-top: 1.75rem ;
}
[class~="mt-7"] {
  margin-top: 1.75rem ;
}
.!mt-7 {
  margin-top: 1.75rem  !important;
}
[class~="!mt-7"] {
  margin-top: 1.75rem  !important;
}
.mr-7 {
  margin-right: 1.75rem ;
}
[class~="mr-7"] {
  margin-right: 1.75rem ;
}
.!mr-7 {
  margin-right: 1.75rem  !important;
}
[class~="!mr-7"] {
  margin-right: 1.75rem  !important;
}
.mb-7 {
  margin-bottom: 1.75rem ;
}
[class~="mb-7"] {
  margin-bottom: 1.75rem ;
}
.!mb-7 {
  margin-bottom: 1.75rem  !important;
}
[class~="!mb-7"] {
  margin-bottom: 1.75rem  !important;
}
.ml-7 {
  margin-left: 1.75rem ;
}
[class~="ml-7"] {
  margin-left: 1.75rem ;
}
.!ml-7 {
  margin-left: 1.75rem  !important;
}
[class~="!ml-7"] {
  margin-left: 1.75rem  !important;
}
.m-8 {
  margin: 2rem ;
}
[class~="m-8"] {
  margin: 2rem ;
}
.!m-8 {
  margin: 2rem  !important;
}
[class~="!m-8"] {
  margin: 2rem  !important;
}
.mx-8 {
  margin-left: 2rem ;
  margin-right: 2rem ;
}
[class~="mx-8"] {
  margin-left: 2rem ;
  margin-right: 2rem ;
}
.!mx-8 {
  margin-left: 2rem  !important;
  margin-right: 2rem  !important;
}
[class~="!mx-8"] {
  margin-left: 2rem  !important;
  margin-right: 2rem  !important;
}
.my-8 {
  margin-top: 2rem ;
  margin-bottom: 2rem ;
}
[class~="my-8"] {
  margin-top: 2rem ;
  margin-bottom: 2rem ;
}
.!my-8 {
  margin-top: 2rem  !important;
  margin-bottom: 2rem  !important;
}
[class~="!my-8"] {
  margin-top: 2rem  !important;
  margin-bottom: 2rem  !important;
}
.ms-8 {
  margin-inline-start: 2rem ;
}
[class~="ms-8"] {
  margin-inline-start: 2rem ;
}
.!ms-8 {
  margin-inline-start: 2rem  !important;
}
[class~="!ms-8"] {
  margin-inline-start: 2rem  !important;
}
.me-8 {
  margin-inline-end: 2rem ;
}
[class~="me-8"] {
  margin-inline-end: 2rem ;
}
.!me-8 {
  margin-inline-end: 2rem  !important;
}
[class~="!me-8"] {
  margin-inline-end: 2rem  !important;
}
.mt-8 {
  margin-top: 2rem ;
}
[class~="mt-8"] {
  margin-top: 2rem ;
}
.!mt-8 {
  margin-top: 2rem  !important;
}
[class~="!mt-8"] {
  margin-top: 2rem  !important;
}
.mr-8 {
  margin-right: 2rem ;
}
[class~="mr-8"] {
  margin-right: 2rem ;
}
.!mr-8 {
  margin-right: 2rem  !important;
}
[class~="!mr-8"] {
  margin-right: 2rem  !important;
}
.mb-8 {
  margin-bottom: 2rem ;
}
[class~="mb-8"] {
  margin-bottom: 2rem ;
}
.!mb-8 {
  margin-bottom: 2rem  !important;
}
[class~="!mb-8"] {
  margin-bottom: 2rem  !important;
}
.ml-8 {
  margin-left: 2rem ;
}
[class~="ml-8"] {
  margin-left: 2rem ;
}
.!ml-8 {
  margin-left: 2rem  !important;
}
[class~="!ml-8"] {
  margin-left: 2rem  !important;
}
.m-9 {
  margin: 2.25rem ;
}
[class~="m-9"] {
  margin: 2.25rem ;
}
.!m-9 {
  margin: 2.25rem  !important;
}
[class~="!m-9"] {
  margin: 2.25rem  !important;
}
.mx-9 {
  margin-left: 2.25rem ;
  margin-right: 2.25rem ;
}
[class~="mx-9"] {
  margin-left: 2.25rem ;
  margin-right: 2.25rem ;
}
.!mx-9 {
  margin-left: 2.25rem  !important;
  margin-right: 2.25rem  !important;
}
[class~="!mx-9"] {
  margin-left: 2.25rem  !important;
  margin-right: 2.25rem  !important;
}
.my-9 {
  margin-top: 2.25rem ;
  margin-bottom: 2.25rem ;
}
[class~="my-9"] {
  margin-top: 2.25rem ;
  margin-bottom: 2.25rem ;
}
.!my-9 {
  margin-top: 2.25rem  !important;
  margin-bottom: 2.25rem  !important;
}
[class~="!my-9"] {
  margin-top: 2.25rem  !important;
  margin-bottom: 2.25rem  !important;
}
.ms-9 {
  margin-inline-start: 2.25rem ;
}
[class~="ms-9"] {
  margin-inline-start: 2.25rem ;
}
.!ms-9 {
  margin-inline-start: 2.25rem  !important;
}
[class~="!ms-9"] {
  margin-inline-start: 2.25rem  !important;
}
.me-9 {
  margin-inline-end: 2.25rem ;
}
[class~="me-9"] {
  margin-inline-end: 2.25rem ;
}
.!me-9 {
  margin-inline-end: 2.25rem  !important;
}
[class~="!me-9"] {
  margin-inline-end: 2.25rem  !important;
}
.mt-9 {
  margin-top: 2.25rem ;
}
[class~="mt-9"] {
  margin-top: 2.25rem ;
}
.!mt-9 {
  margin-top: 2.25rem  !important;
}
[class~="!mt-9"] {
  margin-top: 2.25rem  !important;
}
.mr-9 {
  margin-right: 2.25rem ;
}
[class~="mr-9"] {
  margin-right: 2.25rem ;
}
.!mr-9 {
  margin-right: 2.25rem  !important;
}
[class~="!mr-9"] {
  margin-right: 2.25rem  !important;
}
.mb-9 {
  margin-bottom: 2.25rem ;
}
[class~="mb-9"] {
  margin-bottom: 2.25rem ;
}
.!mb-9 {
  margin-bottom: 2.25rem  !important;
}
[class~="!mb-9"] {
  margin-bottom: 2.25rem  !important;
}
.ml-9 {
  margin-left: 2.25rem ;
}
[class~="ml-9"] {
  margin-left: 2.25rem ;
}
.!ml-9 {
  margin-left: 2.25rem  !important;
}
[class~="!ml-9"] {
  margin-left: 2.25rem  !important;
}
.m-10 {
  margin: 2.5rem ;
}
[class~="m-10"] {
  margin: 2.5rem ;
}
.!m-10 {
  margin: 2.5rem  !important;
}
[class~="!m-10"] {
  margin: 2.5rem  !important;
}
.mx-10 {
  margin-left: 2.5rem ;
  margin-right: 2.5rem ;
}
[class~="mx-10"] {
  margin-left: 2.5rem ;
  margin-right: 2.5rem ;
}
.!mx-10 {
  margin-left: 2.5rem  !important;
  margin-right: 2.5rem  !important;
}
[class~="!mx-10"] {
  margin-left: 2.5rem  !important;
  margin-right: 2.5rem  !important;
}
.my-10 {
  margin-top: 2.5rem ;
  margin-bottom: 2.5rem ;
}
[class~="my-10"] {
  margin-top: 2.5rem ;
  margin-bottom: 2.5rem ;
}
.!my-10 {
  margin-top: 2.5rem  !important;
  margin-bottom: 2.5rem  !important;
}
[class~="!my-10"] {
  margin-top: 2.5rem  !important;
  margin-bottom: 2.5rem  !important;
}
.ms-10 {
  margin-inline-start: 2.5rem ;
}
[class~="ms-10"] {
  margin-inline-start: 2.5rem ;
}
.!ms-10 {
  margin-inline-start: 2.5rem  !important;
}
[class~="!ms-10"] {
  margin-inline-start: 2.5rem  !important;
}
.me-10 {
  margin-inline-end: 2.5rem ;
}
[class~="me-10"] {
  margin-inline-end: 2.5rem ;
}
.!me-10 {
  margin-inline-end: 2.5rem  !important;
}
[class~="!me-10"] {
  margin-inline-end: 2.5rem  !important;
}
.mt-10 {
  margin-top: 2.5rem ;
}
[class~="mt-10"] {
  margin-top: 2.5rem ;
}
.!mt-10 {
  margin-top: 2.5rem  !important;
}
[class~="!mt-10"] {
  margin-top: 2.5rem  !important;
}
.mr-10 {
  margin-right: 2.5rem ;
}
[class~="mr-10"] {
  margin-right: 2.5rem ;
}
.!mr-10 {
  margin-right: 2.5rem  !important;
}
[class~="!mr-10"] {
  margin-right: 2.5rem  !important;
}
.mb-10 {
  margin-bottom: 2.5rem ;
}
[class~="mb-10"] {
  margin-bottom: 2.5rem ;
}
.!mb-10 {
  margin-bottom: 2.5rem  !important;
}
[class~="!mb-10"] {
  margin-bottom: 2.5rem  !important;
}
.ml-10 {
  margin-left: 2.5rem ;
}
[class~="ml-10"] {
  margin-left: 2.5rem ;
}
.!ml-10 {
  margin-left: 2.5rem  !important;
}
[class~="!ml-10"] {
  margin-left: 2.5rem  !important;
}
.m-11 {
  margin: 2.75rem ;
}
[class~="m-11"] {
  margin: 2.75rem ;
}
.!m-11 {
  margin: 2.75rem  !important;
}
[class~="!m-11"] {
  margin: 2.75rem  !important;
}
.mx-11 {
  margin-left: 2.75rem ;
  margin-right: 2.75rem ;
}
[class~="mx-11"] {
  margin-left: 2.75rem ;
  margin-right: 2.75rem ;
}
.!mx-11 {
  margin-left: 2.75rem  !important;
  margin-right: 2.75rem  !important;
}
[class~="!mx-11"] {
  margin-left: 2.75rem  !important;
  margin-right: 2.75rem  !important;
}
.my-11 {
  margin-top: 2.75rem ;
  margin-bottom: 2.75rem ;
}
[class~="my-11"] {
  margin-top: 2.75rem ;
  margin-bottom: 2.75rem ;
}
.!my-11 {
  margin-top: 2.75rem  !important;
  margin-bottom: 2.75rem  !important;
}
[class~="!my-11"] {
  margin-top: 2.75rem  !important;
  margin-bottom: 2.75rem  !important;
}
.ms-11 {
  margin-inline-start: 2.75rem ;
}
[class~="ms-11"] {
  margin-inline-start: 2.75rem ;
}
.!ms-11 {
  margin-inline-start: 2.75rem  !important;
}
[class~="!ms-11"] {
  margin-inline-start: 2.75rem  !important;
}
.me-11 {
  margin-inline-end: 2.75rem ;
}
[class~="me-11"] {
  margin-inline-end: 2.75rem ;
}
.!me-11 {
  margin-inline-end: 2.75rem  !important;
}
[class~="!me-11"] {
  margin-inline-end: 2.75rem  !important;
}
.mt-11 {
  margin-top: 2.75rem ;
}
[class~="mt-11"] {
  margin-top: 2.75rem ;
}
.!mt-11 {
  margin-top: 2.75rem  !important;
}
[class~="!mt-11"] {
  margin-top: 2.75rem  !important;
}
.mr-11 {
  margin-right: 2.75rem ;
}
[class~="mr-11"] {
  margin-right: 2.75rem ;
}
.!mr-11 {
  margin-right: 2.75rem  !important;
}
[class~="!mr-11"] {
  margin-right: 2.75rem  !important;
}
.mb-11 {
  margin-bottom: 2.75rem ;
}
[class~="mb-11"] {
  margin-bottom: 2.75rem ;
}
.!mb-11 {
  margin-bottom: 2.75rem  !important;
}
[class~="!mb-11"] {
  margin-bottom: 2.75rem  !important;
}
.ml-11 {
  margin-left: 2.75rem ;
}
[class~="ml-11"] {
  margin-left: 2.75rem ;
}
.!ml-11 {
  margin-left: 2.75rem  !important;
}
[class~="!ml-11"] {
  margin-left: 2.75rem  !important;
}
.m-12 {
  margin: 3rem ;
}
[class~="m-12"] {
  margin: 3rem ;
}
.!m-12 {
  margin: 3rem  !important;
}
[class~="!m-12"] {
  margin: 3rem  !important;
}
.mx-12 {
  margin-left: 3rem ;
  margin-right: 3rem ;
}
[class~="mx-12"] {
  margin-left: 3rem ;
  margin-right: 3rem ;
}
.!mx-12 {
  margin-left: 3rem  !important;
  margin-right: 3rem  !important;
}
[class~="!mx-12"] {
  margin-left: 3rem  !important;
  margin-right: 3rem  !important;
}
.my-12 {
  margin-top: 3rem ;
  margin-bottom: 3rem ;
}
[class~="my-12"] {
  margin-top: 3rem ;
  margin-bottom: 3rem ;
}
.!my-12 {
  margin-top: 3rem  !important;
  margin-bottom: 3rem  !important;
}
[class~="!my-12"] {
  margin-top: 3rem  !important;
  margin-bottom: 3rem  !important;
}
.ms-12 {
  margin-inline-start: 3rem ;
}
[class~="ms-12"] {
  margin-inline-start: 3rem ;
}
.!ms-12 {
  margin-inline-start: 3rem  !important;
}
[class~="!ms-12"] {
  margin-inline-start: 3rem  !important;
}
.me-12 {
  margin-inline-end: 3rem ;
}
[class~="me-12"] {
  margin-inline-end: 3rem ;
}
.!me-12 {
  margin-inline-end: 3rem  !important;
}
[class~="!me-12"] {
  margin-inline-end: 3rem  !important;
}
.mt-12 {
  margin-top: 3rem ;
}
[class~="mt-12"] {
  margin-top: 3rem ;
}
.!mt-12 {
  margin-top: 3rem  !important;
}
[class~="!mt-12"] {
  margin-top: 3rem  !important;
}
.mr-12 {
  margin-right: 3rem ;
}
[class~="mr-12"] {
  margin-right: 3rem ;
}
.!mr-12 {
  margin-right: 3rem  !important;
}
[class~="!mr-12"] {
  margin-right: 3rem  !important;
}
.mb-12 {
  margin-bottom: 3rem ;
}
[class~="mb-12"] {
  margin-bottom: 3rem ;
}
.!mb-12 {
  margin-bottom: 3rem  !important;
}
[class~="!mb-12"] {
  margin-bottom: 3rem  !important;
}
.ml-12 {
  margin-left: 3rem ;
}
[class~="ml-12"] {
  margin-left: 3rem ;
}
.!ml-12 {
  margin-left: 3rem  !important;
}
[class~="!ml-12"] {
  margin-left: 3rem  !important;
}
.m-14 {
  margin: 3.5rem ;
}
[class~="m-14"] {
  margin: 3.5rem ;
}
.!m-14 {
  margin: 3.5rem  !important;
}
[class~="!m-14"] {
  margin: 3.5rem  !important;
}
.mx-14 {
  margin-left: 3.5rem ;
  margin-right: 3.5rem ;
}
[class~="mx-14"] {
  margin-left: 3.5rem ;
  margin-right: 3.5rem ;
}
.!mx-14 {
  margin-left: 3.5rem  !important;
  margin-right: 3.5rem  !important;
}
[class~="!mx-14"] {
  margin-left: 3.5rem  !important;
  margin-right: 3.5rem  !important;
}
.my-14 {
  margin-top: 3.5rem ;
  margin-bottom: 3.5rem ;
}
[class~="my-14"] {
  margin-top: 3.5rem ;
  margin-bottom: 3.5rem ;
}
.!my-14 {
  margin-top: 3.5rem  !important;
  margin-bottom: 3.5rem  !important;
}
[class~="!my-14"] {
  margin-top: 3.5rem  !important;
  margin-bottom: 3.5rem  !important;
}
.ms-14 {
  margin-inline-start: 3.5rem ;
}
[class~="ms-14"] {
  margin-inline-start: 3.5rem ;
}
.!ms-14 {
  margin-inline-start: 3.5rem  !important;
}
[class~="!ms-14"] {
  margin-inline-start: 3.5rem  !important;
}
.me-14 {
  margin-inline-end: 3.5rem ;
}
[class~="me-14"] {
  margin-inline-end: 3.5rem ;
}
.!me-14 {
  margin-inline-end: 3.5rem  !important;
}
[class~="!me-14"] {
  margin-inline-end: 3.5rem  !important;
}
.mt-14 {
  margin-top: 3.5rem ;
}
[class~="mt-14"] {
  margin-top: 3.5rem ;
}
.!mt-14 {
  margin-top: 3.5rem  !important;
}
[class~="!mt-14"] {
  margin-top: 3.5rem  !important;
}
.mr-14 {
  margin-right: 3.5rem ;
}
[class~="mr-14"] {
  margin-right: 3.5rem ;
}
.!mr-14 {
  margin-right: 3.5rem  !important;
}
[class~="!mr-14"] {
  margin-right: 3.5rem  !important;
}
.mb-14 {
  margin-bottom: 3.5rem ;
}
[class~="mb-14"] {
  margin-bottom: 3.5rem ;
}
.!mb-14 {
  margin-bottom: 3.5rem  !important;
}
[class~="!mb-14"] {
  margin-bottom: 3.5rem  !important;
}
.ml-14 {
  margin-left: 3.5rem ;
}
[class~="ml-14"] {
  margin-left: 3.5rem ;
}
.!ml-14 {
  margin-left: 3.5rem  !important;
}
[class~="!ml-14"] {
  margin-left: 3.5rem  !important;
}
.m-16 {
  margin: 4rem ;
}
[class~="m-16"] {
  margin: 4rem ;
}
.!m-16 {
  margin: 4rem  !important;
}
[class~="!m-16"] {
  margin: 4rem  !important;
}
.mx-16 {
  margin-left: 4rem ;
  margin-right: 4rem ;
}
[class~="mx-16"] {
  margin-left: 4rem ;
  margin-right: 4rem ;
}
.!mx-16 {
  margin-left: 4rem  !important;
  margin-right: 4rem  !important;
}
[class~="!mx-16"] {
  margin-left: 4rem  !important;
  margin-right: 4rem  !important;
}
.my-16 {
  margin-top: 4rem ;
  margin-bottom: 4rem ;
}
[class~="my-16"] {
  margin-top: 4rem ;
  margin-bottom: 4rem ;
}
.!my-16 {
  margin-top: 4rem  !important;
  margin-bottom: 4rem  !important;
}
[class~="!my-16"] {
  margin-top: 4rem  !important;
  margin-bottom: 4rem  !important;
}
.ms-16 {
  margin-inline-start: 4rem ;
}
[class~="ms-16"] {
  margin-inline-start: 4rem ;
}
.!ms-16 {
  margin-inline-start: 4rem  !important;
}
[class~="!ms-16"] {
  margin-inline-start: 4rem  !important;
}
.me-16 {
  margin-inline-end: 4rem ;
}
[class~="me-16"] {
  margin-inline-end: 4rem ;
}
.!me-16 {
  margin-inline-end: 4rem  !important;
}
[class~="!me-16"] {
  margin-inline-end: 4rem  !important;
}
.mt-16 {
  margin-top: 4rem ;
}
[class~="mt-16"] {
  margin-top: 4rem ;
}
.!mt-16 {
  margin-top: 4rem  !important;
}
[class~="!mt-16"] {
  margin-top: 4rem  !important;
}
.mr-16 {
  margin-right: 4rem ;
}
[class~="mr-16"] {
  margin-right: 4rem ;
}
.!mr-16 {
  margin-right: 4rem  !important;
}
[class~="!mr-16"] {
  margin-right: 4rem  !important;
}
.mb-16 {
  margin-bottom: 4rem ;
}
[class~="mb-16"] {
  margin-bottom: 4rem ;
}
.!mb-16 {
  margin-bottom: 4rem  !important;
}
[class~="!mb-16"] {
  margin-bottom: 4rem  !important;
}
.ml-16 {
  margin-left: 4rem ;
}
[class~="ml-16"] {
  margin-left: 4rem ;
}
.!ml-16 {
  margin-left: 4rem  !important;
}
[class~="!ml-16"] {
  margin-left: 4rem  !important;
}
.m-20 {
  margin: 5rem ;
}
[class~="m-20"] {
  margin: 5rem ;
}
.!m-20 {
  margin: 5rem  !important;
}
[class~="!m-20"] {
  margin: 5rem  !important;
}
.mx-20 {
  margin-left: 5rem ;
  margin-right: 5rem ;
}
[class~="mx-20"] {
  margin-left: 5rem ;
  margin-right: 5rem ;
}
.!mx-20 {
  margin-left: 5rem  !important;
  margin-right: 5rem  !important;
}
[class~="!mx-20"] {
  margin-left: 5rem  !important;
  margin-right: 5rem  !important;
}
.my-20 {
  margin-top: 5rem ;
  margin-bottom: 5rem ;
}
[class~="my-20"] {
  margin-top: 5rem ;
  margin-bottom: 5rem ;
}
.!my-20 {
  margin-top: 5rem  !important;
  margin-bottom: 5rem  !important;
}
[class~="!my-20"] {
  margin-top: 5rem  !important;
  margin-bottom: 5rem  !important;
}
.ms-20 {
  margin-inline-start: 5rem ;
}
[class~="ms-20"] {
  margin-inline-start: 5rem ;
}
.!ms-20 {
  margin-inline-start: 5rem  !important;
}
[class~="!ms-20"] {
  margin-inline-start: 5rem  !important;
}
.me-20 {
  margin-inline-end: 5rem ;
}
[class~="me-20"] {
  margin-inline-end: 5rem ;
}
.!me-20 {
  margin-inline-end: 5rem  !important;
}
[class~="!me-20"] {
  margin-inline-end: 5rem  !important;
}
.mt-20 {
  margin-top: 5rem ;
}
[class~="mt-20"] {
  margin-top: 5rem ;
}
.!mt-20 {
  margin-top: 5rem  !important;
}
[class~="!mt-20"] {
  margin-top: 5rem  !important;
}
.mr-20 {
  margin-right: 5rem ;
}
[class~="mr-20"] {
  margin-right: 5rem ;
}
.!mr-20 {
  margin-right: 5rem  !important;
}
[class~="!mr-20"] {
  margin-right: 5rem  !important;
}
.mb-20 {
  margin-bottom: 5rem ;
}
[class~="mb-20"] {
  margin-bottom: 5rem ;
}
.!mb-20 {
  margin-bottom: 5rem  !important;
}
[class~="!mb-20"] {
  margin-bottom: 5rem  !important;
}
.ml-20 {
  margin-left: 5rem ;
}
[class~="ml-20"] {
  margin-left: 5rem ;
}
.!ml-20 {
  margin-left: 5rem  !important;
}
[class~="!ml-20"] {
  margin-left: 5rem  !important;
}
.m-24 {
  margin: 6rem ;
}
[class~="m-24"] {
  margin: 6rem ;
}
.!m-24 {
  margin: 6rem  !important;
}
[class~="!m-24"] {
  margin: 6rem  !important;
}
.mx-24 {
  margin-left: 6rem ;
  margin-right: 6rem ;
}
[class~="mx-24"] {
  margin-left: 6rem ;
  margin-right: 6rem ;
}
.!mx-24 {
  margin-left: 6rem  !important;
  margin-right: 6rem  !important;
}
[class~="!mx-24"] {
  margin-left: 6rem  !important;
  margin-right: 6rem  !important;
}
.my-24 {
  margin-top: 6rem ;
  margin-bottom: 6rem ;
}
[class~="my-24"] {
  margin-top: 6rem ;
  margin-bottom: 6rem ;
}
.!my-24 {
  margin-top: 6rem  !important;
  margin-bottom: 6rem  !important;
}
[class~="!my-24"] {
  margin-top: 6rem  !important;
  margin-bottom: 6rem  !important;
}
.ms-24 {
  margin-inline-start: 6rem ;
}
[class~="ms-24"] {
  margin-inline-start: 6rem ;
}
.!ms-24 {
  margin-inline-start: 6rem  !important;
}
[class~="!ms-24"] {
  margin-inline-start: 6rem  !important;
}
.me-24 {
  margin-inline-end: 6rem ;
}
[class~="me-24"] {
  margin-inline-end: 6rem ;
}
.!me-24 {
  margin-inline-end: 6rem  !important;
}
[class~="!me-24"] {
  margin-inline-end: 6rem  !important;
}
.mt-24 {
  margin-top: 6rem ;
}
[class~="mt-24"] {
  margin-top: 6rem ;
}
.!mt-24 {
  margin-top: 6rem  !important;
}
[class~="!mt-24"] {
  margin-top: 6rem  !important;
}
.mr-24 {
  margin-right: 6rem ;
}
[class~="mr-24"] {
  margin-right: 6rem ;
}
.!mr-24 {
  margin-right: 6rem  !important;
}
[class~="!mr-24"] {
  margin-right: 6rem  !important;
}
.mb-24 {
  margin-bottom: 6rem ;
}
[class~="mb-24"] {
  margin-bottom: 6rem ;
}
.!mb-24 {
  margin-bottom: 6rem  !important;
}
[class~="!mb-24"] {
  margin-bottom: 6rem  !important;
}
.ml-24 {
  margin-left: 6rem ;
}
[class~="ml-24"] {
  margin-left: 6rem ;
}
.!ml-24 {
  margin-left: 6rem  !important;
}
[class~="!ml-24"] {
  margin-left: 6rem  !important;
}
.m-28 {
  margin: 7rem ;
}
[class~="m-28"] {
  margin: 7rem ;
}
.!m-28 {
  margin: 7rem  !important;
}
[class~="!m-28"] {
  margin: 7rem  !important;
}
.mx-28 {
  margin-left: 7rem ;
  margin-right: 7rem ;
}
[class~="mx-28"] {
  margin-left: 7rem ;
  margin-right: 7rem ;
}
.!mx-28 {
  margin-left: 7rem  !important;
  margin-right: 7rem  !important;
}
[class~="!mx-28"] {
  margin-left: 7rem  !important;
  margin-right: 7rem  !important;
}
.my-28 {
  margin-top: 7rem ;
  margin-bottom: 7rem ;
}
[class~="my-28"] {
  margin-top: 7rem ;
  margin-bottom: 7rem ;
}
.!my-28 {
  margin-top: 7rem  !important;
  margin-bottom: 7rem  !important;
}
[class~="!my-28"] {
  margin-top: 7rem  !important;
  margin-bottom: 7rem  !important;
}
.ms-28 {
  margin-inline-start: 7rem ;
}
[class~="ms-28"] {
  margin-inline-start: 7rem ;
}
.!ms-28 {
  margin-inline-start: 7rem  !important;
}
[class~="!ms-28"] {
  margin-inline-start: 7rem  !important;
}
.me-28 {
  margin-inline-end: 7rem ;
}
[class~="me-28"] {
  margin-inline-end: 7rem ;
}
.!me-28 {
  margin-inline-end: 7rem  !important;
}
[class~="!me-28"] {
  margin-inline-end: 7rem  !important;
}
.mt-28 {
  margin-top: 7rem ;
}
[class~="mt-28"] {
  margin-top: 7rem ;
}
.!mt-28 {
  margin-top: 7rem  !important;
}
[class~="!mt-28"] {
  margin-top: 7rem  !important;
}
.mr-28 {
  margin-right: 7rem ;
}
[class~="mr-28"] {
  margin-right: 7rem ;
}
.!mr-28 {
  margin-right: 7rem  !important;
}
[class~="!mr-28"] {
  margin-right: 7rem  !important;
}
.mb-28 {
  margin-bottom: 7rem ;
}
[class~="mb-28"] {
  margin-bottom: 7rem ;
}
.!mb-28 {
  margin-bottom: 7rem  !important;
}
[class~="!mb-28"] {
  margin-bottom: 7rem  !important;
}
.ml-28 {
  margin-left: 7rem ;
}
[class~="ml-28"] {
  margin-left: 7rem ;
}
.!ml-28 {
  margin-left: 7rem  !important;
}
[class~="!ml-28"] {
  margin-left: 7rem  !important;
}
.m-32 {
  margin: 8rem ;
}
[class~="m-32"] {
  margin: 8rem ;
}
.!m-32 {
  margin: 8rem  !important;
}
[class~="!m-32"] {
  margin: 8rem  !important;
}
.mx-32 {
  margin-left: 8rem ;
  margin-right: 8rem ;
}
[class~="mx-32"] {
  margin-left: 8rem ;
  margin-right: 8rem ;
}
.!mx-32 {
  margin-left: 8rem  !important;
  margin-right: 8rem  !important;
}
[class~="!mx-32"] {
  margin-left: 8rem  !important;
  margin-right: 8rem  !important;
}
.my-32 {
  margin-top: 8rem ;
  margin-bottom: 8rem ;
}
[class~="my-32"] {
  margin-top: 8rem ;
  margin-bottom: 8rem ;
}
.!my-32 {
  margin-top: 8rem  !important;
  margin-bottom: 8rem  !important;
}
[class~="!my-32"] {
  margin-top: 8rem  !important;
  margin-bottom: 8rem  !important;
}
.ms-32 {
  margin-inline-start: 8rem ;
}
[class~="ms-32"] {
  margin-inline-start: 8rem ;
}
.!ms-32 {
  margin-inline-start: 8rem  !important;
}
[class~="!ms-32"] {
  margin-inline-start: 8rem  !important;
}
.me-32 {
  margin-inline-end: 8rem ;
}
[class~="me-32"] {
  margin-inline-end: 8rem ;
}
.!me-32 {
  margin-inline-end: 8rem  !important;
}
[class~="!me-32"] {
  margin-inline-end: 8rem  !important;
}
.mt-32 {
  margin-top: 8rem ;
}
[class~="mt-32"] {
  margin-top: 8rem ;
}
.!mt-32 {
  margin-top: 8rem  !important;
}
[class~="!mt-32"] {
  margin-top: 8rem  !important;
}
.mr-32 {
  margin-right: 8rem ;
}
[class~="mr-32"] {
  margin-right: 8rem ;
}
.!mr-32 {
  margin-right: 8rem  !important;
}
[class~="!mr-32"] {
  margin-right: 8rem  !important;
}
.mb-32 {
  margin-bottom: 8rem ;
}
[class~="mb-32"] {
  margin-bottom: 8rem ;
}
.!mb-32 {
  margin-bottom: 8rem  !important;
}
[class~="!mb-32"] {
  margin-bottom: 8rem  !important;
}
.ml-32 {
  margin-left: 8rem ;
}
[class~="ml-32"] {
  margin-left: 8rem ;
}
.!ml-32 {
  margin-left: 8rem  !important;
}
[class~="!ml-32"] {
  margin-left: 8rem  !important;
}
.m-36 {
  margin: 9rem ;
}
[class~="m-36"] {
  margin: 9rem ;
}
.!m-36 {
  margin: 9rem  !important;
}
[class~="!m-36"] {
  margin: 9rem  !important;
}
.mx-36 {
  margin-left: 9rem ;
  margin-right: 9rem ;
}
[class~="mx-36"] {
  margin-left: 9rem ;
  margin-right: 9rem ;
}
.!mx-36 {
  margin-left: 9rem  !important;
  margin-right: 9rem  !important;
}
[class~="!mx-36"] {
  margin-left: 9rem  !important;
  margin-right: 9rem  !important;
}
.my-36 {
  margin-top: 9rem ;
  margin-bottom: 9rem ;
}
[class~="my-36"] {
  margin-top: 9rem ;
  margin-bottom: 9rem ;
}
.!my-36 {
  margin-top: 9rem  !important;
  margin-bottom: 9rem  !important;
}
[class~="!my-36"] {
  margin-top: 9rem  !important;
  margin-bottom: 9rem  !important;
}
.ms-36 {
  margin-inline-start: 9rem ;
}
[class~="ms-36"] {
  margin-inline-start: 9rem ;
}
.!ms-36 {
  margin-inline-start: 9rem  !important;
}
[class~="!ms-36"] {
  margin-inline-start: 9rem  !important;
}
.me-36 {
  margin-inline-end: 9rem ;
}
[class~="me-36"] {
  margin-inline-end: 9rem ;
}
.!me-36 {
  margin-inline-end: 9rem  !important;
}
[class~="!me-36"] {
  margin-inline-end: 9rem  !important;
}
.mt-36 {
  margin-top: 9rem ;
}
[class~="mt-36"] {
  margin-top: 9rem ;
}
.!mt-36 {
  margin-top: 9rem  !important;
}
[class~="!mt-36"] {
  margin-top: 9rem  !important;
}
.mr-36 {
  margin-right: 9rem ;
}
[class~="mr-36"] {
  margin-right: 9rem ;
}
.!mr-36 {
  margin-right: 9rem  !important;
}
[class~="!mr-36"] {
  margin-right: 9rem  !important;
}
.mb-36 {
  margin-bottom: 9rem ;
}
[class~="mb-36"] {
  margin-bottom: 9rem ;
}
.!mb-36 {
  margin-bottom: 9rem  !important;
}
[class~="!mb-36"] {
  margin-bottom: 9rem  !important;
}
.ml-36 {
  margin-left: 9rem ;
}
[class~="ml-36"] {
  margin-left: 9rem ;
}
.!ml-36 {
  margin-left: 9rem  !important;
}
[class~="!ml-36"] {
  margin-left: 9rem  !important;
}
.m-40 {
  margin: 10rem ;
}
[class~="m-40"] {
  margin: 10rem ;
}
.!m-40 {
  margin: 10rem  !important;
}
[class~="!m-40"] {
  margin: 10rem  !important;
}
.mx-40 {
  margin-left: 10rem ;
  margin-right: 10rem ;
}
[class~="mx-40"] {
  margin-left: 10rem ;
  margin-right: 10rem ;
}
.!mx-40 {
  margin-left: 10rem  !important;
  margin-right: 10rem  !important;
}
[class~="!mx-40"] {
  margin-left: 10rem  !important;
  margin-right: 10rem  !important;
}
.my-40 {
  margin-top: 10rem ;
  margin-bottom: 10rem ;
}
[class~="my-40"] {
  margin-top: 10rem ;
  margin-bottom: 10rem ;
}
.!my-40 {
  margin-top: 10rem  !important;
  margin-bottom: 10rem  !important;
}
[class~="!my-40"] {
  margin-top: 10rem  !important;
  margin-bottom: 10rem  !important;
}
.ms-40 {
  margin-inline-start: 10rem ;
}
[class~="ms-40"] {
  margin-inline-start: 10rem ;
}
.!ms-40 {
  margin-inline-start: 10rem  !important;
}
[class~="!ms-40"] {
  margin-inline-start: 10rem  !important;
}
.me-40 {
  margin-inline-end: 10rem ;
}
[class~="me-40"] {
  margin-inline-end: 10rem ;
}
.!me-40 {
  margin-inline-end: 10rem  !important;
}
[class~="!me-40"] {
  margin-inline-end: 10rem  !important;
}
.mt-40 {
  margin-top: 10rem ;
}
[class~="mt-40"] {
  margin-top: 10rem ;
}
.!mt-40 {
  margin-top: 10rem  !important;
}
[class~="!mt-40"] {
  margin-top: 10rem  !important;
}
.mr-40 {
  margin-right: 10rem ;
}
[class~="mr-40"] {
  margin-right: 10rem ;
}
.!mr-40 {
  margin-right: 10rem  !important;
}
[class~="!mr-40"] {
  margin-right: 10rem  !important;
}
.mb-40 {
  margin-bottom: 10rem ;
}
[class~="mb-40"] {
  margin-bottom: 10rem ;
}
.!mb-40 {
  margin-bottom: 10rem  !important;
}
[class~="!mb-40"] {
  margin-bottom: 10rem  !important;
}
.ml-40 {
  margin-left: 10rem ;
}
[class~="ml-40"] {
  margin-left: 10rem ;
}
.!ml-40 {
  margin-left: 10rem  !important;
}
[class~="!ml-40"] {
  margin-left: 10rem  !important;
}
.m-44 {
  margin: 11rem ;
}
[class~="m-44"] {
  margin: 11rem ;
}
.!m-44 {
  margin: 11rem  !important;
}
[class~="!m-44"] {
  margin: 11rem  !important;
}
.mx-44 {
  margin-left: 11rem ;
  margin-right: 11rem ;
}
[class~="mx-44"] {
  margin-left: 11rem ;
  margin-right: 11rem ;
}
.!mx-44 {
  margin-left: 11rem  !important;
  margin-right: 11rem  !important;
}
[class~="!mx-44"] {
  margin-left: 11rem  !important;
  margin-right: 11rem  !important;
}
.my-44 {
  margin-top: 11rem ;
  margin-bottom: 11rem ;
}
[class~="my-44"] {
  margin-top: 11rem ;
  margin-bottom: 11rem ;
}
.!my-44 {
  margin-top: 11rem  !important;
  margin-bottom: 11rem  !important;
}
[class~="!my-44"] {
  margin-top: 11rem  !important;
  margin-bottom: 11rem  !important;
}
.ms-44 {
  margin-inline-start: 11rem ;
}
[class~="ms-44"] {
  margin-inline-start: 11rem ;
}
.!ms-44 {
  margin-inline-start: 11rem  !important;
}
[class~="!ms-44"] {
  margin-inline-start: 11rem  !important;
}
.me-44 {
  margin-inline-end: 11rem ;
}
[class~="me-44"] {
  margin-inline-end: 11rem ;
}
.!me-44 {
  margin-inline-end: 11rem  !important;
}
[class~="!me-44"] {
  margin-inline-end: 11rem  !important;
}
.mt-44 {
  margin-top: 11rem ;
}
[class~="mt-44"] {
  margin-top: 11rem ;
}
.!mt-44 {
  margin-top: 11rem  !important;
}
[class~="!mt-44"] {
  margin-top: 11rem  !important;
}
.mr-44 {
  margin-right: 11rem ;
}
[class~="mr-44"] {
  margin-right: 11rem ;
}
.!mr-44 {
  margin-right: 11rem  !important;
}
[class~="!mr-44"] {
  margin-right: 11rem  !important;
}
.mb-44 {
  margin-bottom: 11rem ;
}
[class~="mb-44"] {
  margin-bottom: 11rem ;
}
.!mb-44 {
  margin-bottom: 11rem  !important;
}
[class~="!mb-44"] {
  margin-bottom: 11rem  !important;
}
.ml-44 {
  margin-left: 11rem ;
}
[class~="ml-44"] {
  margin-left: 11rem ;
}
.!ml-44 {
  margin-left: 11rem  !important;
}
[class~="!ml-44"] {
  margin-left: 11rem  !important;
}
.m-48 {
  margin: 12rem ;
}
[class~="m-48"] {
  margin: 12rem ;
}
.!m-48 {
  margin: 12rem  !important;
}
[class~="!m-48"] {
  margin: 12rem  !important;
}
.mx-48 {
  margin-left: 12rem ;
  margin-right: 12rem ;
}
[class~="mx-48"] {
  margin-left: 12rem ;
  margin-right: 12rem ;
}
.!mx-48 {
  margin-left: 12rem  !important;
  margin-right: 12rem  !important;
}
[class~="!mx-48"] {
  margin-left: 12rem  !important;
  margin-right: 12rem  !important;
}
.my-48 {
  margin-top: 12rem ;
  margin-bottom: 12rem ;
}
[class~="my-48"] {
  margin-top: 12rem ;
  margin-bottom: 12rem ;
}
.!my-48 {
  margin-top: 12rem  !important;
  margin-bottom: 12rem  !important;
}
[class~="!my-48"] {
  margin-top: 12rem  !important;
  margin-bottom: 12rem  !important;
}
.ms-48 {
  margin-inline-start: 12rem ;
}
[class~="ms-48"] {
  margin-inline-start: 12rem ;
}
.!ms-48 {
  margin-inline-start: 12rem  !important;
}
[class~="!ms-48"] {
  margin-inline-start: 12rem  !important;
}
.me-48 {
  margin-inline-end: 12rem ;
}
[class~="me-48"] {
  margin-inline-end: 12rem ;
}
.!me-48 {
  margin-inline-end: 12rem  !important;
}
[class~="!me-48"] {
  margin-inline-end: 12rem  !important;
}
.mt-48 {
  margin-top: 12rem ;
}
[class~="mt-48"] {
  margin-top: 12rem ;
}
.!mt-48 {
  margin-top: 12rem  !important;
}
[class~="!mt-48"] {
  margin-top: 12rem  !important;
}
.mr-48 {
  margin-right: 12rem ;
}
[class~="mr-48"] {
  margin-right: 12rem ;
}
.!mr-48 {
  margin-right: 12rem  !important;
}
[class~="!mr-48"] {
  margin-right: 12rem  !important;
}
.mb-48 {
  margin-bottom: 12rem ;
}
[class~="mb-48"] {
  margin-bottom: 12rem ;
}
.!mb-48 {
  margin-bottom: 12rem  !important;
}
[class~="!mb-48"] {
  margin-bottom: 12rem  !important;
}
.ml-48 {
  margin-left: 12rem ;
}
[class~="ml-48"] {
  margin-left: 12rem ;
}
.!ml-48 {
  margin-left: 12rem  !important;
}
[class~="!ml-48"] {
  margin-left: 12rem  !important;
}
.m-52 {
  margin: 13rem ;
}
[class~="m-52"] {
  margin: 13rem ;
}
.!m-52 {
  margin: 13rem  !important;
}
[class~="!m-52"] {
  margin: 13rem  !important;
}
.mx-52 {
  margin-left: 13rem ;
  margin-right: 13rem ;
}
[class~="mx-52"] {
  margin-left: 13rem ;
  margin-right: 13rem ;
}
.!mx-52 {
  margin-left: 13rem  !important;
  margin-right: 13rem  !important;
}
[class~="!mx-52"] {
  margin-left: 13rem  !important;
  margin-right: 13rem  !important;
}
.my-52 {
  margin-top: 13rem ;
  margin-bottom: 13rem ;
}
[class~="my-52"] {
  margin-top: 13rem ;
  margin-bottom: 13rem ;
}
.!my-52 {
  margin-top: 13rem  !important;
  margin-bottom: 13rem  !important;
}
[class~="!my-52"] {
  margin-top: 13rem  !important;
  margin-bottom: 13rem  !important;
}
.ms-52 {
  margin-inline-start: 13rem ;
}
[class~="ms-52"] {
  margin-inline-start: 13rem ;
}
.!ms-52 {
  margin-inline-start: 13rem  !important;
}
[class~="!ms-52"] {
  margin-inline-start: 13rem  !important;
}
.me-52 {
  margin-inline-end: 13rem ;
}
[class~="me-52"] {
  margin-inline-end: 13rem ;
}
.!me-52 {
  margin-inline-end: 13rem  !important;
}
[class~="!me-52"] {
  margin-inline-end: 13rem  !important;
}
.mt-52 {
  margin-top: 13rem ;
}
[class~="mt-52"] {
  margin-top: 13rem ;
}
.!mt-52 {
  margin-top: 13rem  !important;
}
[class~="!mt-52"] {
  margin-top: 13rem  !important;
}
.mr-52 {
  margin-right: 13rem ;
}
[class~="mr-52"] {
  margin-right: 13rem ;
}
.!mr-52 {
  margin-right: 13rem  !important;
}
[class~="!mr-52"] {
  margin-right: 13rem  !important;
}
.mb-52 {
  margin-bottom: 13rem ;
}
[class~="mb-52"] {
  margin-bottom: 13rem ;
}
.!mb-52 {
  margin-bottom: 13rem  !important;
}
[class~="!mb-52"] {
  margin-bottom: 13rem  !important;
}
.ml-52 {
  margin-left: 13rem ;
}
[class~="ml-52"] {
  margin-left: 13rem ;
}
.!ml-52 {
  margin-left: 13rem  !important;
}
[class~="!ml-52"] {
  margin-left: 13rem  !important;
}
.m-56 {
  margin: 14rem ;
}
[class~="m-56"] {
  margin: 14rem ;
}
.!m-56 {
  margin: 14rem  !important;
}
[class~="!m-56"] {
  margin: 14rem  !important;
}
.mx-56 {
  margin-left: 14rem ;
  margin-right: 14rem ;
}
[class~="mx-56"] {
  margin-left: 14rem ;
  margin-right: 14rem ;
}
.!mx-56 {
  margin-left: 14rem  !important;
  margin-right: 14rem  !important;
}
[class~="!mx-56"] {
  margin-left: 14rem  !important;
  margin-right: 14rem  !important;
}
.my-56 {
  margin-top: 14rem ;
  margin-bottom: 14rem ;
}
[class~="my-56"] {
  margin-top: 14rem ;
  margin-bottom: 14rem ;
}
.!my-56 {
  margin-top: 14rem  !important;
  margin-bottom: 14rem  !important;
}
[class~="!my-56"] {
  margin-top: 14rem  !important;
  margin-bottom: 14rem  !important;
}
.ms-56 {
  margin-inline-start: 14rem ;
}
[class~="ms-56"] {
  margin-inline-start: 14rem ;
}
.!ms-56 {
  margin-inline-start: 14rem  !important;
}
[class~="!ms-56"] {
  margin-inline-start: 14rem  !important;
}
.me-56 {
  margin-inline-end: 14rem ;
}
[class~="me-56"] {
  margin-inline-end: 14rem ;
}
.!me-56 {
  margin-inline-end: 14rem  !important;
}
[class~="!me-56"] {
  margin-inline-end: 14rem  !important;
}
.mt-56 {
  margin-top: 14rem ;
}
[class~="mt-56"] {
  margin-top: 14rem ;
}
.!mt-56 {
  margin-top: 14rem  !important;
}
[class~="!mt-56"] {
  margin-top: 14rem  !important;
}
.mr-56 {
  margin-right: 14rem ;
}
[class~="mr-56"] {
  margin-right: 14rem ;
}
.!mr-56 {
  margin-right: 14rem  !important;
}
[class~="!mr-56"] {
  margin-right: 14rem  !important;
}
.mb-56 {
  margin-bottom: 14rem ;
}
[class~="mb-56"] {
  margin-bottom: 14rem ;
}
.!mb-56 {
  margin-bottom: 14rem  !important;
}
[class~="!mb-56"] {
  margin-bottom: 14rem  !important;
}
.ml-56 {
  margin-left: 14rem ;
}
[class~="ml-56"] {
  margin-left: 14rem ;
}
.!ml-56 {
  margin-left: 14rem  !important;
}
[class~="!ml-56"] {
  margin-left: 14rem  !important;
}
.m-60 {
  margin: 15rem ;
}
[class~="m-60"] {
  margin: 15rem ;
}
.!m-60 {
  margin: 15rem  !important;
}
[class~="!m-60"] {
  margin: 15rem  !important;
}
.mx-60 {
  margin-left: 15rem ;
  margin-right: 15rem ;
}
[class~="mx-60"] {
  margin-left: 15rem ;
  margin-right: 15rem ;
}
.!mx-60 {
  margin-left: 15rem  !important;
  margin-right: 15rem  !important;
}
[class~="!mx-60"] {
  margin-left: 15rem  !important;
  margin-right: 15rem  !important;
}
.my-60 {
  margin-top: 15rem ;
  margin-bottom: 15rem ;
}
[class~="my-60"] {
  margin-top: 15rem ;
  margin-bottom: 15rem ;
}
.!my-60 {
  margin-top: 15rem  !important;
  margin-bottom: 15rem  !important;
}
[class~="!my-60"] {
  margin-top: 15rem  !important;
  margin-bottom: 15rem  !important;
}
.ms-60 {
  margin-inline-start: 15rem ;
}
[class~="ms-60"] {
  margin-inline-start: 15rem ;
}
.!ms-60 {
  margin-inline-start: 15rem  !important;
}
[class~="!ms-60"] {
  margin-inline-start: 15rem  !important;
}
.me-60 {
  margin-inline-end: 15rem ;
}
[class~="me-60"] {
  margin-inline-end: 15rem ;
}
.!me-60 {
  margin-inline-end: 15rem  !important;
}
[class~="!me-60"] {
  margin-inline-end: 15rem  !important;
}
.mt-60 {
  margin-top: 15rem ;
}
[class~="mt-60"] {
  margin-top: 15rem ;
}
.!mt-60 {
  margin-top: 15rem  !important;
}
[class~="!mt-60"] {
  margin-top: 15rem  !important;
}
.mr-60 {
  margin-right: 15rem ;
}
[class~="mr-60"] {
  margin-right: 15rem ;
}
.!mr-60 {
  margin-right: 15rem  !important;
}
[class~="!mr-60"] {
  margin-right: 15rem  !important;
}
.mb-60 {
  margin-bottom: 15rem ;
}
[class~="mb-60"] {
  margin-bottom: 15rem ;
}
.!mb-60 {
  margin-bottom: 15rem  !important;
}
[class~="!mb-60"] {
  margin-bottom: 15rem  !important;
}
.ml-60 {
  margin-left: 15rem ;
}
[class~="ml-60"] {
  margin-left: 15rem ;
}
.!ml-60 {
  margin-left: 15rem  !important;
}
[class~="!ml-60"] {
  margin-left: 15rem  !important;
}
.m-64 {
  margin: 16rem ;
}
[class~="m-64"] {
  margin: 16rem ;
}
.!m-64 {
  margin: 16rem  !important;
}
[class~="!m-64"] {
  margin: 16rem  !important;
}
.mx-64 {
  margin-left: 16rem ;
  margin-right: 16rem ;
}
[class~="mx-64"] {
  margin-left: 16rem ;
  margin-right: 16rem ;
}
.!mx-64 {
  margin-left: 16rem  !important;
  margin-right: 16rem  !important;
}
[class~="!mx-64"] {
  margin-left: 16rem  !important;
  margin-right: 16rem  !important;
}
.my-64 {
  margin-top: 16rem ;
  margin-bottom: 16rem ;
}
[class~="my-64"] {
  margin-top: 16rem ;
  margin-bottom: 16rem ;
}
.!my-64 {
  margin-top: 16rem  !important;
  margin-bottom: 16rem  !important;
}
[class~="!my-64"] {
  margin-top: 16rem  !important;
  margin-bottom: 16rem  !important;
}
.ms-64 {
  margin-inline-start: 16rem ;
}
[class~="ms-64"] {
  margin-inline-start: 16rem ;
}
.!ms-64 {
  margin-inline-start: 16rem  !important;
}
[class~="!ms-64"] {
  margin-inline-start: 16rem  !important;
}
.me-64 {
  margin-inline-end: 16rem ;
}
[class~="me-64"] {
  margin-inline-end: 16rem ;
}
.!me-64 {
  margin-inline-end: 16rem  !important;
}
[class~="!me-64"] {
  margin-inline-end: 16rem  !important;
}
.mt-64 {
  margin-top: 16rem ;
}
[class~="mt-64"] {
  margin-top: 16rem ;
}
.!mt-64 {
  margin-top: 16rem  !important;
}
[class~="!mt-64"] {
  margin-top: 16rem  !important;
}
.mr-64 {
  margin-right: 16rem ;
}
[class~="mr-64"] {
  margin-right: 16rem ;
}
.!mr-64 {
  margin-right: 16rem  !important;
}
[class~="!mr-64"] {
  margin-right: 16rem  !important;
}
.mb-64 {
  margin-bottom: 16rem ;
}
[class~="mb-64"] {
  margin-bottom: 16rem ;
}
.!mb-64 {
  margin-bottom: 16rem  !important;
}
[class~="!mb-64"] {
  margin-bottom: 16rem  !important;
}
.ml-64 {
  margin-left: 16rem ;
}
[class~="ml-64"] {
  margin-left: 16rem ;
}
.!ml-64 {
  margin-left: 16rem  !important;
}
[class~="!ml-64"] {
  margin-left: 16rem  !important;
}
.m-72 {
  margin: 18rem ;
}
[class~="m-72"] {
  margin: 18rem ;
}
.!m-72 {
  margin: 18rem  !important;
}
[class~="!m-72"] {
  margin: 18rem  !important;
}
.mx-72 {
  margin-left: 18rem ;
  margin-right: 18rem ;
}
[class~="mx-72"] {
  margin-left: 18rem ;
  margin-right: 18rem ;
}
.!mx-72 {
  margin-left: 18rem  !important;
  margin-right: 18rem  !important;
}
[class~="!mx-72"] {
  margin-left: 18rem  !important;
  margin-right: 18rem  !important;
}
.my-72 {
  margin-top: 18rem ;
  margin-bottom: 18rem ;
}
[class~="my-72"] {
  margin-top: 18rem ;
  margin-bottom: 18rem ;
}
.!my-72 {
  margin-top: 18rem  !important;
  margin-bottom: 18rem  !important;
}
[class~="!my-72"] {
  margin-top: 18rem  !important;
  margin-bottom: 18rem  !important;
}
.ms-72 {
  margin-inline-start: 18rem ;
}
[class~="ms-72"] {
  margin-inline-start: 18rem ;
}
.!ms-72 {
  margin-inline-start: 18rem  !important;
}
[class~="!ms-72"] {
  margin-inline-start: 18rem  !important;
}
.me-72 {
  margin-inline-end: 18rem ;
}
[class~="me-72"] {
  margin-inline-end: 18rem ;
}
.!me-72 {
  margin-inline-end: 18rem  !important;
}
[class~="!me-72"] {
  margin-inline-end: 18rem  !important;
}
.mt-72 {
  margin-top: 18rem ;
}
[class~="mt-72"] {
  margin-top: 18rem ;
}
.!mt-72 {
  margin-top: 18rem  !important;
}
[class~="!mt-72"] {
  margin-top: 18rem  !important;
}
.mr-72 {
  margin-right: 18rem ;
}
[class~="mr-72"] {
  margin-right: 18rem ;
}
.!mr-72 {
  margin-right: 18rem  !important;
}
[class~="!mr-72"] {
  margin-right: 18rem  !important;
}
.mb-72 {
  margin-bottom: 18rem ;
}
[class~="mb-72"] {
  margin-bottom: 18rem ;
}
.!mb-72 {
  margin-bottom: 18rem  !important;
}
[class~="!mb-72"] {
  margin-bottom: 18rem  !important;
}
.ml-72 {
  margin-left: 18rem ;
}
[class~="ml-72"] {
  margin-left: 18rem ;
}
.!ml-72 {
  margin-left: 18rem  !important;
}
[class~="!ml-72"] {
  margin-left: 18rem  !important;
}
.m-80 {
  margin: 20rem ;
}
[class~="m-80"] {
  margin: 20rem ;
}
.!m-80 {
  margin: 20rem  !important;
}
[class~="!m-80"] {
  margin: 20rem  !important;
}
.mx-80 {
  margin-left: 20rem ;
  margin-right: 20rem ;
}
[class~="mx-80"] {
  margin-left: 20rem ;
  margin-right: 20rem ;
}
.!mx-80 {
  margin-left: 20rem  !important;
  margin-right: 20rem  !important;
}
[class~="!mx-80"] {
  margin-left: 20rem  !important;
  margin-right: 20rem  !important;
}
.my-80 {
  margin-top: 20rem ;
  margin-bottom: 20rem ;
}
[class~="my-80"] {
  margin-top: 20rem ;
  margin-bottom: 20rem ;
}
.!my-80 {
  margin-top: 20rem  !important;
  margin-bottom: 20rem  !important;
}
[class~="!my-80"] {
  margin-top: 20rem  !important;
  margin-bottom: 20rem  !important;
}
.ms-80 {
  margin-inline-start: 20rem ;
}
[class~="ms-80"] {
  margin-inline-start: 20rem ;
}
.!ms-80 {
  margin-inline-start: 20rem  !important;
}
[class~="!ms-80"] {
  margin-inline-start: 20rem  !important;
}
.me-80 {
  margin-inline-end: 20rem ;
}
[class~="me-80"] {
  margin-inline-end: 20rem ;
}
.!me-80 {
  margin-inline-end: 20rem  !important;
}
[class~="!me-80"] {
  margin-inline-end: 20rem  !important;
}
.mt-80 {
  margin-top: 20rem ;
}
[class~="mt-80"] {
  margin-top: 20rem ;
}
.!mt-80 {
  margin-top: 20rem  !important;
}
[class~="!mt-80"] {
  margin-top: 20rem  !important;
}
.mr-80 {
  margin-right: 20rem ;
}
[class~="mr-80"] {
  margin-right: 20rem ;
}
.!mr-80 {
  margin-right: 20rem  !important;
}
[class~="!mr-80"] {
  margin-right: 20rem  !important;
}
.mb-80 {
  margin-bottom: 20rem ;
}
[class~="mb-80"] {
  margin-bottom: 20rem ;
}
.!mb-80 {
  margin-bottom: 20rem  !important;
}
[class~="!mb-80"] {
  margin-bottom: 20rem  !important;
}
.ml-80 {
  margin-left: 20rem ;
}
[class~="ml-80"] {
  margin-left: 20rem ;
}
.!ml-80 {
  margin-left: 20rem  !important;
}
[class~="!ml-80"] {
  margin-left: 20rem  !important;
}
.m-96 {
  margin: 24rem ;
}
[class~="m-96"] {
  margin: 24rem ;
}
.!m-96 {
  margin: 24rem  !important;
}
[class~="!m-96"] {
  margin: 24rem  !important;
}
.mx-96 {
  margin-left: 24rem ;
  margin-right: 24rem ;
}
[class~="mx-96"] {
  margin-left: 24rem ;
  margin-right: 24rem ;
}
.!mx-96 {
  margin-left: 24rem  !important;
  margin-right: 24rem  !important;
}
[class~="!mx-96"] {
  margin-left: 24rem  !important;
  margin-right: 24rem  !important;
}
.my-96 {
  margin-top: 24rem ;
  margin-bottom: 24rem ;
}
[class~="my-96"] {
  margin-top: 24rem ;
  margin-bottom: 24rem ;
}
.!my-96 {
  margin-top: 24rem  !important;
  margin-bottom: 24rem  !important;
}
[class~="!my-96"] {
  margin-top: 24rem  !important;
  margin-bottom: 24rem  !important;
}
.ms-96 {
  margin-inline-start: 24rem ;
}
[class~="ms-96"] {
  margin-inline-start: 24rem ;
}
.!ms-96 {
  margin-inline-start: 24rem  !important;
}
[class~="!ms-96"] {
  margin-inline-start: 24rem  !important;
}
.me-96 {
  margin-inline-end: 24rem ;
}
[class~="me-96"] {
  margin-inline-end: 24rem ;
}
.!me-96 {
  margin-inline-end: 24rem  !important;
}
[class~="!me-96"] {
  margin-inline-end: 24rem  !important;
}
.mt-96 {
  margin-top: 24rem ;
}
[class~="mt-96"] {
  margin-top: 24rem ;
}
.!mt-96 {
  margin-top: 24rem  !important;
}
[class~="!mt-96"] {
  margin-top: 24rem  !important;
}
.mr-96 {
  margin-right: 24rem ;
}
[class~="mr-96"] {
  margin-right: 24rem ;
}
.!mr-96 {
  margin-right: 24rem  !important;
}
[class~="!mr-96"] {
  margin-right: 24rem  !important;
}
.mb-96 {
  margin-bottom: 24rem ;
}
[class~="mb-96"] {
  margin-bottom: 24rem ;
}
.!mb-96 {
  margin-bottom: 24rem  !important;
}
[class~="!mb-96"] {
  margin-bottom: 24rem  !important;
}
.ml-96 {
  margin-left: 24rem ;
}
[class~="ml-96"] {
  margin-left: 24rem ;
}
.!ml-96 {
  margin-left: 24rem  !important;
}
[class~="!ml-96"] {
  margin-left: 24rem  !important;
}
.m-auto {
  margin: auto ;
}
[class~="m-auto"] {
  margin: auto ;
}
.!m-auto {
  margin: auto  !important;
}
[class~="!m-auto"] {
  margin: auto  !important;
}
.mx-auto {
  margin-left: auto ;
  margin-right: auto ;
}
[class~="mx-auto"] {
  margin-left: auto ;
  margin-right: auto ;
}
.!mx-auto {
  margin-left: auto  !important;
  margin-right: auto  !important;
}
[class~="!mx-auto"] {
  margin-left: auto  !important;
  margin-right: auto  !important;
}
.my-auto {
  margin-top: auto ;
  margin-bottom: auto ;
}
[class~="my-auto"] {
  margin-top: auto ;
  margin-bottom: auto ;
}
.!my-auto {
  margin-top: auto  !important;
  margin-bottom: auto  !important;
}
[class~="!my-auto"] {
  margin-top: auto  !important;
  margin-bottom: auto  !important;
}
.ms-auto {
  margin-inline-start: auto ;
}
[class~="ms-auto"] {
  margin-inline-start: auto ;
}
.!ms-auto {
  margin-inline-start: auto  !important;
}
[class~="!ms-auto"] {
  margin-inline-start: auto  !important;
}
.me-auto {
  margin-inline-end: auto ;
}
[class~="me-auto"] {
  margin-inline-end: auto ;
}
.!me-auto {
  margin-inline-end: auto  !important;
}
[class~="!me-auto"] {
  margin-inline-end: auto  !important;
}
.mt-auto {
  margin-top: auto ;
}
[class~="mt-auto"] {
  margin-top: auto ;
}
.!mt-auto {
  margin-top: auto  !important;
}
[class~="!mt-auto"] {
  margin-top: auto  !important;
}
.mr-auto {
  margin-right: auto ;
}
[class~="mr-auto"] {
  margin-right: auto ;
}
.!mr-auto {
  margin-right: auto  !important;
}
[class~="!mr-auto"] {
  margin-right: auto  !important;
}
.mb-auto {
  margin-bottom: auto ;
}
[class~="mb-auto"] {
  margin-bottom: auto ;
}
.!mb-auto {
  margin-bottom: auto  !important;
}
[class~="!mb-auto"] {
  margin-bottom: auto  !important;
}
.ml-auto {
  margin-left: auto ;
}
[class~="ml-auto"] {
  margin-left: auto ;
}
.!ml-auto {
  margin-left: auto  !important;
}
[class~="!ml-auto"] {
  margin-left: auto  !important;
}
.-m-px {
  margin: -1px ;
}
[class~="-m-px"] {
  margin: -1px ;
}
.!-m-px {
  margin: -1px  !important;
}
[class~="!-m-px"] {
  margin: -1px  !important;
}
.-mx-px {
  margin-left: -1px ;
  margin-right: -1px ;
}
[class~="-mx-px"] {
  margin-left: -1px ;
  margin-right: -1px ;
}
.!-mx-px {
  margin-left: -1px  !important;
  margin-right: -1px  !important;
}
[class~="!-mx-px"] {
  margin-left: -1px  !important;
  margin-right: -1px  !important;
}
.-my-px {
  margin-top: -1px ;
  margin-bottom: -1px ;
}
[class~="-my-px"] {
  margin-top: -1px ;
  margin-bottom: -1px ;
}
.!-my-px {
  margin-top: -1px  !important;
  margin-bottom: -1px  !important;
}
[class~="!-my-px"] {
  margin-top: -1px  !important;
  margin-bottom: -1px  !important;
}
.-ms-px {
  margin-inline-start: -1px ;
}
[class~="-ms-px"] {
  margin-inline-start: -1px ;
}
.!-ms-px {
  margin-inline-start: -1px  !important;
}
[class~="!-ms-px"] {
  margin-inline-start: -1px  !important;
}
.-me-px {
  margin-inline-end: -1px ;
}
[class~="-me-px"] {
  margin-inline-end: -1px ;
}
.!-me-px {
  margin-inline-end: -1px  !important;
}
[class~="!-me-px"] {
  margin-inline-end: -1px  !important;
}
.-mt-px {
  margin-top: -1px ;
}
[class~="-mt-px"] {
  margin-top: -1px ;
}
.!-mt-px {
  margin-top: -1px  !important;
}
[class~="!-mt-px"] {
  margin-top: -1px  !important;
}
.-mr-px {
  margin-right: -1px ;
}
[class~="-mr-px"] {
  margin-right: -1px ;
}
.!-mr-px {
  margin-right: -1px  !important;
}
[class~="!-mr-px"] {
  margin-right: -1px  !important;
}
.-mb-px {
  margin-bottom: -1px ;
}
[class~="-mb-px"] {
  margin-bottom: -1px ;
}
.!-mb-px {
  margin-bottom: -1px  !important;
}
[class~="!-mb-px"] {
  margin-bottom: -1px  !important;
}
.-ml-px {
  margin-left: -1px ;
}
[class~="-ml-px"] {
  margin-left: -1px ;
}
.!-ml-px {
  margin-left: -1px  !important;
}
[class~="!-ml-px"] {
  margin-left: -1px  !important;
}
.-m-0\.5 {
  margin: -0.125rem ;
}
[class~="-m-0\.5"] {
  margin: -0.125rem ;
}
.!-m-0\.5 {
  margin: -0.125rem  !important;
}
[class~="!-m-0\.5"] {
  margin: -0.125rem  !important;
}
.-mx-0\.5 {
  margin-left: -0.125rem ;
  margin-right: -0.125rem ;
}
[class~="-mx-0\.5"] {
  margin-left: -0.125rem ;
  margin-right: -0.125rem ;
}
.!-mx-0\.5 {
  margin-left: -0.125rem  !important;
  margin-right: -0.125rem  !important;
}
[class~="!-mx-0\.5"] {
  margin-left: -0.125rem  !important;
  margin-right: -0.125rem  !important;
}
.-my-0\.5 {
  margin-top: -0.125rem ;
  margin-bottom: -0.125rem ;
}
[class~="-my-0\.5"] {
  margin-top: -0.125rem ;
  margin-bottom: -0.125rem ;
}
.!-my-0\.5 {
  margin-top: -0.125rem  !important;
  margin-bottom: -0.125rem  !important;
}
[class~="!-my-0\.5"] {
  margin-top: -0.125rem  !important;
  margin-bottom: -0.125rem  !important;
}
.-ms-0\.5 {
  margin-inline-start: -0.125rem ;
}
[class~="-ms-0\.5"] {
  margin-inline-start: -0.125rem ;
}
.!-ms-0\.5 {
  margin-inline-start: -0.125rem  !important;
}
[class~="!-ms-0\.5"] {
  margin-inline-start: -0.125rem  !important;
}
.-me-0\.5 {
  margin-inline-end: -0.125rem ;
}
[class~="-me-0\.5"] {
  margin-inline-end: -0.125rem ;
}
.!-me-0\.5 {
  margin-inline-end: -0.125rem  !important;
}
[class~="!-me-0\.5"] {
  margin-inline-end: -0.125rem  !important;
}
.-mt-0\.5 {
  margin-top: -0.125rem ;
}
[class~="-mt-0\.5"] {
  margin-top: -0.125rem ;
}
.!-mt-0\.5 {
  margin-top: -0.125rem  !important;
}
[class~="!-mt-0\.5"] {
  margin-top: -0.125rem  !important;
}
.-mr-0\.5 {
  margin-right: -0.125rem ;
}
[class~="-mr-0\.5"] {
  margin-right: -0.125rem ;
}
.!-mr-0\.5 {
  margin-right: -0.125rem  !important;
}
[class~="!-mr-0\.5"] {
  margin-right: -0.125rem  !important;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem ;
}
[class~="-mb-0\.5"] {
  margin-bottom: -0.125rem ;
}
.!-mb-0\.5 {
  margin-bottom: -0.125rem  !important;
}
[class~="!-mb-0\.5"] {
  margin-bottom: -0.125rem  !important;
}
.-ml-0\.5 {
  margin-left: -0.125rem ;
}
[class~="-ml-0\.5"] {
  margin-left: -0.125rem ;
}
.!-ml-0\.5 {
  margin-left: -0.125rem  !important;
}
[class~="!-ml-0\.5"] {
  margin-left: -0.125rem  !important;
}
.-m-1 {
  margin: -0.25rem ;
}
[class~="-m-1"] {
  margin: -0.25rem ;
}
.!-m-1 {
  margin: -0.25rem  !important;
}
[class~="!-m-1"] {
  margin: -0.25rem  !important;
}
.-mx-1 {
  margin-left: -0.25rem ;
  margin-right: -0.25rem ;
}
[class~="-mx-1"] {
  margin-left: -0.25rem ;
  margin-right: -0.25rem ;
}
.!-mx-1 {
  margin-left: -0.25rem  !important;
  margin-right: -0.25rem  !important;
}
[class~="!-mx-1"] {
  margin-left: -0.25rem  !important;
  margin-right: -0.25rem  !important;
}
.-my-1 {
  margin-top: -0.25rem ;
  margin-bottom: -0.25rem ;
}
[class~="-my-1"] {
  margin-top: -0.25rem ;
  margin-bottom: -0.25rem ;
}
.!-my-1 {
  margin-top: -0.25rem  !important;
  margin-bottom: -0.25rem  !important;
}
[class~="!-my-1"] {
  margin-top: -0.25rem  !important;
  margin-bottom: -0.25rem  !important;
}
.-ms-1 {
  margin-inline-start: -0.25rem ;
}
[class~="-ms-1"] {
  margin-inline-start: -0.25rem ;
}
.!-ms-1 {
  margin-inline-start: -0.25rem  !important;
}
[class~="!-ms-1"] {
  margin-inline-start: -0.25rem  !important;
}
.-me-1 {
  margin-inline-end: -0.25rem ;
}
[class~="-me-1"] {
  margin-inline-end: -0.25rem ;
}
.!-me-1 {
  margin-inline-end: -0.25rem  !important;
}
[class~="!-me-1"] {
  margin-inline-end: -0.25rem  !important;
}
.-mt-1 {
  margin-top: -0.25rem ;
}
[class~="-mt-1"] {
  margin-top: -0.25rem ;
}
.!-mt-1 {
  margin-top: -0.25rem  !important;
}
[class~="!-mt-1"] {
  margin-top: -0.25rem  !important;
}
.-mr-1 {
  margin-right: -0.25rem ;
}
[class~="-mr-1"] {
  margin-right: -0.25rem ;
}
.!-mr-1 {
  margin-right: -0.25rem  !important;
}
[class~="!-mr-1"] {
  margin-right: -0.25rem  !important;
}
.-mb-1 {
  margin-bottom: -0.25rem ;
}
[class~="-mb-1"] {
  margin-bottom: -0.25rem ;
}
.!-mb-1 {
  margin-bottom: -0.25rem  !important;
}
[class~="!-mb-1"] {
  margin-bottom: -0.25rem  !important;
}
.-ml-1 {
  margin-left: -0.25rem ;
}
[class~="-ml-1"] {
  margin-left: -0.25rem ;
}
.!-ml-1 {
  margin-left: -0.25rem  !important;
}
[class~="!-ml-1"] {
  margin-left: -0.25rem  !important;
}
.-m-1\.5 {
  margin: -0.375rem ;
}
[class~="-m-1\.5"] {
  margin: -0.375rem ;
}
.!-m-1\.5 {
  margin: -0.375rem  !important;
}
[class~="!-m-1\.5"] {
  margin: -0.375rem  !important;
}
.-mx-1\.5 {
  margin-left: -0.375rem ;
  margin-right: -0.375rem ;
}
[class~="-mx-1\.5"] {
  margin-left: -0.375rem ;
  margin-right: -0.375rem ;
}
.!-mx-1\.5 {
  margin-left: -0.375rem  !important;
  margin-right: -0.375rem  !important;
}
[class~="!-mx-1\.5"] {
  margin-left: -0.375rem  !important;
  margin-right: -0.375rem  !important;
}
.-my-1\.5 {
  margin-top: -0.375rem ;
  margin-bottom: -0.375rem ;
}
[class~="-my-1\.5"] {
  margin-top: -0.375rem ;
  margin-bottom: -0.375rem ;
}
.!-my-1\.5 {
  margin-top: -0.375rem  !important;
  margin-bottom: -0.375rem  !important;
}
[class~="!-my-1\.5"] {
  margin-top: -0.375rem  !important;
  margin-bottom: -0.375rem  !important;
}
.-ms-1\.5 {
  margin-inline-start: -0.375rem ;
}
[class~="-ms-1\.5"] {
  margin-inline-start: -0.375rem ;
}
.!-ms-1\.5 {
  margin-inline-start: -0.375rem  !important;
}
[class~="!-ms-1\.5"] {
  margin-inline-start: -0.375rem  !important;
}
.-me-1\.5 {
  margin-inline-end: -0.375rem ;
}
[class~="-me-1\.5"] {
  margin-inline-end: -0.375rem ;
}
.!-me-1\.5 {
  margin-inline-end: -0.375rem  !important;
}
[class~="!-me-1\.5"] {
  margin-inline-end: -0.375rem  !important;
}
.-mt-1\.5 {
  margin-top: -0.375rem ;
}
[class~="-mt-1\.5"] {
  margin-top: -0.375rem ;
}
.!-mt-1\.5 {
  margin-top: -0.375rem  !important;
}
[class~="!-mt-1\.5"] {
  margin-top: -0.375rem  !important;
}
.-mr-1\.5 {
  margin-right: -0.375rem ;
}
[class~="-mr-1\.5"] {
  margin-right: -0.375rem ;
}
.!-mr-1\.5 {
  margin-right: -0.375rem  !important;
}
[class~="!-mr-1\.5"] {
  margin-right: -0.375rem  !important;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem ;
}
[class~="-mb-1\.5"] {
  margin-bottom: -0.375rem ;
}
.!-mb-1\.5 {
  margin-bottom: -0.375rem  !important;
}
[class~="!-mb-1\.5"] {
  margin-bottom: -0.375rem  !important;
}
.-ml-1\.5 {
  margin-left: -0.375rem ;
}
[class~="-ml-1\.5"] {
  margin-left: -0.375rem ;
}
.!-ml-1\.5 {
  margin-left: -0.375rem  !important;
}
[class~="!-ml-1\.5"] {
  margin-left: -0.375rem  !important;
}
.-m-2 {
  margin: -0.5rem ;
}
[class~="-m-2"] {
  margin: -0.5rem ;
}
.!-m-2 {
  margin: -0.5rem  !important;
}
[class~="!-m-2"] {
  margin: -0.5rem  !important;
}
.-mx-2 {
  margin-left: -0.5rem ;
  margin-right: -0.5rem ;
}
[class~="-mx-2"] {
  margin-left: -0.5rem ;
  margin-right: -0.5rem ;
}
.!-mx-2 {
  margin-left: -0.5rem  !important;
  margin-right: -0.5rem  !important;
}
[class~="!-mx-2"] {
  margin-left: -0.5rem  !important;
  margin-right: -0.5rem  !important;
}
.-my-2 {
  margin-top: -0.5rem ;
  margin-bottom: -0.5rem ;
}
[class~="-my-2"] {
  margin-top: -0.5rem ;
  margin-bottom: -0.5rem ;
}
.!-my-2 {
  margin-top: -0.5rem  !important;
  margin-bottom: -0.5rem  !important;
}
[class~="!-my-2"] {
  margin-top: -0.5rem  !important;
  margin-bottom: -0.5rem  !important;
}
.-ms-2 {
  margin-inline-start: -0.5rem ;
}
[class~="-ms-2"] {
  margin-inline-start: -0.5rem ;
}
.!-ms-2 {
  margin-inline-start: -0.5rem  !important;
}
[class~="!-ms-2"] {
  margin-inline-start: -0.5rem  !important;
}
.-me-2 {
  margin-inline-end: -0.5rem ;
}
[class~="-me-2"] {
  margin-inline-end: -0.5rem ;
}
.!-me-2 {
  margin-inline-end: -0.5rem  !important;
}
[class~="!-me-2"] {
  margin-inline-end: -0.5rem  !important;
}
.-mt-2 {
  margin-top: -0.5rem ;
}
[class~="-mt-2"] {
  margin-top: -0.5rem ;
}
.!-mt-2 {
  margin-top: -0.5rem  !important;
}
[class~="!-mt-2"] {
  margin-top: -0.5rem  !important;
}
.-mr-2 {
  margin-right: -0.5rem ;
}
[class~="-mr-2"] {
  margin-right: -0.5rem ;
}
.!-mr-2 {
  margin-right: -0.5rem  !important;
}
[class~="!-mr-2"] {
  margin-right: -0.5rem  !important;
}
.-mb-2 {
  margin-bottom: -0.5rem ;
}
[class~="-mb-2"] {
  margin-bottom: -0.5rem ;
}
.!-mb-2 {
  margin-bottom: -0.5rem  !important;
}
[class~="!-mb-2"] {
  margin-bottom: -0.5rem  !important;
}
.-ml-2 {
  margin-left: -0.5rem ;
}
[class~="-ml-2"] {
  margin-left: -0.5rem ;
}
.!-ml-2 {
  margin-left: -0.5rem  !important;
}
[class~="!-ml-2"] {
  margin-left: -0.5rem  !important;
}
.-m-2\.5 {
  margin: -0.625rem ;
}
[class~="-m-2\.5"] {
  margin: -0.625rem ;
}
.!-m-2\.5 {
  margin: -0.625rem  !important;
}
[class~="!-m-2\.5"] {
  margin: -0.625rem  !important;
}
.-mx-2\.5 {
  margin-left: -0.625rem ;
  margin-right: -0.625rem ;
}
[class~="-mx-2\.5"] {
  margin-left: -0.625rem ;
  margin-right: -0.625rem ;
}
.!-mx-2\.5 {
  margin-left: -0.625rem  !important;
  margin-right: -0.625rem  !important;
}
[class~="!-mx-2\.5"] {
  margin-left: -0.625rem  !important;
  margin-right: -0.625rem  !important;
}
.-my-2\.5 {
  margin-top: -0.625rem ;
  margin-bottom: -0.625rem ;
}
[class~="-my-2\.5"] {
  margin-top: -0.625rem ;
  margin-bottom: -0.625rem ;
}
.!-my-2\.5 {
  margin-top: -0.625rem  !important;
  margin-bottom: -0.625rem  !important;
}
[class~="!-my-2\.5"] {
  margin-top: -0.625rem  !important;
  margin-bottom: -0.625rem  !important;
}
.-ms-2\.5 {
  margin-inline-start: -0.625rem ;
}
[class~="-ms-2\.5"] {
  margin-inline-start: -0.625rem ;
}
.!-ms-2\.5 {
  margin-inline-start: -0.625rem  !important;
}
[class~="!-ms-2\.5"] {
  margin-inline-start: -0.625rem  !important;
}
.-me-2\.5 {
  margin-inline-end: -0.625rem ;
}
[class~="-me-2\.5"] {
  margin-inline-end: -0.625rem ;
}
.!-me-2\.5 {
  margin-inline-end: -0.625rem  !important;
}
[class~="!-me-2\.5"] {
  margin-inline-end: -0.625rem  !important;
}
.-mt-2\.5 {
  margin-top: -0.625rem ;
}
[class~="-mt-2\.5"] {
  margin-top: -0.625rem ;
}
.!-mt-2\.5 {
  margin-top: -0.625rem  !important;
}
[class~="!-mt-2\.5"] {
  margin-top: -0.625rem  !important;
}
.-mr-2\.5 {
  margin-right: -0.625rem ;
}
[class~="-mr-2\.5"] {
  margin-right: -0.625rem ;
}
.!-mr-2\.5 {
  margin-right: -0.625rem  !important;
}
[class~="!-mr-2\.5"] {
  margin-right: -0.625rem  !important;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem ;
}
[class~="-mb-2\.5"] {
  margin-bottom: -0.625rem ;
}
.!-mb-2\.5 {
  margin-bottom: -0.625rem  !important;
}
[class~="!-mb-2\.5"] {
  margin-bottom: -0.625rem  !important;
}
.-ml-2\.5 {
  margin-left: -0.625rem ;
}
[class~="-ml-2\.5"] {
  margin-left: -0.625rem ;
}
.!-ml-2\.5 {
  margin-left: -0.625rem  !important;
}
[class~="!-ml-2\.5"] {
  margin-left: -0.625rem  !important;
}
.-m-3 {
  margin: -0.75rem ;
}
[class~="-m-3"] {
  margin: -0.75rem ;
}
.!-m-3 {
  margin: -0.75rem  !important;
}
[class~="!-m-3"] {
  margin: -0.75rem  !important;
}
.-mx-3 {
  margin-left: -0.75rem ;
  margin-right: -0.75rem ;
}
[class~="-mx-3"] {
  margin-left: -0.75rem ;
  margin-right: -0.75rem ;
}
.!-mx-3 {
  margin-left: -0.75rem  !important;
  margin-right: -0.75rem  !important;
}
[class~="!-mx-3"] {
  margin-left: -0.75rem  !important;
  margin-right: -0.75rem  !important;
}
.-my-3 {
  margin-top: -0.75rem ;
  margin-bottom: -0.75rem ;
}
[class~="-my-3"] {
  margin-top: -0.75rem ;
  margin-bottom: -0.75rem ;
}
.!-my-3 {
  margin-top: -0.75rem  !important;
  margin-bottom: -0.75rem  !important;
}
[class~="!-my-3"] {
  margin-top: -0.75rem  !important;
  margin-bottom: -0.75rem  !important;
}
.-ms-3 {
  margin-inline-start: -0.75rem ;
}
[class~="-ms-3"] {
  margin-inline-start: -0.75rem ;
}
.!-ms-3 {
  margin-inline-start: -0.75rem  !important;
}
[class~="!-ms-3"] {
  margin-inline-start: -0.75rem  !important;
}
.-me-3 {
  margin-inline-end: -0.75rem ;
}
[class~="-me-3"] {
  margin-inline-end: -0.75rem ;
}
.!-me-3 {
  margin-inline-end: -0.75rem  !important;
}
[class~="!-me-3"] {
  margin-inline-end: -0.75rem  !important;
}
.-mt-3 {
  margin-top: -0.75rem ;
}
[class~="-mt-3"] {
  margin-top: -0.75rem ;
}
.!-mt-3 {
  margin-top: -0.75rem  !important;
}
[class~="!-mt-3"] {
  margin-top: -0.75rem  !important;
}
.-mr-3 {
  margin-right: -0.75rem ;
}
[class~="-mr-3"] {
  margin-right: -0.75rem ;
}
.!-mr-3 {
  margin-right: -0.75rem  !important;
}
[class~="!-mr-3"] {
  margin-right: -0.75rem  !important;
}
.-mb-3 {
  margin-bottom: -0.75rem ;
}
[class~="-mb-3"] {
  margin-bottom: -0.75rem ;
}
.!-mb-3 {
  margin-bottom: -0.75rem  !important;
}
[class~="!-mb-3"] {
  margin-bottom: -0.75rem  !important;
}
.-ml-3 {
  margin-left: -0.75rem ;
}
[class~="-ml-3"] {
  margin-left: -0.75rem ;
}
.!-ml-3 {
  margin-left: -0.75rem  !important;
}
[class~="!-ml-3"] {
  margin-left: -0.75rem  !important;
}
.-m-3\.5 {
  margin: -0.875rem ;
}
[class~="-m-3\.5"] {
  margin: -0.875rem ;
}
.!-m-3\.5 {
  margin: -0.875rem  !important;
}
[class~="!-m-3\.5"] {
  margin: -0.875rem  !important;
}
.-mx-3\.5 {
  margin-left: -0.875rem ;
  margin-right: -0.875rem ;
}
[class~="-mx-3\.5"] {
  margin-left: -0.875rem ;
  margin-right: -0.875rem ;
}
.!-mx-3\.5 {
  margin-left: -0.875rem  !important;
  margin-right: -0.875rem  !important;
}
[class~="!-mx-3\.5"] {
  margin-left: -0.875rem  !important;
  margin-right: -0.875rem  !important;
}
.-my-3\.5 {
  margin-top: -0.875rem ;
  margin-bottom: -0.875rem ;
}
[class~="-my-3\.5"] {
  margin-top: -0.875rem ;
  margin-bottom: -0.875rem ;
}
.!-my-3\.5 {
  margin-top: -0.875rem  !important;
  margin-bottom: -0.875rem  !important;
}
[class~="!-my-3\.5"] {
  margin-top: -0.875rem  !important;
  margin-bottom: -0.875rem  !important;
}
.-ms-3\.5 {
  margin-inline-start: -0.875rem ;
}
[class~="-ms-3\.5"] {
  margin-inline-start: -0.875rem ;
}
.!-ms-3\.5 {
  margin-inline-start: -0.875rem  !important;
}
[class~="!-ms-3\.5"] {
  margin-inline-start: -0.875rem  !important;
}
.-me-3\.5 {
  margin-inline-end: -0.875rem ;
}
[class~="-me-3\.5"] {
  margin-inline-end: -0.875rem ;
}
.!-me-3\.5 {
  margin-inline-end: -0.875rem  !important;
}
[class~="!-me-3\.5"] {
  margin-inline-end: -0.875rem  !important;
}
.-mt-3\.5 {
  margin-top: -0.875rem ;
}
[class~="-mt-3\.5"] {
  margin-top: -0.875rem ;
}
.!-mt-3\.5 {
  margin-top: -0.875rem  !important;
}
[class~="!-mt-3\.5"] {
  margin-top: -0.875rem  !important;
}
.-mr-3\.5 {
  margin-right: -0.875rem ;
}
[class~="-mr-3\.5"] {
  margin-right: -0.875rem ;
}
.!-mr-3\.5 {
  margin-right: -0.875rem  !important;
}
[class~="!-mr-3\.5"] {
  margin-right: -0.875rem  !important;
}
.-mb-3\.5 {
  margin-bottom: -0.875rem ;
}
[class~="-mb-3\.5"] {
  margin-bottom: -0.875rem ;
}
.!-mb-3\.5 {
  margin-bottom: -0.875rem  !important;
}
[class~="!-mb-3\.5"] {
  margin-bottom: -0.875rem  !important;
}
.-ml-3\.5 {
  margin-left: -0.875rem ;
}
[class~="-ml-3\.5"] {
  margin-left: -0.875rem ;
}
.!-ml-3\.5 {
  margin-left: -0.875rem  !important;
}
[class~="!-ml-3\.5"] {
  margin-left: -0.875rem  !important;
}
.-m-4 {
  margin: -1rem ;
}
[class~="-m-4"] {
  margin: -1rem ;
}
.!-m-4 {
  margin: -1rem  !important;
}
[class~="!-m-4"] {
  margin: -1rem  !important;
}
.-mx-4 {
  margin-left: -1rem ;
  margin-right: -1rem ;
}
[class~="-mx-4"] {
  margin-left: -1rem ;
  margin-right: -1rem ;
}
.!-mx-4 {
  margin-left: -1rem  !important;
  margin-right: -1rem  !important;
}
[class~="!-mx-4"] {
  margin-left: -1rem  !important;
  margin-right: -1rem  !important;
}
.-my-4 {
  margin-top: -1rem ;
  margin-bottom: -1rem ;
}
[class~="-my-4"] {
  margin-top: -1rem ;
  margin-bottom: -1rem ;
}
.!-my-4 {
  margin-top: -1rem  !important;
  margin-bottom: -1rem  !important;
}
[class~="!-my-4"] {
  margin-top: -1rem  !important;
  margin-bottom: -1rem  !important;
}
.-ms-4 {
  margin-inline-start: -1rem ;
}
[class~="-ms-4"] {
  margin-inline-start: -1rem ;
}
.!-ms-4 {
  margin-inline-start: -1rem  !important;
}
[class~="!-ms-4"] {
  margin-inline-start: -1rem  !important;
}
.-me-4 {
  margin-inline-end: -1rem ;
}
[class~="-me-4"] {
  margin-inline-end: -1rem ;
}
.!-me-4 {
  margin-inline-end: -1rem  !important;
}
[class~="!-me-4"] {
  margin-inline-end: -1rem  !important;
}
.-mt-4 {
  margin-top: -1rem ;
}
[class~="-mt-4"] {
  margin-top: -1rem ;
}
.!-mt-4 {
  margin-top: -1rem  !important;
}
[class~="!-mt-4"] {
  margin-top: -1rem  !important;
}
.-mr-4 {
  margin-right: -1rem ;
}
[class~="-mr-4"] {
  margin-right: -1rem ;
}
.!-mr-4 {
  margin-right: -1rem  !important;
}
[class~="!-mr-4"] {
  margin-right: -1rem  !important;
}
.-mb-4 {
  margin-bottom: -1rem ;
}
[class~="-mb-4"] {
  margin-bottom: -1rem ;
}
.!-mb-4 {
  margin-bottom: -1rem  !important;
}
[class~="!-mb-4"] {
  margin-bottom: -1rem  !important;
}
.-ml-4 {
  margin-left: -1rem ;
}
[class~="-ml-4"] {
  margin-left: -1rem ;
}
.!-ml-4 {
  margin-left: -1rem  !important;
}
[class~="!-ml-4"] {
  margin-left: -1rem  !important;
}
.-m-5 {
  margin: -1.25rem ;
}
[class~="-m-5"] {
  margin: -1.25rem ;
}
.!-m-5 {
  margin: -1.25rem  !important;
}
[class~="!-m-5"] {
  margin: -1.25rem  !important;
}
.-mx-5 {
  margin-left: -1.25rem ;
  margin-right: -1.25rem ;
}
[class~="-mx-5"] {
  margin-left: -1.25rem ;
  margin-right: -1.25rem ;
}
.!-mx-5 {
  margin-left: -1.25rem  !important;
  margin-right: -1.25rem  !important;
}
[class~="!-mx-5"] {
  margin-left: -1.25rem  !important;
  margin-right: -1.25rem  !important;
}
.-my-5 {
  margin-top: -1.25rem ;
  margin-bottom: -1.25rem ;
}
[class~="-my-5"] {
  margin-top: -1.25rem ;
  margin-bottom: -1.25rem ;
}
.!-my-5 {
  margin-top: -1.25rem  !important;
  margin-bottom: -1.25rem  !important;
}
[class~="!-my-5"] {
  margin-top: -1.25rem  !important;
  margin-bottom: -1.25rem  !important;
}
.-ms-5 {
  margin-inline-start: -1.25rem ;
}
[class~="-ms-5"] {
  margin-inline-start: -1.25rem ;
}
.!-ms-5 {
  margin-inline-start: -1.25rem  !important;
}
[class~="!-ms-5"] {
  margin-inline-start: -1.25rem  !important;
}
.-me-5 {
  margin-inline-end: -1.25rem ;
}
[class~="-me-5"] {
  margin-inline-end: -1.25rem ;
}
.!-me-5 {
  margin-inline-end: -1.25rem  !important;
}
[class~="!-me-5"] {
  margin-inline-end: -1.25rem  !important;
}
.-mt-5 {
  margin-top: -1.25rem ;
}
[class~="-mt-5"] {
  margin-top: -1.25rem ;
}
.!-mt-5 {
  margin-top: -1.25rem  !important;
}
[class~="!-mt-5"] {
  margin-top: -1.25rem  !important;
}
.-mr-5 {
  margin-right: -1.25rem ;
}
[class~="-mr-5"] {
  margin-right: -1.25rem ;
}
.!-mr-5 {
  margin-right: -1.25rem  !important;
}
[class~="!-mr-5"] {
  margin-right: -1.25rem  !important;
}
.-mb-5 {
  margin-bottom: -1.25rem ;
}
[class~="-mb-5"] {
  margin-bottom: -1.25rem ;
}
.!-mb-5 {
  margin-bottom: -1.25rem  !important;
}
[class~="!-mb-5"] {
  margin-bottom: -1.25rem  !important;
}
.-ml-5 {
  margin-left: -1.25rem ;
}
[class~="-ml-5"] {
  margin-left: -1.25rem ;
}
.!-ml-5 {
  margin-left: -1.25rem  !important;
}
[class~="!-ml-5"] {
  margin-left: -1.25rem  !important;
}
.-m-6 {
  margin: -1.5rem ;
}
[class~="-m-6"] {
  margin: -1.5rem ;
}
.!-m-6 {
  margin: -1.5rem  !important;
}
[class~="!-m-6"] {
  margin: -1.5rem  !important;
}
.-mx-6 {
  margin-left: -1.5rem ;
  margin-right: -1.5rem ;
}
[class~="-mx-6"] {
  margin-left: -1.5rem ;
  margin-right: -1.5rem ;
}
.!-mx-6 {
  margin-left: -1.5rem  !important;
  margin-right: -1.5rem  !important;
}
[class~="!-mx-6"] {
  margin-left: -1.5rem  !important;
  margin-right: -1.5rem  !important;
}
.-my-6 {
  margin-top: -1.5rem ;
  margin-bottom: -1.5rem ;
}
[class~="-my-6"] {
  margin-top: -1.5rem ;
  margin-bottom: -1.5rem ;
}
.!-my-6 {
  margin-top: -1.5rem  !important;
  margin-bottom: -1.5rem  !important;
}
[class~="!-my-6"] {
  margin-top: -1.5rem  !important;
  margin-bottom: -1.5rem  !important;
}
.-ms-6 {
  margin-inline-start: -1.5rem ;
}
[class~="-ms-6"] {
  margin-inline-start: -1.5rem ;
}
.!-ms-6 {
  margin-inline-start: -1.5rem  !important;
}
[class~="!-ms-6"] {
  margin-inline-start: -1.5rem  !important;
}
.-me-6 {
  margin-inline-end: -1.5rem ;
}
[class~="-me-6"] {
  margin-inline-end: -1.5rem ;
}
.!-me-6 {
  margin-inline-end: -1.5rem  !important;
}
[class~="!-me-6"] {
  margin-inline-end: -1.5rem  !important;
}
.-mt-6 {
  margin-top: -1.5rem ;
}
[class~="-mt-6"] {
  margin-top: -1.5rem ;
}
.!-mt-6 {
  margin-top: -1.5rem  !important;
}
[class~="!-mt-6"] {
  margin-top: -1.5rem  !important;
}
.-mr-6 {
  margin-right: -1.5rem ;
}
[class~="-mr-6"] {
  margin-right: -1.5rem ;
}
.!-mr-6 {
  margin-right: -1.5rem  !important;
}
[class~="!-mr-6"] {
  margin-right: -1.5rem  !important;
}
.-mb-6 {
  margin-bottom: -1.5rem ;
}
[class~="-mb-6"] {
  margin-bottom: -1.5rem ;
}
.!-mb-6 {
  margin-bottom: -1.5rem  !important;
}
[class~="!-mb-6"] {
  margin-bottom: -1.5rem  !important;
}
.-ml-6 {
  margin-left: -1.5rem ;
}
[class~="-ml-6"] {
  margin-left: -1.5rem ;
}
.!-ml-6 {
  margin-left: -1.5rem  !important;
}
[class~="!-ml-6"] {
  margin-left: -1.5rem  !important;
}
.-m-7 {
  margin: -1.75rem ;
}
[class~="-m-7"] {
  margin: -1.75rem ;
}
.!-m-7 {
  margin: -1.75rem  !important;
}
[class~="!-m-7"] {
  margin: -1.75rem  !important;
}
.-mx-7 {
  margin-left: -1.75rem ;
  margin-right: -1.75rem ;
}
[class~="-mx-7"] {
  margin-left: -1.75rem ;
  margin-right: -1.75rem ;
}
.!-mx-7 {
  margin-left: -1.75rem  !important;
  margin-right: -1.75rem  !important;
}
[class~="!-mx-7"] {
  margin-left: -1.75rem  !important;
  margin-right: -1.75rem  !important;
}
.-my-7 {
  margin-top: -1.75rem ;
  margin-bottom: -1.75rem ;
}
[class~="-my-7"] {
  margin-top: -1.75rem ;
  margin-bottom: -1.75rem ;
}
.!-my-7 {
  margin-top: -1.75rem  !important;
  margin-bottom: -1.75rem  !important;
}
[class~="!-my-7"] {
  margin-top: -1.75rem  !important;
  margin-bottom: -1.75rem  !important;
}
.-ms-7 {
  margin-inline-start: -1.75rem ;
}
[class~="-ms-7"] {
  margin-inline-start: -1.75rem ;
}
.!-ms-7 {
  margin-inline-start: -1.75rem  !important;
}
[class~="!-ms-7"] {
  margin-inline-start: -1.75rem  !important;
}
.-me-7 {
  margin-inline-end: -1.75rem ;
}
[class~="-me-7"] {
  margin-inline-end: -1.75rem ;
}
.!-me-7 {
  margin-inline-end: -1.75rem  !important;
}
[class~="!-me-7"] {
  margin-inline-end: -1.75rem  !important;
}
.-mt-7 {
  margin-top: -1.75rem ;
}
[class~="-mt-7"] {
  margin-top: -1.75rem ;
}
.!-mt-7 {
  margin-top: -1.75rem  !important;
}
[class~="!-mt-7"] {
  margin-top: -1.75rem  !important;
}
.-mr-7 {
  margin-right: -1.75rem ;
}
[class~="-mr-7"] {
  margin-right: -1.75rem ;
}
.!-mr-7 {
  margin-right: -1.75rem  !important;
}
[class~="!-mr-7"] {
  margin-right: -1.75rem  !important;
}
.-mb-7 {
  margin-bottom: -1.75rem ;
}
[class~="-mb-7"] {
  margin-bottom: -1.75rem ;
}
.!-mb-7 {
  margin-bottom: -1.75rem  !important;
}
[class~="!-mb-7"] {
  margin-bottom: -1.75rem  !important;
}
.-ml-7 {
  margin-left: -1.75rem ;
}
[class~="-ml-7"] {
  margin-left: -1.75rem ;
}
.!-ml-7 {
  margin-left: -1.75rem  !important;
}
[class~="!-ml-7"] {
  margin-left: -1.75rem  !important;
}
.-m-8 {
  margin: -2rem ;
}
[class~="-m-8"] {
  margin: -2rem ;
}
.!-m-8 {
  margin: -2rem  !important;
}
[class~="!-m-8"] {
  margin: -2rem  !important;
}
.-mx-8 {
  margin-left: -2rem ;
  margin-right: -2rem ;
}
[class~="-mx-8"] {
  margin-left: -2rem ;
  margin-right: -2rem ;
}
.!-mx-8 {
  margin-left: -2rem  !important;
  margin-right: -2rem  !important;
}
[class~="!-mx-8"] {
  margin-left: -2rem  !important;
  margin-right: -2rem  !important;
}
.-my-8 {
  margin-top: -2rem ;
  margin-bottom: -2rem ;
}
[class~="-my-8"] {
  margin-top: -2rem ;
  margin-bottom: -2rem ;
}
.!-my-8 {
  margin-top: -2rem  !important;
  margin-bottom: -2rem  !important;
}
[class~="!-my-8"] {
  margin-top: -2rem  !important;
  margin-bottom: -2rem  !important;
}
.-ms-8 {
  margin-inline-start: -2rem ;
}
[class~="-ms-8"] {
  margin-inline-start: -2rem ;
}
.!-ms-8 {
  margin-inline-start: -2rem  !important;
}
[class~="!-ms-8"] {
  margin-inline-start: -2rem  !important;
}
.-me-8 {
  margin-inline-end: -2rem ;
}
[class~="-me-8"] {
  margin-inline-end: -2rem ;
}
.!-me-8 {
  margin-inline-end: -2rem  !important;
}
[class~="!-me-8"] {
  margin-inline-end: -2rem  !important;
}
.-mt-8 {
  margin-top: -2rem ;
}
[class~="-mt-8"] {
  margin-top: -2rem ;
}
.!-mt-8 {
  margin-top: -2rem  !important;
}
[class~="!-mt-8"] {
  margin-top: -2rem  !important;
}
.-mr-8 {
  margin-right: -2rem ;
}
[class~="-mr-8"] {
  margin-right: -2rem ;
}
.!-mr-8 {
  margin-right: -2rem  !important;
}
[class~="!-mr-8"] {
  margin-right: -2rem  !important;
}
.-mb-8 {
  margin-bottom: -2rem ;
}
[class~="-mb-8"] {
  margin-bottom: -2rem ;
}
.!-mb-8 {
  margin-bottom: -2rem  !important;
}
[class~="!-mb-8"] {
  margin-bottom: -2rem  !important;
}
.-ml-8 {
  margin-left: -2rem ;
}
[class~="-ml-8"] {
  margin-left: -2rem ;
}
.!-ml-8 {
  margin-left: -2rem  !important;
}
[class~="!-ml-8"] {
  margin-left: -2rem  !important;
}
.-m-9 {
  margin: -2.25rem ;
}
[class~="-m-9"] {
  margin: -2.25rem ;
}
.!-m-9 {
  margin: -2.25rem  !important;
}
[class~="!-m-9"] {
  margin: -2.25rem  !important;
}
.-mx-9 {
  margin-left: -2.25rem ;
  margin-right: -2.25rem ;
}
[class~="-mx-9"] {
  margin-left: -2.25rem ;
  margin-right: -2.25rem ;
}
.!-mx-9 {
  margin-left: -2.25rem  !important;
  margin-right: -2.25rem  !important;
}
[class~="!-mx-9"] {
  margin-left: -2.25rem  !important;
  margin-right: -2.25rem  !important;
}
.-my-9 {
  margin-top: -2.25rem ;
  margin-bottom: -2.25rem ;
}
[class~="-my-9"] {
  margin-top: -2.25rem ;
  margin-bottom: -2.25rem ;
}
.!-my-9 {
  margin-top: -2.25rem  !important;
  margin-bottom: -2.25rem  !important;
}
[class~="!-my-9"] {
  margin-top: -2.25rem  !important;
  margin-bottom: -2.25rem  !important;
}
.-ms-9 {
  margin-inline-start: -2.25rem ;
}
[class~="-ms-9"] {
  margin-inline-start: -2.25rem ;
}
.!-ms-9 {
  margin-inline-start: -2.25rem  !important;
}
[class~="!-ms-9"] {
  margin-inline-start: -2.25rem  !important;
}
.-me-9 {
  margin-inline-end: -2.25rem ;
}
[class~="-me-9"] {
  margin-inline-end: -2.25rem ;
}
.!-me-9 {
  margin-inline-end: -2.25rem  !important;
}
[class~="!-me-9"] {
  margin-inline-end: -2.25rem  !important;
}
.-mt-9 {
  margin-top: -2.25rem ;
}
[class~="-mt-9"] {
  margin-top: -2.25rem ;
}
.!-mt-9 {
  margin-top: -2.25rem  !important;
}
[class~="!-mt-9"] {
  margin-top: -2.25rem  !important;
}
.-mr-9 {
  margin-right: -2.25rem ;
}
[class~="-mr-9"] {
  margin-right: -2.25rem ;
}
.!-mr-9 {
  margin-right: -2.25rem  !important;
}
[class~="!-mr-9"] {
  margin-right: -2.25rem  !important;
}
.-mb-9 {
  margin-bottom: -2.25rem ;
}
[class~="-mb-9"] {
  margin-bottom: -2.25rem ;
}
.!-mb-9 {
  margin-bottom: -2.25rem  !important;
}
[class~="!-mb-9"] {
  margin-bottom: -2.25rem  !important;
}
.-ml-9 {
  margin-left: -2.25rem ;
}
[class~="-ml-9"] {
  margin-left: -2.25rem ;
}
.!-ml-9 {
  margin-left: -2.25rem  !important;
}
[class~="!-ml-9"] {
  margin-left: -2.25rem  !important;
}
.-m-10 {
  margin: -2.5rem ;
}
[class~="-m-10"] {
  margin: -2.5rem ;
}
.!-m-10 {
  margin: -2.5rem  !important;
}
[class~="!-m-10"] {
  margin: -2.5rem  !important;
}
.-mx-10 {
  margin-left: -2.5rem ;
  margin-right: -2.5rem ;
}
[class~="-mx-10"] {
  margin-left: -2.5rem ;
  margin-right: -2.5rem ;
}
.!-mx-10 {
  margin-left: -2.5rem  !important;
  margin-right: -2.5rem  !important;
}
[class~="!-mx-10"] {
  margin-left: -2.5rem  !important;
  margin-right: -2.5rem  !important;
}
.-my-10 {
  margin-top: -2.5rem ;
  margin-bottom: -2.5rem ;
}
[class~="-my-10"] {
  margin-top: -2.5rem ;
  margin-bottom: -2.5rem ;
}
.!-my-10 {
  margin-top: -2.5rem  !important;
  margin-bottom: -2.5rem  !important;
}
[class~="!-my-10"] {
  margin-top: -2.5rem  !important;
  margin-bottom: -2.5rem  !important;
}
.-ms-10 {
  margin-inline-start: -2.5rem ;
}
[class~="-ms-10"] {
  margin-inline-start: -2.5rem ;
}
.!-ms-10 {
  margin-inline-start: -2.5rem  !important;
}
[class~="!-ms-10"] {
  margin-inline-start: -2.5rem  !important;
}
.-me-10 {
  margin-inline-end: -2.5rem ;
}
[class~="-me-10"] {
  margin-inline-end: -2.5rem ;
}
.!-me-10 {
  margin-inline-end: -2.5rem  !important;
}
[class~="!-me-10"] {
  margin-inline-end: -2.5rem  !important;
}
.-mt-10 {
  margin-top: -2.5rem ;
}
[class~="-mt-10"] {
  margin-top: -2.5rem ;
}
.!-mt-10 {
  margin-top: -2.5rem  !important;
}
[class~="!-mt-10"] {
  margin-top: -2.5rem  !important;
}
.-mr-10 {
  margin-right: -2.5rem ;
}
[class~="-mr-10"] {
  margin-right: -2.5rem ;
}
.!-mr-10 {
  margin-right: -2.5rem  !important;
}
[class~="!-mr-10"] {
  margin-right: -2.5rem  !important;
}
.-mb-10 {
  margin-bottom: -2.5rem ;
}
[class~="-mb-10"] {
  margin-bottom: -2.5rem ;
}
.!-mb-10 {
  margin-bottom: -2.5rem  !important;
}
[class~="!-mb-10"] {
  margin-bottom: -2.5rem  !important;
}
.-ml-10 {
  margin-left: -2.5rem ;
}
[class~="-ml-10"] {
  margin-left: -2.5rem ;
}
.!-ml-10 {
  margin-left: -2.5rem  !important;
}
[class~="!-ml-10"] {
  margin-left: -2.5rem  !important;
}
.-m-11 {
  margin: -2.75rem ;
}
[class~="-m-11"] {
  margin: -2.75rem ;
}
.!-m-11 {
  margin: -2.75rem  !important;
}
[class~="!-m-11"] {
  margin: -2.75rem  !important;
}
.-mx-11 {
  margin-left: -2.75rem ;
  margin-right: -2.75rem ;
}
[class~="-mx-11"] {
  margin-left: -2.75rem ;
  margin-right: -2.75rem ;
}
.!-mx-11 {
  margin-left: -2.75rem  !important;
  margin-right: -2.75rem  !important;
}
[class~="!-mx-11"] {
  margin-left: -2.75rem  !important;
  margin-right: -2.75rem  !important;
}
.-my-11 {
  margin-top: -2.75rem ;
  margin-bottom: -2.75rem ;
}
[class~="-my-11"] {
  margin-top: -2.75rem ;
  margin-bottom: -2.75rem ;
}
.!-my-11 {
  margin-top: -2.75rem  !important;
  margin-bottom: -2.75rem  !important;
}
[class~="!-my-11"] {
  margin-top: -2.75rem  !important;
  margin-bottom: -2.75rem  !important;
}
.-ms-11 {
  margin-inline-start: -2.75rem ;
}
[class~="-ms-11"] {
  margin-inline-start: -2.75rem ;
}
.!-ms-11 {
  margin-inline-start: -2.75rem  !important;
}
[class~="!-ms-11"] {
  margin-inline-start: -2.75rem  !important;
}
.-me-11 {
  margin-inline-end: -2.75rem ;
}
[class~="-me-11"] {
  margin-inline-end: -2.75rem ;
}
.!-me-11 {
  margin-inline-end: -2.75rem  !important;
}
[class~="!-me-11"] {
  margin-inline-end: -2.75rem  !important;
}
.-mt-11 {
  margin-top: -2.75rem ;
}
[class~="-mt-11"] {
  margin-top: -2.75rem ;
}
.!-mt-11 {
  margin-top: -2.75rem  !important;
}
[class~="!-mt-11"] {
  margin-top: -2.75rem  !important;
}
.-mr-11 {
  margin-right: -2.75rem ;
}
[class~="-mr-11"] {
  margin-right: -2.75rem ;
}
.!-mr-11 {
  margin-right: -2.75rem  !important;
}
[class~="!-mr-11"] {
  margin-right: -2.75rem  !important;
}
.-mb-11 {
  margin-bottom: -2.75rem ;
}
[class~="-mb-11"] {
  margin-bottom: -2.75rem ;
}
.!-mb-11 {
  margin-bottom: -2.75rem  !important;
}
[class~="!-mb-11"] {
  margin-bottom: -2.75rem  !important;
}
.-ml-11 {
  margin-left: -2.75rem ;
}
[class~="-ml-11"] {
  margin-left: -2.75rem ;
}
.!-ml-11 {
  margin-left: -2.75rem  !important;
}
[class~="!-ml-11"] {
  margin-left: -2.75rem  !important;
}
.-m-12 {
  margin: -3rem ;
}
[class~="-m-12"] {
  margin: -3rem ;
}
.!-m-12 {
  margin: -3rem  !important;
}
[class~="!-m-12"] {
  margin: -3rem  !important;
}
.-mx-12 {
  margin-left: -3rem ;
  margin-right: -3rem ;
}
[class~="-mx-12"] {
  margin-left: -3rem ;
  margin-right: -3rem ;
}
.!-mx-12 {
  margin-left: -3rem  !important;
  margin-right: -3rem  !important;
}
[class~="!-mx-12"] {
  margin-left: -3rem  !important;
  margin-right: -3rem  !important;
}
.-my-12 {
  margin-top: -3rem ;
  margin-bottom: -3rem ;
}
[class~="-my-12"] {
  margin-top: -3rem ;
  margin-bottom: -3rem ;
}
.!-my-12 {
  margin-top: -3rem  !important;
  margin-bottom: -3rem  !important;
}
[class~="!-my-12"] {
  margin-top: -3rem  !important;
  margin-bottom: -3rem  !important;
}
.-ms-12 {
  margin-inline-start: -3rem ;
}
[class~="-ms-12"] {
  margin-inline-start: -3rem ;
}
.!-ms-12 {
  margin-inline-start: -3rem  !important;
}
[class~="!-ms-12"] {
  margin-inline-start: -3rem  !important;
}
.-me-12 {
  margin-inline-end: -3rem ;
}
[class~="-me-12"] {
  margin-inline-end: -3rem ;
}
.!-me-12 {
  margin-inline-end: -3rem  !important;
}
[class~="!-me-12"] {
  margin-inline-end: -3rem  !important;
}
.-mt-12 {
  margin-top: -3rem ;
}
[class~="-mt-12"] {
  margin-top: -3rem ;
}
.!-mt-12 {
  margin-top: -3rem  !important;
}
[class~="!-mt-12"] {
  margin-top: -3rem  !important;
}
.-mr-12 {
  margin-right: -3rem ;
}
[class~="-mr-12"] {
  margin-right: -3rem ;
}
.!-mr-12 {
  margin-right: -3rem  !important;
}
[class~="!-mr-12"] {
  margin-right: -3rem  !important;
}
.-mb-12 {
  margin-bottom: -3rem ;
}
[class~="-mb-12"] {
  margin-bottom: -3rem ;
}
.!-mb-12 {
  margin-bottom: -3rem  !important;
}
[class~="!-mb-12"] {
  margin-bottom: -3rem  !important;
}
.-ml-12 {
  margin-left: -3rem ;
}
[class~="-ml-12"] {
  margin-left: -3rem ;
}
.!-ml-12 {
  margin-left: -3rem  !important;
}
[class~="!-ml-12"] {
  margin-left: -3rem  !important;
}
.-m-14 {
  margin: -3.5rem ;
}
[class~="-m-14"] {
  margin: -3.5rem ;
}
.!-m-14 {
  margin: -3.5rem  !important;
}
[class~="!-m-14"] {
  margin: -3.5rem  !important;
}
.-mx-14 {
  margin-left: -3.5rem ;
  margin-right: -3.5rem ;
}
[class~="-mx-14"] {
  margin-left: -3.5rem ;
  margin-right: -3.5rem ;
}
.!-mx-14 {
  margin-left: -3.5rem  !important;
  margin-right: -3.5rem  !important;
}
[class~="!-mx-14"] {
  margin-left: -3.5rem  !important;
  margin-right: -3.5rem  !important;
}
.-my-14 {
  margin-top: -3.5rem ;
  margin-bottom: -3.5rem ;
}
[class~="-my-14"] {
  margin-top: -3.5rem ;
  margin-bottom: -3.5rem ;
}
.!-my-14 {
  margin-top: -3.5rem  !important;
  margin-bottom: -3.5rem  !important;
}
[class~="!-my-14"] {
  margin-top: -3.5rem  !important;
  margin-bottom: -3.5rem  !important;
}
.-ms-14 {
  margin-inline-start: -3.5rem ;
}
[class~="-ms-14"] {
  margin-inline-start: -3.5rem ;
}
.!-ms-14 {
  margin-inline-start: -3.5rem  !important;
}
[class~="!-ms-14"] {
  margin-inline-start: -3.5rem  !important;
}
.-me-14 {
  margin-inline-end: -3.5rem ;
}
[class~="-me-14"] {
  margin-inline-end: -3.5rem ;
}
.!-me-14 {
  margin-inline-end: -3.5rem  !important;
}
[class~="!-me-14"] {
  margin-inline-end: -3.5rem  !important;
}
.-mt-14 {
  margin-top: -3.5rem ;
}
[class~="-mt-14"] {
  margin-top: -3.5rem ;
}
.!-mt-14 {
  margin-top: -3.5rem  !important;
}
[class~="!-mt-14"] {
  margin-top: -3.5rem  !important;
}
.-mr-14 {
  margin-right: -3.5rem ;
}
[class~="-mr-14"] {
  margin-right: -3.5rem ;
}
.!-mr-14 {
  margin-right: -3.5rem  !important;
}
[class~="!-mr-14"] {
  margin-right: -3.5rem  !important;
}
.-mb-14 {
  margin-bottom: -3.5rem ;
}
[class~="-mb-14"] {
  margin-bottom: -3.5rem ;
}
.!-mb-14 {
  margin-bottom: -3.5rem  !important;
}
[class~="!-mb-14"] {
  margin-bottom: -3.5rem  !important;
}
.-ml-14 {
  margin-left: -3.5rem ;
}
[class~="-ml-14"] {
  margin-left: -3.5rem ;
}
.!-ml-14 {
  margin-left: -3.5rem  !important;
}
[class~="!-ml-14"] {
  margin-left: -3.5rem  !important;
}
.-m-16 {
  margin: -4rem ;
}
[class~="-m-16"] {
  margin: -4rem ;
}
.!-m-16 {
  margin: -4rem  !important;
}
[class~="!-m-16"] {
  margin: -4rem  !important;
}
.-mx-16 {
  margin-left: -4rem ;
  margin-right: -4rem ;
}
[class~="-mx-16"] {
  margin-left: -4rem ;
  margin-right: -4rem ;
}
.!-mx-16 {
  margin-left: -4rem  !important;
  margin-right: -4rem  !important;
}
[class~="!-mx-16"] {
  margin-left: -4rem  !important;
  margin-right: -4rem  !important;
}
.-my-16 {
  margin-top: -4rem ;
  margin-bottom: -4rem ;
}
[class~="-my-16"] {
  margin-top: -4rem ;
  margin-bottom: -4rem ;
}
.!-my-16 {
  margin-top: -4rem  !important;
  margin-bottom: -4rem  !important;
}
[class~="!-my-16"] {
  margin-top: -4rem  !important;
  margin-bottom: -4rem  !important;
}
.-ms-16 {
  margin-inline-start: -4rem ;
}
[class~="-ms-16"] {
  margin-inline-start: -4rem ;
}
.!-ms-16 {
  margin-inline-start: -4rem  !important;
}
[class~="!-ms-16"] {
  margin-inline-start: -4rem  !important;
}
.-me-16 {
  margin-inline-end: -4rem ;
}
[class~="-me-16"] {
  margin-inline-end: -4rem ;
}
.!-me-16 {
  margin-inline-end: -4rem  !important;
}
[class~="!-me-16"] {
  margin-inline-end: -4rem  !important;
}
.-mt-16 {
  margin-top: -4rem ;
}
[class~="-mt-16"] {
  margin-top: -4rem ;
}
.!-mt-16 {
  margin-top: -4rem  !important;
}
[class~="!-mt-16"] {
  margin-top: -4rem  !important;
}
.-mr-16 {
  margin-right: -4rem ;
}
[class~="-mr-16"] {
  margin-right: -4rem ;
}
.!-mr-16 {
  margin-right: -4rem  !important;
}
[class~="!-mr-16"] {
  margin-right: -4rem  !important;
}
.-mb-16 {
  margin-bottom: -4rem ;
}
[class~="-mb-16"] {
  margin-bottom: -4rem ;
}
.!-mb-16 {
  margin-bottom: -4rem  !important;
}
[class~="!-mb-16"] {
  margin-bottom: -4rem  !important;
}
.-ml-16 {
  margin-left: -4rem ;
}
[class~="-ml-16"] {
  margin-left: -4rem ;
}
.!-ml-16 {
  margin-left: -4rem  !important;
}
[class~="!-ml-16"] {
  margin-left: -4rem  !important;
}
.-m-20 {
  margin: -5rem ;
}
[class~="-m-20"] {
  margin: -5rem ;
}
.!-m-20 {
  margin: -5rem  !important;
}
[class~="!-m-20"] {
  margin: -5rem  !important;
}
.-mx-20 {
  margin-left: -5rem ;
  margin-right: -5rem ;
}
[class~="-mx-20"] {
  margin-left: -5rem ;
  margin-right: -5rem ;
}
.!-mx-20 {
  margin-left: -5rem  !important;
  margin-right: -5rem  !important;
}
[class~="!-mx-20"] {
  margin-left: -5rem  !important;
  margin-right: -5rem  !important;
}
.-my-20 {
  margin-top: -5rem ;
  margin-bottom: -5rem ;
}
[class~="-my-20"] {
  margin-top: -5rem ;
  margin-bottom: -5rem ;
}
.!-my-20 {
  margin-top: -5rem  !important;
  margin-bottom: -5rem  !important;
}
[class~="!-my-20"] {
  margin-top: -5rem  !important;
  margin-bottom: -5rem  !important;
}
.-ms-20 {
  margin-inline-start: -5rem ;
}
[class~="-ms-20"] {
  margin-inline-start: -5rem ;
}
.!-ms-20 {
  margin-inline-start: -5rem  !important;
}
[class~="!-ms-20"] {
  margin-inline-start: -5rem  !important;
}
.-me-20 {
  margin-inline-end: -5rem ;
}
[class~="-me-20"] {
  margin-inline-end: -5rem ;
}
.!-me-20 {
  margin-inline-end: -5rem  !important;
}
[class~="!-me-20"] {
  margin-inline-end: -5rem  !important;
}
.-mt-20 {
  margin-top: -5rem ;
}
[class~="-mt-20"] {
  margin-top: -5rem ;
}
.!-mt-20 {
  margin-top: -5rem  !important;
}
[class~="!-mt-20"] {
  margin-top: -5rem  !important;
}
.-mr-20 {
  margin-right: -5rem ;
}
[class~="-mr-20"] {
  margin-right: -5rem ;
}
.!-mr-20 {
  margin-right: -5rem  !important;
}
[class~="!-mr-20"] {
  margin-right: -5rem  !important;
}
.-mb-20 {
  margin-bottom: -5rem ;
}
[class~="-mb-20"] {
  margin-bottom: -5rem ;
}
.!-mb-20 {
  margin-bottom: -5rem  !important;
}
[class~="!-mb-20"] {
  margin-bottom: -5rem  !important;
}
.-ml-20 {
  margin-left: -5rem ;
}
[class~="-ml-20"] {
  margin-left: -5rem ;
}
.!-ml-20 {
  margin-left: -5rem  !important;
}
[class~="!-ml-20"] {
  margin-left: -5rem  !important;
}
.-m-24 {
  margin: -6rem ;
}
[class~="-m-24"] {
  margin: -6rem ;
}
.!-m-24 {
  margin: -6rem  !important;
}
[class~="!-m-24"] {
  margin: -6rem  !important;
}
.-mx-24 {
  margin-left: -6rem ;
  margin-right: -6rem ;
}
[class~="-mx-24"] {
  margin-left: -6rem ;
  margin-right: -6rem ;
}
.!-mx-24 {
  margin-left: -6rem  !important;
  margin-right: -6rem  !important;
}
[class~="!-mx-24"] {
  margin-left: -6rem  !important;
  margin-right: -6rem  !important;
}
.-my-24 {
  margin-top: -6rem ;
  margin-bottom: -6rem ;
}
[class~="-my-24"] {
  margin-top: -6rem ;
  margin-bottom: -6rem ;
}
.!-my-24 {
  margin-top: -6rem  !important;
  margin-bottom: -6rem  !important;
}
[class~="!-my-24"] {
  margin-top: -6rem  !important;
  margin-bottom: -6rem  !important;
}
.-ms-24 {
  margin-inline-start: -6rem ;
}
[class~="-ms-24"] {
  margin-inline-start: -6rem ;
}
.!-ms-24 {
  margin-inline-start: -6rem  !important;
}
[class~="!-ms-24"] {
  margin-inline-start: -6rem  !important;
}
.-me-24 {
  margin-inline-end: -6rem ;
}
[class~="-me-24"] {
  margin-inline-end: -6rem ;
}
.!-me-24 {
  margin-inline-end: -6rem  !important;
}
[class~="!-me-24"] {
  margin-inline-end: -6rem  !important;
}
.-mt-24 {
  margin-top: -6rem ;
}
[class~="-mt-24"] {
  margin-top: -6rem ;
}
.!-mt-24 {
  margin-top: -6rem  !important;
}
[class~="!-mt-24"] {
  margin-top: -6rem  !important;
}
.-mr-24 {
  margin-right: -6rem ;
}
[class~="-mr-24"] {
  margin-right: -6rem ;
}
.!-mr-24 {
  margin-right: -6rem  !important;
}
[class~="!-mr-24"] {
  margin-right: -6rem  !important;
}
.-mb-24 {
  margin-bottom: -6rem ;
}
[class~="-mb-24"] {
  margin-bottom: -6rem ;
}
.!-mb-24 {
  margin-bottom: -6rem  !important;
}
[class~="!-mb-24"] {
  margin-bottom: -6rem  !important;
}
.-ml-24 {
  margin-left: -6rem ;
}
[class~="-ml-24"] {
  margin-left: -6rem ;
}
.!-ml-24 {
  margin-left: -6rem  !important;
}
[class~="!-ml-24"] {
  margin-left: -6rem  !important;
}
.-m-28 {
  margin: -7rem ;
}
[class~="-m-28"] {
  margin: -7rem ;
}
.!-m-28 {
  margin: -7rem  !important;
}
[class~="!-m-28"] {
  margin: -7rem  !important;
}
.-mx-28 {
  margin-left: -7rem ;
  margin-right: -7rem ;
}
[class~="-mx-28"] {
  margin-left: -7rem ;
  margin-right: -7rem ;
}
.!-mx-28 {
  margin-left: -7rem  !important;
  margin-right: -7rem  !important;
}
[class~="!-mx-28"] {
  margin-left: -7rem  !important;
  margin-right: -7rem  !important;
}
.-my-28 {
  margin-top: -7rem ;
  margin-bottom: -7rem ;
}
[class~="-my-28"] {
  margin-top: -7rem ;
  margin-bottom: -7rem ;
}
.!-my-28 {
  margin-top: -7rem  !important;
  margin-bottom: -7rem  !important;
}
[class~="!-my-28"] {
  margin-top: -7rem  !important;
  margin-bottom: -7rem  !important;
}
.-ms-28 {
  margin-inline-start: -7rem ;
}
[class~="-ms-28"] {
  margin-inline-start: -7rem ;
}
.!-ms-28 {
  margin-inline-start: -7rem  !important;
}
[class~="!-ms-28"] {
  margin-inline-start: -7rem  !important;
}
.-me-28 {
  margin-inline-end: -7rem ;
}
[class~="-me-28"] {
  margin-inline-end: -7rem ;
}
.!-me-28 {
  margin-inline-end: -7rem  !important;
}
[class~="!-me-28"] {
  margin-inline-end: -7rem  !important;
}
.-mt-28 {
  margin-top: -7rem ;
}
[class~="-mt-28"] {
  margin-top: -7rem ;
}
.!-mt-28 {
  margin-top: -7rem  !important;
}
[class~="!-mt-28"] {
  margin-top: -7rem  !important;
}
.-mr-28 {
  margin-right: -7rem ;
}
[class~="-mr-28"] {
  margin-right: -7rem ;
}
.!-mr-28 {
  margin-right: -7rem  !important;
}
[class~="!-mr-28"] {
  margin-right: -7rem  !important;
}
.-mb-28 {
  margin-bottom: -7rem ;
}
[class~="-mb-28"] {
  margin-bottom: -7rem ;
}
.!-mb-28 {
  margin-bottom: -7rem  !important;
}
[class~="!-mb-28"] {
  margin-bottom: -7rem  !important;
}
.-ml-28 {
  margin-left: -7rem ;
}
[class~="-ml-28"] {
  margin-left: -7rem ;
}
.!-ml-28 {
  margin-left: -7rem  !important;
}
[class~="!-ml-28"] {
  margin-left: -7rem  !important;
}
.-m-32 {
  margin: -8rem ;
}
[class~="-m-32"] {
  margin: -8rem ;
}
.!-m-32 {
  margin: -8rem  !important;
}
[class~="!-m-32"] {
  margin: -8rem  !important;
}
.-mx-32 {
  margin-left: -8rem ;
  margin-right: -8rem ;
}
[class~="-mx-32"] {
  margin-left: -8rem ;
  margin-right: -8rem ;
}
.!-mx-32 {
  margin-left: -8rem  !important;
  margin-right: -8rem  !important;
}
[class~="!-mx-32"] {
  margin-left: -8rem  !important;
  margin-right: -8rem  !important;
}
.-my-32 {
  margin-top: -8rem ;
  margin-bottom: -8rem ;
}
[class~="-my-32"] {
  margin-top: -8rem ;
  margin-bottom: -8rem ;
}
.!-my-32 {
  margin-top: -8rem  !important;
  margin-bottom: -8rem  !important;
}
[class~="!-my-32"] {
  margin-top: -8rem  !important;
  margin-bottom: -8rem  !important;
}
.-ms-32 {
  margin-inline-start: -8rem ;
}
[class~="-ms-32"] {
  margin-inline-start: -8rem ;
}
.!-ms-32 {
  margin-inline-start: -8rem  !important;
}
[class~="!-ms-32"] {
  margin-inline-start: -8rem  !important;
}
.-me-32 {
  margin-inline-end: -8rem ;
}
[class~="-me-32"] {
  margin-inline-end: -8rem ;
}
.!-me-32 {
  margin-inline-end: -8rem  !important;
}
[class~="!-me-32"] {
  margin-inline-end: -8rem  !important;
}
.-mt-32 {
  margin-top: -8rem ;
}
[class~="-mt-32"] {
  margin-top: -8rem ;
}
.!-mt-32 {
  margin-top: -8rem  !important;
}
[class~="!-mt-32"] {
  margin-top: -8rem  !important;
}
.-mr-32 {
  margin-right: -8rem ;
}
[class~="-mr-32"] {
  margin-right: -8rem ;
}
.!-mr-32 {
  margin-right: -8rem  !important;
}
[class~="!-mr-32"] {
  margin-right: -8rem  !important;
}
.-mb-32 {
  margin-bottom: -8rem ;
}
[class~="-mb-32"] {
  margin-bottom: -8rem ;
}
.!-mb-32 {
  margin-bottom: -8rem  !important;
}
[class~="!-mb-32"] {
  margin-bottom: -8rem  !important;
}
.-ml-32 {
  margin-left: -8rem ;
}
[class~="-ml-32"] {
  margin-left: -8rem ;
}
.!-ml-32 {
  margin-left: -8rem  !important;
}
[class~="!-ml-32"] {
  margin-left: -8rem  !important;
}
.-m-36 {
  margin: -9rem ;
}
[class~="-m-36"] {
  margin: -9rem ;
}
.!-m-36 {
  margin: -9rem  !important;
}
[class~="!-m-36"] {
  margin: -9rem  !important;
}
.-mx-36 {
  margin-left: -9rem ;
  margin-right: -9rem ;
}
[class~="-mx-36"] {
  margin-left: -9rem ;
  margin-right: -9rem ;
}
.!-mx-36 {
  margin-left: -9rem  !important;
  margin-right: -9rem  !important;
}
[class~="!-mx-36"] {
  margin-left: -9rem  !important;
  margin-right: -9rem  !important;
}
.-my-36 {
  margin-top: -9rem ;
  margin-bottom: -9rem ;
}
[class~="-my-36"] {
  margin-top: -9rem ;
  margin-bottom: -9rem ;
}
.!-my-36 {
  margin-top: -9rem  !important;
  margin-bottom: -9rem  !important;
}
[class~="!-my-36"] {
  margin-top: -9rem  !important;
  margin-bottom: -9rem  !important;
}
.-ms-36 {
  margin-inline-start: -9rem ;
}
[class~="-ms-36"] {
  margin-inline-start: -9rem ;
}
.!-ms-36 {
  margin-inline-start: -9rem  !important;
}
[class~="!-ms-36"] {
  margin-inline-start: -9rem  !important;
}
.-me-36 {
  margin-inline-end: -9rem ;
}
[class~="-me-36"] {
  margin-inline-end: -9rem ;
}
.!-me-36 {
  margin-inline-end: -9rem  !important;
}
[class~="!-me-36"] {
  margin-inline-end: -9rem  !important;
}
.-mt-36 {
  margin-top: -9rem ;
}
[class~="-mt-36"] {
  margin-top: -9rem ;
}
.!-mt-36 {
  margin-top: -9rem  !important;
}
[class~="!-mt-36"] {
  margin-top: -9rem  !important;
}
.-mr-36 {
  margin-right: -9rem ;
}
[class~="-mr-36"] {
  margin-right: -9rem ;
}
.!-mr-36 {
  margin-right: -9rem  !important;
}
[class~="!-mr-36"] {
  margin-right: -9rem  !important;
}
.-mb-36 {
  margin-bottom: -9rem ;
}
[class~="-mb-36"] {
  margin-bottom: -9rem ;
}
.!-mb-36 {
  margin-bottom: -9rem  !important;
}
[class~="!-mb-36"] {
  margin-bottom: -9rem  !important;
}
.-ml-36 {
  margin-left: -9rem ;
}
[class~="-ml-36"] {
  margin-left: -9rem ;
}
.!-ml-36 {
  margin-left: -9rem  !important;
}
[class~="!-ml-36"] {
  margin-left: -9rem  !important;
}
.-m-40 {
  margin: -10rem ;
}
[class~="-m-40"] {
  margin: -10rem ;
}
.!-m-40 {
  margin: -10rem  !important;
}
[class~="!-m-40"] {
  margin: -10rem  !important;
}
.-mx-40 {
  margin-left: -10rem ;
  margin-right: -10rem ;
}
[class~="-mx-40"] {
  margin-left: -10rem ;
  margin-right: -10rem ;
}
.!-mx-40 {
  margin-left: -10rem  !important;
  margin-right: -10rem  !important;
}
[class~="!-mx-40"] {
  margin-left: -10rem  !important;
  margin-right: -10rem  !important;
}
.-my-40 {
  margin-top: -10rem ;
  margin-bottom: -10rem ;
}
[class~="-my-40"] {
  margin-top: -10rem ;
  margin-bottom: -10rem ;
}
.!-my-40 {
  margin-top: -10rem  !important;
  margin-bottom: -10rem  !important;
}
[class~="!-my-40"] {
  margin-top: -10rem  !important;
  margin-bottom: -10rem  !important;
}
.-ms-40 {
  margin-inline-start: -10rem ;
}
[class~="-ms-40"] {
  margin-inline-start: -10rem ;
}
.!-ms-40 {
  margin-inline-start: -10rem  !important;
}
[class~="!-ms-40"] {
  margin-inline-start: -10rem  !important;
}
.-me-40 {
  margin-inline-end: -10rem ;
}
[class~="-me-40"] {
  margin-inline-end: -10rem ;
}
.!-me-40 {
  margin-inline-end: -10rem  !important;
}
[class~="!-me-40"] {
  margin-inline-end: -10rem  !important;
}
.-mt-40 {
  margin-top: -10rem ;
}
[class~="-mt-40"] {
  margin-top: -10rem ;
}
.!-mt-40 {
  margin-top: -10rem  !important;
}
[class~="!-mt-40"] {
  margin-top: -10rem  !important;
}
.-mr-40 {
  margin-right: -10rem ;
}
[class~="-mr-40"] {
  margin-right: -10rem ;
}
.!-mr-40 {
  margin-right: -10rem  !important;
}
[class~="!-mr-40"] {
  margin-right: -10rem  !important;
}
.-mb-40 {
  margin-bottom: -10rem ;
}
[class~="-mb-40"] {
  margin-bottom: -10rem ;
}
.!-mb-40 {
  margin-bottom: -10rem  !important;
}
[class~="!-mb-40"] {
  margin-bottom: -10rem  !important;
}
.-ml-40 {
  margin-left: -10rem ;
}
[class~="-ml-40"] {
  margin-left: -10rem ;
}
.!-ml-40 {
  margin-left: -10rem  !important;
}
[class~="!-ml-40"] {
  margin-left: -10rem  !important;
}
.-m-44 {
  margin: -11rem ;
}
[class~="-m-44"] {
  margin: -11rem ;
}
.!-m-44 {
  margin: -11rem  !important;
}
[class~="!-m-44"] {
  margin: -11rem  !important;
}
.-mx-44 {
  margin-left: -11rem ;
  margin-right: -11rem ;
}
[class~="-mx-44"] {
  margin-left: -11rem ;
  margin-right: -11rem ;
}
.!-mx-44 {
  margin-left: -11rem  !important;
  margin-right: -11rem  !important;
}
[class~="!-mx-44"] {
  margin-left: -11rem  !important;
  margin-right: -11rem  !important;
}
.-my-44 {
  margin-top: -11rem ;
  margin-bottom: -11rem ;
}
[class~="-my-44"] {
  margin-top: -11rem ;
  margin-bottom: -11rem ;
}
.!-my-44 {
  margin-top: -11rem  !important;
  margin-bottom: -11rem  !important;
}
[class~="!-my-44"] {
  margin-top: -11rem  !important;
  margin-bottom: -11rem  !important;
}
.-ms-44 {
  margin-inline-start: -11rem ;
}
[class~="-ms-44"] {
  margin-inline-start: -11rem ;
}
.!-ms-44 {
  margin-inline-start: -11rem  !important;
}
[class~="!-ms-44"] {
  margin-inline-start: -11rem  !important;
}
.-me-44 {
  margin-inline-end: -11rem ;
}
[class~="-me-44"] {
  margin-inline-end: -11rem ;
}
.!-me-44 {
  margin-inline-end: -11rem  !important;
}
[class~="!-me-44"] {
  margin-inline-end: -11rem  !important;
}
.-mt-44 {
  margin-top: -11rem ;
}
[class~="-mt-44"] {
  margin-top: -11rem ;
}
.!-mt-44 {
  margin-top: -11rem  !important;
}
[class~="!-mt-44"] {
  margin-top: -11rem  !important;
}
.-mr-44 {
  margin-right: -11rem ;
}
[class~="-mr-44"] {
  margin-right: -11rem ;
}
.!-mr-44 {
  margin-right: -11rem  !important;
}
[class~="!-mr-44"] {
  margin-right: -11rem  !important;
}
.-mb-44 {
  margin-bottom: -11rem ;
}
[class~="-mb-44"] {
  margin-bottom: -11rem ;
}
.!-mb-44 {
  margin-bottom: -11rem  !important;
}
[class~="!-mb-44"] {
  margin-bottom: -11rem  !important;
}
.-ml-44 {
  margin-left: -11rem ;
}
[class~="-ml-44"] {
  margin-left: -11rem ;
}
.!-ml-44 {
  margin-left: -11rem  !important;
}
[class~="!-ml-44"] {
  margin-left: -11rem  !important;
}
.-m-48 {
  margin: -12rem ;
}
[class~="-m-48"] {
  margin: -12rem ;
}
.!-m-48 {
  margin: -12rem  !important;
}
[class~="!-m-48"] {
  margin: -12rem  !important;
}
.-mx-48 {
  margin-left: -12rem ;
  margin-right: -12rem ;
}
[class~="-mx-48"] {
  margin-left: -12rem ;
  margin-right: -12rem ;
}
.!-mx-48 {
  margin-left: -12rem  !important;
  margin-right: -12rem  !important;
}
[class~="!-mx-48"] {
  margin-left: -12rem  !important;
  margin-right: -12rem  !important;
}
.-my-48 {
  margin-top: -12rem ;
  margin-bottom: -12rem ;
}
[class~="-my-48"] {
  margin-top: -12rem ;
  margin-bottom: -12rem ;
}
.!-my-48 {
  margin-top: -12rem  !important;
  margin-bottom: -12rem  !important;
}
[class~="!-my-48"] {
  margin-top: -12rem  !important;
  margin-bottom: -12rem  !important;
}
.-ms-48 {
  margin-inline-start: -12rem ;
}
[class~="-ms-48"] {
  margin-inline-start: -12rem ;
}
.!-ms-48 {
  margin-inline-start: -12rem  !important;
}
[class~="!-ms-48"] {
  margin-inline-start: -12rem  !important;
}
.-me-48 {
  margin-inline-end: -12rem ;
}
[class~="-me-48"] {
  margin-inline-end: -12rem ;
}
.!-me-48 {
  margin-inline-end: -12rem  !important;
}
[class~="!-me-48"] {
  margin-inline-end: -12rem  !important;
}
.-mt-48 {
  margin-top: -12rem ;
}
[class~="-mt-48"] {
  margin-top: -12rem ;
}
.!-mt-48 {
  margin-top: -12rem  !important;
}
[class~="!-mt-48"] {
  margin-top: -12rem  !important;
}
.-mr-48 {
  margin-right: -12rem ;
}
[class~="-mr-48"] {
  margin-right: -12rem ;
}
.!-mr-48 {
  margin-right: -12rem  !important;
}
[class~="!-mr-48"] {
  margin-right: -12rem  !important;
}
.-mb-48 {
  margin-bottom: -12rem ;
}
[class~="-mb-48"] {
  margin-bottom: -12rem ;
}
.!-mb-48 {
  margin-bottom: -12rem  !important;
}
[class~="!-mb-48"] {
  margin-bottom: -12rem  !important;
}
.-ml-48 {
  margin-left: -12rem ;
}
[class~="-ml-48"] {
  margin-left: -12rem ;
}
.!-ml-48 {
  margin-left: -12rem  !important;
}
[class~="!-ml-48"] {
  margin-left: -12rem  !important;
}
.-m-52 {
  margin: -13rem ;
}
[class~="-m-52"] {
  margin: -13rem ;
}
.!-m-52 {
  margin: -13rem  !important;
}
[class~="!-m-52"] {
  margin: -13rem  !important;
}
.-mx-52 {
  margin-left: -13rem ;
  margin-right: -13rem ;
}
[class~="-mx-52"] {
  margin-left: -13rem ;
  margin-right: -13rem ;
}
.!-mx-52 {
  margin-left: -13rem  !important;
  margin-right: -13rem  !important;
}
[class~="!-mx-52"] {
  margin-left: -13rem  !important;
  margin-right: -13rem  !important;
}
.-my-52 {
  margin-top: -13rem ;
  margin-bottom: -13rem ;
}
[class~="-my-52"] {
  margin-top: -13rem ;
  margin-bottom: -13rem ;
}
.!-my-52 {
  margin-top: -13rem  !important;
  margin-bottom: -13rem  !important;
}
[class~="!-my-52"] {
  margin-top: -13rem  !important;
  margin-bottom: -13rem  !important;
}
.-ms-52 {
  margin-inline-start: -13rem ;
}
[class~="-ms-52"] {
  margin-inline-start: -13rem ;
}
.!-ms-52 {
  margin-inline-start: -13rem  !important;
}
[class~="!-ms-52"] {
  margin-inline-start: -13rem  !important;
}
.-me-52 {
  margin-inline-end: -13rem ;
}
[class~="-me-52"] {
  margin-inline-end: -13rem ;
}
.!-me-52 {
  margin-inline-end: -13rem  !important;
}
[class~="!-me-52"] {
  margin-inline-end: -13rem  !important;
}
.-mt-52 {
  margin-top: -13rem ;
}
[class~="-mt-52"] {
  margin-top: -13rem ;
}
.!-mt-52 {
  margin-top: -13rem  !important;
}
[class~="!-mt-52"] {
  margin-top: -13rem  !important;
}
.-mr-52 {
  margin-right: -13rem ;
}
[class~="-mr-52"] {
  margin-right: -13rem ;
}
.!-mr-52 {
  margin-right: -13rem  !important;
}
[class~="!-mr-52"] {
  margin-right: -13rem  !important;
}
.-mb-52 {
  margin-bottom: -13rem ;
}
[class~="-mb-52"] {
  margin-bottom: -13rem ;
}
.!-mb-52 {
  margin-bottom: -13rem  !important;
}
[class~="!-mb-52"] {
  margin-bottom: -13rem  !important;
}
.-ml-52 {
  margin-left: -13rem ;
}
[class~="-ml-52"] {
  margin-left: -13rem ;
}
.!-ml-52 {
  margin-left: -13rem  !important;
}
[class~="!-ml-52"] {
  margin-left: -13rem  !important;
}
.-m-56 {
  margin: -14rem ;
}
[class~="-m-56"] {
  margin: -14rem ;
}
.!-m-56 {
  margin: -14rem  !important;
}
[class~="!-m-56"] {
  margin: -14rem  !important;
}
.-mx-56 {
  margin-left: -14rem ;
  margin-right: -14rem ;
}
[class~="-mx-56"] {
  margin-left: -14rem ;
  margin-right: -14rem ;
}
.!-mx-56 {
  margin-left: -14rem  !important;
  margin-right: -14rem  !important;
}
[class~="!-mx-56"] {
  margin-left: -14rem  !important;
  margin-right: -14rem  !important;
}
.-my-56 {
  margin-top: -14rem ;
  margin-bottom: -14rem ;
}
[class~="-my-56"] {
  margin-top: -14rem ;
  margin-bottom: -14rem ;
}
.!-my-56 {
  margin-top: -14rem  !important;
  margin-bottom: -14rem  !important;
}
[class~="!-my-56"] {
  margin-top: -14rem  !important;
  margin-bottom: -14rem  !important;
}
.-ms-56 {
  margin-inline-start: -14rem ;
}
[class~="-ms-56"] {
  margin-inline-start: -14rem ;
}
.!-ms-56 {
  margin-inline-start: -14rem  !important;
}
[class~="!-ms-56"] {
  margin-inline-start: -14rem  !important;
}
.-me-56 {
  margin-inline-end: -14rem ;
}
[class~="-me-56"] {
  margin-inline-end: -14rem ;
}
.!-me-56 {
  margin-inline-end: -14rem  !important;
}
[class~="!-me-56"] {
  margin-inline-end: -14rem  !important;
}
.-mt-56 {
  margin-top: -14rem ;
}
[class~="-mt-56"] {
  margin-top: -14rem ;
}
.!-mt-56 {
  margin-top: -14rem  !important;
}
[class~="!-mt-56"] {
  margin-top: -14rem  !important;
}
.-mr-56 {
  margin-right: -14rem ;
}
[class~="-mr-56"] {
  margin-right: -14rem ;
}
.!-mr-56 {
  margin-right: -14rem  !important;
}
[class~="!-mr-56"] {
  margin-right: -14rem  !important;
}
.-mb-56 {
  margin-bottom: -14rem ;
}
[class~="-mb-56"] {
  margin-bottom: -14rem ;
}
.!-mb-56 {
  margin-bottom: -14rem  !important;
}
[class~="!-mb-56"] {
  margin-bottom: -14rem  !important;
}
.-ml-56 {
  margin-left: -14rem ;
}
[class~="-ml-56"] {
  margin-left: -14rem ;
}
.!-ml-56 {
  margin-left: -14rem  !important;
}
[class~="!-ml-56"] {
  margin-left: -14rem  !important;
}
.-m-60 {
  margin: -15rem ;
}
[class~="-m-60"] {
  margin: -15rem ;
}
.!-m-60 {
  margin: -15rem  !important;
}
[class~="!-m-60"] {
  margin: -15rem  !important;
}
.-mx-60 {
  margin-left: -15rem ;
  margin-right: -15rem ;
}
[class~="-mx-60"] {
  margin-left: -15rem ;
  margin-right: -15rem ;
}
.!-mx-60 {
  margin-left: -15rem  !important;
  margin-right: -15rem  !important;
}
[class~="!-mx-60"] {
  margin-left: -15rem  !important;
  margin-right: -15rem  !important;
}
.-my-60 {
  margin-top: -15rem ;
  margin-bottom: -15rem ;
}
[class~="-my-60"] {
  margin-top: -15rem ;
  margin-bottom: -15rem ;
}
.!-my-60 {
  margin-top: -15rem  !important;
  margin-bottom: -15rem  !important;
}
[class~="!-my-60"] {
  margin-top: -15rem  !important;
  margin-bottom: -15rem  !important;
}
.-ms-60 {
  margin-inline-start: -15rem ;
}
[class~="-ms-60"] {
  margin-inline-start: -15rem ;
}
.!-ms-60 {
  margin-inline-start: -15rem  !important;
}
[class~="!-ms-60"] {
  margin-inline-start: -15rem  !important;
}
.-me-60 {
  margin-inline-end: -15rem ;
}
[class~="-me-60"] {
  margin-inline-end: -15rem ;
}
.!-me-60 {
  margin-inline-end: -15rem  !important;
}
[class~="!-me-60"] {
  margin-inline-end: -15rem  !important;
}
.-mt-60 {
  margin-top: -15rem ;
}
[class~="-mt-60"] {
  margin-top: -15rem ;
}
.!-mt-60 {
  margin-top: -15rem  !important;
}
[class~="!-mt-60"] {
  margin-top: -15rem  !important;
}
.-mr-60 {
  margin-right: -15rem ;
}
[class~="-mr-60"] {
  margin-right: -15rem ;
}
.!-mr-60 {
  margin-right: -15rem  !important;
}
[class~="!-mr-60"] {
  margin-right: -15rem  !important;
}
.-mb-60 {
  margin-bottom: -15rem ;
}
[class~="-mb-60"] {
  margin-bottom: -15rem ;
}
.!-mb-60 {
  margin-bottom: -15rem  !important;
}
[class~="!-mb-60"] {
  margin-bottom: -15rem  !important;
}
.-ml-60 {
  margin-left: -15rem ;
}
[class~="-ml-60"] {
  margin-left: -15rem ;
}
.!-ml-60 {
  margin-left: -15rem  !important;
}
[class~="!-ml-60"] {
  margin-left: -15rem  !important;
}
.-m-64 {
  margin: -16rem ;
}
[class~="-m-64"] {
  margin: -16rem ;
}
.!-m-64 {
  margin: -16rem  !important;
}
[class~="!-m-64"] {
  margin: -16rem  !important;
}
.-mx-64 {
  margin-left: -16rem ;
  margin-right: -16rem ;
}
[class~="-mx-64"] {
  margin-left: -16rem ;
  margin-right: -16rem ;
}
.!-mx-64 {
  margin-left: -16rem  !important;
  margin-right: -16rem  !important;
}
[class~="!-mx-64"] {
  margin-left: -16rem  !important;
  margin-right: -16rem  !important;
}
.-my-64 {
  margin-top: -16rem ;
  margin-bottom: -16rem ;
}
[class~="-my-64"] {
  margin-top: -16rem ;
  margin-bottom: -16rem ;
}
.!-my-64 {
  margin-top: -16rem  !important;
  margin-bottom: -16rem  !important;
}
[class~="!-my-64"] {
  margin-top: -16rem  !important;
  margin-bottom: -16rem  !important;
}
.-ms-64 {
  margin-inline-start: -16rem ;
}
[class~="-ms-64"] {
  margin-inline-start: -16rem ;
}
.!-ms-64 {
  margin-inline-start: -16rem  !important;
}
[class~="!-ms-64"] {
  margin-inline-start: -16rem  !important;
}
.-me-64 {
  margin-inline-end: -16rem ;
}
[class~="-me-64"] {
  margin-inline-end: -16rem ;
}
.!-me-64 {
  margin-inline-end: -16rem  !important;
}
[class~="!-me-64"] {
  margin-inline-end: -16rem  !important;
}
.-mt-64 {
  margin-top: -16rem ;
}
[class~="-mt-64"] {
  margin-top: -16rem ;
}
.!-mt-64 {
  margin-top: -16rem  !important;
}
[class~="!-mt-64"] {
  margin-top: -16rem  !important;
}
.-mr-64 {
  margin-right: -16rem ;
}
[class~="-mr-64"] {
  margin-right: -16rem ;
}
.!-mr-64 {
  margin-right: -16rem  !important;
}
[class~="!-mr-64"] {
  margin-right: -16rem  !important;
}
.-mb-64 {
  margin-bottom: -16rem ;
}
[class~="-mb-64"] {
  margin-bottom: -16rem ;
}
.!-mb-64 {
  margin-bottom: -16rem  !important;
}
[class~="!-mb-64"] {
  margin-bottom: -16rem  !important;
}
.-ml-64 {
  margin-left: -16rem ;
}
[class~="-ml-64"] {
  margin-left: -16rem ;
}
.!-ml-64 {
  margin-left: -16rem  !important;
}
[class~="!-ml-64"] {
  margin-left: -16rem  !important;
}
.-m-72 {
  margin: -18rem ;
}
[class~="-m-72"] {
  margin: -18rem ;
}
.!-m-72 {
  margin: -18rem  !important;
}
[class~="!-m-72"] {
  margin: -18rem  !important;
}
.-mx-72 {
  margin-left: -18rem ;
  margin-right: -18rem ;
}
[class~="-mx-72"] {
  margin-left: -18rem ;
  margin-right: -18rem ;
}
.!-mx-72 {
  margin-left: -18rem  !important;
  margin-right: -18rem  !important;
}
[class~="!-mx-72"] {
  margin-left: -18rem  !important;
  margin-right: -18rem  !important;
}
.-my-72 {
  margin-top: -18rem ;
  margin-bottom: -18rem ;
}
[class~="-my-72"] {
  margin-top: -18rem ;
  margin-bottom: -18rem ;
}
.!-my-72 {
  margin-top: -18rem  !important;
  margin-bottom: -18rem  !important;
}
[class~="!-my-72"] {
  margin-top: -18rem  !important;
  margin-bottom: -18rem  !important;
}
.-ms-72 {
  margin-inline-start: -18rem ;
}
[class~="-ms-72"] {
  margin-inline-start: -18rem ;
}
.!-ms-72 {
  margin-inline-start: -18rem  !important;
}
[class~="!-ms-72"] {
  margin-inline-start: -18rem  !important;
}
.-me-72 {
  margin-inline-end: -18rem ;
}
[class~="-me-72"] {
  margin-inline-end: -18rem ;
}
.!-me-72 {
  margin-inline-end: -18rem  !important;
}
[class~="!-me-72"] {
  margin-inline-end: -18rem  !important;
}
.-mt-72 {
  margin-top: -18rem ;
}
[class~="-mt-72"] {
  margin-top: -18rem ;
}
.!-mt-72 {
  margin-top: -18rem  !important;
}
[class~="!-mt-72"] {
  margin-top: -18rem  !important;
}
.-mr-72 {
  margin-right: -18rem ;
}
[class~="-mr-72"] {
  margin-right: -18rem ;
}
.!-mr-72 {
  margin-right: -18rem  !important;
}
[class~="!-mr-72"] {
  margin-right: -18rem  !important;
}
.-mb-72 {
  margin-bottom: -18rem ;
}
[class~="-mb-72"] {
  margin-bottom: -18rem ;
}
.!-mb-72 {
  margin-bottom: -18rem  !important;
}
[class~="!-mb-72"] {
  margin-bottom: -18rem  !important;
}
.-ml-72 {
  margin-left: -18rem ;
}
[class~="-ml-72"] {
  margin-left: -18rem ;
}
.!-ml-72 {
  margin-left: -18rem  !important;
}
[class~="!-ml-72"] {
  margin-left: -18rem  !important;
}
.-m-80 {
  margin: -20rem ;
}
[class~="-m-80"] {
  margin: -20rem ;
}
.!-m-80 {
  margin: -20rem  !important;
}
[class~="!-m-80"] {
  margin: -20rem  !important;
}
.-mx-80 {
  margin-left: -20rem ;
  margin-right: -20rem ;
}
[class~="-mx-80"] {
  margin-left: -20rem ;
  margin-right: -20rem ;
}
.!-mx-80 {
  margin-left: -20rem  !important;
  margin-right: -20rem  !important;
}
[class~="!-mx-80"] {
  margin-left: -20rem  !important;
  margin-right: -20rem  !important;
}
.-my-80 {
  margin-top: -20rem ;
  margin-bottom: -20rem ;
}
[class~="-my-80"] {
  margin-top: -20rem ;
  margin-bottom: -20rem ;
}
.!-my-80 {
  margin-top: -20rem  !important;
  margin-bottom: -20rem  !important;
}
[class~="!-my-80"] {
  margin-top: -20rem  !important;
  margin-bottom: -20rem  !important;
}
.-ms-80 {
  margin-inline-start: -20rem ;
}
[class~="-ms-80"] {
  margin-inline-start: -20rem ;
}
.!-ms-80 {
  margin-inline-start: -20rem  !important;
}
[class~="!-ms-80"] {
  margin-inline-start: -20rem  !important;
}
.-me-80 {
  margin-inline-end: -20rem ;
}
[class~="-me-80"] {
  margin-inline-end: -20rem ;
}
.!-me-80 {
  margin-inline-end: -20rem  !important;
}
[class~="!-me-80"] {
  margin-inline-end: -20rem  !important;
}
.-mt-80 {
  margin-top: -20rem ;
}
[class~="-mt-80"] {
  margin-top: -20rem ;
}
.!-mt-80 {
  margin-top: -20rem  !important;
}
[class~="!-mt-80"] {
  margin-top: -20rem  !important;
}
.-mr-80 {
  margin-right: -20rem ;
}
[class~="-mr-80"] {
  margin-right: -20rem ;
}
.!-mr-80 {
  margin-right: -20rem  !important;
}
[class~="!-mr-80"] {
  margin-right: -20rem  !important;
}
.-mb-80 {
  margin-bottom: -20rem ;
}
[class~="-mb-80"] {
  margin-bottom: -20rem ;
}
.!-mb-80 {
  margin-bottom: -20rem  !important;
}
[class~="!-mb-80"] {
  margin-bottom: -20rem  !important;
}
.-ml-80 {
  margin-left: -20rem ;
}
[class~="-ml-80"] {
  margin-left: -20rem ;
}
.!-ml-80 {
  margin-left: -20rem  !important;
}
[class~="!-ml-80"] {
  margin-left: -20rem  !important;
}
.-m-96 {
  margin: -24rem ;
}
[class~="-m-96"] {
  margin: -24rem ;
}
.!-m-96 {
  margin: -24rem  !important;
}
[class~="!-m-96"] {
  margin: -24rem  !important;
}
.-mx-96 {
  margin-left: -24rem ;
  margin-right: -24rem ;
}
[class~="-mx-96"] {
  margin-left: -24rem ;
  margin-right: -24rem ;
}
.!-mx-96 {
  margin-left: -24rem  !important;
  margin-right: -24rem  !important;
}
[class~="!-mx-96"] {
  margin-left: -24rem  !important;
  margin-right: -24rem  !important;
}
.-my-96 {
  margin-top: -24rem ;
  margin-bottom: -24rem ;
}
[class~="-my-96"] {
  margin-top: -24rem ;
  margin-bottom: -24rem ;
}
.!-my-96 {
  margin-top: -24rem  !important;
  margin-bottom: -24rem  !important;
}
[class~="!-my-96"] {
  margin-top: -24rem  !important;
  margin-bottom: -24rem  !important;
}
.-ms-96 {
  margin-inline-start: -24rem ;
}
[class~="-ms-96"] {
  margin-inline-start: -24rem ;
}
.!-ms-96 {
  margin-inline-start: -24rem  !important;
}
[class~="!-ms-96"] {
  margin-inline-start: -24rem  !important;
}
.-me-96 {
  margin-inline-end: -24rem ;
}
[class~="-me-96"] {
  margin-inline-end: -24rem ;
}
.!-me-96 {
  margin-inline-end: -24rem  !important;
}
[class~="!-me-96"] {
  margin-inline-end: -24rem  !important;
}
.-mt-96 {
  margin-top: -24rem ;
}
[class~="-mt-96"] {
  margin-top: -24rem ;
}
.!-mt-96 {
  margin-top: -24rem  !important;
}
[class~="!-mt-96"] {
  margin-top: -24rem  !important;
}
.-mr-96 {
  margin-right: -24rem ;
}
[class~="-mr-96"] {
  margin-right: -24rem ;
}
.!-mr-96 {
  margin-right: -24rem  !important;
}
[class~="!-mr-96"] {
  margin-right: -24rem  !important;
}
.-mb-96 {
  margin-bottom: -24rem ;
}
[class~="-mb-96"] {
  margin-bottom: -24rem ;
}
.!-mb-96 {
  margin-bottom: -24rem  !important;
}
[class~="!-mb-96"] {
  margin-bottom: -24rem  !important;
}
.-ml-96 {
  margin-left: -24rem ;
}
[class~="-ml-96"] {
  margin-left: -24rem ;
}
.!-ml-96 {
  margin-left: -24rem  !important;
}
[class~="!-ml-96"] {
  margin-left: -24rem  !important;
}
.space-x-0 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0 * var(--tw-space-x-reverse)) ;
  margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-0"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0 * var(--tw-space-x-reverse)) ;
  margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-0 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-0"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-0 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
  margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-0"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
  margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-0 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-0"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-0\.5 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-0\.5"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-0\.5 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-0\.5"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-0\.5 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-0\.5"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-0\.5 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-0\.5"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-1 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-1"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-1 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-1"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-1 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-1"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-1 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-1"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-1\.5 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-1\.5"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-1\.5 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-1\.5"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-1\.5 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-1\.5"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-1\.5 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-1\.5"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-2 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-2"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-2 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-2"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-2 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-2"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-2 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-2"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-2\.5 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-2\.5"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-2\.5 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-2\.5"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-2\.5 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-2\.5"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-2\.5 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-2\.5"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-3 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-3"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-3 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-3"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-3 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-3"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-3 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-3"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-3\.5 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-3\.5"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-3\.5 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-3\.5"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-3\.5 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-3\.5"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-3\.5 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-3\.5"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-4 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-4"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-4 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-4"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-4 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-4"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-4 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-4"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-5 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-5"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-5 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-5"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-5 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-5"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-5 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-5"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-6 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-6"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-6 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-6"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-6 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-6"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-6 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-6"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-7 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-7"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-7 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-7"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-7 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-7"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-7 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-7"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-8 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-8"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-8 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-8"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-8 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-8"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-8 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-8"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-9 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-9"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-9 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-9"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-9 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-9"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-9 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-9"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-10 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-10"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-10 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-10"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-10 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-10"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-10 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-10"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-11 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-11"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-11 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-11"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-11 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-11"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-11 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-11"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-12 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-12"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-12 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-12"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-12 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-12"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-12 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-12"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-14 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-14"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-14 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-14"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-14 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-14"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-14 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-14"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-16 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-16"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-16 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-16"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-16 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-16"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-16 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-16"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-20 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-20"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-20 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-20"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-20 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-20"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-20 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-20"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-24 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-24"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-24 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-24"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-24 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-24"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-24 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-24"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-28 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-28"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-28 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-28"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-28 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-28"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-28 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-28"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-32 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-32"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-32 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-32"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-32 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-32"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-32 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-32"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-36 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-36"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-36 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-36"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-36 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-36"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-36 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-36"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-40 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-40"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-40 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-40"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-40 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-40"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-40 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-40"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-44 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-44"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-44 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-44"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-44 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-44"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-44 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-44"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-48 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-48"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-48 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-48"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-48 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-48"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-48 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-48"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-52 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-52"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-52 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-52"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-52 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-52"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-52 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-52"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-56 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-56"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-56 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-56"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-56 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-56"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-56 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-56"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-60 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-60"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-60 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-60"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-60 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-60"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-60 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-60"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-64 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-64"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-64 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-64"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-64 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-64"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-64 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-64"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-72 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-72"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-72 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-72"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-72 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-72"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-72 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-72"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-80 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-80"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-80 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-80"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-80 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-80"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-80 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-80"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-96 > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-96"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
  margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-96 > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-96"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
  margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-96 > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-96"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
  margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-96 > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-96"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
  margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-px > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1px * var(--tw-space-x-reverse)) ;
  margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
}
[class~="space-x-px"] > * + * {
  --tw-space-x-reverse: 0 ;
  margin-right: calc(1px * var(--tw-space-x-reverse)) ;
  margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
}
.!space-x-px > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
}
[class~="!space-x-px"] > * + * {
  --tw-space-x-reverse: 0  !important;
  margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
  margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
}
.space-y-px > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
  margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
}
[class~="space-y-px"] > * + * {
  --tw-space-y-reverse: 0 ;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
  margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
}
.!space-y-px > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
}
[class~="!space-y-px"] > * + * {
  --tw-space-y-reverse: 0  !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
  margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
}
.space-x-reverse > * + * {
  --tw-space-x-reverse: 1;
}
.space-y-reverse > * + * {
  --tw-space-y-reverse: 1;
}
.text-left {
  text-align: left;
}
[class~="text-left"] {
  text-align: left;
}
.!text-left {
  text-align: left !important;
}
[class~="!text-left"] {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
[class~="text-center"] {
  text-align: center;
}
.!text-center {
  text-align: center !important;
}
[class~="!text-center"] {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
[class~="text-right"] {
  text-align: right;
}
.!text-right {
  text-align: right !important;
}
[class~="!text-right"] {
  text-align: right !important;
}
.text-justify {
  text-align: justify;
}
[class~="text-justify"] {
  text-align: justify;
}
.!text-justify {
  text-align: justify !important;
}
[class~="!text-justify"] {
  text-align: justify !important;
}
.text-start {
  text-align: start;
}
[class~="text-start"] {
  text-align: start;
}
.!text-start {
  text-align: start !important;
}
[class~="!text-start"] {
  text-align: start !important;
}
.text-end {
  text-align: end;
}
[class~="text-end"] {
  text-align: end;
}
.!text-end {
  text-align: end !important;
}
[class~="!text-end"] {
  text-align: end !important;
}
.w-0 {
  width: 0px;
}
[class~="w-0"] {
  width: 0px;
}
.!w-0 {
  width: 0px !important;
}
[class~="!w-0"] {
  width: 0px !important;
}
.w-px {
  width: 1px;
}
[class~="w-px"] {
  width: 1px;
}
.!w-px {
  width: 1px !important;
}
[class~="!w-px"] {
  width: 1px !important;
}
.w-0.5 {
  width: 0.125rem;
}
[class~="w-0.5"] {
  width: 0.125rem;
}
.!w-0.5 {
  width: 0.125rem !important;
}
[class~="!w-0.5"] {
  width: 0.125rem !important;
}
.w-1 {
  width: 0.25rem;
}
[class~="w-1"] {
  width: 0.25rem;
}
.!w-1 {
  width: 0.25rem !important;
}
[class~="!w-1"] {
  width: 0.25rem !important;
}
.w-1.5 {
  width: 0.375rem;
}
[class~="w-1.5"] {
  width: 0.375rem;
}
.!w-1.5 {
  width: 0.375rem !important;
}
[class~="!w-1.5"] {
  width: 0.375rem !important;
}
.w-2 {
  width: 0.5rem;
}
[class~="w-2"] {
  width: 0.5rem;
}
.!w-2 {
  width: 0.5rem !important;
}
[class~="!w-2"] {
  width: 0.5rem !important;
}
.w-2.5 {
  width: 0.625rem;
}
[class~="w-2.5"] {
  width: 0.625rem;
}
.!w-2.5 {
  width: 0.625rem !important;
}
[class~="!w-2.5"] {
  width: 0.625rem !important;
}
.w-3 {
  width: 0.75rem;
}
[class~="w-3"] {
  width: 0.75rem;
}
.!w-3 {
  width: 0.75rem !important;
}
[class~="!w-3"] {
  width: 0.75rem !important;
}
.w-3.5 {
  width: 0.875rem;
}
[class~="w-3.5"] {
  width: 0.875rem;
}
.!w-3.5 {
  width: 0.875rem !important;
}
[class~="!w-3.5"] {
  width: 0.875rem !important;
}
.w-4 {
  width: 1rem;
}
[class~="w-4"] {
  width: 1rem;
}
.!w-4 {
  width: 1rem !important;
}
[class~="!w-4"] {
  width: 1rem !important;
}
.w-5 {
  width: 1.25rem;
}
[class~="w-5"] {
  width: 1.25rem;
}
.!w-5 {
  width: 1.25rem !important;
}
[class~="!w-5"] {
  width: 1.25rem !important;
}
.w-6 {
  width: 1.5rem;
}
[class~="w-6"] {
  width: 1.5rem;
}
.!w-6 {
  width: 1.5rem !important;
}
[class~="!w-6"] {
  width: 1.5rem !important;
}
.w-7 {
  width: 1.75rem;
}
[class~="w-7"] {
  width: 1.75rem;
}
.!w-7 {
  width: 1.75rem !important;
}
[class~="!w-7"] {
  width: 1.75rem !important;
}
.w-8 {
  width: 2rem;
}
[class~="w-8"] {
  width: 2rem;
}
.!w-8 {
  width: 2rem !important;
}
[class~="!w-8"] {
  width: 2rem !important;
}
.w-9 {
  width: 2.25rem;
}
[class~="w-9"] {
  width: 2.25rem;
}
.!w-9 {
  width: 2.25rem !important;
}
[class~="!w-9"] {
  width: 2.25rem !important;
}
.w-10 {
  width: 2.5rem;
}
[class~="w-10"] {
  width: 2.5rem;
}
.!w-10 {
  width: 2.5rem !important;
}
[class~="!w-10"] {
  width: 2.5rem !important;
}
.w-11 {
  width: 2.75rem;
}
[class~="w-11"] {
  width: 2.75rem;
}
.!w-11 {
  width: 2.75rem !important;
}
[class~="!w-11"] {
  width: 2.75rem !important;
}
.w-12 {
  width: 3rem;
}
[class~="w-12"] {
  width: 3rem;
}
.!w-12 {
  width: 3rem !important;
}
[class~="!w-12"] {
  width: 3rem !important;
}
.w-14 {
  width: 3.5rem;
}
[class~="w-14"] {
  width: 3.5rem;
}
.!w-14 {
  width: 3.5rem !important;
}
[class~="!w-14"] {
  width: 3.5rem !important;
}
.w-16 {
  width: 4rem;
}
[class~="w-16"] {
  width: 4rem;
}
.!w-16 {
  width: 4rem !important;
}
[class~="!w-16"] {
  width: 4rem !important;
}
.w-20 {
  width: 5rem;
}
[class~="w-20"] {
  width: 5rem;
}
.!w-20 {
  width: 5rem !important;
}
[class~="!w-20"] {
  width: 5rem !important;
}
.w-24 {
  width: 6rem;
}
[class~="w-24"] {
  width: 6rem;
}
.!w-24 {
  width: 6rem !important;
}
[class~="!w-24"] {
  width: 6rem !important;
}
.w-28 {
  width: 7rem;
}
[class~="w-28"] {
  width: 7rem;
}
.!w-28 {
  width: 7rem !important;
}
[class~="!w-28"] {
  width: 7rem !important;
}
.w-32 {
  width: 8rem;
}
[class~="w-32"] {
  width: 8rem;
}
.!w-32 {
  width: 8rem !important;
}
[class~="!w-32"] {
  width: 8rem !important;
}
.w-36 {
  width: 9rem;
}
[class~="w-36"] {
  width: 9rem;
}
.!w-36 {
  width: 9rem !important;
}
[class~="!w-36"] {
  width: 9rem !important;
}
.w-40 {
  width: 10rem;
}
[class~="w-40"] {
  width: 10rem;
}
.!w-40 {
  width: 10rem !important;
}
[class~="!w-40"] {
  width: 10rem !important;
}
.w-44 {
  width: 11rem;
}
[class~="w-44"] {
  width: 11rem;
}
.!w-44 {
  width: 11rem !important;
}
[class~="!w-44"] {
  width: 11rem !important;
}
.w-48 {
  width: 12rem;
}
[class~="w-48"] {
  width: 12rem;
}
.!w-48 {
  width: 12rem !important;
}
[class~="!w-48"] {
  width: 12rem !important;
}
.w-52 {
  width: 13rem;
}
[class~="w-52"] {
  width: 13rem;
}
.!w-52 {
  width: 13rem !important;
}
[class~="!w-52"] {
  width: 13rem !important;
}
.w-56 {
  width: 14rem;
}
[class~="w-56"] {
  width: 14rem;
}
.!w-56 {
  width: 14rem !important;
}
[class~="!w-56"] {
  width: 14rem !important;
}
.w-60 {
  width: 15rem;
}
[class~="w-60"] {
  width: 15rem;
}
.!w-60 {
  width: 15rem !important;
}
[class~="!w-60"] {
  width: 15rem !important;
}
.w-64 {
  width: 16rem;
}
[class~="w-64"] {
  width: 16rem;
}
.!w-64 {
  width: 16rem !important;
}
[class~="!w-64"] {
  width: 16rem !important;
}
.w-72 {
  width: 18rem;
}
[class~="w-72"] {
  width: 18rem;
}
.!w-72 {
  width: 18rem !important;
}
[class~="!w-72"] {
  width: 18rem !important;
}
.w-80 {
  width: 20rem;
}
[class~="w-80"] {
  width: 20rem;
}
.!w-80 {
  width: 20rem !important;
}
[class~="!w-80"] {
  width: 20rem !important;
}
.w-96 {
  width: 24rem;
}
[class~="w-96"] {
  width: 24rem;
}
.!w-96 {
  width: 24rem !important;
}
[class~="!w-96"] {
  width: 24rem !important;
}
.w-auto {
  width: auto;
}
[class~="w-auto"] {
  width: auto;
}
.!w-auto {
  width: auto !important;
}
[class~="!w-auto"] {
  width: auto !important;
}
.w-1/2 {
  width: 50%;
}
[class~="w-1/2"] {
  width: 50%;
}
.!w-1/2 {
  width: 50% !important;
}
[class~="!w-1/2"] {
  width: 50% !important;
}
.w-1/3 {
  width: 33.333333%;
}
[class~="w-1/3"] {
  width: 33.333333%;
}
.!w-1/3 {
  width: 33.333333% !important;
}
[class~="!w-1/3"] {
  width: 33.333333% !important;
}
.w-2/3 {
  width: 66.666667%;
}
[class~="w-2/3"] {
  width: 66.666667%;
}
.!w-2/3 {
  width: 66.666667% !important;
}
[class~="!w-2/3"] {
  width: 66.666667% !important;
}
.w-1/4 {
  width: 25%;
}
[class~="w-1/4"] {
  width: 25%;
}
.!w-1/4 {
  width: 25% !important;
}
[class~="!w-1/4"] {
  width: 25% !important;
}
.w-2/4 {
  width: 50%;
}
[class~="w-2/4"] {
  width: 50%;
}
.!w-2/4 {
  width: 50% !important;
}
[class~="!w-2/4"] {
  width: 50% !important;
}
.w-3/4 {
  width: 75%;
}
[class~="w-3/4"] {
  width: 75%;
}
.!w-3/4 {
  width: 75% !important;
}
[class~="!w-3/4"] {
  width: 75% !important;
}
.w-1/5 {
  width: 20%;
}
[class~="w-1/5"] {
  width: 20%;
}
.!w-1/5 {
  width: 20% !important;
}
[class~="!w-1/5"] {
  width: 20% !important;
}
.w-2/5 {
  width: 40%;
}
[class~="w-2/5"] {
  width: 40%;
}
.!w-2/5 {
  width: 40% !important;
}
[class~="!w-2/5"] {
  width: 40% !important;
}
.w-3/5 {
  width: 60%;
}
[class~="w-3/5"] {
  width: 60%;
}
.!w-3/5 {
  width: 60% !important;
}
[class~="!w-3/5"] {
  width: 60% !important;
}
.w-4/5 {
  width: 80%;
}
[class~="w-4/5"] {
  width: 80%;
}
.!w-4/5 {
  width: 80% !important;
}
[class~="!w-4/5"] {
  width: 80% !important;
}
.w-1/6 {
  width: 16.666667%;
}
[class~="w-1/6"] {
  width: 16.666667%;
}
.!w-1/6 {
  width: 16.666667% !important;
}
[class~="!w-1/6"] {
  width: 16.666667% !important;
}
.w-2/6 {
  width: 33.333333%;
}
[class~="w-2/6"] {
  width: 33.333333%;
}
.!w-2/6 {
  width: 33.333333% !important;
}
[class~="!w-2/6"] {
  width: 33.333333% !important;
}
.w-3/6 {
  width: 50%;
}
[class~="w-3/6"] {
  width: 50%;
}
.!w-3/6 {
  width: 50% !important;
}
[class~="!w-3/6"] {
  width: 50% !important;
}
.w-4/6 {
  width: 66.666667%;
}
[class~="w-4/6"] {
  width: 66.666667%;
}
.!w-4/6 {
  width: 66.666667% !important;
}
[class~="!w-4/6"] {
  width: 66.666667% !important;
}
.w-5/6 {
  width: 83.333333%;
}
[class~="w-5/6"] {
  width: 83.333333%;
}
.!w-5/6 {
  width: 83.333333% !important;
}
[class~="!w-5/6"] {
  width: 83.333333% !important;
}
.w-1/12 {
  width: 8.333333%;
}
[class~="w-1/12"] {
  width: 8.333333%;
}
.!w-1/12 {
  width: 8.333333% !important;
}
[class~="!w-1/12"] {
  width: 8.333333% !important;
}
.w-2/12 {
  width: 16.666667%;
}
[class~="w-2/12"] {
  width: 16.666667%;
}
.!w-2/12 {
  width: 16.666667% !important;
}
[class~="!w-2/12"] {
  width: 16.666667% !important;
}
.w-3/12 {
  width: 25%;
}
[class~="w-3/12"] {
  width: 25%;
}
.!w-3/12 {
  width: 25% !important;
}
[class~="!w-3/12"] {
  width: 25% !important;
}
.w-4/12 {
  width: 33.333333%;
}
[class~="w-4/12"] {
  width: 33.333333%;
}
.!w-4/12 {
  width: 33.333333% !important;
}
[class~="!w-4/12"] {
  width: 33.333333% !important;
}
.w-5/12 {
  width: 41.666667%;
}
[class~="w-5/12"] {
  width: 41.666667%;
}
.!w-5/12 {
  width: 41.666667% !important;
}
[class~="!w-5/12"] {
  width: 41.666667% !important;
}
.w-6/12 {
  width: 50%;
}
[class~="w-6/12"] {
  width: 50%;
}
.!w-6/12 {
  width: 50% !important;
}
[class~="!w-6/12"] {
  width: 50% !important;
}
.w-7/12 {
  width: 58.333333%;
}
[class~="w-7/12"] {
  width: 58.333333%;
}
.!w-7/12 {
  width: 58.333333% !important;
}
[class~="!w-7/12"] {
  width: 58.333333% !important;
}
.w-8/12 {
  width: 66.666667%;
}
[class~="w-8/12"] {
  width: 66.666667%;
}
.!w-8/12 {
  width: 66.666667% !important;
}
[class~="!w-8/12"] {
  width: 66.666667% !important;
}
.w-9/12 {
  width: 75%;
}
[class~="w-9/12"] {
  width: 75%;
}
.!w-9/12 {
  width: 75% !important;
}
[class~="!w-9/12"] {
  width: 75% !important;
}
.w-10/12 {
  width: 83.333333%;
}
[class~="w-10/12"] {
  width: 83.333333%;
}
.!w-10/12 {
  width: 83.333333% !important;
}
[class~="!w-10/12"] {
  width: 83.333333% !important;
}
.w-11/12 {
  width: 91.666667%;
}
[class~="w-11/12"] {
  width: 91.666667%;
}
.!w-11/12 {
  width: 91.666667% !important;
}
[class~="!w-11/12"] {
  width: 91.666667% !important;
}
.w-full {
  width: 100%;
}
[class~="w-full"] {
  width: 100%;
}
.!w-full {
  width: 100% !important;
}
[class~="!w-full"] {
  width: 100% !important;
}
.w-screen {
  width: 100vw;
}
[class~="w-screen"] {
  width: 100vw;
}
.!w-screen {
  width: 100vw !important;
}
[class~="!w-screen"] {
  width: 100vw !important;
}
.w-svw {
  width: 100svw;
}
[class~="w-svw"] {
  width: 100svw;
}
.!w-svw {
  width: 100svw !important;
}
[class~="!w-svw"] {
  width: 100svw !important;
}
.w-lvw {
  width: 100lvw;
}
[class~="w-lvw"] {
  width: 100lvw;
}
.!w-lvw {
  width: 100lvw !important;
}
[class~="!w-lvw"] {
  width: 100lvw !important;
}
.w-dvw {
  width: 100dvw;
}
[class~="w-dvw"] {
  width: 100dvw;
}
.!w-dvw {
  width: 100dvw !important;
}
[class~="!w-dvw"] {
  width: 100dvw !important;
}
.w-min {
  width: min-content;
}
[class~="w-min"] {
  width: min-content;
}
.!w-min {
  width: min-content !important;
}
[class~="!w-min"] {
  width: min-content !important;
}
.w-max {
  width: max-content;
}
[class~="w-max"] {
  width: max-content;
}
.!w-max {
  width: max-content !important;
}
[class~="!w-max"] {
  width: max-content !important;
}
.w-fit {
  width: fit-content;
}
[class~="w-fit"] {
  width: fit-content;
}
.!w-fit {
  width: fit-content !important;
}
[class~="!w-fit"] {
  width: fit-content !important;
}
.max-w-0 {
  max-width: 0px;
}
[class~="max-w-0"] {
  max-width: 0px;
}
.!max-w-0 {
  max-width: 0px !important;
}
[class~="!max-w-0"] {
  max-width: 0px !important;
}
.max-w-px {
  max-width: 1px;
}
[class~="max-w-px"] {
  max-width: 1px;
}
.!max-w-px {
  max-width: 1px !important;
}
[class~="!max-w-px"] {
  max-width: 1px !important;
}
.max-w-0\.5 {
  max-width: 0.125rem;
}
[class~="max-w-0\.5"] {
  max-width: 0.125rem;
}
.!max-w-0\.5 {
  max-width: 0.125rem !important;
}
[class~="!max-w-0\.5"] {
  max-width: 0.125rem !important;
}
.max-w-1 {
  max-width: 0.25rem;
}
[class~="max-w-1"] {
  max-width: 0.25rem;
}
.!max-w-1 {
  max-width: 0.25rem !important;
}
[class~="!max-w-1"] {
  max-width: 0.25rem !important;
}
.max-w-1\.5 {
  max-width: 0.375rem;
}
[class~="max-w-1\.5"] {
  max-width: 0.375rem;
}
.!max-w-1\.5 {
  max-width: 0.375rem !important;
}
[class~="!max-w-1\.5"] {
  max-width: 0.375rem !important;
}
.max-w-2 {
  max-width: 0.5rem;
}
[class~="max-w-2"] {
  max-width: 0.5rem;
}
.!max-w-2 {
  max-width: 0.5rem !important;
}
[class~="!max-w-2"] {
  max-width: 0.5rem !important;
}
.max-w-2\.5 {
  max-width: 0.625rem;
}
[class~="max-w-2\.5"] {
  max-width: 0.625rem;
}
.!max-w-2\.5 {
  max-width: 0.625rem !important;
}
[class~="!max-w-2\.5"] {
  max-width: 0.625rem !important;
}
.max-w-3 {
  max-width: 0.75rem;
}
[class~="max-w-3"] {
  max-width: 0.75rem;
}
.!max-w-3 {
  max-width: 0.75rem !important;
}
[class~="!max-w-3"] {
  max-width: 0.75rem !important;
}
.max-w-3\.5 {
  max-width: 0.875rem;
}
[class~="max-w-3\.5"] {
  max-width: 0.875rem;
}
.!max-w-3\.5 {
  max-width: 0.875rem !important;
}
[class~="!max-w-3\.5"] {
  max-width: 0.875rem !important;
}
.max-w-4 {
  max-width: 1rem;
}
[class~="max-w-4"] {
  max-width: 1rem;
}
.!max-w-4 {
  max-width: 1rem !important;
}
[class~="!max-w-4"] {
  max-width: 1rem !important;
}
.max-w-5 {
  max-width: 1.25rem;
}
[class~="max-w-5"] {
  max-width: 1.25rem;
}
.!max-w-5 {
  max-width: 1.25rem !important;
}
[class~="!max-w-5"] {
  max-width: 1.25rem !important;
}
.max-w-6 {
  max-width: 1.5rem;
}
[class~="max-w-6"] {
  max-width: 1.5rem;
}
.!max-w-6 {
  max-width: 1.5rem !important;
}
[class~="!max-w-6"] {
  max-width: 1.5rem !important;
}
.max-w-7 {
  max-width: 1.75rem;
}
[class~="max-w-7"] {
  max-width: 1.75rem;
}
.!max-w-7 {
  max-width: 1.75rem !important;
}
[class~="!max-w-7"] {
  max-width: 1.75rem !important;
}
.max-w-8 {
  max-width: 2rem;
}
[class~="max-w-8"] {
  max-width: 2rem;
}
.!max-w-8 {
  max-width: 2rem !important;
}
[class~="!max-w-8"] {
  max-width: 2rem !important;
}
.max-w-9 {
  max-width: 2.25rem;
}
[class~="max-w-9"] {
  max-width: 2.25rem;
}
.!max-w-9 {
  max-width: 2.25rem !important;
}
[class~="!max-w-9"] {
  max-width: 2.25rem !important;
}
.max-w-10 {
  max-width: 2.5rem;
}
[class~="max-w-10"] {
  max-width: 2.5rem;
}
.!max-w-10 {
  max-width: 2.5rem !important;
}
[class~="!max-w-10"] {
  max-width: 2.5rem !important;
}
.max-w-11 {
  max-width: 2.75rem;
}
[class~="max-w-11"] {
  max-width: 2.75rem;
}
.!max-w-11 {
  max-width: 2.75rem !important;
}
[class~="!max-w-11"] {
  max-width: 2.75rem !important;
}
.max-w-12 {
  max-width: 3rem;
}
[class~="max-w-12"] {
  max-width: 3rem;
}
.!max-w-12 {
  max-width: 3rem !important;
}
[class~="!max-w-12"] {
  max-width: 3rem !important;
}
.max-w-14 {
  max-width: 3.5rem;
}
[class~="max-w-14"] {
  max-width: 3.5rem;
}
.!max-w-14 {
  max-width: 3.5rem !important;
}
[class~="!max-w-14"] {
  max-width: 3.5rem !important;
}
.max-w-16 {
  max-width: 4rem;
}
[class~="max-w-16"] {
  max-width: 4rem;
}
.!max-w-16 {
  max-width: 4rem !important;
}
[class~="!max-w-16"] {
  max-width: 4rem !important;
}
.max-w-20 {
  max-width: 5rem;
}
[class~="max-w-20"] {
  max-width: 5rem;
}
.!max-w-20 {
  max-width: 5rem !important;
}
[class~="!max-w-20"] {
  max-width: 5rem !important;
}
.max-w-24 {
  max-width: 6rem;
}
[class~="max-w-24"] {
  max-width: 6rem;
}
.!max-w-24 {
  max-width: 6rem !important;
}
[class~="!max-w-24"] {
  max-width: 6rem !important;
}
.max-w-28 {
  max-width: 7rem;
}
[class~="max-w-28"] {
  max-width: 7rem;
}
.!max-w-28 {
  max-width: 7rem !important;
}
[class~="!max-w-28"] {
  max-width: 7rem !important;
}
.max-w-32 {
  max-width: 8rem;
}
[class~="max-w-32"] {
  max-width: 8rem;
}
.!max-w-32 {
  max-width: 8rem !important;
}
[class~="!max-w-32"] {
  max-width: 8rem !important;
}
.max-w-36 {
  max-width: 9rem;
}
[class~="max-w-36"] {
  max-width: 9rem;
}
.!max-w-36 {
  max-width: 9rem !important;
}
[class~="!max-w-36"] {
  max-width: 9rem !important;
}
.max-w-40 {
  max-width: 10rem;
}
[class~="max-w-40"] {
  max-width: 10rem;
}
.!max-w-40 {
  max-width: 10rem !important;
}
[class~="!max-w-40"] {
  max-width: 10rem !important;
}
.max-w-44 {
  max-width: 11rem;
}
[class~="max-w-44"] {
  max-width: 11rem;
}
.!max-w-44 {
  max-width: 11rem !important;
}
[class~="!max-w-44"] {
  max-width: 11rem !important;
}
.max-w-48 {
  max-width: 12rem;
}
[class~="max-w-48"] {
  max-width: 12rem;
}
.!max-w-48 {
  max-width: 12rem !important;
}
[class~="!max-w-48"] {
  max-width: 12rem !important;
}
.max-w-52 {
  max-width: 13rem;
}
[class~="max-w-52"] {
  max-width: 13rem;
}
.!max-w-52 {
  max-width: 13rem !important;
}
[class~="!max-w-52"] {
  max-width: 13rem !important;
}
.max-w-56 {
  max-width: 14rem;
}
[class~="max-w-56"] {
  max-width: 14rem;
}
.!max-w-56 {
  max-width: 14rem !important;
}
[class~="!max-w-56"] {
  max-width: 14rem !important;
}
.max-w-60 {
  max-width: 15rem;
}
[class~="max-w-60"] {
  max-width: 15rem;
}
.!max-w-60 {
  max-width: 15rem !important;
}
[class~="!max-w-60"] {
  max-width: 15rem !important;
}
.max-w-64 {
  max-width: 16rem;
}
[class~="max-w-64"] {
  max-width: 16rem;
}
.!max-w-64 {
  max-width: 16rem !important;
}
[class~="!max-w-64"] {
  max-width: 16rem !important;
}
.max-w-72 {
  max-width: 18rem;
}
[class~="max-w-72"] {
  max-width: 18rem;
}
.!max-w-72 {
  max-width: 18rem !important;
}
[class~="!max-w-72"] {
  max-width: 18rem !important;
}
.max-w-80 {
  max-width: 20rem;
}
[class~="max-w-80"] {
  max-width: 20rem;
}
.!max-w-80 {
  max-width: 20rem !important;
}
[class~="!max-w-80"] {
  max-width: 20rem !important;
}
.max-w-96 {
  max-width: 24rem;
}
[class~="max-w-96"] {
  max-width: 24rem;
}
.!max-w-96 {
  max-width: 24rem !important;
}
[class~="!max-w-96"] {
  max-width: 24rem !important;
}
.max-w-none {
  max-width: none;
}
[class~="max-w-none"] {
  max-width: none;
}
.!max-w-none {
  max-width: none !important;
}
[class~="!max-w-none"] {
  max-width: none !important;
}
.max-w-xs {
  max-width: 20rem;
}
[class~="max-w-xs"] {
  max-width: 20rem;
}
.!max-w-xs {
  max-width: 20rem !important;
}
[class~="!max-w-xs"] {
  max-width: 20rem !important;
}
.max-w-sm {
  max-width: 24rem;
}
[class~="max-w-sm"] {
  max-width: 24rem;
}
.!max-w-sm {
  max-width: 24rem !important;
}
[class~="!max-w-sm"] {
  max-width: 24rem !important;
}
.max-w-md {
  max-width: 28rem;
}
[class~="max-w-md"] {
  max-width: 28rem;
}
.!max-w-md {
  max-width: 28rem !important;
}
[class~="!max-w-md"] {
  max-width: 28rem !important;
}
.max-w-lg {
  max-width: 32rem;
}
[class~="max-w-lg"] {
  max-width: 32rem;
}
.!max-w-lg {
  max-width: 32rem !important;
}
[class~="!max-w-lg"] {
  max-width: 32rem !important;
}
.max-w-xl {
  max-width: 36rem;
}
[class~="max-w-xl"] {
  max-width: 36rem;
}
.!max-w-xl {
  max-width: 36rem !important;
}
[class~="!max-w-xl"] {
  max-width: 36rem !important;
}
.max-w-2xl {
  max-width: 42rem;
}
[class~="max-w-2xl"] {
  max-width: 42rem;
}
.!max-w-2xl {
  max-width: 42rem !important;
}
[class~="!max-w-2xl"] {
  max-width: 42rem !important;
}
.max-w-3xl {
  max-width: 48rem;
}
[class~="max-w-3xl"] {
  max-width: 48rem;
}
.!max-w-3xl {
  max-width: 48rem !important;
}
[class~="!max-w-3xl"] {
  max-width: 48rem !important;
}
.max-w-4xl {
  max-width: 56rem;
}
[class~="max-w-4xl"] {
  max-width: 56rem;
}
.!max-w-4xl {
  max-width: 56rem !important;
}
[class~="!max-w-4xl"] {
  max-width: 56rem !important;
}
.max-w-5xl {
  max-width: 64rem;
}
[class~="max-w-5xl"] {
  max-width: 64rem;
}
.!max-w-5xl {
  max-width: 64rem !important;
}
[class~="!max-w-5xl"] {
  max-width: 64rem !important;
}
.max-w-6xl {
  max-width: 72rem;
}
[class~="max-w-6xl"] {
  max-width: 72rem;
}
.!max-w-6xl {
  max-width: 72rem !important;
}
[class~="!max-w-6xl"] {
  max-width: 72rem !important;
}
.max-w-7xl {
  max-width: 80rem;
}
[class~="max-w-7xl"] {
  max-width: 80rem;
}
.!max-w-7xl {
  max-width: 80rem !important;
}
[class~="!max-w-7xl"] {
  max-width: 80rem !important;
}
.max-w-full {
  max-width: 100%;
}
[class~="max-w-full"] {
  max-width: 100%;
}
.!max-w-full {
  max-width: 100% !important;
}
[class~="!max-w-full"] {
  max-width: 100% !important;
}
.max-w-min {
  max-width: min-content;
}
[class~="max-w-min"] {
  max-width: min-content;
}
.!max-w-min {
  max-width: min-content !important;
}
[class~="!max-w-min"] {
  max-width: min-content !important;
}
.max-w-max {
  max-width: max-content;
}
[class~="max-w-max"] {
  max-width: max-content;
}
.!max-w-max {
  max-width: max-content !important;
}
[class~="!max-w-max"] {
  max-width: max-content !important;
}
.max-w-fit {
  max-width: fit-content;
}
[class~="max-w-fit"] {
  max-width: fit-content;
}
.!max-w-fit {
  max-width: fit-content !important;
}
[class~="!max-w-fit"] {
  max-width: fit-content !important;
}
.max-w-prose {
  max-width: 65ch;
}
[class~="max-w-prose"] {
  max-width: 65ch;
}
.!max-w-prose {
  max-width: 65ch !important;
}
[class~="!max-w-prose"] {
  max-width: 65ch !important;
}
.max-w-screen-sm {
  max-width: 640px;
}
[class~="max-w-screen-sm"] {
  max-width: 640px;
}
.!max-w-screen-sm {
  max-width: 640px !important;
}
[class~="!max-w-screen-sm"] {
  max-width: 640px !important;
}
.max-w-screen-md {
  max-width: 768px;
}
[class~="max-w-screen-md"] {
  max-width: 768px;
}
.!max-w-screen-md {
  max-width: 768px !important;
}
[class~="!max-w-screen-md"] {
  max-width: 768px !important;
}
.max-w-screen-lg {
  max-width: 1024px;
}
[class~="max-w-screen-lg"] {
  max-width: 1024px;
}
.!max-w-screen-lg {
  max-width: 1024px !important;
}
[class~="!max-w-screen-lg"] {
  max-width: 1024px !important;
}
.max-w-screen-xl {
  max-width: 1280px;
}
[class~="max-w-screen-xl"] {
  max-width: 1280px;
}
.!max-w-screen-xl {
  max-width: 1280px !important;
}
[class~="!max-w-screen-xl"] {
  max-width: 1280px !important;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
[class~="max-w-screen-2xl"] {
  max-width: 1536px;
}
.!max-w-screen-2xl {
  max-width: 1536px !important;
}
[class~="!max-w-screen-2xl"] {
  max-width: 1536px !important;
}
.min-h-0 {
  min-height: 0px;
}
[class~="min-h-0"] {
  min-height: 0px;
}
.!min-h-0 {
  min-height: 0px !important;
}
[class~="!min-h-0"] {
  min-height: 0px !important;
}
.min-h-px {
  min-height: 1px;
}
[class~="min-h-px"] {
  min-height: 1px;
}
.!min-h-px {
  min-height: 1px !important;
}
[class~="!min-h-px"] {
  min-height: 1px !important;
}
.min-h-0.5 {
  min-height: 0.125rem;
}
[class~="min-h-0.5"] {
  min-height: 0.125rem;
}
.!min-h-0.5 {
  min-height: 0.125rem !important;
}
[class~="!min-h-0.5"] {
  min-height: 0.125rem !important;
}
.min-h-1 {
  min-height: 0.25rem;
}
[class~="min-h-1"] {
  min-height: 0.25rem;
}
.!min-h-1 {
  min-height: 0.25rem !important;
}
[class~="!min-h-1"] {
  min-height: 0.25rem !important;
}
.min-h-1.5 {
  min-height: 0.375rem;
}
[class~="min-h-1.5"] {
  min-height: 0.375rem;
}
.!min-h-1.5 {
  min-height: 0.375rem !important;
}
[class~="!min-h-1.5"] {
  min-height: 0.375rem !important;
}
.min-h-2 {
  min-height: 0.5rem;
}
[class~="min-h-2"] {
  min-height: 0.5rem;
}
.!min-h-2 {
  min-height: 0.5rem !important;
}
[class~="!min-h-2"] {
  min-height: 0.5rem !important;
}
.min-h-2.5 {
  min-height: 0.625rem;
}
[class~="min-h-2.5"] {
  min-height: 0.625rem;
}
.!min-h-2.5 {
  min-height: 0.625rem !important;
}
[class~="!min-h-2.5"] {
  min-height: 0.625rem !important;
}
.min-h-3 {
  min-height: 0.75rem;
}
[class~="min-h-3"] {
  min-height: 0.75rem;
}
.!min-h-3 {
  min-height: 0.75rem !important;
}
[class~="!min-h-3"] {
  min-height: 0.75rem !important;
}
.min-h-3.5 {
  min-height: 0.875rem;
}
[class~="min-h-3.5"] {
  min-height: 0.875rem;
}
.!min-h-3.5 {
  min-height: 0.875rem !important;
}
[class~="!min-h-3.5"] {
  min-height: 0.875rem !important;
}
.min-h-4 {
  min-height: 1rem;
}
[class~="min-h-4"] {
  min-height: 1rem;
}
.!min-h-4 {
  min-height: 1rem !important;
}
[class~="!min-h-4"] {
  min-height: 1rem !important;
}
.min-h-5 {
  min-height: 1.25rem;
}
[class~="min-h-5"] {
  min-height: 1.25rem;
}
.!min-h-5 {
  min-height: 1.25rem !important;
}
[class~="!min-h-5"] {
  min-height: 1.25rem !important;
}
.min-h-6 {
  min-height: 1.5rem;
}
[class~="min-h-6"] {
  min-height: 1.5rem;
}
.!min-h-6 {
  min-height: 1.5rem !important;
}
[class~="!min-h-6"] {
  min-height: 1.5rem !important;
}
.min-h-7 {
  min-height: 1.75rem;
}
[class~="min-h-7"] {
  min-height: 1.75rem;
}
.!min-h-7 {
  min-height: 1.75rem !important;
}
[class~="!min-h-7"] {
  min-height: 1.75rem !important;
}
.min-h-8 {
  min-height: 2rem;
}
[class~="min-h-8"] {
  min-height: 2rem;
}
.!min-h-8 {
  min-height: 2rem !important;
}
[class~="!min-h-8"] {
  min-height: 2rem !important;
}
.min-h-9 {
  min-height: 2.25rem;
}
[class~="min-h-9"] {
  min-height: 2.25rem;
}
.!min-h-9 {
  min-height: 2.25rem !important;
}
[class~="!min-h-9"] {
  min-height: 2.25rem !important;
}
.min-h-10 {
  min-height: 2.5rem;
}
[class~="min-h-10"] {
  min-height: 2.5rem;
}
.!min-h-10 {
  min-height: 2.5rem !important;
}
[class~="!min-h-10"] {
  min-height: 2.5rem !important;
}
.min-h-11 {
  min-height: 2.75rem;
}
[class~="min-h-11"] {
  min-height: 2.75rem;
}
.!min-h-11 {
  min-height: 2.75rem !important;
}
[class~="!min-h-11"] {
  min-height: 2.75rem !important;
}
.min-h-12 {
  min-height: 3rem;
}
[class~="min-h-12"] {
  min-height: 3rem;
}
.!min-h-12 {
  min-height: 3rem !important;
}
[class~="!min-h-12"] {
  min-height: 3rem !important;
}
.min-h-14 {
  min-height: 3.5rem;
}
[class~="min-h-14"] {
  min-height: 3.5rem;
}
.!min-h-14 {
  min-height: 3.5rem !important;
}
[class~="!min-h-14"] {
  min-height: 3.5rem !important;
}
.min-h-16 {
  min-height: 4rem;
}
[class~="min-h-16"] {
  min-height: 4rem;
}
.!min-h-16 {
  min-height: 4rem !important;
}
[class~="!min-h-16"] {
  min-height: 4rem !important;
}
.min-h-20 {
  min-height: 5rem;
}
[class~="min-h-20"] {
  min-height: 5rem;
}
.!min-h-20 {
  min-height: 5rem !important;
}
[class~="!min-h-20"] {
  min-height: 5rem !important;
}
.min-h-24 {
  min-height: 6rem;
}
[class~="min-h-24"] {
  min-height: 6rem;
}
.!min-h-24 {
  min-height: 6rem !important;
}
[class~="!min-h-24"] {
  min-height: 6rem !important;
}
.min-h-28 {
  min-height: 7rem;
}
[class~="min-h-28"] {
  min-height: 7rem;
}
.!min-h-28 {
  min-height: 7rem !important;
}
[class~="!min-h-28"] {
  min-height: 7rem !important;
}
.min-h-32 {
  min-height: 8rem;
}
[class~="min-h-32"] {
  min-height: 8rem;
}
.!min-h-32 {
  min-height: 8rem !important;
}
[class~="!min-h-32"] {
  min-height: 8rem !important;
}
.min-h-36 {
  min-height: 9rem;
}
[class~="min-h-36"] {
  min-height: 9rem;
}
.!min-h-36 {
  min-height: 9rem !important;
}
[class~="!min-h-36"] {
  min-height: 9rem !important;
}
.min-h-40 {
  min-height: 10rem;
}
[class~="min-h-40"] {
  min-height: 10rem;
}
.!min-h-40 {
  min-height: 10rem !important;
}
[class~="!min-h-40"] {
  min-height: 10rem !important;
}
.min-h-44 {
  min-height: 11rem;
}
[class~="min-h-44"] {
  min-height: 11rem;
}
.!min-h-44 {
  min-height: 11rem !important;
}
[class~="!min-h-44"] {
  min-height: 11rem !important;
}
.min-h-48 {
  min-height: 12rem;
}
[class~="min-h-48"] {
  min-height: 12rem;
}
.!min-h-48 {
  min-height: 12rem !important;
}
[class~="!min-h-48"] {
  min-height: 12rem !important;
}
.min-h-52 {
  min-height: 13rem;
}
[class~="min-h-52"] {
  min-height: 13rem;
}
.!min-h-52 {
  min-height: 13rem !important;
}
[class~="!min-h-52"] {
  min-height: 13rem !important;
}
.min-h-56 {
  min-height: 14rem;
}
[class~="min-h-56"] {
  min-height: 14rem;
}
.!min-h-56 {
  min-height: 14rem !important;
}
[class~="!min-h-56"] {
  min-height: 14rem !important;
}
.min-h-60 {
  min-height: 15rem;
}
[class~="min-h-60"] {
  min-height: 15rem;
}
.!min-h-60 {
  min-height: 15rem !important;
}
[class~="!min-h-60"] {
  min-height: 15rem !important;
}
.min-h-64 {
  min-height: 16rem;
}
[class~="min-h-64"] {
  min-height: 16rem;
}
.!min-h-64 {
  min-height: 16rem !important;
}
[class~="!min-h-64"] {
  min-height: 16rem !important;
}
.min-h-72 {
  min-height: 18rem;
}
[class~="min-h-72"] {
  min-height: 18rem;
}
.!min-h-72 {
  min-height: 18rem !important;
}
[class~="!min-h-72"] {
  min-height: 18rem !important;
}
.min-h-80 {
  min-height: 20rem;
}
[class~="min-h-80"] {
  min-height: 20rem;
}
.!min-h-80 {
  min-height: 20rem !important;
}
[class~="!min-h-80"] {
  min-height: 20rem !important;
}
.min-h-96 {
  min-height: 24rem;
}
[class~="min-h-96"] {
  min-height: 24rem;
}
.!min-h-96 {
  min-height: 24rem !important;
}
[class~="!min-h-96"] {
  min-height: 24rem !important;
}
.min-h-full {
  min-height: 100%;
}
[class~="min-h-full"] {
  min-height: 100%;
}
.!min-h-full {
  min-height: 100% !important;
}
[class~="!min-h-full"] {
  min-height: 100% !important;
}
.min-h-screen {
  min-height: 100vh;
}
[class~="min-h-screen"] {
  min-height: 100vh;
}
.!min-h-screen {
  min-height: 100vh !important;
}
[class~="!min-h-screen"] {
  min-height: 100vh !important;
}
.min-h-svh {
  min-height: 100svh;
}
[class~="min-h-svh"] {
  min-height: 100svh;
}
.!min-h-svh {
  min-height: 100svh !important;
}
[class~="!min-h-svh"] {
  min-height: 100svh !important;
}
.min-h-lvh {
  min-height: 100lvh;
}
[class~="min-h-lvh"] {
  min-height: 100lvh;
}
.!min-h-lvh {
  min-height: 100lvh !important;
}
[class~="!min-h-lvh"] {
  min-height: 100lvh !important;
}
.min-h-dvh {
  min-height: 100dvh;
}
[class~="min-h-dvh"] {
  min-height: 100dvh;
}
.!min-h-dvh {
  min-height: 100dvh !important;
}
[class~="!min-h-dvh"] {
  min-height: 100dvh !important;
}
.min-h-min {
  min-height: min-content;
}
[class~="min-h-min"] {
  min-height: min-content;
}
.!min-h-min {
  min-height: min-content !important;
}
[class~="!min-h-min"] {
  min-height: min-content !important;
}
.min-h-max {
  min-height: max-content;
}
[class~="min-h-max"] {
  min-height: max-content;
}
.!min-h-max {
  min-height: max-content !important;
}
[class~="!min-h-max"] {
  min-height: max-content !important;
}
.min-h-fit {
  min-height: fit-content;
}
[class~="min-h-fit"] {
  min-height: fit-content;
}
.!min-h-fit {
  min-height: fit-content !important;
}
[class~="!min-h-fit"] {
  min-height: fit-content !important;
}
/* Headings */
/* Text */
/* Line Heights */
a {
  font-weight: inherit;
}
.product-item .product-item-link:hover {
  color: #c00418;
}
button {
  font-family: 'Dirty Headline';
  font-weight: normal !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
}
label {
  font-family: trade-gothic-next-condensed, sans-serif;
  font-weight: bold;
  color: black;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea,
select {
  font-family: trade-gothic-next-condensed, sans-serif;
}
::placeholder,
.code-input::placeholder {
  font-family: trade-gothic-next-condensed, sans-serif;
}
.code-input {
  letter-spacing: .2em;
  font-weight: bold;
}
.code-input::placeholder {
  font-size: 1.2em;
  letter-spacing: .1em;
  font-weight: normal;
}
.amsearch-highlight {
  color: black;
  background-color: #ffec00;
}
.message {
  border-radius: 0 !important;
}
.message.error {
  color: #c00418;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(203, 1, 0, 0.1);
  padding: 10px 10px 10px 35px;
  border-radius: 0;
}
.message.error ::before {
  margin: -0.9rem 0 0 0 !important;
}
.arrowRight span::after {
  content: '\f061';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
}
.text-red {
  color: #c00418;
}
h1,
h2,
h3,
h4,
h5,
h6,
.amtheme-tabs-widget .amtheme-heading {
  font-family: 'Dirty Headline';
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: normal;
}
h1.page-title {
  font-size: 3.2rem !important;
  line-height: 1;
}
h2,
.amtheme-tabs-widget h2.amtheme-heading {
  font-size: 2.8rem;
}
h3,
.amtheme-tabs-widget h3.amtheme-heading {
  font-size: 1.6rem;
}
h4,
.amtheme-tabs-widget h4.amtheme-heading {
  font-size: 1.4rem;
}
.amtheme-tabs-widget .amtheme-heading {
  background-color: black;
  color: #ffffff;
  padding: .1em .4em;
  margin-bottom: .65em;
  text-align: center;
}
body {
  font-family: trade-gothic-next-condensed, sans-serif;
}
a,
a.view-all {
  color: #c00418;
}
a:hover,
a.view-all:hover {
  color: black;
}
a:visited,
a.view-all:visited {
  color: #c00418;
}
a.pagebuilder-button-link:visited {
  color: #c00418;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
}
.page-title {
  font-weight: unset !important;
}
.products-grid.products > .amtheme-products-secondary .product-item-link:hover,
.amtheme-products-secondary.-in-widget .product-item-link:hover,
.amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-link:hover,
.widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-link:hover,
.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-link:hover,
.block.amshopby-morefrom .block-content .product-items .product-item-link:hover {
  color: inherit;
}
.cms-slider .col-xs-12 {
  position: relative;
}
.cms-slider .col-xs-12 .amtheme-tabs-buttons {
  display: none;
}
.cms-slider .col-xs-12 .amtheme-tabs-content {
  padding-bottom: 30px;
}
.cms-slider .col-xs-12 .amtheme-tabs-content .slick-list {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.cms-slider .col-xs-12 .slider-btn {
  position: absolute;
  right: 30px;
  bottom: 50px;
  display: inherit;
  color: #000000;
  font-family: 'Dirty Headline';
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  z-index: 5;
  transition: all 200ms ease-in-out;
}
.cms-slider .col-xs-12 .slider-btn.red-arrow > span:after {
  content: "\f35a";
  color: #c00418;
  font-family: 'Font Awesome 6 Pro';
  padding-left: 15px;
  font-weight: 900;
  font-size: 0.8em;
  vertical-align: middle;
}
:root {
  --fa-font-regular: 'Font Awesome 6 Pro';
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .reset,
  .block.filter .filter-subtitle,
  .am-no-display-desktop {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1,
  .amtheme-tabs-widget .amtheme-heading {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 2.625rem;
  }
  .page-layout-3columns .main {
    width: calc(100% - 185px - 2%);
    clear: right;
    float: right;
  }
  .page-layout-3columns .sidebar-main,
  .page-layout-3columns .sidebar-additional {
    clear: left;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 185px;
    margin-inline-end: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 185px;
  }
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns,
    .page-layout-2columns-right .page-main > .columns,
    .page-layout-3columns .page-main > .columns {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      align-items: start;
      grid-template-rows: auto 1fr;
    }
    .page-layout-2columns-left .columns > .column.main,
    .page-layout-2columns-right .columns > .column.main,
    .page-layout-3columns .columns > .column.main,
    .page-layout-2columns-left .columns > .sidebar-main,
    .page-layout-2columns-right .columns > .sidebar-main,
    .page-layout-3columns .columns > .sidebar-main,
    .page-layout-2columns-left .columns > .sidebar-additional,
    .page-layout-2columns-right .columns > .sidebar-additional,
    .page-layout-3columns .columns > .sidebar-additional {
      float: none;
    }
    .page-layout-2columns-left .columns > .column.main,
    .page-layout-2columns-right .columns > .column.main,
    .page-layout-3columns .columns > .column.main {
      grid-area: main;
      width: 100%;
    }
    .page-layout-2columns-left .columns > .sidebar-main,
    .page-layout-2columns-right .columns > .sidebar-main,
    .page-layout-3columns .columns > .sidebar-main {
      grid-area: sidebar-main;
    }
    .page-layout-2columns-left .columns > .sidebar-additional,
    .page-layout-2columns-right .columns > .sidebar-additional,
    .page-layout-3columns .columns > .sidebar-additional {
      grid-area: sidebar-additional;
    }
    .page-layout-2columns-left .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional main';
      grid-template-columns: auto calc(100% - 185px - 2%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-areas: 'main sidebar-main' 'main sidebar-additional';
      grid-template-columns: calc(100% - 185px - 2%) auto;
      justify-items: end;
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-columns: auto 100%;
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-columns: 100% auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-areas: 'sidebar-main main sidebar-additional';
      grid-template-columns: auto calc(100% - 185px - 185px) auto;
      justify-content: start;
    }
    .page-layout-3columns .page-main > .columns .column.main {
      justify-self: center;
      width: calc(100% - 25px * 2);
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(calc(100% - 185px - 185px) + 185px * 2) auto;
    }
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-inline-end: auto;
    margin-inline-start: auto;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    box-sizing: border-box;
    max-width: 1440px;
    width: auto;
  }
  .top-container,
  .page-wrapper > .widget,
  .footer-widget-content {
    margin: 15px auto;
    width: 100%;
  }
  .columns {
    display: block;
  }
  .columns:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 185px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 185px - 2%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .page-main,
  .breadcrumbs {
    width: 100%;
  }
  .panel.header {
    padding: 15px 20px;
  }
  .page-main {
    margin-bottom: 60px;
  }
  .nav-sections {
    margin: 0 auto 40px;
    background: #ffffff;
  }
  .navigation > ul {
    padding: 0;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #dfdedd;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .navigation li.level0 {
    padding-bottom: 0;
    padding-inline-end: 40px;
    padding-inline-start: 0;
    padding-top: 0;
    cursor: pointer;
    margin: 0;
  }
  .navigation li.level0.active > a,
  .navigation li.level0.has-active > a {
    font-weight: 700;
  }
  .navigation li.level0 > a {
    word-break: break-word;
    word-wrap: break-word;
    padding: 20px 0;
    display: inline-block;
    position: relative;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .ie11 .navigation li.level0 > a {
    word-break: break-all;
  }
  .navigation li.level0 > a:after {
    bottom: -2px;
    height: 2px;
    transition: width 0.2s linear;
    background: #7aa022;
    content: '';
    display: block;
    position: absolute;
    width: 0;
  }
  .navigation li.level0.amtheme-active-item > a:after,
  .navigation li.level0:hover > a:after {
    width: 100%;
  }
  .navigation .category-item > a,
  .navigation .level-top > a,
  .navigation li.level0 > a,
  .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-word;
    word-wrap: break-word;
    color: #4a4948;
    font-weight: 400;
    font-size: 1.6rem;
    transition: color all 0.2s ease-in-out;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .ie11 .navigation .category-item > a,
  .ie11 .navigation .level-top > a,
  .ie11 .navigation li.level0 > a,
  .ie11 .amasty-jet-theme .navigation .ambrands-link {
    word-break: break-all;
  }
  .navigation .category-item:not(.level0) > a,
  .navigation .level-top:not(.level0) > a {
    display: block;
  }
  .navigation .category-item.parent.level1 > a,
  .navigation .level-top.parent.level1 > a {
    font-weight: 700;
  }
  .navigation .category-item.active > a,
  .navigation .level-top.active > a,
  .navigation .category-item.has-active > a,
  .navigation .level-top.has-active > a,
  .navigation .category-item > a:hover,
  .navigation .level-top > a:hover,
  .navigation .category-item.level0:hover > a,
  .navigation .level-top.level0:hover > a,
  .navigation li.level0 > a:hover,
  .amasty-jet-theme .navigation .ambrands-link:hover {
    color: #7aa022;
  }
  .navigation .submenu {
    display: none;
  }
  .navigation li.level0 > .submenu {
    padding: 37px 20px 25px;
    border-radius: 4px;
    background: transparent;
    cursor: default;
    position: absolute !important;
    top: auto !important;
    z-index: 10;
  }
  .navigation li.level0 > .submenu:before {
    top: 12px;
    border-radius: 4px;
    background: #f7f7f7;
    content: '';
    display: block;
    height: calc(100% - 12px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex {
    display: flex;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 0;
    border-inline-end: 1px solid #dfdedd;
  }
  .navigation li.level0 > .submenu.amtheme-menu-flex:not([style*='display: none']) {
    display: flex !important;
  }
  .navigation li.level0 > .submenu > li {
    padding-bottom: 0;
    padding-inline-end: 30px;
    padding-inline-start: 0;
    padding-top: 0;
    min-width: 115px;
    max-width: 300px;
    margin: 0;
  }
  .navigation li.level0 > .submenu > li.last {
    padding: 0;
  }
  .navigation li.level0 > .submenu .submenu {
    display: block !important;
    left: 0 !important;
    padding: 0;
    top: 0 !important;
  }
  .navigation li.level0 > .submenu .submenu:not(.level1) {
    padding-inline-start: 10px;
  }
  .navigation li.level0 > .submenu:not(.amtheme-menu-flex) > li:not(:first-child),
  .navigation li.level0 > .submenu .submenu > li {
    margin: 20px 0 0;
  }
  .navigation li.level0 > .submenu .submenu.level2 .category-item {
    margin: 10px 0 0;
  }
  .navigation li.level0.parent {
    padding-inline-end: 65px;
  }
  .navigation li.level0.parent > a:before {
    right: -20px;
    width: 10px;
    height: 6px;
    background: url("../svg/color_mode/dark/arrow-bottom-xs.svg") no-repeat center / cover;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation:empty {
    display: none;
  }
  .ie11 .navigation li.level0 > a:after {
    transition: none;
  }
  .nav-toggle,
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > *,
  .nav-sections-item-content .header.links {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  form .fields.-am-block,
  .form.form-newsletter-manage .field.choice {
    align-items: flex-start;
    border-radius: 4px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 20px;
  }
  form .fields.-am-block .message,
  form .fields.-am-block .field:nth-of-type(n),
  .form.form-newsletter-manage .field.choice .message,
  .form.form-newsletter-manage .field.choice .field:nth-of-type(n) {
    margin: 0;
    width: auto;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 30px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 20px;
    font-size: 1.6rem;
    color: #4a4948;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: none;
    height: 20px;
    padding: 10px 0 20px 0;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4948;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4948;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: transparent;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: transparent;
    color: #070605;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 21px;
  }
  .product.data.items > .item.content {
    background: #fcfcfc;
    margin-top: 51px;
    padding: 25px 0 25px 0;
    border: none;
  }
  .product.data.items .amtheme-caret {
    background: #070605;
    height: 1px;
    left: 0;
    margin-top: 1px;
    pointer-events: none;
    position: absolute;
    top: 50px;
    transition: all 0.4s cubic-bezier(0.87, 0, 0.13, 1);
    user-select: none;
    width: 0;
  }
  .product.data.items > .item.title > .switch {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px;
  }
  .product.data.items > .item.title .amtheme-icon {
    display: none;
  }
  .product.data.items > .item.title.active > .switch {
    border-bottom: 1px solid #070605;
    padding-bottom: 21px;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding-bottom: 21px;
  }
  .product.data.items > .item.title.amtheme-item-title > .switch {
    border-color: transparent;
    box-sizing: border-box;
    height: 50px;
  }
  .product.data.items > .item.content {
    border-top: 1px solid #dfdedd;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    float: none;
  }
  .actions-toolbar.-reverse {
    flex-direction: row-reverse;
  }
  .actions-toolbar.-reverse .primary .action {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 5px;
    margin-top: 0;
  }
  .actions-toolbar.-reverse > .secondary {
    margin-inline-end: 25px;
    margin-inline-start: 0;
  }
  .amtheme-products-secondary .price {
    font-size: 1.625rem;
  }
  .amtheme-products-secondary .price-to .price {
    font-size: 16px;
  }
  .amtheme-products-secondary .normal-price .price {
    font-size: 16px;
  }
  .modal-popup.modal-slide .modal-footer {
    text-align: right;
  }
  .modal-popup .modal-header {
    padding-top: 35px;
  }
  .modal-popup.agreements-modal.modal-slide {
    left: 50%;
    max-width: 950px;
    transform: translateX(-50%);
  }
  .modal-popup._inner-scroll,
  .modal-popup.shipping-address-modal,
  .modal-popup.billing-address-modal {
    top: 0;
    transform: translateY(0);
  }
  .modal-popup.confirm .modal-inner-wrap {
    width: 430px;
  }
  .modal-popup .modal-footer {
    flex-direction: row;
    justify-content: flex-end;
  }
  .modal-popup .modal-footer button {
    order: 0;
  }
  .modal-popup .modal-footer .action-primary,
  .modal-popup .modal-footer .action.primary {
    order: 2;
  }
  .modal-popup .modal-footer .action:not(.primary):not(.secondary) {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    order: 1;
  }
  .modal-popup .modal-footer .action-secondary,
  .modal-popup .modal-footer .action.secondary {
    margin-bottom: 0;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
    padding: 15px 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    max-width: initial;
    min-width: 30%;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
    width: 50%;
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amelsearch-further-section {
    display: block;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .amcard-codes-list .table .actions {
    text-align: right;
    width: 20px;
  }
  .amcard-field-container-collapsible.-cart.block {
    margin-bottom: 50px !important;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  .checkout-container .amcard-codes-list,
  .checkout-container .amcard-field-container {
    padding-left: 22px;
  }
  .amtheme-tabs-buttons {
    justify-content: center;
  }
  .amtheme-tabs-widget .amtheme-heading {
    margin-bottom: 5px;
    text-align: center;
  }
  .amtheme-tabs-widget .item.product .product-item-info:hover {
    animation: overflowControl 0s .1s forwards;
  }
  .amtheme-tabs-widget .slick-list {
    overflow: visible;
    -ms-overflow-style: none;
    overflow-x: clip;
    scrollbar-width: none;
    z-index: 1;
  }
  .amtheme-tabs-widget .slick-list::-webkit-scrollbar {
    display: none;
  }
  .amtheme-tabs-widget .slick-dots {
    left: 50%;
    transform: translateX(-50%);
  }
  .amtheme-tabs-widget .products.slick-slider.slick-dotted {
    margin-bottom: calc(40px * 2);
  }
  .amtheme-tabs-widget .products > .amtheme-products-secondary > .slick-list {
    margin: 0 auto;
  }
  .amtheme-tabs-widget .slick-active:not(.slick-current) .items.dropdown {
    left: auto;
    right: 0;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #7aa022 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #7aa022;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #7aa022;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .page-layout-empty .filter-options {
    margin-top: 10px;
  }
  .page-layout-empty .filter-options-item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    border: 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-empty .filter-options-item .filter-options-title:after {
    top: 3px;
    right: 2px;
  }
  .page-layout-empty .filter-options-item .filter-options-content {
    position: absolute;
    top: 100%;
    z-index: 3;
    display: none;
    padding: 5px;
    width: 180px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-empty .filter-options-item .filter-options-content:before,
  .page-layout-empty .filter-options-item .filter-options-content:after {
    position: absolute;
    top: -16px;
    left: 5px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #000;
    content: '';
  }
  .page-layout-empty .filter-options-item .filter-options-content:after {
    z-index: 4;
    margin-top: 0;
    border-bottom-color: #fff;
  }
  .page-layout-empty .filter-options-item .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-empty .filter-options-item .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-empty .filter-options-item .item a {
    margin-left: 0;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .amasty_xlanding-page-view .products-grid .product-items .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 33.33333333%;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(3n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 25%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item {
    margin-left: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n) {
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view .products-grid .product-items .product-item:nth-of-type(5n + 1) {
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .atv-adcpopup-modal {
    height: 95vh;
  }
  .atv-adcpopup-modal .modal-inner-wrap {
    margin-top: 0 !important;
    height: 95vh;
  }
  .atv-adcpopup-block {
    height: 95vh;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart {
    padding: 1.5rem 2rem !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-photo {
    width: 50% !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details {
    width: 50% !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .details-qty .ui-spinner {
    width: 100%;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-actions {
    gap: .2rem;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-actions .action {
    width: 100%;
    text-align: center;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder {
    flex-direction: row;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-details {
    width: 50%;
    padding-right: 50px;
    display: flex;
    justify-content: center;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-addtocart {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-addtocart .add-to-cart-boxes {
    flex-direction: column;
    width: 100%;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-addtocart .add-to-cart-boxes .add-to-cart-button-wrapper {
    width: 100% !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-name {
    display: block;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-details-holder .product-item-name .inhoud {
    display: block;
  }
  #template-contact-form .actions-toolbar .primary {
    float: right;
  }
  #template-contact-form .actions-toolbar .primary button {
    margin: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 30px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 30px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 30px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .product-item > .product-item-info {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    transition: min-height 0.4s ease-in-out;
  }
  .product-item > .product-item-info,
  .product-item > .product-item-info a:not(.more),
  .product-item > .product-item-info .price-label {
    color: #070605;
  }
  .products-grid .product-photo-wrapper,
  .products-list .product-photo-wrapper {
    position: relative;
  }
  .products-grid .amtheme-action-links,
  .products-list .amtheme-action-links {
    bottom: 0;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
  }
  .products-grid .action.towishlist,
  .products-list .action.towishlist {
    display: inline-flex;
  }
  .products-grid .amtheme-quick-view,
  .products-list .amtheme-quick-view {
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .products-grid .product-item-info:hover .amtheme-quick-view,
  .products-list .product-item-info:hover .amtheme-quick-view,
  .products-grid .product-item-info.-hover .amtheme-quick-view,
  .products-list .product-item-info.-hover .amtheme-quick-view,
  .products-grid .product-item-info:hover .action.tocompare,
  .products-list .product-item-info:hover .action.tocompare,
  .products-grid .product-item-info.-hover .action.tocompare,
  .products-list .product-item-info.-hover .action.tocompare {
    opacity: 1;
  }
  .products-grid .product-item-info {
    padding: 20px 15px;
  }
  .products-grid .product-item-info:after {
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: border-color 0.4s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  .products-grid .product-item-inner {
    padding: 0 15px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: calc(100% - 11px);
    width: 100%;
    z-index: 9;
  }
  .products-grid .product-item-details {
    margin-top: 10px;
  }
  .products-grid .product-item-details > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .products-grid .product-items:not(.amtheme-products-secondary, .widget-product-grid) .product-item-info:hover {
    border-color: transparent;
    box-shadow: none;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.-hover {
    transition: border-color 0.4s ease-in-out;
  }
  .products-grid .product-item-info:hover:after,
  .products-grid .product-item-info.-hover:after {
    border-color: #dfdedd;
    height: calc(100% + 20px);
    left: -10px;
    opacity: 1;
    top: -10px;
    width: calc(100% + 20px);
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.-hover .product-item-inner {
    padding: 0 25px 30px;
    border-color: #dfdedd;
    box-shadow: 0 -3px 0 -2px #ffffff, 0 4px 8px rgba(57, 56, 56, 0.1);
    left: -10px;
    max-height: 100%;
    opacity: 1;
    width: calc(100% + 20px);
  }
  .products-grid .product-item-info:hover .swatch-wrapper + .price-box,
  .products-grid .product-item-info.-hover .swatch-wrapper + .price-box {
    margin-top: 0;
  }
  .block .block-title {
    font-size: 2rem;
    letter-spacing: 0.035em;
    margin-bottom: 25px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .product-item {
    max-width: 210px;
    width: 210px;
  }
  .block:not(.am-widget) .amtheme-products-secondary .product-item,
  .block:not(.am-widget) .amtheme-products-secondary .product-item:nth-child(n) {
    margin: 0 calc(25px / 2) 25px;
  }
  .-amcaret-enabled .amtheme-productinfo-wrap .products-grid.products > .amtheme-products-secondary:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amtheme-products-secondary.-in-widget:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .block.widget.amrelated-grid-wrapper.grid .widget-product-grid:not(.-full-width),
  .-amcaret-enabled .amtheme-productinfo-wrap .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items:not(.-full-width) {
    max-width: calc(210px * 3 + 20px * 3);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info,
  .amtheme-products-secondary.-in-widget .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info {
    overflow: hidden;
    padding: 15px 12px;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:after,
  .amtheme-products-secondary.-in-widget .product-item-info:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:after {
    display: none;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover,
  .amtheme-products-secondary.-in-widget .product-item-info:hover,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover {
    border-color: transparent;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover .product-item-photo:after,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-info:hover .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover .product-item-photo:after {
    opacity: 1;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info:hover .product-item-details,
  .products-grid.products > .amtheme-products-secondary .product-item-info.-hover .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-info:hover .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-info.-hover .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info:hover .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info.-hover .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info:hover .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info.-hover .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info:hover .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info.-hover .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info:hover .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info.-hover .product-item-details {
    transform: translateY(0);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo {
    margin-bottom: -70px;
    position: relative;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo:after {
    background: linear-gradient(360deg, #ffffff 7.57%, rgba(255, 255, 255, 0.6) 91.89%);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.1s ease-in-out;
    z-index: 1;
  }
  .products-grid.products > .amtheme-products-secondary .product-image-container,
  .amtheme-products-secondary.-in-widget .product-image-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-image-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-image-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-image-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-image-container {
    margin: 0 auto;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details {
    transform: translateY(70px);
    transition: transform 0.1s ease-in-out;
    z-index: 2;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > .price-box,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > .price-box:after,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box:after {
    content: '';
    height: 100%;
    left: calc(100% - 22px);
    pointer-events: none;
    position: absolute;
    top: 0;
    user-select: none;
    width: 32px;
  }
  .products-grid.products > .amtheme-products-secondary .details.product-item-details > .price-box:after,
  .amtheme-products-secondary.-in-widget .details.product-item-details > .price-box:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .details.product-item-details > .price-box:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .details.product-item-details > .price-box:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .details.product-item-details > .price-box:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .details.product-item-details > .price-box:after {
    left: inherit;
    right: 0;
    width: 20px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box,
  .amtheme-products-secondary.-in-widget .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box {
    white-space: nowrap;
  }
  .products-grid.products > .amtheme-products-secondary .price-including-tax,
  .amtheme-products-secondary.-in-widget .price-including-tax,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-including-tax,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-including-tax,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-including-tax,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-including-tax {
    margin-right: 10px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price,
  .amtheme-products-secondary.-in-widget .price-box .price,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price {
    font-size: 16px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-container,
  .amtheme-products-secondary.-in-widget .price-box .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-container {
    margin: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-from > .price-container,
  .amtheme-products-secondary.-in-widget .price-box .price-from > .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-from > .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-from > .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-from > .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-from > .price-container {
    padding-right: 2px;
  }
  .products-grid.products > .amtheme-products-secondary .price-container .price-excluding-tax:before,
  .amtheme-products-secondary.-in-widget .price-container .price-excluding-tax:before,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-container .price-excluding-tax:before,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-container .price-excluding-tax:before,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-container .price-excluding-tax:before,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-container .price-excluding-tax:before {
    margin-inline-start: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box .price-label,
  .amtheme-products-secondary.-in-widget .price-box .price-label,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box .price-label,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box .price-label,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box .price-label,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box .price-label {
    line-height: 25px;
  }
  .products-grid.products > .amtheme-products-secondary .price-box,
  .amtheme-products-secondary.-in-widget .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box {
    min-height: 35px;
    padding: 0;
  }
  .products-grid.products > .amtheme-products-secondary .price-box.price-final_price > .price-box,
  .amtheme-products-secondary.-in-widget .price-box.price-final_price > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .price-box.price-final_price > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .price-box.price-final_price > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .price-box.price-final_price > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .price-box.price-final_price > .price-box {
    padding: 0;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price-link,
  .amtheme-products-secondary.-in-widget .minimal-price-link,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price-link,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price-link,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .minimal-price-link,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .minimal-price-link {
    font-size: 1.4rem;
    margin: 0 5px;
  }
  .products-grid.products > .amtheme-products-secondary .minimal-price-link > .price-container,
  .amtheme-products-secondary.-in-widget .minimal-price-link > .price-container,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .minimal-price-link > .price-container,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .minimal-price-link > .price-container,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .minimal-price-link > .price-container,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .minimal-price-link > .price-container {
    align-items: center;
  }
  .amtheme-products-secondary.-in-widget,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items {
    max-width: 100%;
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item {
    max-width: calc(@{widget - list-item__desktop__width} - 10px);
    width: calc(@{widget - list-item__desktop__width} - 10px);
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-secondary.-in-widget .product-item:nth-child(n),
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item:nth-child(n),
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item:nth-child(n),
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item:nth-child(n),
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item:nth-child(n) {
    margin: 0 calc(@{widget - list-item__gap__l} / 2) 25px;
  }
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details {
    transform: translateY(60px);
  }
  .amtheme-products-secondary.-in-widget .stock.unavailable,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .stock.unavailable,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .stock.unavailable,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .stock.unavailable,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .stock.unavailable {
    align-items: flex-end;
    display: flex;
    min-height: 44px;
  }
  .catalogsearch-result-index .products.wrapper ~ .toolbar .limiter,
  .catalogsearch-advanced-result .products.wrapper ~ .toolbar .limiter,
  .catalog-category-view .products.wrapper ~ .toolbar .limiter,
  .ambrand-index-index .products.wrapper ~ .toolbar .limiter,
  .amshopby-index-index .products.wrapper ~ .toolbar .limiter {
    margin-inline-end: auto;
    display: flex;
  }
  .catalogsearch-result-index .top-toolbar > .toolbar,
  .catalogsearch-advanced-result .top-toolbar > .toolbar,
  .catalog-category-view .top-toolbar > .toolbar {
    align-items: center;
    flex-direction: row;
  }
  .catalogsearch-result-index .top-toolbar > .toolbar.toolbar-products,
  .catalogsearch-advanced-result .top-toolbar > .toolbar.toolbar-products,
  .catalog-category-view .top-toolbar > .toolbar.toolbar-products,
  .catalogsearch-result-index .top-toolbar > .toolbar.toolbar-products .pager,
  .catalogsearch-advanced-result .top-toolbar > .toolbar.toolbar-products .pager,
  .catalog-category-view .top-toolbar > .toolbar.toolbar-products .pager {
    margin-top: 0;
  }
  .amtheme-sidebar-wishlist .product-item:nth-child(n),
  .sidebar .block.widget .product-item:nth-child(n) {
    width: auto;
  }
  .sidebar .block.widget .product-item {
    display: block;
    margin: 0 10px 10px 0 !important;
    max-width: 100%;
    width: auto !important;
  }
  .sidebar .product-item .price-box {
    position: relative;
    padding: 0;
  }
  .sidebar .product-item .price-box:after {
    content: '';
    height: 100%;
    left: calc(100% - 22px);
    pointer-events: none;
    position: absolute;
    top: 0;
    user-select: none;
    width: 32px;
  }
  .sidebar .product-item .price-box,
  .sidebar .product-item .price-box * {
    flex-wrap: wrap;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .sidebar .product-item .price-box .price-container .weee:before {
    margin-inline-start: 0;
    white-space: nowrap;
  }
  .sidebar .product-item .price-box .price-label {
    line-height: 1;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar-additional,
  .page-layout-1column.catalog-category-view .sidebar-additional,
  .page-layout-empty.catalog-category-view .sidebar-additional {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 100%;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-block,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-block,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-block,
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-1column.catalog-category-view .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-empty.catalog-category-view .sidebar > .admin__data-grid-outer-wrap {
    margin-bottom: 30px;
    margin-inline-end: 6vw;
    margin-inline-start: 0;
    margin-top: 0;
    max-width: calc(100% / 3 - 6vw);
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar .block.widget,
  .page-layout-1column.catalog-category-view .sidebar .block.widget,
  .page-layout-empty.catalog-category-view .sidebar .block.widget {
    margin: 0;
  }
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-wishlist .amtheme-items,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-wishlist .amtheme-items,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-wishlist .amtheme-items {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar .block-new-products-list .pager,
  .sidebar .block-new-products-names .pager,
  .sidebar .block-new-products-images .pager {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .sidebar .block-new-products-list .pager .pages .items.pages-items .item,
  .sidebar .block-new-products-names .pager .pages .items.pages-items .item,
  .sidebar .block-new-products-images .pager .pages .items.pages-items .item {
    display: block;
    height: auto;
  }
  .sidebar .block-new-products-list .items.pages-items .page,
  .sidebar .block-new-products-names .items.pages-items .page,
  .sidebar .block-new-products-images .items.pages-items .page,
  .sidebar .block-new-products-list .items.pages-items .label,
  .sidebar .block-new-products-names .items.pages-items .label,
  .sidebar .block-new-products-images .items.pages-items .label {
    font-size: 1.2rem;
  }
  .sidebar .block-new-products-list .toolbar-amount,
  .sidebar .block-new-products-names .toolbar-amount,
  .sidebar .block-new-products-images .toolbar-amount {
    margin: 0;
  }
  .page-layout-2columns-left.catalog-product-view .sidebar,
  .page-layout-2columns-right.catalog-product-view .sidebar,
  .page-layout-3columns.catalog-product-view .sidebar {
    margin-top: 60px;
  }
  .page-layout-2columns-left.catalog-product-view .sidebar + .sidebar,
  .page-layout-2columns-right.catalog-product-view .sidebar + .sidebar {
    margin-top: 0;
  }
  .amasty-jet-theme .amtheme-product-popup .column.main {
    display: flex;
    float: none;
    width: 100%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap {
    margin: 0;
    display: flex;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .amtheme-product-info {
    width: 55%;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-info .messages-list + .product-info-price {
    margin-top: 10px;
  }
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-info .swatch-attribute-options {
    width: 80%;
  }
  .amtheme-popup-block.amtheme-product-popup .popup-inner {
    max-width: 810px;
  }
  .amtheme-popup-block.amtheme-product-popup .amtheme-product-info > .product-name {
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 0;
  }
  .amtheme-product-popup .amtheme-add-form-bottom.-on-line .actions .action.tocart {
    min-width: unset;
  }
  .amtheme-product-popup .amtheme-add-form-bottom.-on-line .product-info-price {
    margin-top: 20px;
  }
  @supports (display: grid) {
    /* stylelint-disable-line */
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap > .product.media,
    .amasty-jet-theme .amtheme-product-popup .column.amtheme-product-wrap > .amtheme-product-info {
      margin: 0;
      width: 100%;
    }
  }
  .catalog-category-view .page-title {
    margin-bottom: 5px;
  }
  .catalog-category-view .category-view {
    margin-bottom: 40px;
  }
  .catalog-category-view .wrapper-description {
    margin-top: 0;
    width: 100%;
  }
  .products.grid > .product-items,
  .form-wishlist-items .products-grid > .product-items {
    justify-content: flex-start;
  }
  .products.grid .product-item,
  .form-wishlist-items .products-grid .product-item {
    display: inline-block;
    position: relative;
  }
  .products.grid .-amtheme-buttons-always .product-item-actions .tocart,
  .products.grid .-amtheme-buttons-hover .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-hover .product-item-actions .tocart {
    font-size: 1.6rem;
  }
  .products.grid .-amtheme-buttons-always .product-item-info:hover:after,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info:hover:after,
  .products.grid .-amtheme-buttons-always .product-item-info.-hover:after,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info.-hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-info:hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info:hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-info.-hover:after,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-info.-hover:after {
    display: none;
  }
  .products.grid .-amtheme-buttons-always .product-item-actions .tocart,
  .products.grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-always .product-item-actions .tocart,
  .form-wishlist-items .products-grid .-amtheme-buttons-none:not(.-amtheme-swatches-hover) .product-item-actions .tocart {
    margin-top: 10px;
  }
  .products.grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
  .products.grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover,
  .form-wishlist-items .products-grid .-amtheme-swatches-always:not(.-amtheme-buttons-hover) .product-item-info:hover,
  .form-wishlist-items .products-grid .-amtheme-swatches-hover.-amtheme-buttons-always .product-item-info:hover {
    border-color: #dfdedd;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
  }
  .products-list > .product-items {
    flex-flow: row wrap;
  }
  .products-list .product-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .products-list .product-item-info {
    flex-flow: row wrap;
  }
  .products .product-item-description {
    margin-top: 10px;
  }
  .page-layout-empty.catalog-category-view .wrapper-description,
  .page-layout-1column.catalog-category-view .wrapper-description {
    margin-bottom: 0;
  }
  .page-layout-empty.catalog-category-view .toolbar-products,
  .page-layout-1column.catalog-category-view .toolbar-products {
    box-sizing: border-box;
    margin-bottom: 0;
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-empty.catalog-category-view .products.wrapper,
  .page-layout-1column.catalog-category-view .products.wrapper {
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.dropdown),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.dropdown) {
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item .product-image-photo,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item .product-image-photo {
    width: 100%;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .products-list .product-item-info {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-end;
    min-height: 260px;
    padding: 20px 20px 20px 240px;
    position: relative;
  }
  .products-list .product-photo-wrapper {
    left: 20px;
    max-width: 220px;
    position: absolute;
    width: 100%;
  }
  .products-list .action.tocompare {
    left: -10px;
    top: -10px;
  }
  .products-list .action.towishlist {
    bottom: -10px;
  }
  .products-list .product-item-details {
    margin-bottom: 0;
    margin-inline-end: auto;
    margin-inline-start: 20px;
    margin-top: 0;
    flex: 1 0 0;
    min-width: 30%;
  }
  .products-list .product-item-inner {
    margin-inline-start: 20px;
    display: inline-block;
    margin-top: 15px;
    width: calc(100% - 20px);
  }
  .products-list .product-item-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .products-list .special-price .price-container .price-including-tax ~ .weee {
    margin: 5px 0 0;
  }
  .products-list .special-price .price-container .weee {
    margin: 2px 5px 0 0;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .price-box {
    justify-content: flex-end;
  }
  .product-item-info:hover .amtheme-icons-position div[class$='-hover'] {
    opacity: 1;
  }
  .product-item-info:hover .amtheme-icons-position.-center:before {
    opacity: .3;
  }
  .amtheme-productinfo-wrap {
    padding: 30px 0;
    align-items: flex-start;
    clear: both;
    display: flex;
    position: relative;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap {
    background-color: #fcfcfc;
    position: relative;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before,
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after {
    background-color: #fcfcfc;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: calc((100vw - 100%) / 2);
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:before {
    right: 100%;
  }
  .catalog-product-view:not(.page-layout-2columns-left):not(.page-layout-3columns) .amtheme-productinfo-wrap:after {
    left: 100%;
  }
  .page-layout-1column .amtheme-product-info .amsticky-cart-block.-amsticky-cart-active {
    margin: 0;
  }
  .amsticky-cart-block.-amsticky-cart-active .amtheme-actions-wrap > .product-social-links {
    display: none;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-1column .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-1column .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-1column .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .page-layout-1column .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-1column .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-1column .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-1column .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-1column .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-1column .amtheme-product-info .swatch-attribute-label,
  .page-layout-1column .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-1column .amtheme-product-info .swatch-attribute-options {
    width: 85%;
  }
  .page-layout-1column .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-1column .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-1column .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-1column .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-1column .action.mailto.friend:before {
    content: none;
  }
  .page-layout-1column .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-1column .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-empty .amtheme-product-info > .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-empty .column.main .amtheme-product-wrap,
  .page-layout-empty .amtheme-actions-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .page-layout-empty .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
  }
  .page-layout-empty .amtheme-product-wrap > .product.media {
    max-height: unset;
  }
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary,
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
  }
  .amtheme-reviews-tab {
    display: none;
  }
  .amtheme-reviews-aside {
    padding: 10px 0;
    border: 0;
  }
  .amtheme-reviews-aside .amtheme-heading {
    display: none;
  }
  .amtheme-reviews-aside .amtheme-content {
    margin: 0;
  }
  .amtheme-reviews-aside .amtheme-description {
    display: block;
  }
  .amtheme-reviews-aside .amtheme-rating-number {
    display: block;
  }
  .amtheme-reviews-aside .amtheme-actions {
    align-items: center;
    flex-direction: row;
  }
  .amtheme-reviews-aside .rating-result > span:before {
    background: url("../svg/icons/color_mode/dark/star-black.svg") 0% / 20px;
  }
  .product.info.detailed .review-toolbar .limiter {
    height: 45px;
  }
  .amtheme-compare-actions .action.print {
    display: inline-block;
  }
  .amtheme-comparsion-table .cell .attribute.label,
  .amtheme-comparison-headings .cell .attribute.label {
    width: 165px;
  }
  .amtheme-scroll-controller {
    display: none;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 85px;
    z-index: 9;
  }
  .amtheme-scroll-controller.-transparent {
    background: none;
  }
  .amtheme-scroll-controller.-back {
    background: linear-gradient(90deg, #ffffff 10.17%, rgba(255, 255, 255, 0.6) 55.55%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
  .amtheme-scroll-controller.-back > .amtheme-controller {
    margin-inline-start: 15px;
  }
  .amtheme-scroll-controller.-back > .amtheme-controller > .amtheme-icon {
    margin-inline-start: -1px;
  }
  .amtheme-scroll-controller.-forward {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.17%, rgba(255, 255, 255, 0.6) 55.55%, #ffffff 100%);
    right: 0;
  }
  .amtheme-scroll-controller.-forward > .amtheme-controller {
    margin-inline-start: 40px;
  }
  .amtheme-scroll-controller.-forward > .amtheme-controller > .amtheme-icon {
    margin-inline-start: 2px;
  }
  .amtheme-scroll-controller > .amtheme-controller {
    align-items: center;
    background: #4a4948;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-top: 70px;
    pointer-events: auto;
    transition: all 0.4s ease-in-out;
    width: 30px;
  }
  .amtheme-scroll-controller > .amtheme-controller:hover {
    background: #070605;
  }
  .amtheme-scroll-controller > .amtheme-controller.-sticky {
    position: fixed;
    top: 0;
  }
  .amtheme-scroll-controller .amtheme-icon {
    fill: #ffffff;
    height: 20px;
    width: 20px;
  }
  .block-search .block-content {
    height: 40px;
  }
  .block-search .input-text {
    border-radius: 40px;
  }
  .block-search .actions {
    top: 0;
  }
  .block-search .amtheme-icon {
    height: 20px;
    width: 20px;
  }
  .search-autocomplete {
    background: #f7f7f7;
    border-radius: 0 0 20px 20px;
    padding: 40px 0 20px;
    position: absolute;
    top: 20px;
  }
  .search-autocomplete li {
    padding: 7px 20px;
  }
  .search.results .page-title-wrapper {
    margin-top: 10px;
  }
  .search.results .amtheme-search-terms {
    margin-bottom: 35px;
  }
  .search.results .amtheme-search-message {
    padding: 10px 0;
  }
  .search.summary {
    padding: 15px 20px 0;
  }
  .search.summary .item {
    margin-bottom: 15px;
  }
  .page-layout-2columns-left.catalogsearch-advanced-result:not(.page-with-filter) .columns,
  .page-layout-2columns-right.catalogsearch-advanced-result:not(.page-with-filter) .columns,
  .page-layout-3columns.catalogsearch-advanced-result:not(.page-with-filter) .columns {
    padding-top: 45px;
  }
  .page-layout-2columns-left.catalogsearch-advanced-result .search.results > .top-toolbar,
  .page-layout-2columns-right.catalogsearch-advanced-result .search.results > .top-toolbar,
  .page-layout-3columns.catalogsearch-advanced-result .search.results > .top-toolbar {
    margin-top: -10px;
  }
  .checkout-cart-index .cart-container > * {
    order: 3;
    width: 100%;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper,
  .checkout-cart-index .cart-container .crosssell,
  .amasty-jet-theme .amrelated-cart-bundle,
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    width: calc(100% - 35% - 15px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 15px;
    box-sizing: border-box;
    width: 35%;
  }
  .checkout-cart-index .cart-container > .cart-summary {
    order: 1;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .checkout-cart-index .block.crosssell,
  .checkout-cart-index .block.upsell {
    padding: 50px 0;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .amtheme-checkout-contact {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .amtheme-checkout-contact > .step-title {
    margin: 0;
  }
  .amtheme-checkout-contact > .step-title,
  .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-word;
    word-wrap: break-word;
    max-width: 50%;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .ie11 .amtheme-checkout-contact > .step-title,
  .ie11 .amtheme-checkout-contact > .authentication-wrapper {
    word-break: break-all;
  }
  .checkout-shipping-address .form-login {
    margin-bottom: 35px;
  }
  .shipping-address-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shipping-address-items .shipping-address-item {
    width: 43%;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .authentication-dropdown.modal-popup .actions-toolbar .secondary .action,
  .popup-authentication.modal-popup .actions-toolbar .secondary .action {
    margin: 6px 0 0;
    color: #6b26fd;
    font-weight: 700;
  }
  .checkout-index-index .authentication-dropdown.modal-popup {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .authentication-dropdown.modal-popup .modal-inner-wrap {
    margin: 0;
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 400px;
  }
  .checkout-index-index .authentication-dropdown.modal-popup .modal-content {
    padding: 0 30px 40px;
  }
  .modals-wrapper .popup-authentication.modal-popup .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .checkout-container > .opc-wrapper {
    flex-grow: 1;
    float: none;
    margin: auto;
    max-width: 600px;
    padding: 0;
  }
  .cart .col.subtotal {
    text-align: right;
  }
  .cart .col:first-of-type {
    padding-inline-start: 0;
  }
  .cart .col:last-of-type {
    padding-inline-end: 0;
  }
  .cart .col.subtotal .cart-tax-info,
  .cart .col.subtotal .cart-tax-info .weee[data-label] {
    justify-content: flex-end;
    margin-top: 0;
  }
  .cart .col.subtotal .price-excluding-tax {
    flex-wrap: wrap;
  }
  .cart.items > thead > tr > th {
    color: #a8a69f;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-transform: inherit;
  }
  .cart.item .item-actions > .col {
    padding-bottom: 20px;
    padding-top: 15px;
  }
  .cart.item .item-info > .col {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .cart.item .item-info .col.qty {
    min-width: 105px;
  }
  .cart.item .item-info .col.item {
    min-width: 360px;
  }
  .cart.item .item-info .product-item-details {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 0;
    max-width: 55%;
  }
  .amtheme-column-toolbar {
    height: 1px;
  }
  .amtheme-column-toolbar .amtheme-cell {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .cart-summary {
    border: 1px solid #dfdedd;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .amtheme-form-address > .step-title {
    margin-bottom: 35px;
  }
  .amtheme-form-address > .fieldset.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amtheme-form-address .field[name$='prefix'],
  .amtheme-form-address .field[name$='firstname'],
  .amtheme-form-address .field[name$='middlename'],
  .amtheme-form-address .field[name$='lastname'],
  .amtheme-form-address .field[name$='suffix'],
  .amtheme-form-address .field[name$='region_id'],
  .amtheme-form-address .field[name$='region'],
  .amtheme-form-address .field[name$='postcode'],
  .amtheme-form-address .field[name$='country_id'],
  .amtheme-form-address .field[name$='telephone'],
  .amtheme-form-address .field[name$='fax'] {
    display: inline-block;
    max-width: 290px;
    width: 48%;
  }
  .amtheme-form-address .field[name$='company'],
  .amtheme-form-address .field[name$='city'],
  .amtheme-form-address .field.street {
    width: 100%;
  }
  .amtheme-shipping-method {
    margin-top: 35px;
  }
  .methods-shipping .actions-toolbar {
    justify-content: flex-end;
  }
  .methods-shipping .actions-toolbar .button.action {
    margin-right: 0;
  }
  .checkout-onepage-success .page-title {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .checkout-onepage-success .checkout-success + .print,
  .checkout-onepage-success .action.print {
    float: none;
    font-size: 1.2rem;
    margin-top: 45px;
    text-align: center;
    text-transform: uppercase;
  }
  .checkout-success {
    max-width: 530px;
  }
  .checkout-success > .amtheme-order {
    font-size: 2rem;
    font-weight: 400;
  }
  .checkout-success .order-number {
    font-weight: 400;
  }
  .checkout-success > .actions-toolbar {
    justify-content: center;
  }
  .amtheme-success-registration {
    margin-top: 60px;
  }
  .checkout-payment-method .payment-methods .step-title {
    margin-bottom: 13px;
  }
  .checkout-payment-method .payment-method .payment-method-content {
    padding: 0 0 30px;
  }
  .checkout-payment-method .payment-option-content .secondary {
    margin-inline-start: 0;
  }
  .checkout-payment-method .payment-option-content > form {
    max-width: 220px;
  }
  .payment-method-content > .actions-toolbar {
    justify-content: flex-end;
  }
  .payment-method-content > .actions-toolbar#paypal-express-in-context-button,
  .payment-method-content > .actions-toolbar.-paypal,
  .payment-method-content > .actions-toolbar.-paypal-express {
    justify-content: flex-start;
  }
  .checkout-payment-method .checkout-billing-address {
    background: #fcfcfc;
    border-radius: 4px;
    padding: 15px;
  }
  .checkout-payment-method .checkout-billing-address > .field.choice {
    margin: 0 0 10px;
  }
  .checkout-payment-method .checkout-billing-address .billing-address-details > .item.name {
    margin: 0;
  }
  .checkout-payment-method .checkout-billing-address .new-billing-address-button {
    padding: 0 0 0 23px;
  }
  .order-attributes .control._with-tooltip {
    max-width: 250px;
    position: relative;
  }
  .order-attributes .control._with-tooltip .field-tooltip {
    left: calc(100% + 20px);
    position: absolute;
  }
  .order-attributes .control._with-tooltip .field-tooltip .field-tooltip-content {
    left: 0;
    top: 2.2em;
  }
  .amtheme-summary-content .order-attributes .control._with-tooltip {
    max-width: calc(100% - 20px - 25px);
  }
  .amtheme-summary-content .order-attributes .field-tooltip._active .field-tooltip-content {
    left: auto;
    right: -20px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin: 50px auto;
    float: none;
    max-width: 500px;
    width: auto;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search,
  .block.block-customer-login,
  .block.block-new-customer {
    max-width: 440px;
  }
  .amtheme-card-block,
  .amtheme-addresses-block.-dashboard-addresses {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 20px;
  }
  .account .toolbar,
  .account .toolbar .pager {
    flex-direction: row;
  }
  .account .toolbar .pager + .pages {
    width: 100%;
  }
  .account .toolbar .pager .toolbar-amount {
    margin-bottom: 0;
  }
  .account-nav-title {
    display: none;
  }
  .account-nav {
    margin-bottom: 55px;
  }
  ._block-title,
  .customer-account-create .page-title,
  .customer-account-confirmation .page-title,
  .customer-account-forgotpassword .page-title,
  .customer-account-createpassword .page-title,
  .multishipping-checkout-register .page-title,
  .block.block-customer-login .block-title,
  .block.block-new-customer .block-title {
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
  }
  ._block-subtitle,
  .form.password.forget .field.note,
  .form.send.confirmation .field.note {
    margin: 0 0 30px;
    text-align: center;
  }
  .customer-account-forgotpassword .page-title,
  .customer-account-confirmation .page-title {
    margin: 40px auto 10px;
  }
  .customer-account-createpassword .page-title {
    margin: 40px auto 30px;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .page-title,
  .account[class*='sales-'] .page-title-wrapper > .page-title {
    flex-basis: 70%;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .actions,
  .account[class*='sales-'] .page-title-wrapper > .actions {
    flex-basis: 30%;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-inline-end: 50px;
  }
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .actions .print,
  .account[class*='sales-'] .page-title-wrapper > .actions .print {
    display: inline-block;
  }
  .form.form-newsletter-manage {
    max-width: 600px;
  }
  .form.form-edit-account {
    max-width: 600px;
  }
  .amtheme-addresses-block {
    margin-bottom: 30px;
  }
  .amtheme-addresses-block > .amtheme-content,
  .amtheme-addresses-block.-addresses-grid {
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .amtheme-addresses-block.-addresses-grid {
    display: block;
  }
  .amtheme-addresses-block.-addresses-grid .additional-addresses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    width: calc(100% + 15px);
  }
  .amtheme-address-card {
    padding: 20px;
    width: calc(50% - 20px / 2);
  }
  .amtheme-address-card .amtheme-actions {
    margin-top: 30px;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
    margin: 15px 7.5px 10px;
    width: calc(100% / 2 - 15px);
  }
  .amtheme-addresses-default .amtheme-address-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .form-address-edit {
    max-width: 600px;
  }
  .form-address-edit .actions-toolbar {
    flex-direction: row-reverse;
  }
  .form-address-edit .actions-toolbar .primary .action {
    margin: 0 0 0 5px;
  }
  .form-address-edit .fields.-am-block > .message {
    width: 38%;
  }
  .amtheme-addresses-block.-dashboard-addresses > .amtheme-content {
    border-radius: 0;
    padding: 0;
  }
  .amtheme-dashboard-info > .amtheme-content {
    display: flex;
  }
  .amtheme-dashboard-info .amtheme-card-block,
  .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses {
    flex-basis: 40%;
    overflow: hidden;
  }
  .amtheme-dashboard-info .amtheme-card-block > .amtheme-title,
  .amtheme-dashboard-info .amtheme-addresses-block.-dashboard-addresses > .amtheme-title {
    margin-bottom: 25px;
  }
  .amtheme-dashboard-info .amtheme-information {
    margin-inline-end: 25px;
    flex-grow: 1;
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
  .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    margin: 0 10px 20px;
    max-width: calc(100% / 2 - 20px);
  }
  .ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item,
  .ie11 .amtheme-addresses-block.-dashboard-addresses.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 2 - 20px - 1px);
  }
  .page-product-downloadable .amtheme-product-info .samples .samples-item {
    margin: 0 10px 15px 0;
  }
  .page-product-downloadable .amtheme-product-info .downloads .field.choice > .label {
    margin: 0 10px 15px 0;
  }
  .amtheme-product-info .table-wrapper.grouped {
    margin-bottom: 55px;
  }
  .toolbar-sorter .amtheme-filter-wrap {
    display: none;
    min-height: 45px;
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main .column.main {
      width: 100%;
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional sidebar-additional';
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main' 'sidebar-additional sidebar-additional';
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-areas: 'main sidebar-main' 'sidebar-additional sidebar-additional';
    }
  }
  .amtheme-filter-action {
    height: 1px;
    max-width: 185px;
    min-height: 45px;
    width: 100%;
    z-index: 8;
  }
  .amtheme-filter-action .amtheme-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4a4948;
    font-size: 16px;
    line-height: 25px;
  }
  .amtheme-filter-action .amtheme-icon {
    flex-shrink: 0;
    height: 25px;
    margin-right: 10px;
    width: 25px;
  }
  ._keyfocus .amtheme-filter-action:focus,
  .ie11 ._keyfocus .amtheme-filter-action:focus {
    box-shadow: none;
  }
  ._keyfocus .amtheme-filter-action:focus .amtheme-title {
    border-radius: 2px;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #070605;
  }
  .ie11 ._keyfocus .amtheme-filter-action:focus .amtheme-title {
    box-shadow: 0 0 0 1px #070605;
  }
  .page-layout-2columns-left.page-with-filter .sidebar-main,
  .page-layout-3columns.page-with-filter .sidebar-main,
  .page-layout-2columns-left.page-with-filter .sidebar-main > .block.filter,
  .page-layout-3columns.page-with-filter .sidebar-main > .block.filter {
    transition: margin-left 0.4s ease-in-out, opacity 0.4s;
  }
  .page-layout-2columns-right.page-with-filter .sidebar-main,
  .page-layout-2columns-right.page-with-filter .sidebar-main > .block.filter {
    transition: margin-right 0.4s ease-in-out, opacity 0.4s;
  }
  .page-layout-2columns-right.page-with-filter .sidebar-additional {
    clear: right;
  }
  .page-layout-2columns-left.page-with-filter .page-wrapper,
  .page-layout-2columns-right.page-with-filter .page-wrapper,
  .page-layout-3columns.page-with-filter .page-wrapper {
    overflow: hidden;
  }
  .page-layout-2columns-left.page-with-filter .columns,
  .page-layout-2columns-right.page-with-filter .columns,
  .page-layout-3columns.page-with-filter .columns {
    padding-top: 85px;
  }
  .page-layout-2columns-left.page-with-filter.catalogsearch-result-index .columns,
  .page-layout-2columns-right.page-with-filter.catalogsearch-result-index .columns,
  .page-layout-3columns.page-with-filter.catalogsearch-result-index .columns {
    margin-top: 35px;
  }
  .page-layout-2columns-left.page-with-filter.-no-layer-block .columns,
  .page-layout-2columns-right.page-with-filter.-no-layer-block .columns,
  .page-layout-3columns.page-with-filter.-no-layer-block .columns {
    padding-top: 0;
  }
  .page-layout-2columns-left.page-with-filter .column.main,
  .page-layout-2columns-right.page-with-filter .column.main,
  .page-layout-3columns.page-with-filter .column.main {
    transition: width 0.4s ease-in-out;
  }
  .page-layout-2columns-left.page-with-filter .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter .amtheme-filter-action,
  .page-layout-3columns.page-with-filter .amtheme-filter-action {
    display: inline-flex;
    left: 0;
    position: absolute;
    top: 0;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products,
  .page-layout-3columns.page-with-filter .toolbar-products {
    margin-bottom: 0;
    max-width: calc(100% - 185px - 2%);
    position: absolute;
    right: 0;
    top: 0;
    transition: max-width 0.4s ease-in-out;
  }
  .page-layout-2columns-left.page-with-filter .products.wrapper ~ .toolbar-products,
  .page-layout-2columns-right.page-with-filter .products.wrapper ~ .toolbar-products,
  .page-layout-3columns.page-with-filter .products.wrapper ~ .toolbar-products {
    max-width: none;
    padding: 0;
    position: static;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 185px - 2%);
    right: 0;
  }
  .page-layout-2columns-left.page-with-filter .sidebar-main .block.filter,
  .page-layout-2columns-right.page-with-filter .sidebar-main .block.filter {
    margin-bottom: 55px;
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: calc(100% - 185px - 2%);
    right: 0;
  }
  .page-layout-2columns-left.-filter-active .sidebar-main {
    margin-inline-start: 0;
  }
  .page-layout-2columns-left.-filter-active .sidebar-main > .block.filter {
    opacity: 1;
  }
  .page-layout-2columns-right.-filter-active .sidebar-main {
    margin-right: 0;
  }
  .page-layout-2columns-right.-filter-active .sidebar-main > .block.filter {
    opacity: 1;
  }
  .page-layout-2columns-left.-filter-inactive .column.main,
  .page-layout-2columns-right.-filter-inactive .column.main,
  .page-layout-3columns.-filter-inactive .column.main {
    width: 100%;
  }
  .page-layout-2columns-left.-filter-inactive .sidebar-main,
  .page-layout-2columns-right.-filter-inactive .sidebar-main,
  .page-layout-3columns.-filter-inactive .sidebar-main {
    margin-inline-start: -255px;
  }
  .page-layout-2columns-left.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action),
  .page-layout-2columns-right.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action),
  .page-layout-3columns.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action) {
    opacity: 0;
    pointer-events: none;
  }
  .page-layout-2columns-left.-filter-inactive .products.wrapper ~ .toolbar-products,
  .page-layout-2columns-right.-filter-inactive .products.wrapper ~ .toolbar-products,
  .page-layout-3columns.-filter-inactive .products.wrapper ~ .toolbar-products {
    justify-content: center;
    max-width: none;
  }
  .page-layout-2columns-right.page-with-filter .amtheme-filter-action {
    left: auto;
    right: 0;
  }
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    left: 0;
  }
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar-main {
    margin-right: -255px;
  }
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar-main > *:not(.amtheme-filter-action) {
    opacity: 0;
    pointer-events: none;
  }
  .block.filter .filter-options-content {
    padding: 5px 10px 15px;
  }
  .page-layout-1column.page-with-filter .block.filter {
    margin-bottom: 20px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-content *,
  .page-layout-1column.page-with-filter .block.filter .filter-content *:after,
  .page-layout-1column.page-with-filter .block.filter .filter-content *:before {
    box-sizing: border-box;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options {
    background: #f7f7f7;
    padding: 8px 30px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item {
    margin-inline-end: 30px;
    display: inline-block;
    padding: 5px 0;
    position: relative;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item {
    margin-bottom: 15px;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item:last-child {
    margin-bottom: 0;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options .item a {
    align-items: flex-end;
    display: flex;
    width: 100%;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-content {
    background: #f7f7f7;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    box-sizing: border-box;
    left: 0;
    margin-top: 5px;
    padding: 15px;
    position: absolute;
    visibility: hidden;
    width: 210px;
    z-index: 9;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item.-active .filter-options-title:after {
    transform: translateY(-50%) rotateZ(180deg);
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item .swatch-attribute:first-child {
    margin-top: 0;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-item.-active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column.page-with-filter .block.filter .filter-options-title {
    padding: 0 30px 0 0;
  }
  .multishipping-checkout_address-selectbilling .page-header .logo,
  .multishipping-checkout_address-newshipping .page-header .logo,
  .multishipping-checkout_address-newbilling .page-header .logo,
  .multishipping-checkout_address-editshipping .page-header .logo,
  .multishipping-checkout_address-editaddress .page-header .logo {
    margin: 0 auto;
  }
  .multishipping-checkout_address-selectbilling .page-title-wrapper,
  .multishipping-checkout_address-newshipping .page-title-wrapper,
  .multishipping-checkout_address-newbilling .page-title-wrapper,
  .multishipping-checkout_address-editshipping .page-title-wrapper,
  .multishipping-checkout_address-editaddress .page-title-wrapper {
    text-align: center;
  }
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
  .multishipping-checkout-addresses .field.address,
  .multishipping-checkout-addresses .action.delete {
    display: inline-block;
  }
  .multicheckout.address.form .actions-toolbar {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin-bottom: 35px;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    box-sizing: border-box;
    flex-basis: 50%;
  }
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-inline-start: 20px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box {
    margin-bottom: 50px;
    width: 50%;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:first-of-type {
    padding-inline-end: 20px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type,
  .multicheckout.shipping .block-shipping > .amtheme-addresses-block.-dashboard-addresses > .box:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses {
    align-items: flex-start;
    display: flex;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-text {
    padding-inline-end: 40px;
    margin-bottom: 10px;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-cart-items,
  .multicheckout.shipping .block-other > .amtheme-addresses-block.-dashboard-addresses > .amtheme-cart-items {
    flex-grow: 1;
  }
  .amtheme-address-method {
    flex-direction: row;
    padding: 30px 20px 20px;
  }
  .amtheme-address-method .address {
    margin: 0 60px 0 0;
    width: 25%;
  }
  .amtheme-address-method .method {
    width: 35%;
  }
  .multicheckout.billing.form .actions-toolbar > .secondary {
    margin: 0 40px 0 0;
  }
  .multishipping-checkout-overview .block-billing {
    margin-bottom: 50px;
  }
  .multishipping-checkout-overview .box-items {
    margin-top: 35px;
  }
  .multishipping-checkout-overview .actions-toolbar > .secondary {
    margin: 0 40px 0 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view {
    align-items: center;
    justify-content: space-between;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view.-center {
    justify-content: center;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .-left {
    order: 0;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content.-horizontal-view .-right {
    order: 2;
  }
  .amtheme-newsletter-block.amtheme-newsletter {
    height: 100%;
    max-height: 252px;
    min-height: 252px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-container {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0 50px;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .amtheme-newsletter-block.amtheme-newsletter .amtheme-content .amtheme-form {
    max-width: 42%;
  }
  .amtheme-newsletter-block.amtheme-subscribe {
    border-top: 1px solid #dfdedd;
    margin-top: 30px;
  }
  .amtheme-newsletter-block.amtheme-subscribe .amtheme-container {
    justify-content: flex-end;
  }
  .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 50%;
  }
  .amtheme-newsletter-block .amtheme-image.-left {
    left: 0;
  }
  .amtheme-newsletter-block .amtheme-image.-right {
    right: 0;
  }
  .amtheme-newsletter-block .amtheme-image.-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .amtheme-newsletter-block .amtheme-image.-stretch {
    left: 0;
    right: 0;
  }
  .amtheme-newsletter-block {
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
  }
  .amtheme-newsletter-block .amtheme-image {
    display: block;
    pointer-events: none;
    position: absolute;
    user-select: none;
  }
  .amtheme-newsletter-block .amtheme-image > img {
    width: 100%;
  }
  .amtheme-newsletter-block .amtheme-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .amtheme-newsletter-block .amtheme-description {
    word-break: break-word;
    word-wrap: break-word;
    margin: 20px 0 0;
    position: relative;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .ie11 .amtheme-newsletter-block .amtheme-description {
    word-break: break-all;
  }
  .amtheme-newsletter-block .amtheme-description,
  .amtheme-newsletter-block .amtheme-text,
  .amtheme-newsletter-block .amtheme-title {
    margin: 0;
  }
  .amtheme-newsletter-block .amtheme-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.035em;
  }
  .amtheme-newsletter-block .amtheme-text,
  .amtheme-newsletter-block .amtheme-title {
    position: relative;
  }
  .amtheme-newsletter-block .mage-error[generated] {
    left: 0;
    position: absolute;
    top: 100%;
  }
  .paypal-review > .block.block-order-details-view {
    margin-top: 30px;
  }
  .paypal-review-items {
    margin-inline-end: 70px;
  }
  .table-paypal-review-items .price-excluding-tax {
    flex-wrap: wrap;
  }
  .amtheme-reviews-list .amtheme-item {
    align-items: flex-start;
    flex-direction: row;
  }
  .amtheme-reviews-list .amtheme-content {
    flex-direction: row;
    margin: 0 20px 0 0;
  }
  .amtheme-reviews-list .amtheme-wrapper {
    margin: 0 15px 0 0;
  }
  .amtheme-reviews-list .amtheme-description {
    max-width: 75%;
  }
  .amtheme-customer-review.view,
  .customer-review.view {
    align-items: flex-start;
    flex-direction: row;
    margin-top: 30px;
  }
  .amtheme-customer-review.view .review-details,
  .customer-review.view .review-details {
    margin-top: 60px;
  }
  .amtheme-customer-review.view .product-media,
  .customer-review.view .product-media {
    margin-bottom: 0;
    margin-inline-end: 20px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .sendfriend-product-send .page-title {
    text-align: center;
  }
  .form.send.friend {
    margin: auto;
  }
  .form.send.friend .fieldset.sender .field.sender,
  .form.send.friend .fieldset.sender .field.email {
    display: inline-block;
    width: calc(50% - 20px / 2);
  }
  .form.send.friend .fieldset.sender .field.sender {
    margin-inline-end: 20px;
    float: left;
  }
  .form.send.friend .fieldset.recipients .field.name,
  .form.send.friend .fieldset.recipients .field.email {
    display: inline-block;
    width: calc(50% - 20px / 2);
  }
  .form.send.friend .fieldset.recipients .field.name {
    margin-inline-end: 20px;
    float: left;
  }
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item,
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-empty .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .block.widget .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(50% - 12.5px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 2),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-header > .content {
    padding: 40px 35px 40px;
    position: relative;
  }
  .page-header > .content:before,
  .page-header > .content:after {
    background: #ffffff;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1000%;
  }
  .page-header > .content:before {
    right: 100%;
  }
  .page-header > .content:after {
    left: 100%;
  }
  .page-header .logo {
    margin-inline-end: auto;
  }
  .page-header .amtheme-icons-container {
    order: 1;
  }
  .page-header .block-search {
    margin-inline-end: 30px;
    max-width: 320px;
    transition: all 0.4s ease-in-out;
  }
  .page-header .amtheme-navigation-icon {
    cursor: pointer;
    display: none;
  }
  .page-header .amtheme-icons-container .account-icon .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-header .amtheme-icons-container .account-icon {
    margin-inline-end: 10px;
    display: none;
  }
  .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: none;
  }
  .page-header.-desktop-navigation-toggle .amtheme-navigation-icon {
    display: block;
  }
  .nav-before-open.nav-open .page-header.-desktop-navigation-toggle .sections.nav-sections {
    display: block;
  }
  .page-header.-sticky-header .nav-sections-item-content > .navigation {
    padding: 10px 30px 0;
  }
  .page-header.-sticky-header .navigation li.level0 > a {
    padding: 10px 0;
  }
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-inline-end: 40px;
  }
  .page-header.-sticky-header .logo {
    max-width: 60px;
  }
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 10px;
  }
  .page-header.-sticky-header .amtheme-icons-container .account-icon {
    display: block;
  }
  .amtheme-header-icon .amtheme-link {
    display: inline-block;
  }
  .amtheme-header-icon:not(:last-child) {
    margin-inline-end: 20px;
  }
  .panel {
    display: block;
  }
  .panel a:hover {
    color: #e82c2d;
  }
  .panel.wrapper {
    background: #fafce2;
    color: #070605;
  }
  .panel.header {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
  }
  .panel a {
    color: #070605;
  }
  .panel.header {
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .panel.header .greet.welcome {
    margin-bottom: 20px;
    width: 100%;
  }
  .page-footer .logo {
    align-items: center;
    display: flex;
    flex: 1 0 8%;
  }
  .page-footer .logo-image {
    max-width: 90px;
  }
  .page-footer .content {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
    padding-top: 50px;
  }
  .page-footer .content > .links:not(.footer),
  .page-footer .content .amtheme-newsletter-block {
    flex-basis: 100%;
  }
  .page-footer .amtheme-socials-list {
    align-items: center;
  }
  .page-footer .amtheme-footer-section {
    flex: 1 0 80%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-footer .amtheme-footer-section .footer.links,
  .page-footer .amtheme-footer-section .footer-cms-links {
    max-width: 67%;
  }
  .page-footer .amtheme-footer-section .footer-cms-links {
    margin-top: 15px;
  }
  .footer.links {
    column-count: 2;
    column-gap: 15px;
  }
  .footer.links .item {
    margin: 0 0 15px;
  }
  .amtheme-socials-list {
    flex: 1 0 30%;
    justify-content: flex-end;
  }
  .product-info-main .amtheme-payment-methods {
    max-width: 80%;
  }
  .footer .amtheme-payment-methods {
    margin-top: 30px;
    width: 100%;
  }
  .copyright {
    padding: 15px 0;
  }
  @keyframes overflowHover {
    from {
      overflow: hidden;
    }
    to {
      overflow: auto;
    }
  }
  .form-wishlist-items .product-item {
    width: calc(50% - 15px);
    padding: 0;
  }
  .form-wishlist-items .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .form-wishlist-items .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .form-wishlist-items .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .form-wishlist-items .product-item .product-item-name,
  .form-wishlist-items .product-item .price-box,
  .form-wishlist-items .product-item .amtheme-stock-visible {
    z-index: 1;
  }
  .form-wishlist-items .product-item .product-item-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .form-wishlist-items .product-item .actions-primary > .action.tocart {
    margin-left: 20px;
  }
  .form-wishlist-items .product-item .amtheme-more-button {
    display: none;
  }
  .form-wishlist-items .product-item .product-item-actions.-edit {
    justify-content: flex-start;
  }
  .form-wishlist-items .product-item .product-item-actions > .delete {
    line-height: 45px;
  }
  .form-wishlist-items .product-item .action.edit > .text {
    display: none;
  }
  .form-wishlist-items .product-item .action.edit > .amtheme-icon {
    display: block;
    height: 23px;
    width: 23px;
  }
  .form-wishlist-items .product-item .product-details {
    margin: 0 0 15px;
    z-index: 1;
  }
  .form-wishlist-items .product-item-info:hover {
    padding-bottom: 0;
  }
  .form-wishlist-items .product-item-info:hover .product-details,
  .form-wishlist-items .product-item-info:hover .amtheme-stock-visible {
    display: block;
  }
  .form-wishlist-items .product-item-info:hover .product-item-inner {
    animation: .4s linear .5s forwards overflowHover;
    top: 100%;
  }
  .shared.wishlist .col.comment {
    padding-inline-end: 25px;
    max-width: 420px;
  }
  .shared.wishlist .col.actions {
    justify-content: flex-end;
    text-align: right;
  }
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-inline-start: 20px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .content-heading .title {
    line-height: 1;
  }
  [class*='widget'] .block-title,
  [class*='widget'] .block-title > strong {
    font-weight: 400;
  }
  .block.am-widget {
    margin: 40px auto;
  }
  .block.am-widget h3.amtheme-title {
    font-weight: 500;
    margin-bottom: 40px;
  }
  .block.am-widget:not(.list) .action.tocart,
  .block.am-widget:not(.list) .stock {
    display: block;
    font-size: 1.6rem;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .block.am-widget.list .item.product.product-item {
    width: 100%;
  }
  .am-widget.block-viewed-products-grid.list .product-details-action > .price-box,
  .am-widget.block-compared-products-grid.list .product-details-action > .price-box {
    justify-content: flex-start;
    width: 100%;
  }
  .page-layout-3columns .block-new-products.list .product-item-info {
    align-items: flex-start;
  }
  .page-layout-3columns .block-new-products.list .product-item-info .price-including-tax {
    margin-right: 0;
  }
  .page-layout-3columns .block-new-products.list .product-item-info .price-excluding-tax {
    margin-left: 10px;
  }
  .page-layout-3columns.-filter-inactive .block-new-products.list .product-item-actions,
  .page-layout-3columns.-filter-inactive .block-new-products.list .normal-price .price-container {
    flex-direction: column;
    justify-content: flex-end;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-item-info {
    flex-direction: column;
    padding-left: 34%;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-photo-wrapper {
    width: 32%;
  }
  .amtheme-backtotop-wrap {
    padding: 8px;
    background: rgba(255, 255, 255, 0.86);
    border: 2px solid #536131;
    border-radius: 4px;
    bottom: 100px;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 30px;
    z-index: 11;
  }
  .amtheme-backtotop-wrap:hover,
  .amtheme-backtotop-wrap:focus {
    border-color: #7aa022;
  }
  .amtheme-backtotop-wrap:hover .amtheme-icon,
  .amtheme-backtotop-wrap:focus .amtheme-icon {
    fill: #7aa022;
  }
  .amtheme-backtotop-wrap.-fix {
    bottom: inherit;
    position: absolute;
  }
  .amtheme-backtotop-wrap.-animate {
    transition: opacity 0.4s, border-color 0.4s, fill 0.4s ease-in-out;
  }
  .amtheme-backtotop-wrap.-show {
    opacity: 1;
  }
  .amtheme-backtotop-wrap > .amtheme-label {
    display: none;
  }
  .amtheme-backtotop-wrap > .amtheme-icon {
    display: block;
    fill: #536131;
    transform: rotate(90deg);
  }
  .amtheme-popup-block .popup-inner {
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, 0.1);
    height: auto;
    margin: 0 15px;
    max-height: 90vh;
    max-width: 520px;
    padding: 70px 40px 50px;
  }
  .amtheme-popup-block .popup-inner .amtheme-button-close {
    margin: 10px;
    padding: 10px;
  }
  .amtheme-popup-block .popup-inner .action:not(.amtheme-circle-icon) {
    width: auto;
  }
  .toolbar,
  .toolbar .pager {
    height: 45px;
    justify-content: space-between;
    width: 100%;
  }
  .toolbar .toolbar-amount,
  .toolbar .pager .toolbar-amount {
    padding-inline-start: 25px;
    margin: 0;
  }
  .toolbar-sorter .sorter-action:focus {
    border-radius: 50%;
  }
  .toolbar-sorter .sorter-options {
    color: #4a4948;
  }
  .toolbar-sorter .sorter-label {
    color: #4a4948;
  }
  .toolbar-sorter .sorter-label:after {
    margin-inline-end: 5px;
    content: ':';
  }
  .toolbar-sorter .amtheme-placeholder.-selected,
  .limiter .amtheme-placeholder.-selected {
    font-weight: 700;
  }
  .amtheme-collapsible-block,
  .multicheckout .amtheme-collapsible-block {
    margin-bottom: 30px;
  }
  .amtheme-collapsible-block._am-mobile > .block-title,
  .multicheckout .amtheme-collapsible-block._am-mobile > .block-title {
    cursor: default;
  }
  .amtheme-collapsible-block._am-mobile > .block-title > .amtheme-icon,
  .multicheckout .amtheme-collapsible-block._am-mobile > .block-title > .amtheme-icon {
    display: none;
  }
  .amasty-jet-theme.checkout-index-index .opc-wrapper .shipping-address-items .shipping-address-item {
    box-sizing: border-box;
    width: calc(50% - 5px);
  }
  .checkout-index-index .amtheme-form-address .field[name$='prefix'],
  .checkout-index-index .amtheme-form-address .field[name$='firstname'],
  .checkout-index-index .amtheme-form-address .field[name$='middlename'],
  .checkout-index-index .amtheme-form-address .field[name$='lastname'],
  .checkout-index-index .amtheme-form-address .field[name$='suffix'],
  .checkout-index-index .amtheme-form-address .field[name$='region_id'],
  .checkout-index-index .amtheme-form-address .field[name$='region'],
  .checkout-index-index .amtheme-form-address .field[name$='postcode'],
  .checkout-index-index .amtheme-form-address .field[name$='country_id'],
  .checkout-index-index .amtheme-form-address .field[name$='telephone'],
  .checkout-index-index .amtheme-form-address .field[name$='fax'] {
    max-width: 100%;
  }
  .amasty-jet-theme .checkout-onepage-success .columns .print {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .amasty-jet-theme .checkout-payment-method .checkout-billing-address {
    background: transparent;
  }
  .amfaq-search .search-autocomplete {
    top: auto;
    padding: 0;
    border-radius: unset;
  }
  .amfaq-question-footer-wrapper {
    flex-wrap: wrap;
  }
  .amasty-mega-menu .header.content {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1360px;
  }
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid {
    margin: 0 -10px 30px;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid.slick-slider .product-item {
    max-width: unset;
  }
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details {
    transform: translateY(65px);
  }
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    margin-bottom: -70px;
  }
  .amrelated-popup-container .amrelated-image-container .product-image-container {
    border: none;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item .price-box {
    justify-content: center;
  }
  .products-grid.amscroll-page ~ .page-title-wrapper.amtheme-title-search {
    margin-top: 25px;
  }
  .products.products-grid.amscroll-page:not(:first-of-type),
  .products.products-grid.amscroll-pages:not(:first-of-type) {
    margin-bottom: 10px;
  }
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items {
    margin: 0 -10px;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-title {
    display: flex;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-title:after {
    margin: 0 0 0 5px;
    position: static;
    transform: none;
  }
  .amasty-jet-theme .amasty-catalog-topnav .filter-options-item.-active .filter-options-title:after {
    transform: rotateZ(180deg);
  }
  .amasty-jet-theme.ambrand-index-index .top-toolbar > .toolbar.toolbar-products,
  .amasty-jet-theme.amshopby-index-index .top-toolbar > .toolbar.toolbar-products {
    align-items: center;
    flex-direction: row;
    margin-top: 0;
  }
  .ambrand-index-index .top-toolbar > .toolbar,
  .amshopby-index-index .top-toolbar > .toolbar,
  .catalog-category-view .top-toolbar > .toolbar {
    margin-top: 50px;
  }
  .swatch-layered[class*='am-filter-items-attr'] .swatch-option-link-layered {
    margin: 0 5px 10px 0 !important;
  }
  .am-shopby-form .swatch-attribute .swatch-option:not(.text):before {
    transform: scale(1.24);
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 25px;
    min-height: 15px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #7aa022 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 15px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #7aa022;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #7aa022;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    top: 4px;
  }
  .am-collapse-icon:after {
    width: 20px;
  }
  .catalog-topnav .filter-options .filter-options-content {
    padding-top: 15px;
  }
  .amasty-jet-theme .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 231;
  }
  .filter-options-item .filter-options-content .amshopby-slider-wrapper {
    margin: 0;
  }
  .am-category-wrapper .am-multiselect-crumb {
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    border: none;
    margin: -15px -10px;
  }
  .amshopby-filter-current .amshopby-filter-value,
  .amshopby-filter-current .amshopby-filter-value .am-shopby-swatch-label {
    color: #a8a69f;
  }
  .page-layout-2columns-left.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky,
  .page-layout-3columns.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky {
    position: unset;
  }
  .page-layout-2columns-left.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-3columns.page-with-filter.-filter-inactive .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action {
    top: 0;
  }
  .page-layout-2columns-left.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-2columns-right.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action,
  .page-layout-3columns.page-with-filter .sidebar.sidebar-main.-amshopby-sticky > .amtheme-filter-action {
    top: -85px;
  }
  .page-layout-2columns-left.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper,
  .page-layout-2columns-right.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper,
  .page-layout-3columns.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-wrapper {
    overflow: unset;
  }
  .page-layout-2columns-left.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header,
  .page-layout-2columns-right.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header,
  .page-layout-3columns.page-with-filter.-amshopby-sticky:not(.-filter-inactive) .page-header {
    overflow: hidden;
  }
  .amasty-xlanding-columns3.amasty_xlanding-page-view.-filter-inactive .products-grid .product-items .product-item {
    margin: 0;
    width: 33.33333333%;
  }
  .amasty-xlanding-columns4.amasty_xlanding-page-view.-filter-inactive .products-grid .product-items .product-item {
    margin: 0;
    width: 25%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view.-filter-inactive .products-grid .product-items .product-item {
    margin: 0;
    width: 20%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view.-filter-active .products-grid .product-items .product-item {
    margin: 0;
    width: 25%;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view.-filter-active .products-grid .product-items .product-item:nth-of-type(4n) {
    justify-content: flex-end;
  }
  .amasty-xlanding-columns5.amasty_xlanding-page-view.-filter-active .products-grid .product-items .product-item:nth-of-type(4n + 1) {
    justify-content: flex-start;
  }
  .page-header .amsearch-wrapper-block {
    order: initial;
  }
  .amtheme-icons-container {
    padding: 0 0 0 10px;
  }
  .amsearch-search-page.page-products .toolbar-products {
    min-width: 100%;
    position: static;
  }
  .breadcrumbs-usp-wrapper {
    display: flex;
  }
  .breadcrumbs-usp-wrapper .diii-usps .mobile {
    display: block;
  }
  .header .amsearch-form-block.-opened .amsearch-result-section .amsearch-items-section {
    max-width: 230px;
  }
  .header .amsearch-form-block.-opened .amsearch-result-section section.amsearch-products-section.-grid {
    flex-wrap: wrap;
  }
  .header .amsearch-form-block.-opened .amsearch-result-section section.amsearch-products-section.-grid .amsearch-wrapper-content {
    display: flex;
    flex-wrap: wrap;
  }
  .header .amsearch-form-block.-opened .amsearch-result-section section.amsearch-products-section.-grid .amsearch-wrapper-content .amsearch-item.product-item {
    max-width: calc(100% / 3 - 10px) !important;
    border: 1px solid;
  }
  .ammenu-header-container section.amsearch-wrapper-block {
    margin-right: 20px !important;
  }
  .ammenu-header-container section.amsearch-wrapper-block .amsearch-input-wrapper {
    min-width: 290px;
  }
  .dirckiii-footer .footer-navigation .kolom-1 .block-content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 5px;
  }
  .dirckiii-footer .footer-nix-socials .social-wrapper {
    display: flex;
    align-items: center;
  }
  .dirckiii-footer .footer-nix-socials .social-wrapper .buttons-holder {
    margin-top: 0 !important;
  }
  .dirckiii-footer .footer-nix-socials .social-wrapper .volg-ons {
    margin-right: 20px;
  }
  .dirckiii-footer .footer-bottom-wrapper {
    display: flex;
    column-gap: 12px;
    justify-content: center;
  }
  .dirckiii-newsletter {
    background-image: url("https://www.dirckiii.nl/media/wysiwyg/infortis/_bg/default/DirckIII_hout_DEF_M_1.jpg");
    position: relative;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section {
    max-width: 80%;
    margin-block: 32px;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-images-mobile {
    display: none;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-images-left {
    display: flex;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-images-right {
    display: flex;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-container .d3-nieuwsbrief-header .d3-hbanner-wrapper {
    padding: 16px 96px;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-container .d3-nieuwsbrief-header .d3-hbanner-wrapper h2 {
    font-size: 48px;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-container .d3-nieuwsbrief-content .d3-content-wrapper {
    max-width: 65%;
  }
  .dirckiii-newsletter .d3-nieuwsbrief-footer .d3-nieuwsbrief-section .d3-nieuwsbrief-container .d3-nieuwsbrief-content .d3-form-wrapper iframe {
    width: 100%;
    height: 70px;
  }
  .flex-justified {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .md-flex-row {
    flex-direction: row;
  }
  [class~="md-flex-row"] {
    flex-direction: row;
  }
  .md-!flex-row {
    flex-direction: row !important;
  }
  [class~="md-!flex-row"] {
    flex-direction: row !important;
  }
  .md-flex-row-reverse {
    flex-direction: row-reverse;
  }
  [class~="md-flex-row-reverse"] {
    flex-direction: row-reverse;
  }
  .md-!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  [class~="md-!flex-row-reverse"] {
    flex-direction: row-reverse !important;
  }
  .md-flex-col {
    flex-direction: column;
  }
  [class~="md-flex-col"] {
    flex-direction: column;
  }
  .md-!flex-col {
    flex-direction: column !important;
  }
  [class~="md-!flex-col"] {
    flex-direction: column !important;
  }
  .md-flex-col-reverse {
    flex-direction: column-reverse;
  }
  [class~="md-flex-col-reverse"] {
    flex-direction: column-reverse;
  }
  .md-!flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  [class~="md-!flex-col-reverse"] {
    flex-direction: column-reverse !important;
  }
  .md-flex-1 {
    flex: 1 1 0%;
  }
  [class~="md-flex-1"] {
    flex: 1 1 0%;
  }
  .md-!flex-1 {
    flex: 1 1 0% !important;
  }
  [class~="md-!flex-1"] {
    flex: 1 1 0% !important;
  }
  .md-flex-auto {
    flex: 1 1 auto;
  }
  [class~="md-flex-auto"] {
    flex: 1 1 auto;
  }
  .md-!flex-auto {
    flex: 1 1 auto !important;
  }
  [class~="md-!flex-auto"] {
    flex: 1 1 auto !important;
  }
  .md-flex-initial {
    flex: 0 1 auto;
  }
  [class~="md-flex-initial"] {
    flex: 0 1 auto;
  }
  .md-!flex-initial {
    flex: 0 1 auto !important;
  }
  [class~="md-!flex-initial"] {
    flex: 0 1 auto !important;
  }
  .md-flex-none {
    flex: none;
  }
  [class~="md-flex-none"] {
    flex: none;
  }
  .md-!flex-none {
    flex: none !important;
  }
  [class~="md-!flex-none"] {
    flex: none !important;
  }
  .md-basis-0 {
    flex-basis: 0px;
  }
  [class~="md-basis-0"] {
    flex-basis: 0px;
  }
  .md-!basis-0 {
    flex-basis: 0px !important;
  }
  [class~="md-!basis-0"] {
    flex-basis: 0px !important;
  }
  .md-basis-0.5 {
    flex-basis: 0.125rem;
  }
  [class~="md-basis-0.5"] {
    flex-basis: 0.125rem;
  }
  .md-!basis-0.5 {
    flex-basis: 0.125rem !important;
  }
  [class~="md-!basis-0.5"] {
    flex-basis: 0.125rem !important;
  }
  .md-basis-1 {
    flex-basis: 0.25rem;
  }
  [class~="md-basis-1"] {
    flex-basis: 0.25rem;
  }
  .md-!basis-1 {
    flex-basis: 0.25rem !important;
  }
  [class~="md-!basis-1"] {
    flex-basis: 0.25rem !important;
  }
  .md-basis-1.5 {
    flex-basis: 0.375rem;
  }
  [class~="md-basis-1.5"] {
    flex-basis: 0.375rem;
  }
  .md-!basis-1.5 {
    flex-basis: 0.375rem !important;
  }
  [class~="md-!basis-1.5"] {
    flex-basis: 0.375rem !important;
  }
  .md-basis-2 {
    flex-basis: 0.5rem;
  }
  [class~="md-basis-2"] {
    flex-basis: 0.5rem;
  }
  .md-!basis-2 {
    flex-basis: 0.5rem !important;
  }
  [class~="md-!basis-2"] {
    flex-basis: 0.5rem !important;
  }
  .md-basis-2.5 {
    flex-basis: 0.625rem;
  }
  [class~="md-basis-2.5"] {
    flex-basis: 0.625rem;
  }
  .md-!basis-2.5 {
    flex-basis: 0.625rem !important;
  }
  [class~="md-!basis-2.5"] {
    flex-basis: 0.625rem !important;
  }
  .md-basis-3 {
    flex-basis: 0.75rem;
  }
  [class~="md-basis-3"] {
    flex-basis: 0.75rem;
  }
  .md-!basis-3 {
    flex-basis: 0.75rem !important;
  }
  [class~="md-!basis-3"] {
    flex-basis: 0.75rem !important;
  }
  .md-basis-3.5 {
    flex-basis: 0.875rem;
  }
  [class~="md-basis-3.5"] {
    flex-basis: 0.875rem;
  }
  .md-!basis-3.5 {
    flex-basis: 0.875rem !important;
  }
  [class~="md-!basis-3.5"] {
    flex-basis: 0.875rem !important;
  }
  .md-basis-4 {
    flex-basis: 1rem;
  }
  [class~="md-basis-4"] {
    flex-basis: 1rem;
  }
  .md-!basis-4 {
    flex-basis: 1rem !important;
  }
  [class~="md-!basis-4"] {
    flex-basis: 1rem !important;
  }
  .md-basis-5 {
    flex-basis: 1.25rem;
  }
  [class~="md-basis-5"] {
    flex-basis: 1.25rem;
  }
  .md-!basis-5 {
    flex-basis: 1.25rem !important;
  }
  [class~="md-!basis-5"] {
    flex-basis: 1.25rem !important;
  }
  .md-basis-6 {
    flex-basis: 1.5rem;
  }
  [class~="md-basis-6"] {
    flex-basis: 1.5rem;
  }
  .md-!basis-6 {
    flex-basis: 1.5rem !important;
  }
  [class~="md-!basis-6"] {
    flex-basis: 1.5rem !important;
  }
  .md-basis-7 {
    flex-basis: 1.75rem;
  }
  [class~="md-basis-7"] {
    flex-basis: 1.75rem;
  }
  .md-!basis-7 {
    flex-basis: 1.75rem !important;
  }
  [class~="md-!basis-7"] {
    flex-basis: 1.75rem !important;
  }
  .md-basis-8 {
    flex-basis: 2rem;
  }
  [class~="md-basis-8"] {
    flex-basis: 2rem;
  }
  .md-!basis-8 {
    flex-basis: 2rem !important;
  }
  [class~="md-!basis-8"] {
    flex-basis: 2rem !important;
  }
  .md-basis-9 {
    flex-basis: 2.25rem;
  }
  [class~="md-basis-9"] {
    flex-basis: 2.25rem;
  }
  .md-!basis-9 {
    flex-basis: 2.25rem !important;
  }
  [class~="md-!basis-9"] {
    flex-basis: 2.25rem !important;
  }
  .md-basis-10 {
    flex-basis: 2.5rem;
  }
  [class~="md-basis-10"] {
    flex-basis: 2.5rem;
  }
  .md-!basis-10 {
    flex-basis: 2.5rem !important;
  }
  [class~="md-!basis-10"] {
    flex-basis: 2.5rem !important;
  }
  .md-basis-11 {
    flex-basis: 2.75rem;
  }
  [class~="md-basis-11"] {
    flex-basis: 2.75rem;
  }
  .md-!basis-11 {
    flex-basis: 2.75rem !important;
  }
  [class~="md-!basis-11"] {
    flex-basis: 2.75rem !important;
  }
  .md-basis-12 {
    flex-basis: 3rem;
  }
  [class~="md-basis-12"] {
    flex-basis: 3rem;
  }
  .md-!basis-12 {
    flex-basis: 3rem !important;
  }
  [class~="md-!basis-12"] {
    flex-basis: 3rem !important;
  }
  .md-basis-14 {
    flex-basis: 3.5rem;
  }
  [class~="md-basis-14"] {
    flex-basis: 3.5rem;
  }
  .md-!basis-14 {
    flex-basis: 3.5rem !important;
  }
  [class~="md-!basis-14"] {
    flex-basis: 3.5rem !important;
  }
  .md-basis-16 {
    flex-basis: 4rem;
  }
  [class~="md-basis-16"] {
    flex-basis: 4rem;
  }
  .md-!basis-16 {
    flex-basis: 4rem !important;
  }
  [class~="md-!basis-16"] {
    flex-basis: 4rem !important;
  }
  .md-basis-20 {
    flex-basis: 5rem;
  }
  [class~="md-basis-20"] {
    flex-basis: 5rem;
  }
  .md-!basis-20 {
    flex-basis: 5rem !important;
  }
  [class~="md-!basis-20"] {
    flex-basis: 5rem !important;
  }
  .md-basis-24 {
    flex-basis: 6rem;
  }
  [class~="md-basis-24"] {
    flex-basis: 6rem;
  }
  .md-!basis-24 {
    flex-basis: 6rem !important;
  }
  [class~="md-!basis-24"] {
    flex-basis: 6rem !important;
  }
  .md-basis-28 {
    flex-basis: 7rem;
  }
  [class~="md-basis-28"] {
    flex-basis: 7rem;
  }
  .md-!basis-28 {
    flex-basis: 7rem !important;
  }
  [class~="md-!basis-28"] {
    flex-basis: 7rem !important;
  }
  .md-basis-32 {
    flex-basis: 8rem;
  }
  [class~="md-basis-32"] {
    flex-basis: 8rem;
  }
  .md-!basis-32 {
    flex-basis: 8rem !important;
  }
  [class~="md-!basis-32"] {
    flex-basis: 8rem !important;
  }
  .md-basis-36 {
    flex-basis: 9rem;
  }
  [class~="md-basis-36"] {
    flex-basis: 9rem;
  }
  .md-!basis-36 {
    flex-basis: 9rem !important;
  }
  [class~="md-!basis-36"] {
    flex-basis: 9rem !important;
  }
  .md-basis-40 {
    flex-basis: 10rem;
  }
  [class~="md-basis-40"] {
    flex-basis: 10rem;
  }
  .md-!basis-40 {
    flex-basis: 10rem !important;
  }
  [class~="md-!basis-40"] {
    flex-basis: 10rem !important;
  }
  .md-basis-44 {
    flex-basis: 11rem;
  }
  [class~="md-basis-44"] {
    flex-basis: 11rem;
  }
  .md-!basis-44 {
    flex-basis: 11rem !important;
  }
  [class~="md-!basis-44"] {
    flex-basis: 11rem !important;
  }
  .md-basis-48 {
    flex-basis: 12rem;
  }
  [class~="md-basis-48"] {
    flex-basis: 12rem;
  }
  .md-!basis-48 {
    flex-basis: 12rem !important;
  }
  [class~="md-!basis-48"] {
    flex-basis: 12rem !important;
  }
  .md-basis-52 {
    flex-basis: 13rem;
  }
  [class~="md-basis-52"] {
    flex-basis: 13rem;
  }
  .md-!basis-52 {
    flex-basis: 13rem !important;
  }
  [class~="md-!basis-52"] {
    flex-basis: 13rem !important;
  }
  .md-basis-56 {
    flex-basis: 14rem;
  }
  [class~="md-basis-56"] {
    flex-basis: 14rem;
  }
  .md-!basis-56 {
    flex-basis: 14rem !important;
  }
  [class~="md-!basis-56"] {
    flex-basis: 14rem !important;
  }
  .md-basis-60 {
    flex-basis: 15rem;
  }
  [class~="md-basis-60"] {
    flex-basis: 15rem;
  }
  .md-!basis-60 {
    flex-basis: 15rem !important;
  }
  [class~="md-!basis-60"] {
    flex-basis: 15rem !important;
  }
  .md-basis-64 {
    flex-basis: 16rem;
  }
  [class~="md-basis-64"] {
    flex-basis: 16rem;
  }
  .md-!basis-64 {
    flex-basis: 16rem !important;
  }
  [class~="md-!basis-64"] {
    flex-basis: 16rem !important;
  }
  .md-basis-72 {
    flex-basis: 18rem;
  }
  [class~="md-basis-72"] {
    flex-basis: 18rem;
  }
  .md-!basis-72 {
    flex-basis: 18rem !important;
  }
  [class~="md-!basis-72"] {
    flex-basis: 18rem !important;
  }
  .md-basis-80 {
    flex-basis: 20rem;
  }
  [class~="md-basis-80"] {
    flex-basis: 20rem;
  }
  .md-!basis-80 {
    flex-basis: 20rem !important;
  }
  [class~="md-!basis-80"] {
    flex-basis: 20rem !important;
  }
  .md-basis-96 {
    flex-basis: 24rem;
  }
  [class~="md-basis-96"] {
    flex-basis: 24rem;
  }
  .md-!basis-96 {
    flex-basis: 24rem !important;
  }
  [class~="md-!basis-96"] {
    flex-basis: 24rem !important;
  }
  .md-basis-auto {
    flex-basis: auto;
  }
  [class~="md-basis-auto"] {
    flex-basis: auto;
  }
  .md-!basis-auto {
    flex-basis: auto !important;
  }
  [class~="md-!basis-auto"] {
    flex-basis: auto !important;
  }
  .md-basis-px {
    flex-basis: 1px;
  }
  [class~="md-basis-px"] {
    flex-basis: 1px;
  }
  .md-!basis-px {
    flex-basis: 1px !important;
  }
  [class~="md-!basis-px"] {
    flex-basis: 1px !important;
  }
  .md-basis-1/2 {
    flex-basis: 50%;
  }
  [class~="md-basis-1/2"] {
    flex-basis: 50%;
  }
  .md-!basis-1/2 {
    flex-basis: 50% !important;
  }
  [class~="md-!basis-1/2"] {
    flex-basis: 50% !important;
  }
  .md-basis-1/3 {
    flex-basis: 33.333333%;
  }
  [class~="md-basis-1/3"] {
    flex-basis: 33.333333%;
  }
  .md-!basis-1/3 {
    flex-basis: 33.333333% !important;
  }
  [class~="md-!basis-1/3"] {
    flex-basis: 33.333333% !important;
  }
  .md-basis-2/3 {
    flex-basis: 66.666667%;
  }
  [class~="md-basis-2/3"] {
    flex-basis: 66.666667%;
  }
  .md-!basis-2/3 {
    flex-basis: 66.666667% !important;
  }
  [class~="md-!basis-2/3"] {
    flex-basis: 66.666667% !important;
  }
  .md-basis-1/4 {
    flex-basis: 25%;
  }
  [class~="md-basis-1/4"] {
    flex-basis: 25%;
  }
  .md-!basis-1/4 {
    flex-basis: 25% !important;
  }
  [class~="md-!basis-1/4"] {
    flex-basis: 25% !important;
  }
  .md-basis-2/4 {
    flex-basis: 50%;
  }
  [class~="md-basis-2/4"] {
    flex-basis: 50%;
  }
  .md-!basis-2/4 {
    flex-basis: 50% !important;
  }
  [class~="md-!basis-2/4"] {
    flex-basis: 50% !important;
  }
  .md-basis-3/4 {
    flex-basis: 75%;
  }
  [class~="md-basis-3/4"] {
    flex-basis: 75%;
  }
  .md-!basis-3/4 {
    flex-basis: 75% !important;
  }
  [class~="md-!basis-3/4"] {
    flex-basis: 75% !important;
  }
  .md-basis-1/5 {
    flex-basis: 20%;
  }
  [class~="md-basis-1/5"] {
    flex-basis: 20%;
  }
  .md-!basis-1/5 {
    flex-basis: 20% !important;
  }
  [class~="md-!basis-1/5"] {
    flex-basis: 20% !important;
  }
  .md-basis-2/5 {
    flex-basis: 40%;
  }
  [class~="md-basis-2/5"] {
    flex-basis: 40%;
  }
  .md-!basis-2/5 {
    flex-basis: 40% !important;
  }
  [class~="md-!basis-2/5"] {
    flex-basis: 40% !important;
  }
  .md-basis-3/5 {
    flex-basis: 60%;
  }
  [class~="md-basis-3/5"] {
    flex-basis: 60%;
  }
  .md-!basis-3/5 {
    flex-basis: 60% !important;
  }
  [class~="md-!basis-3/5"] {
    flex-basis: 60% !important;
  }
  .md-basis-4/5 {
    flex-basis: 80%;
  }
  [class~="md-basis-4/5"] {
    flex-basis: 80%;
  }
  .md-!basis-4/5 {
    flex-basis: 80% !important;
  }
  [class~="md-!basis-4/5"] {
    flex-basis: 80% !important;
  }
  .md-basis-1/6 {
    flex-basis: 16.666667%;
  }
  [class~="md-basis-1/6"] {
    flex-basis: 16.666667%;
  }
  .md-!basis-1/6 {
    flex-basis: 16.666667% !important;
  }
  [class~="md-!basis-1/6"] {
    flex-basis: 16.666667% !important;
  }
  .md-basis-2/6 {
    flex-basis: 33.333333%;
  }
  [class~="md-basis-2/6"] {
    flex-basis: 33.333333%;
  }
  .md-!basis-2/6 {
    flex-basis: 33.333333% !important;
  }
  [class~="md-!basis-2/6"] {
    flex-basis: 33.333333% !important;
  }
  .md-basis-3/6 {
    flex-basis: 50%;
  }
  [class~="md-basis-3/6"] {
    flex-basis: 50%;
  }
  .md-!basis-3/6 {
    flex-basis: 50% !important;
  }
  [class~="md-!basis-3/6"] {
    flex-basis: 50% !important;
  }
  .md-basis-4/6 {
    flex-basis: 66.666667%;
  }
  [class~="md-basis-4/6"] {
    flex-basis: 66.666667%;
  }
  .md-!basis-4/6 {
    flex-basis: 66.666667% !important;
  }
  [class~="md-!basis-4/6"] {
    flex-basis: 66.666667% !important;
  }
  .md-basis-5/6 {
    flex-basis: 83.333333%;
  }
  [class~="md-basis-5/6"] {
    flex-basis: 83.333333%;
  }
  .md-!basis-5/6 {
    flex-basis: 83.333333% !important;
  }
  [class~="md-!basis-5/6"] {
    flex-basis: 83.333333% !important;
  }
  .md-basis-1/12 {
    flex-basis: 8.333333%;
  }
  [class~="md-basis-1/12"] {
    flex-basis: 8.333333%;
  }
  .md-!basis-1/12 {
    flex-basis: 8.333333% !important;
  }
  [class~="md-!basis-1/12"] {
    flex-basis: 8.333333% !important;
  }
  .md-basis-2/12 {
    flex-basis: 16.666667%;
  }
  [class~="md-basis-2/12"] {
    flex-basis: 16.666667%;
  }
  .md-!basis-2/12 {
    flex-basis: 16.666667% !important;
  }
  [class~="md-!basis-2/12"] {
    flex-basis: 16.666667% !important;
  }
  .md-basis-3/12 {
    flex-basis: 25%;
  }
  [class~="md-basis-3/12"] {
    flex-basis: 25%;
  }
  .md-!basis-3/12 {
    flex-basis: 25% !important;
  }
  [class~="md-!basis-3/12"] {
    flex-basis: 25% !important;
  }
  .md-basis-4/12 {
    flex-basis: 33.333333%;
  }
  [class~="md-basis-4/12"] {
    flex-basis: 33.333333%;
  }
  .md-!basis-4/12 {
    flex-basis: 33.333333% !important;
  }
  [class~="md-!basis-4/12"] {
    flex-basis: 33.333333% !important;
  }
  .md-basis-5/12 {
    flex-basis: 41.666667%;
  }
  [class~="md-basis-5/12"] {
    flex-basis: 41.666667%;
  }
  .md-!basis-5/12 {
    flex-basis: 41.666667% !important;
  }
  [class~="md-!basis-5/12"] {
    flex-basis: 41.666667% !important;
  }
  .md-basis-6/12 {
    flex-basis: 50%;
  }
  [class~="md-basis-6/12"] {
    flex-basis: 50%;
  }
  .md-!basis-6/12 {
    flex-basis: 50% !important;
  }
  [class~="md-!basis-6/12"] {
    flex-basis: 50% !important;
  }
  .md-basis-7/12 {
    flex-basis: 58.333333%;
  }
  [class~="md-basis-7/12"] {
    flex-basis: 58.333333%;
  }
  .md-!basis-7/12 {
    flex-basis: 58.333333% !important;
  }
  [class~="md-!basis-7/12"] {
    flex-basis: 58.333333% !important;
  }
  .md-basis-8/12 {
    flex-basis: 66.666667%;
  }
  [class~="md-basis-8/12"] {
    flex-basis: 66.666667%;
  }
  .md-!basis-8/12 {
    flex-basis: 66.666667% !important;
  }
  [class~="md-!basis-8/12"] {
    flex-basis: 66.666667% !important;
  }
  .md-basis-9/12 {
    flex-basis: 75%;
  }
  [class~="md-basis-9/12"] {
    flex-basis: 75%;
  }
  .md-!basis-9/12 {
    flex-basis: 75% !important;
  }
  [class~="md-!basis-9/12"] {
    flex-basis: 75% !important;
  }
  .md-basis-10/12 {
    flex-basis: 83.333333%;
  }
  [class~="md-basis-10/12"] {
    flex-basis: 83.333333%;
  }
  .md-!basis-10/12 {
    flex-basis: 83.333333% !important;
  }
  [class~="md-!basis-10/12"] {
    flex-basis: 83.333333% !important;
  }
  .md-basis-11/12 {
    flex-basis: 91.666667%;
  }
  [class~="md-basis-11/12"] {
    flex-basis: 91.666667%;
  }
  .md-!basis-11/12 {
    flex-basis: 91.666667% !important;
  }
  [class~="md-!basis-11/12"] {
    flex-basis: 91.666667% !important;
  }
  .md-basis-full {
    flex-basis: 100%;
  }
  [class~="md-basis-full"] {
    flex-basis: 100%;
  }
  .md-!basis-full {
    flex-basis: 100% !important;
  }
  [class~="md-!basis-full"] {
    flex-basis: 100% !important;
  }
  .md-flex-wrap {
    flex-wrap: wrap;
  }
  [class~="md-flex-wrap"] {
    flex-wrap: wrap;
  }
  .md-!flex-wrap {
    flex-wrap: wrap !important;
  }
  [class~="md-!flex-wrap"] {
    flex-wrap: wrap !important;
  }
  .md-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  [class~="md-flex-wrap-reverse"] {
    flex-wrap: wrap-reverse;
  }
  .md-!flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [class~="md-!flex-wrap-reverse"] {
    flex-wrap: wrap-reverse !important;
  }
  .md-flex-nowrap {
    flex-wrap: nowrap;
  }
  [class~="md-flex-nowrap"] {
    flex-wrap: nowrap;
  }
  .md-!flex-nowrap {
    flex-wrap: nowrap !important;
  }
  [class~="md-!flex-nowrap"] {
    flex-wrap: nowrap !important;
  }
  .md-grow {
    flex-grow: 1;
  }
  [class~="md-grow"] {
    flex-grow: 1;
  }
  .md-!grow {
    flex-grow: 1 !important;
  }
  [class~="md-!grow"] {
    flex-grow: 1 !important;
  }
  .md-grow-0 {
    flex-grow: 0;
  }
  [class~="md-grow-0"] {
    flex-grow: 0;
  }
  .md-!grow-0 {
    flex-grow: 0 !important;
  }
  [class~="md-!grow-0"] {
    flex-grow: 0 !important;
  }
  .md-shrink {
    flex-shrink: 1;
  }
  [class~="md-shrink"] {
    flex-shrink: 1;
  }
  .md-!shrink {
    flex-shrink: 1 !important;
  }
  [class~="md-!shrink"] {
    flex-shrink: 1 !important;
  }
  .md-shrink-0 {
    flex-shrink: 0;
  }
  [class~="md-shrink-0"] {
    flex-shrink: 0;
  }
  .md-!shrink-0 {
    flex-shrink: 0 !important;
  }
  [class~="md-!shrink-0"] {
    flex-shrink: 0 !important;
  }
  .md-order-1 {
    order: 1;
  }
  [class~="md-order-1"] {
    order: 1;
  }
  .md-!order-1 {
    order: 1 !important;
  }
  [class~="md-!order-1"] {
    order: 1 !important;
  }
  .md-order-2 {
    order: 2;
  }
  [class~="md-order-2"] {
    order: 2;
  }
  .md-!order-2 {
    order: 2 !important;
  }
  [class~="md-!order-2"] {
    order: 2 !important;
  }
  .md-order-3 {
    order: 3;
  }
  [class~="md-order-3"] {
    order: 3;
  }
  .md-!order-3 {
    order: 3 !important;
  }
  [class~="md-!order-3"] {
    order: 3 !important;
  }
  .md-order-4 {
    order: 4;
  }
  [class~="md-order-4"] {
    order: 4;
  }
  .md-!order-4 {
    order: 4 !important;
  }
  [class~="md-!order-4"] {
    order: 4 !important;
  }
  .md-order-5 {
    order: 5;
  }
  [class~="md-order-5"] {
    order: 5;
  }
  .md-!order-5 {
    order: 5 !important;
  }
  [class~="md-!order-5"] {
    order: 5 !important;
  }
  .md-order-6 {
    order: 6;
  }
  [class~="md-order-6"] {
    order: 6;
  }
  .md-!order-6 {
    order: 6 !important;
  }
  [class~="md-!order-6"] {
    order: 6 !important;
  }
  .md-order-7 {
    order: 7;
  }
  [class~="md-order-7"] {
    order: 7;
  }
  .md-!order-7 {
    order: 7 !important;
  }
  [class~="md-!order-7"] {
    order: 7 !important;
  }
  .md-order-8 {
    order: 8;
  }
  [class~="md-order-8"] {
    order: 8;
  }
  .md-!order-8 {
    order: 8 !important;
  }
  [class~="md-!order-8"] {
    order: 8 !important;
  }
  .md-order-9 {
    order: 9;
  }
  [class~="md-order-9"] {
    order: 9;
  }
  .md-!order-9 {
    order: 9 !important;
  }
  [class~="md-!order-9"] {
    order: 9 !important;
  }
  .md-order-10 {
    order: 10;
  }
  [class~="md-order-10"] {
    order: 10;
  }
  .md-!order-10 {
    order: 10 !important;
  }
  [class~="md-!order-10"] {
    order: 10 !important;
  }
  .md-order-11 {
    order: 11;
  }
  [class~="md-order-11"] {
    order: 11;
  }
  .md-!order-11 {
    order: 11 !important;
  }
  [class~="md-!order-11"] {
    order: 11 !important;
  }
  .md-order-12 {
    order: 12;
  }
  [class~="md-order-12"] {
    order: 12;
  }
  .md-!order-12 {
    order: 12 !important;
  }
  [class~="md-!order-12"] {
    order: 12 !important;
  }
  .md-order-first {
    order: -9999;
  }
  [class~="md-order-first"] {
    order: -9999;
  }
  .md-!order-first {
    order: -9999 !important;
  }
  [class~="md-!order-first"] {
    order: -9999 !important;
  }
  .md-order-last {
    order: 9999;
  }
  [class~="md-order-last"] {
    order: 9999;
  }
  .md-!order-last {
    order: 9999 !important;
  }
  [class~="md-!order-last"] {
    order: 9999 !important;
  }
  .md-order-none {
    order: 0;
  }
  [class~="md-order-none"] {
    order: 0;
  }
  .md-!order-none {
    order: 0 !important;
  }
  [class~="md-!order-none"] {
    order: 0 !important;
  }
  .md-block {
    display: block;
  }
  [class~="md-block"] {
    display: block;
  }
  .md-!block {
    display: block !important;
  }
  [class~="md-!block"] {
    display: block !important;
  }
  .md-inline-block {
    display: inline-block;
  }
  [class~="md-inline-block"] {
    display: inline-block;
  }
  .md-!inline-block {
    display: inline-block !important;
  }
  [class~="md-!inline-block"] {
    display: inline-block !important;
  }
  .md-inline {
    display: inline;
  }
  [class~="md-inline"] {
    display: inline;
  }
  .md-!inline {
    display: inline !important;
  }
  [class~="md-!inline"] {
    display: inline !important;
  }
  .md-flex {
    display: flex;
  }
  [class~="md-flex"] {
    display: flex;
  }
  .md-!flex {
    display: flex !important;
  }
  [class~="md-!flex"] {
    display: flex !important;
  }
  .md-inline-flex {
    display: inline-flex;
  }
  [class~="md-inline-flex"] {
    display: inline-flex;
  }
  .md-!inline-flex {
    display: inline-flex !important;
  }
  [class~="md-!inline-flex"] {
    display: inline-flex !important;
  }
  .md-table {
    display: table;
  }
  [class~="md-table"] {
    display: table;
  }
  .md-!table {
    display: table !important;
  }
  [class~="md-!table"] {
    display: table !important;
  }
  .md-inline-table {
    display: inline-table;
  }
  [class~="md-inline-table"] {
    display: inline-table;
  }
  .md-!inline-table {
    display: inline-table !important;
  }
  [class~="md-!inline-table"] {
    display: inline-table !important;
  }
  .md-table-caption {
    display: table-caption;
  }
  [class~="md-table-caption"] {
    display: table-caption;
  }
  .md-!table-caption {
    display: table-caption !important;
  }
  [class~="md-!table-caption"] {
    display: table-caption !important;
  }
  .md-table-cell {
    display: table-cell;
  }
  [class~="md-table-cell"] {
    display: table-cell;
  }
  .md-!table-cell {
    display: table-cell !important;
  }
  [class~="md-!table-cell"] {
    display: table-cell !important;
  }
  .md-table-column {
    display: table-column;
  }
  [class~="md-table-column"] {
    display: table-column;
  }
  .md-!table-column {
    display: table-column !important;
  }
  [class~="md-!table-column"] {
    display: table-column !important;
  }
  .md-table-column-group {
    display: table-column-group;
  }
  [class~="md-table-column-group"] {
    display: table-column-group;
  }
  .md-!table-column-group {
    display: table-column-group !important;
  }
  [class~="md-!table-column-group"] {
    display: table-column-group !important;
  }
  .md-table-footer-group {
    display: table-footer-group;
  }
  [class~="md-table-footer-group"] {
    display: table-footer-group;
  }
  .md-!table-footer-group {
    display: table-footer-group !important;
  }
  [class~="md-!table-footer-group"] {
    display: table-footer-group !important;
  }
  .md-table-header-group {
    display: table-header-group;
  }
  [class~="md-table-header-group"] {
    display: table-header-group;
  }
  .md-!table-header-group {
    display: table-header-group !important;
  }
  [class~="md-!table-header-group"] {
    display: table-header-group !important;
  }
  .md-table-row-group {
    display: table-row-group;
  }
  [class~="md-table-row-group"] {
    display: table-row-group;
  }
  .md-!table-row-group {
    display: table-row-group !important;
  }
  [class~="md-!table-row-group"] {
    display: table-row-group !important;
  }
  .md-table-row {
    display: table-row;
  }
  [class~="md-table-row"] {
    display: table-row;
  }
  .md-!table-row {
    display: table-row !important;
  }
  [class~="md-!table-row"] {
    display: table-row !important;
  }
  .md-flow-root {
    display: flow-root;
  }
  [class~="md-flow-root"] {
    display: flow-root;
  }
  .md-!flow-root {
    display: flow-root !important;
  }
  [class~="md-!flow-root"] {
    display: flow-root !important;
  }
  .md-grid {
    display: grid;
  }
  [class~="md-grid"] {
    display: grid;
  }
  .md-!grid {
    display: grid !important;
  }
  [class~="md-!grid"] {
    display: grid !important;
  }
  .md-inline-grid {
    display: inline-grid;
  }
  [class~="md-inline-grid"] {
    display: inline-grid;
  }
  .md-!inline-grid {
    display: inline-grid !important;
  }
  [class~="md-!inline-grid"] {
    display: inline-grid !important;
  }
  .md-contents {
    display: contents;
  }
  [class~="md-contents"] {
    display: contents;
  }
  .md-!contents {
    display: contents !important;
  }
  [class~="md-!contents"] {
    display: contents !important;
  }
  .md-list-item {
    display: list-item;
  }
  [class~="md-list-item"] {
    display: list-item;
  }
  .md-!list-item {
    display: list-item !important;
  }
  [class~="md-!list-item"] {
    display: list-item !important;
  }
  .md-hidden {
    display: none;
  }
  [class~="md-hidden"] {
    display: none;
  }
  .md-!hidden {
    display: none !important;
  }
  [class~="md-!hidden"] {
    display: none !important;
  }
  .md-static {
    position: static;
  }
  [class~="md-static"] {
    position: static;
  }
  .md-!static {
    position: static !important;
  }
  [class~="md-!static"] {
    position: static !important;
  }
  .md-fixed {
    position: fixed;
  }
  [class~="md-fixed"] {
    position: fixed;
  }
  .md-!fixed {
    position: fixed !important;
  }
  [class~="md-!fixed"] {
    position: fixed !important;
  }
  .md-absolute {
    position: absolute;
  }
  [class~="md-absolute"] {
    position: absolute;
  }
  .md-!absolute {
    position: absolute !important;
  }
  [class~="md-!absolute"] {
    position: absolute !important;
  }
  .md-relative {
    position: relative;
  }
  [class~="md-relative"] {
    position: relative;
  }
  .md-!relative {
    position: relative !important;
  }
  [class~="md-!relative"] {
    position: relative !important;
  }
  .md-sticky {
    position: sticky;
  }
  [class~="md-sticky"] {
    position: sticky;
  }
  .md-!sticky {
    position: sticky !important;
  }
  [class~="md-!sticky"] {
    position: sticky !important;
  }
  .md-overflow-auto {
    overflow: auto;
  }
  [class~="md-overflow-auto"] {
    overflow: auto;
  }
  .md-!overflow-auto {
    overflow: auto !important;
  }
  [class~="md-!overflow-auto"] {
    overflow: auto !important;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  [class~="md-overflow-hidden"] {
    overflow: hidden;
  }
  .md-!overflow-hidden {
    overflow: hidden !important;
  }
  [class~="md-!overflow-hidden"] {
    overflow: hidden !important;
  }
  .md-overflow-clip {
    overflow: clip;
  }
  [class~="md-overflow-clip"] {
    overflow: clip;
  }
  .md-!overflow-clip {
    overflow: clip !important;
  }
  [class~="md-!overflow-clip"] {
    overflow: clip !important;
  }
  .md-overflow-visible {
    overflow: visible;
  }
  [class~="md-overflow-visible"] {
    overflow: visible;
  }
  .md-!overflow-visible {
    overflow: visible !important;
  }
  [class~="md-!overflow-visible"] {
    overflow: visible !important;
  }
  .md-overflow-scroll {
    overflow: scroll;
  }
  [class~="md-overflow-scroll"] {
    overflow: scroll;
  }
  .md-!overflow-scroll {
    overflow: scroll !important;
  }
  [class~="md-!overflow-scroll"] {
    overflow: scroll !important;
  }
  .md-overflow-x-auto {
    overflow-x: auto;
  }
  [class~="md-overflow-x-auto"] {
    overflow-x: auto;
  }
  .md-!overflow-x-auto {
    overflow-x: auto !important;
  }
  [class~="md-!overflow-x-auto"] {
    overflow-x: auto !important;
  }
  .md-overflow-y-auto {
    overflow-y: auto;
  }
  [class~="md-overflow-y-auto"] {
    overflow-y: auto;
  }
  .md-!overflow-y-auto {
    overflow-y: auto !important;
  }
  [class~="md-!overflow-y-auto"] {
    overflow-y: auto !important;
  }
  .md-overflow-x-hidden {
    overflow-x: hidden;
  }
  [class~="md-overflow-x-hidden"] {
    overflow-x: hidden;
  }
  .md-!overflow-x-hidden {
    overflow-x: hidden !important;
  }
  [class~="md-!overflow-x-hidden"] {
    overflow-x: hidden !important;
  }
  .md-overflow-y-hidden {
    overflow-y: hidden;
  }
  [class~="md-overflow-y-hidden"] {
    overflow-y: hidden;
  }
  .md-!overflow-y-hidden {
    overflow-y: hidden !important;
  }
  [class~="md-!overflow-y-hidden"] {
    overflow-y: hidden !important;
  }
  .md-overflow-x-clip {
    overflow-x: clip;
  }
  [class~="md-overflow-x-clip"] {
    overflow-x: clip;
  }
  .md-!overflow-x-clip {
    overflow-x: clip !important;
  }
  [class~="md-!overflow-x-clip"] {
    overflow-x: clip !important;
  }
  .md-overflow-y-clip {
    overflow-y: clip;
  }
  [class~="md-overflow-y-clip"] {
    overflow-y: clip;
  }
  .md-!overflow-y-clip {
    overflow-y: clip !important;
  }
  [class~="md-!overflow-y-clip"] {
    overflow-y: clip !important;
  }
  .md-overflow-x-visible {
    overflow-x: visible;
  }
  [class~="md-overflow-x-visible"] {
    overflow-x: visible;
  }
  .md-!overflow-x-visible {
    overflow-x: visible !important;
  }
  [class~="md-!overflow-x-visible"] {
    overflow-x: visible !important;
  }
  .md-overflow-y-visible {
    overflow-y: visible;
  }
  [class~="md-overflow-y-visible"] {
    overflow-y: visible;
  }
  .md-!overflow-y-visible {
    overflow-y: visible !important;
  }
  [class~="md-!overflow-y-visible"] {
    overflow-y: visible !important;
  }
  .md-overflow-x-scroll {
    overflow-x: scroll;
  }
  [class~="md-overflow-x-scroll"] {
    overflow-x: scroll;
  }
  .md-!overflow-x-scroll {
    overflow-x: scroll !important;
  }
  [class~="md-!overflow-x-scroll"] {
    overflow-x: scroll !important;
  }
  .md-overflow-y-scroll {
    overflow-y: scroll;
  }
  [class~="md-overflow-y-scroll"] {
    overflow-y: scroll;
  }
  .md-!overflow-y-scroll {
    overflow-y: scroll !important;
  }
  [class~="md-!overflow-y-scroll"] {
    overflow-y: scroll !important;
  }
  .md-text-left {
    text-align: left;
  }
  [class~="md-text-left"] {
    text-align: left;
  }
  .md-!text-left {
    text-align: left !important;
  }
  [class~="md-!text-left"] {
    text-align: left !important;
  }
  .md-text-center {
    text-align: center;
  }
  [class~="md-text-center"] {
    text-align: center;
  }
  .md-!text-center {
    text-align: center !important;
  }
  [class~="md-!text-center"] {
    text-align: center !important;
  }
  .md-text-right {
    text-align: right;
  }
  [class~="md-text-right"] {
    text-align: right;
  }
  .md-!text-right {
    text-align: right !important;
  }
  [class~="md-!text-right"] {
    text-align: right !important;
  }
  .md-text-justify {
    text-align: justify;
  }
  [class~="md-text-justify"] {
    text-align: justify;
  }
  .md-!text-justify {
    text-align: justify !important;
  }
  [class~="md-!text-justify"] {
    text-align: justify !important;
  }
  .md-text-start {
    text-align: start;
  }
  [class~="md-text-start"] {
    text-align: start;
  }
  .md-!text-start {
    text-align: start !important;
  }
  [class~="md-!text-start"] {
    text-align: start !important;
  }
  .md-text-end {
    text-align: end;
  }
  [class~="md-text-end"] {
    text-align: end;
  }
  .md-!text-end {
    text-align: end !important;
  }
  [class~="md-!text-end"] {
    text-align: end !important;
  }
  .md-text-primary {
    color: #000000;
  }
  [class~="md-text-primary"] {
    color: #000000;
  }
  .md-!text-primary {
    color: #000000 !important;
  }
  [class~="md-!text-primary"] {
    color: #000000 !important;
  }
  .md-text-primary-dark {
    color: #262626;
  }
  [class~="md-text-primary-dark"] {
    color: #262626;
  }
  .md-!text-primary-dark {
    color: #262626 !important;
  }
  [class~="md-!text-primary-dark"] {
    color: #262626 !important;
  }
  .md-text-secondary {
    color: #878178;
  }
  [class~="md-text-secondary"] {
    color: #878178;
  }
  .md-!text-secondary {
    color: #878178 !important;
  }
  [class~="md-!text-secondary"] {
    color: #878178 !important;
  }
  .md-text-secondary-dark {
    color: #d5d4cd;
  }
  [class~="md-text-secondary-dark"] {
    color: #d5d4cd;
  }
  .md-!text-secondary-dark {
    color: #d5d4cd !important;
  }
  [class~="md-!text-secondary-dark"] {
    color: #d5d4cd !important;
  }
  .md-text-accent {
    color: #b90a0a;
  }
  [class~="md-text-accent"] {
    color: #b90a0a;
  }
  .md-!text-accent {
    color: #b90a0a !important;
  }
  [class~="md-!text-accent"] {
    color: #b90a0a !important;
  }
  .md-text-accent-dark {
    color: #e85050;
  }
  [class~="md-text-accent-dark"] {
    color: #e85050;
  }
  .md-!text-accent-dark {
    color: #e85050 !important;
  }
  [class~="md-!text-accent-dark"] {
    color: #e85050 !important;
  }
  .md-text-special {
    color: #ffec00;
  }
  [class~="md-text-special"] {
    color: #ffec00;
  }
  .md-!text-special {
    color: #ffec00 !important;
  }
  [class~="md-!text-special"] {
    color: #ffec00 !important;
  }
  .md-text-special-dark {
    color: #fff079;
  }
  [class~="md-text-special-dark"] {
    color: #fff079;
  }
  .md-!text-special-dark {
    color: #fff079 !important;
  }
  [class~="md-!text-special-dark"] {
    color: #fff079 !important;
  }
  .md-text-invert {
    color: #ffffff;
  }
  [class~="md-text-invert"] {
    color: #ffffff;
  }
  .md-!text-invert {
    color: #ffffff !important;
  }
  [class~="md-!text-invert"] {
    color: #ffffff !important;
  }
  .md-text-invert-dark {
    color: #999999;
  }
  [class~="md-text-invert-dark"] {
    color: #999999;
  }
  .md-!text-invert-dark {
    color: #999999 !important;
  }
  [class~="md-!text-invert-dark"] {
    color: #999999 !important;
  }
  .md-text-success {
    color: #10b981 99;
  }
  [class~="md-text-success"] {
    color: #10b981 99;
  }
  .md-!text-success {
    color: #10b981 99 !important;
  }
  [class~="md-!text-success"] {
    color: #10b981 99 !important;
  }
  .md-text-warning {
    color: #f59e0b 99;
  }
  [class~="md-text-warning"] {
    color: #f59e0b 99;
  }
  .md-!text-warning {
    color: #f59e0b 99 !important;
  }
  [class~="md-!text-warning"] {
    color: #f59e0b 99 !important;
  }
  .md-text-error {
    color: #ef4444 99;
  }
  [class~="md-text-error"] {
    color: #ef4444 99;
  }
  .md-!text-error {
    color: #ef4444 99 !important;
  }
  [class~="md-!text-error"] {
    color: #ef4444 99 !important;
  }
  .md-text-white {
    color: #ffffff;
  }
  [class~="md-text-white"] {
    color: #ffffff;
  }
  .md-!text-white {
    color: #ffffff !important;
  }
  [class~="md-!text-white"] {
    color: #ffffff !important;
  }
  .md-text-black {
    color: #000000;
  }
  [class~="md-text-black"] {
    color: #000000;
  }
  .md-!text-black {
    color: #000000 !important;
  }
  [class~="md-!text-black"] {
    color: #000000 !important;
  }
  .md-text-transparent {
    color: rgba(255, 255, 255, 0);
  }
  [class~="md-text-transparent"] {
    color: rgba(255, 255, 255, 0);
  }
  .md-!text-transparent {
    color: rgba(255, 255, 255, 0) !important;
  }
  [class~="md-!text-transparent"] {
    color: rgba(255, 255, 255, 0) !important;
  }
  .md-text-red-50 {
    color: #f5d2d2;
  }
  [class~="md-text-red-50"] {
    color: #f5d2d2;
  }
  .md-!text-red-50 {
    color: #f5d2d2 !important;
  }
  [class~="md-!text-red-50"] {
    color: #f5d2d2 !important;
  }
  .md-text-red-100 {
    color: #f0b3b3;
  }
  [class~="md-text-red-100"] {
    color: #f0b3b3;
  }
  .md-!text-red-100 {
    color: #f0b3b3 !important;
  }
  [class~="md-!text-red-100"] {
    color: #f0b3b3 !important;
  }
  .md-text-red-200 {
    color: #ec9393;
  }
  [class~="md-text-red-200"] {
    color: #ec9393;
  }
  .md-!text-red-200 {
    color: #ec9393 !important;
  }
  [class~="md-!text-red-200"] {
    color: #ec9393 !important;
  }
  .md-text-red-300 {
    color: #ea7272;
  }
  [class~="md-text-red-300"] {
    color: #ea7272;
  }
  .md-!text-red-300 {
    color: #ea7272 !important;
  }
  [class~="md-!text-red-300"] {
    color: #ea7272 !important;
  }
  .md-text-red-400 {
    color: #e85050;
  }
  [class~="md-text-red-400"] {
    color: #e85050;
  }
  .md-!text-red-400 {
    color: #e85050 !important;
  }
  [class~="md-!text-red-400"] {
    color: #e85050 !important;
  }
  .md-text-red-500 {
    color: #e82c2d;
  }
  [class~="md-text-red-500"] {
    color: #e82c2d;
  }
  .md-!text-red-500 {
    color: #e82c2d !important;
  }
  [class~="md-!text-red-500"] {
    color: #e82c2d !important;
  }
  .md-text-red-600 {
    color: #dd1314;
  }
  [class~="md-text-red-600"] {
    color: #dd1314;
  }
  .md-!text-red-600 {
    color: #dd1314 !important;
  }
  [class~="md-!text-red-600"] {
    color: #dd1314 !important;
  }
  .md-text-red-700 {
    color: #c00d0e;
  }
  [class~="md-text-red-700"] {
    color: #c00d0e;
  }
  .md-!text-red-700 {
    color: #c00d0e !important;
  }
  [class~="md-!text-red-700"] {
    color: #c00d0e !important;
  }
  .md-text-red-800 {
    color: #b90a0a;
  }
  [class~="md-text-red-800"] {
    color: #b90a0a;
  }
  .md-!text-red-800 {
    color: #b90a0a !important;
  }
  [class~="md-!text-red-800"] {
    color: #b90a0a !important;
  }
  .md-text-red-900 {
    color: #9a0a0b;
  }
  [class~="md-text-red-900"] {
    color: #9a0a0b;
  }
  .md-!text-red-900 {
    color: #9a0a0b !important;
  }
  [class~="md-!text-red-900"] {
    color: #9a0a0b !important;
  }
  .md-text-zorba-50 {
    color: #fafaf9;
  }
  [class~="md-text-zorba-50"] {
    color: #fafaf9;
  }
  .md-!text-zorba-50 {
    color: #fafaf9 !important;
  }
  [class~="md-!text-zorba-50"] {
    color: #fafaf9 !important;
  }
  .md-text-zorba-100 {
    color: #e7e7e3;
  }
  [class~="md-text-zorba-100"] {
    color: #e7e7e3;
  }
  .md-!text-zorba-100 {
    color: #e7e7e3 !important;
  }
  [class~="md-!text-zorba-100"] {
    color: #e7e7e3 !important;
  }
  .md-text-zorba-200 {
    color: #d5d4cd;
  }
  [class~="md-text-zorba-200"] {
    color: #d5d4cd;
  }
  .md-!text-zorba-200 {
    color: #d5d4cd !important;
  }
  [class~="md-!text-zorba-200"] {
    color: #d5d4cd !important;
  }
  .md-text-zorba-300 {
    color: #c1c0b8;
  }
  [class~="md-text-zorba-300"] {
    color: #c1c0b8;
  }
  .md-!text-zorba-300 {
    color: #c1c0b8 !important;
  }
  [class~="md-!text-zorba-300"] {
    color: #c1c0b8 !important;
  }
  .md-text-zorba-400 {
    color: #aeaba2;
  }
  [class~="md-text-zorba-400"] {
    color: #aeaba2;
  }
  .md-!text-zorba-400 {
    color: #aeaba2 !important;
  }
  [class~="md-!text-zorba-400"] {
    color: #aeaba2 !important;
  }
  .md-text-zorba-500 {
    color: #9b968d;
  }
  [class~="md-text-zorba-500"] {
    color: #9b968d;
  }
  .md-!text-zorba-500 {
    color: #9b968d !important;
  }
  [class~="md-!text-zorba-500"] {
    color: #9b968d !important;
  }
  .md-text-zorba-600 {
    color: #878178;
  }
  [class~="md-text-zorba-600"] {
    color: #878178;
  }
  .md-!text-zorba-600 {
    color: #878178 !important;
  }
  [class~="md-!text-zorba-600"] {
    color: #878178 !important;
  }
  .md-text-zorba-700 {
    color: #716c66;
  }
  [class~="md-text-zorba-700"] {
    color: #716c66;
  }
  .md-!text-zorba-700 {
    color: #716c66 !important;
  }
  [class~="md-!text-zorba-700"] {
    color: #716c66 !important;
  }
  .md-text-zorba-800 {
    color: #5b5753;
  }
  [class~="md-text-zorba-800"] {
    color: #5b5753;
  }
  .md-!text-zorba-800 {
    color: #5b5753 !important;
  }
  [class~="md-!text-zorba-800"] {
    color: #5b5753 !important;
  }
  .md-text-zorba-900 {
    color: #494642;
  }
  [class~="md-text-zorba-900"] {
    color: #494642;
  }
  .md-!text-zorba-900 {
    color: #494642 !important;
  }
  [class~="md-!text-zorba-900"] {
    color: #494642 !important;
  }
  .md-text-yellow-50 {
    color: #fffdf2;
  }
  [class~="md-text-yellow-50"] {
    color: #fffdf2;
  }
  .md-!text-yellow-50 {
    color: #fffdf2 !important;
  }
  [class~="md-!text-yellow-50"] {
    color: #fffdf2 !important;
  }
  .md-text-yellow-100 {
    color: #fff9d4;
  }
  [class~="md-text-yellow-100"] {
    color: #fff9d4;
  }
  .md-!text-yellow-100 {
    color: #fff9d4 !important;
  }
  [class~="md-!text-yellow-100"] {
    color: #fff9d4 !important;
  }
  .md-text-yellow-200 {
    color: #fff5b6;
  }
  [class~="md-text-yellow-200"] {
    color: #fff5b6;
  }
  .md-!text-yellow-200 {
    color: #fff5b6 !important;
  }
  [class~="md-!text-yellow-200"] {
    color: #fff5b6 !important;
  }
  .md-text-yellow-300 {
    color: #fff297;
  }
  [class~="md-text-yellow-300"] {
    color: #fff297;
  }
  .md-!text-yellow-300 {
    color: #fff297 !important;
  }
  [class~="md-!text-yellow-300"] {
    color: #fff297 !important;
  }
  .md-text-yellow-400 {
    color: #fff079;
  }
  [class~="md-text-yellow-400"] {
    color: #fff079;
  }
  .md-!text-yellow-400 {
    color: #fff079 !important;
  }
  [class~="md-!text-yellow-400"] {
    color: #fff079 !important;
  }
  .md-text-yellow-500 {
    color: #ffee5b;
  }
  [class~="md-text-yellow-500"] {
    color: #ffee5b;
  }
  .md-!text-yellow-500 {
    color: #ffee5b !important;
  }
  [class~="md-!text-yellow-500"] {
    color: #ffee5b !important;
  }
  .md-text-yellow-600 {
    color: #ffed3c;
  }
  [class~="md-text-yellow-600"] {
    color: #ffed3c;
  }
  .md-!text-yellow-600 {
    color: #ffed3c !important;
  }
  [class~="md-!text-yellow-600"] {
    color: #ffed3c !important;
  }
  .md-text-yellow-700 {
    color: #ffec1e;
  }
  [class~="md-text-yellow-700"] {
    color: #ffec1e;
  }
  .md-!text-yellow-700 {
    color: #ffec1e !important;
  }
  [class~="md-!text-yellow-700"] {
    color: #ffec1e !important;
  }
  .md-text-yellow-800 {
    color: #ffec00;
  }
  [class~="md-text-yellow-800"] {
    color: #ffec00;
  }
  .md-!text-yellow-800 {
    color: #ffec00 !important;
  }
  [class~="md-!text-yellow-800"] {
    color: #ffec00 !important;
  }
  .md-text-yellow-900 {
    color: #ccbd18;
  }
  [class~="md-text-yellow-900"] {
    color: #ccbd18;
  }
  .md-!text-yellow-900 {
    color: #ccbd18 !important;
  }
  [class~="md-!text-yellow-900"] {
    color: #ccbd18 !important;
  }
  .md-text-creme-50 {
    color: #fff4e8;
  }
  [class~="md-text-creme-50"] {
    color: #fff4e8;
  }
  .md-!text-creme-50 {
    color: #fff4e8 !important;
  }
  [class~="md-!text-creme-50"] {
    color: #fff4e8 !important;
  }
  .md-text-creme-100 {
    color: #feebd6;
  }
  [class~="md-text-creme-100"] {
    color: #feebd6;
  }
  .md-!text-creme-100 {
    color: #feebd6 !important;
  }
  [class~="md-!text-creme-100"] {
    color: #feebd6 !important;
  }
  .md-text-creme-200 {
    color: #fbe1c5;
  }
  [class~="md-text-creme-200"] {
    color: #fbe1c5;
  }
  .md-!text-creme-200 {
    color: #fbe1c5 !important;
  }
  [class~="md-!text-creme-200"] {
    color: #fbe1c5 !important;
  }
  .md-text-creme-300 {
    color: #f8d8b5;
  }
  [class~="md-text-creme-300"] {
    color: #f8d8b5;
  }
  .md-!text-creme-300 {
    color: #f8d8b5 !important;
  }
  [class~="md-!text-creme-300"] {
    color: #f8d8b5 !important;
  }
  .md-text-creme-400 {
    color: #f3cea6;
  }
  [class~="md-text-creme-400"] {
    color: #f3cea6;
  }
  .md-!text-creme-400 {
    color: #f3cea6 !important;
  }
  [class~="md-!text-creme-400"] {
    color: #f3cea6 !important;
  }
  .md-text-creme-500 {
    color: #edc499;
  }
  [class~="md-text-creme-500"] {
    color: #edc499;
  }
  .md-!text-creme-500 {
    color: #edc499 !important;
  }
  [class~="md-!text-creme-500"] {
    color: #edc499 !important;
  }
  .md-text-creme-600 {
    color: #e7ba8c;
  }
  [class~="md-text-creme-600"] {
    color: #e7ba8c;
  }
  .md-!text-creme-600 {
    color: #e7ba8c !important;
  }
  [class~="md-!text-creme-600"] {
    color: #e7ba8c !important;
  }
  .md-text-creme-700 {
    color: #deb181;
  }
  [class~="md-text-creme-700"] {
    color: #deb181;
  }
  .md-!text-creme-700 {
    color: #deb181 !important;
  }
  [class~="md-!text-creme-700"] {
    color: #deb181 !important;
  }
  .md-text-creme-800 {
    color: #d5a777;
  }
  [class~="md-text-creme-800"] {
    color: #d5a777;
  }
  .md-!text-creme-800 {
    color: #d5a777 !important;
  }
  [class~="md-!text-creme-800"] {
    color: #d5a777 !important;
  }
  .md-text-creme-900 {
    color: #cb9d6e;
  }
  [class~="md-text-creme-900"] {
    color: #cb9d6e;
  }
  .md-!text-creme-900 {
    color: #cb9d6e !important;
  }
  [class~="md-!text-creme-900"] {
    color: #cb9d6e !important;
  }
  .md-text-gray-50 {
    color: #f5f5f5;
  }
  [class~="md-text-gray-50"] {
    color: #f5f5f5;
  }
  .md-!text-gray-50 {
    color: #f5f5f5 !important;
  }
  [class~="md-!text-gray-50"] {
    color: #f5f5f5 !important;
  }
  .md-text-gray-100 {
    color: #dedede;
  }
  [class~="md-text-gray-100"] {
    color: #dedede;
  }
  .md-!text-gray-100 {
    color: #dedede !important;
  }
  [class~="md-!text-gray-100"] {
    color: #dedede !important;
  }
  .md-text-gray-200 {
    color: #c7c7c7;
  }
  [class~="md-text-gray-200"] {
    color: #c7c7c7;
  }
  .md-!text-gray-200 {
    color: #c7c7c7 !important;
  }
  [class~="md-!text-gray-200"] {
    color: #c7c7c7 !important;
  }
  .md-text-gray-300 {
    color: #b0b0b0;
  }
  [class~="md-text-gray-300"] {
    color: #b0b0b0;
  }
  .md-!text-gray-300 {
    color: #b0b0b0 !important;
  }
  [class~="md-!text-gray-300"] {
    color: #b0b0b0 !important;
  }
  .md-text-gray-400 {
    color: #999999;
  }
  [class~="md-text-gray-400"] {
    color: #999999;
  }
  .md-!text-gray-400 {
    color: #999999 !important;
  }
  [class~="md-!text-gray-400"] {
    color: #999999 !important;
  }
  .md-text-gray-500 {
    color: #828282;
  }
  [class~="md-text-gray-500"] {
    color: #828282;
  }
  .md-!text-gray-500 {
    color: #828282 !important;
  }
  [class~="md-!text-gray-500"] {
    color: #828282 !important;
  }
  .md-text-gray-600 {
    color: #6b6b6b;
  }
  [class~="md-text-gray-600"] {
    color: #6b6b6b;
  }
  .md-!text-gray-600 {
    color: #6b6b6b !important;
  }
  [class~="md-!text-gray-600"] {
    color: #6b6b6b !important;
  }
  .md-text-gray-700 {
    color: #545454;
  }
  [class~="md-text-gray-700"] {
    color: #545454;
  }
  .md-!text-gray-700 {
    color: #545454 !important;
  }
  [class~="md-!text-gray-700"] {
    color: #545454 !important;
  }
  .md-text-gray-800 {
    color: #3d3d3d;
  }
  [class~="md-text-gray-800"] {
    color: #3d3d3d;
  }
  .md-!text-gray-800 {
    color: #3d3d3d !important;
  }
  [class~="md-!text-gray-800"] {
    color: #3d3d3d !important;
  }
  .md-text-gray-900 {
    color: #262626;
  }
  [class~="md-text-gray-900"] {
    color: #262626;
  }
  .md-!text-gray-900 {
    color: #262626 !important;
  }
  [class~="md-!text-gray-900"] {
    color: #262626 !important;
  }
  .md-bg-primary {
    background-color: #ffffff;
  }
  [class~="md-bg-primary"] {
    background-color: #ffffff;
  }
  .md-!bg-primary {
    background-color: #ffffff !important;
  }
  [class~="md-!bg-primary"] {
    background-color: #ffffff !important;
  }
  .md-bg-primary-dark {
    background-color: #f5f5f5;
  }
  [class~="md-bg-primary-dark"] {
    background-color: #f5f5f5;
  }
  .md-!bg-primary-dark {
    background-color: #f5f5f5 !important;
  }
  [class~="md-!bg-primary-dark"] {
    background-color: #f5f5f5 !important;
  }
  .md-bg-secondary {
    background-color: #fff4e8;
  }
  [class~="md-bg-secondary"] {
    background-color: #fff4e8;
  }
  .md-!bg-secondary {
    background-color: #fff4e8 !important;
  }
  [class~="md-!bg-secondary"] {
    background-color: #fff4e8 !important;
  }
  .md-bg-secondary-dark {
    background-color: #feebd6;
  }
  [class~="md-bg-secondary-dark"] {
    background-color: #feebd6;
  }
  .md-!bg-secondary-dark {
    background-color: #feebd6 !important;
  }
  [class~="md-!bg-secondary-dark"] {
    background-color: #feebd6 !important;
  }
  .md-bg-accent {
    background-color: #c00d0e;
  }
  [class~="md-bg-accent"] {
    background-color: #c00d0e;
  }
  .md-!bg-accent {
    background-color: #c00d0e !important;
  }
  [class~="md-!bg-accent"] {
    background-color: #c00d0e !important;
  }
  .md-bg-accent-dark {
    background-color: #e85050;
  }
  [class~="md-bg-accent-dark"] {
    background-color: #e85050;
  }
  .md-!bg-accent-dark {
    background-color: #e85050 !important;
  }
  [class~="md-!bg-accent-dark"] {
    background-color: #e85050 !important;
  }
  .md-bg-special {
    background-color: #ffec00;
  }
  [class~="md-bg-special"] {
    background-color: #ffec00;
  }
  .md-!bg-special {
    background-color: #ffec00 !important;
  }
  [class~="md-!bg-special"] {
    background-color: #ffec00 !important;
  }
  .md-bg-special-dark {
    background-color: #fff079;
  }
  [class~="md-bg-special-dark"] {
    background-color: #fff079;
  }
  .md-!bg-special-dark {
    background-color: #fff079 !important;
  }
  [class~="md-!bg-special-dark"] {
    background-color: #fff079 !important;
  }
  .md-bg-invert {
    background-color: #262626;
  }
  [class~="md-bg-invert"] {
    background-color: #262626;
  }
  .md-!bg-invert {
    background-color: #262626 !important;
  }
  [class~="md-!bg-invert"] {
    background-color: #262626 !important;
  }
  .md-bg-invert-dark {
    background-color: #545454;
  }
  [class~="md-bg-invert-dark"] {
    background-color: #545454;
  }
  .md-!bg-invert-dark {
    background-color: #545454 !important;
  }
  [class~="md-!bg-invert-dark"] {
    background-color: #545454 !important;
  }
  .md-bg-white {
    background-color: #ffffff;
  }
  [class~="md-bg-white"] {
    background-color: #ffffff;
  }
  .md-!bg-white {
    background-color: #ffffff !important;
  }
  [class~="md-!bg-white"] {
    background-color: #ffffff !important;
  }
  .md-bg-black {
    background-color: #000000;
  }
  [class~="md-bg-black"] {
    background-color: #000000;
  }
  .md-!bg-black {
    background-color: #000000 !important;
  }
  [class~="md-!bg-black"] {
    background-color: #000000 !important;
  }
  .md-bg-transparent {
    background-color: rgba(255, 255, 255, 0);
  }
  [class~="md-bg-transparent"] {
    background-color: rgba(255, 255, 255, 0);
  }
  .md-!bg-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="md-!bg-transparent"] {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .md-bg-red-50 {
    background-color: #f5d2d2;
  }
  [class~="md-bg-red-50"] {
    background-color: #f5d2d2;
  }
  .md-!bg-red-50 {
    background-color: #f5d2d2 !important;
  }
  [class~="md-!bg-red-50"] {
    background-color: #f5d2d2 !important;
  }
  .md-bg-red-100 {
    background-color: #f0b3b3;
  }
  [class~="md-bg-red-100"] {
    background-color: #f0b3b3;
  }
  .md-!bg-red-100 {
    background-color: #f0b3b3 !important;
  }
  [class~="md-!bg-red-100"] {
    background-color: #f0b3b3 !important;
  }
  .md-bg-red-200 {
    background-color: #ec9393;
  }
  [class~="md-bg-red-200"] {
    background-color: #ec9393;
  }
  .md-!bg-red-200 {
    background-color: #ec9393 !important;
  }
  [class~="md-!bg-red-200"] {
    background-color: #ec9393 !important;
  }
  .md-bg-red-300 {
    background-color: #ea7272;
  }
  [class~="md-bg-red-300"] {
    background-color: #ea7272;
  }
  .md-!bg-red-300 {
    background-color: #ea7272 !important;
  }
  [class~="md-!bg-red-300"] {
    background-color: #ea7272 !important;
  }
  .md-bg-red-400 {
    background-color: #e85050;
  }
  [class~="md-bg-red-400"] {
    background-color: #e85050;
  }
  .md-!bg-red-400 {
    background-color: #e85050 !important;
  }
  [class~="md-!bg-red-400"] {
    background-color: #e85050 !important;
  }
  .md-bg-red-500 {
    background-color: #e82c2d;
  }
  [class~="md-bg-red-500"] {
    background-color: #e82c2d;
  }
  .md-!bg-red-500 {
    background-color: #e82c2d !important;
  }
  [class~="md-!bg-red-500"] {
    background-color: #e82c2d !important;
  }
  .md-bg-red-600 {
    background-color: #dd1314;
  }
  [class~="md-bg-red-600"] {
    background-color: #dd1314;
  }
  .md-!bg-red-600 {
    background-color: #dd1314 !important;
  }
  [class~="md-!bg-red-600"] {
    background-color: #dd1314 !important;
  }
  .md-bg-red-700 {
    background-color: #c00d0e;
  }
  [class~="md-bg-red-700"] {
    background-color: #c00d0e;
  }
  .md-!bg-red-700 {
    background-color: #c00d0e !important;
  }
  [class~="md-!bg-red-700"] {
    background-color: #c00d0e !important;
  }
  .md-bg-red-800 {
    background-color: #b90a0a;
  }
  [class~="md-bg-red-800"] {
    background-color: #b90a0a;
  }
  .md-!bg-red-800 {
    background-color: #b90a0a !important;
  }
  [class~="md-!bg-red-800"] {
    background-color: #b90a0a !important;
  }
  .md-bg-red-900 {
    background-color: #9a0a0b;
  }
  [class~="md-bg-red-900"] {
    background-color: #9a0a0b;
  }
  .md-!bg-red-900 {
    background-color: #9a0a0b !important;
  }
  [class~="md-!bg-red-900"] {
    background-color: #9a0a0b !important;
  }
  .md-bg-zorba-50 {
    background-color: #fafaf9;
  }
  [class~="md-bg-zorba-50"] {
    background-color: #fafaf9;
  }
  .md-!bg-zorba-50 {
    background-color: #fafaf9 !important;
  }
  [class~="md-!bg-zorba-50"] {
    background-color: #fafaf9 !important;
  }
  .md-bg-zorba-100 {
    background-color: #e7e7e3;
  }
  [class~="md-bg-zorba-100"] {
    background-color: #e7e7e3;
  }
  .md-!bg-zorba-100 {
    background-color: #e7e7e3 !important;
  }
  [class~="md-!bg-zorba-100"] {
    background-color: #e7e7e3 !important;
  }
  .md-bg-zorba-200 {
    background-color: #d5d4cd;
  }
  [class~="md-bg-zorba-200"] {
    background-color: #d5d4cd;
  }
  .md-!bg-zorba-200 {
    background-color: #d5d4cd !important;
  }
  [class~="md-!bg-zorba-200"] {
    background-color: #d5d4cd !important;
  }
  .md-bg-zorba-300 {
    background-color: #c1c0b8;
  }
  [class~="md-bg-zorba-300"] {
    background-color: #c1c0b8;
  }
  .md-!bg-zorba-300 {
    background-color: #c1c0b8 !important;
  }
  [class~="md-!bg-zorba-300"] {
    background-color: #c1c0b8 !important;
  }
  .md-bg-zorba-400 {
    background-color: #aeaba2;
  }
  [class~="md-bg-zorba-400"] {
    background-color: #aeaba2;
  }
  .md-!bg-zorba-400 {
    background-color: #aeaba2 !important;
  }
  [class~="md-!bg-zorba-400"] {
    background-color: #aeaba2 !important;
  }
  .md-bg-zorba-500 {
    background-color: #9b968d;
  }
  [class~="md-bg-zorba-500"] {
    background-color: #9b968d;
  }
  .md-!bg-zorba-500 {
    background-color: #9b968d !important;
  }
  [class~="md-!bg-zorba-500"] {
    background-color: #9b968d !important;
  }
  .md-bg-zorba-600 {
    background-color: #878178;
  }
  [class~="md-bg-zorba-600"] {
    background-color: #878178;
  }
  .md-!bg-zorba-600 {
    background-color: #878178 !important;
  }
  [class~="md-!bg-zorba-600"] {
    background-color: #878178 !important;
  }
  .md-bg-zorba-700 {
    background-color: #716c66;
  }
  [class~="md-bg-zorba-700"] {
    background-color: #716c66;
  }
  .md-!bg-zorba-700 {
    background-color: #716c66 !important;
  }
  [class~="md-!bg-zorba-700"] {
    background-color: #716c66 !important;
  }
  .md-bg-zorba-800 {
    background-color: #5b5753;
  }
  [class~="md-bg-zorba-800"] {
    background-color: #5b5753;
  }
  .md-!bg-zorba-800 {
    background-color: #5b5753 !important;
  }
  [class~="md-!bg-zorba-800"] {
    background-color: #5b5753 !important;
  }
  .md-bg-zorba-900 {
    background-color: #494642;
  }
  [class~="md-bg-zorba-900"] {
    background-color: #494642;
  }
  .md-!bg-zorba-900 {
    background-color: #494642 !important;
  }
  [class~="md-!bg-zorba-900"] {
    background-color: #494642 !important;
  }
  .md-bg-yellow-50 {
    background-color: #fffdf2;
  }
  [class~="md-bg-yellow-50"] {
    background-color: #fffdf2;
  }
  .md-!bg-yellow-50 {
    background-color: #fffdf2 !important;
  }
  [class~="md-!bg-yellow-50"] {
    background-color: #fffdf2 !important;
  }
  .md-bg-yellow-100 {
    background-color: #fff9d4;
  }
  [class~="md-bg-yellow-100"] {
    background-color: #fff9d4;
  }
  .md-!bg-yellow-100 {
    background-color: #fff9d4 !important;
  }
  [class~="md-!bg-yellow-100"] {
    background-color: #fff9d4 !important;
  }
  .md-bg-yellow-200 {
    background-color: #fff5b6;
  }
  [class~="md-bg-yellow-200"] {
    background-color: #fff5b6;
  }
  .md-!bg-yellow-200 {
    background-color: #fff5b6 !important;
  }
  [class~="md-!bg-yellow-200"] {
    background-color: #fff5b6 !important;
  }
  .md-bg-yellow-300 {
    background-color: #fff297;
  }
  [class~="md-bg-yellow-300"] {
    background-color: #fff297;
  }
  .md-!bg-yellow-300 {
    background-color: #fff297 !important;
  }
  [class~="md-!bg-yellow-300"] {
    background-color: #fff297 !important;
  }
  .md-bg-yellow-400 {
    background-color: #fff079;
  }
  [class~="md-bg-yellow-400"] {
    background-color: #fff079;
  }
  .md-!bg-yellow-400 {
    background-color: #fff079 !important;
  }
  [class~="md-!bg-yellow-400"] {
    background-color: #fff079 !important;
  }
  .md-bg-yellow-500 {
    background-color: #ffee5b;
  }
  [class~="md-bg-yellow-500"] {
    background-color: #ffee5b;
  }
  .md-!bg-yellow-500 {
    background-color: #ffee5b !important;
  }
  [class~="md-!bg-yellow-500"] {
    background-color: #ffee5b !important;
  }
  .md-bg-yellow-600 {
    background-color: #ffed3c;
  }
  [class~="md-bg-yellow-600"] {
    background-color: #ffed3c;
  }
  .md-!bg-yellow-600 {
    background-color: #ffed3c !important;
  }
  [class~="md-!bg-yellow-600"] {
    background-color: #ffed3c !important;
  }
  .md-bg-yellow-700 {
    background-color: #ffec1e;
  }
  [class~="md-bg-yellow-700"] {
    background-color: #ffec1e;
  }
  .md-!bg-yellow-700 {
    background-color: #ffec1e !important;
  }
  [class~="md-!bg-yellow-700"] {
    background-color: #ffec1e !important;
  }
  .md-bg-yellow-800 {
    background-color: #ffec00;
  }
  [class~="md-bg-yellow-800"] {
    background-color: #ffec00;
  }
  .md-!bg-yellow-800 {
    background-color: #ffec00 !important;
  }
  [class~="md-!bg-yellow-800"] {
    background-color: #ffec00 !important;
  }
  .md-bg-yellow-900 {
    background-color: #ccbd18;
  }
  [class~="md-bg-yellow-900"] {
    background-color: #ccbd18;
  }
  .md-!bg-yellow-900 {
    background-color: #ccbd18 !important;
  }
  [class~="md-!bg-yellow-900"] {
    background-color: #ccbd18 !important;
  }
  .md-bg-creme-50 {
    background-color: #fff4e8;
  }
  [class~="md-bg-creme-50"] {
    background-color: #fff4e8;
  }
  .md-!bg-creme-50 {
    background-color: #fff4e8 !important;
  }
  [class~="md-!bg-creme-50"] {
    background-color: #fff4e8 !important;
  }
  .md-bg-creme-100 {
    background-color: #feebd6;
  }
  [class~="md-bg-creme-100"] {
    background-color: #feebd6;
  }
  .md-!bg-creme-100 {
    background-color: #feebd6 !important;
  }
  [class~="md-!bg-creme-100"] {
    background-color: #feebd6 !important;
  }
  .md-bg-creme-200 {
    background-color: #fbe1c5;
  }
  [class~="md-bg-creme-200"] {
    background-color: #fbe1c5;
  }
  .md-!bg-creme-200 {
    background-color: #fbe1c5 !important;
  }
  [class~="md-!bg-creme-200"] {
    background-color: #fbe1c5 !important;
  }
  .md-bg-creme-300 {
    background-color: #f8d8b5;
  }
  [class~="md-bg-creme-300"] {
    background-color: #f8d8b5;
  }
  .md-!bg-creme-300 {
    background-color: #f8d8b5 !important;
  }
  [class~="md-!bg-creme-300"] {
    background-color: #f8d8b5 !important;
  }
  .md-bg-creme-400 {
    background-color: #f3cea6;
  }
  [class~="md-bg-creme-400"] {
    background-color: #f3cea6;
  }
  .md-!bg-creme-400 {
    background-color: #f3cea6 !important;
  }
  [class~="md-!bg-creme-400"] {
    background-color: #f3cea6 !important;
  }
  .md-bg-creme-500 {
    background-color: #edc499;
  }
  [class~="md-bg-creme-500"] {
    background-color: #edc499;
  }
  .md-!bg-creme-500 {
    background-color: #edc499 !important;
  }
  [class~="md-!bg-creme-500"] {
    background-color: #edc499 !important;
  }
  .md-bg-creme-600 {
    background-color: #e7ba8c;
  }
  [class~="md-bg-creme-600"] {
    background-color: #e7ba8c;
  }
  .md-!bg-creme-600 {
    background-color: #e7ba8c !important;
  }
  [class~="md-!bg-creme-600"] {
    background-color: #e7ba8c !important;
  }
  .md-bg-creme-700 {
    background-color: #deb181;
  }
  [class~="md-bg-creme-700"] {
    background-color: #deb181;
  }
  .md-!bg-creme-700 {
    background-color: #deb181 !important;
  }
  [class~="md-!bg-creme-700"] {
    background-color: #deb181 !important;
  }
  .md-bg-creme-800 {
    background-color: #d5a777;
  }
  [class~="md-bg-creme-800"] {
    background-color: #d5a777;
  }
  .md-!bg-creme-800 {
    background-color: #d5a777 !important;
  }
  [class~="md-!bg-creme-800"] {
    background-color: #d5a777 !important;
  }
  .md-bg-creme-900 {
    background-color: #cb9d6e;
  }
  [class~="md-bg-creme-900"] {
    background-color: #cb9d6e;
  }
  .md-!bg-creme-900 {
    background-color: #cb9d6e !important;
  }
  [class~="md-!bg-creme-900"] {
    background-color: #cb9d6e !important;
  }
  .md-bg-gray-50 {
    background-color: #f5f5f5;
  }
  [class~="md-bg-gray-50"] {
    background-color: #f5f5f5;
  }
  .md-!bg-gray-50 {
    background-color: #f5f5f5 !important;
  }
  [class~="md-!bg-gray-50"] {
    background-color: #f5f5f5 !important;
  }
  .md-bg-gray-100 {
    background-color: #dedede;
  }
  [class~="md-bg-gray-100"] {
    background-color: #dedede;
  }
  .md-!bg-gray-100 {
    background-color: #dedede !important;
  }
  [class~="md-!bg-gray-100"] {
    background-color: #dedede !important;
  }
  .md-bg-gray-200 {
    background-color: #c7c7c7;
  }
  [class~="md-bg-gray-200"] {
    background-color: #c7c7c7;
  }
  .md-!bg-gray-200 {
    background-color: #c7c7c7 !important;
  }
  [class~="md-!bg-gray-200"] {
    background-color: #c7c7c7 !important;
  }
  .md-bg-gray-300 {
    background-color: #b0b0b0;
  }
  [class~="md-bg-gray-300"] {
    background-color: #b0b0b0;
  }
  .md-!bg-gray-300 {
    background-color: #b0b0b0 !important;
  }
  [class~="md-!bg-gray-300"] {
    background-color: #b0b0b0 !important;
  }
  .md-bg-gray-400 {
    background-color: #999999;
  }
  [class~="md-bg-gray-400"] {
    background-color: #999999;
  }
  .md-!bg-gray-400 {
    background-color: #999999 !important;
  }
  [class~="md-!bg-gray-400"] {
    background-color: #999999 !important;
  }
  .md-bg-gray-500 {
    background-color: #828282;
  }
  [class~="md-bg-gray-500"] {
    background-color: #828282;
  }
  .md-!bg-gray-500 {
    background-color: #828282 !important;
  }
  [class~="md-!bg-gray-500"] {
    background-color: #828282 !important;
  }
  .md-bg-gray-600 {
    background-color: #6b6b6b;
  }
  [class~="md-bg-gray-600"] {
    background-color: #6b6b6b;
  }
  .md-!bg-gray-600 {
    background-color: #6b6b6b !important;
  }
  [class~="md-!bg-gray-600"] {
    background-color: #6b6b6b !important;
  }
  .md-bg-gray-700 {
    background-color: #545454;
  }
  [class~="md-bg-gray-700"] {
    background-color: #545454;
  }
  .md-!bg-gray-700 {
    background-color: #545454 !important;
  }
  [class~="md-!bg-gray-700"] {
    background-color: #545454 !important;
  }
  .md-bg-gray-800 {
    background-color: #3d3d3d;
  }
  [class~="md-bg-gray-800"] {
    background-color: #3d3d3d;
  }
  .md-!bg-gray-800 {
    background-color: #3d3d3d !important;
  }
  [class~="md-!bg-gray-800"] {
    background-color: #3d3d3d !important;
  }
  .md-bg-gray-900 {
    background-color: #262626;
  }
  [class~="md-bg-gray-900"] {
    background-color: #262626;
  }
  .md-!bg-gray-900 {
    background-color: #262626 !important;
  }
  [class~="md-!bg-gray-900"] {
    background-color: #262626 !important;
  }
  .md-border-primary {
    border-color: #ffffff;
  }
  [class~="md-border-primary"] {
    border-color: #ffffff;
  }
  .md-!border-primary {
    border-color: #ffffff !important;
  }
  [class~="md-!border-primary"] {
    border-color: #ffffff !important;
  }
  .md-border-secondary {
    border-color: #fff4e8;
  }
  [class~="md-border-secondary"] {
    border-color: #fff4e8;
  }
  .md-!border-secondary {
    border-color: #fff4e8 !important;
  }
  [class~="md-!border-secondary"] {
    border-color: #fff4e8 !important;
  }
  .md-border-accent {
    border-color: #c00d0e;
  }
  [class~="md-border-accent"] {
    border-color: #c00d0e;
  }
  .md-!border-accent {
    border-color: #c00d0e !important;
  }
  [class~="md-!border-accent"] {
    border-color: #c00d0e !important;
  }
  .md-border-special {
    border-color: #ffec00;
  }
  [class~="md-border-special"] {
    border-color: #ffec00;
  }
  .md-!border-special {
    border-color: #ffec00 !important;
  }
  [class~="md-!border-special"] {
    border-color: #ffec00 !important;
  }
  .md-border-invert {
    border-color: #262626;
  }
  [class~="md-border-invert"] {
    border-color: #262626;
  }
  .md-!border-invert {
    border-color: #262626 !important;
  }
  [class~="md-!border-invert"] {
    border-color: #262626 !important;
  }
  .md-border-white {
    border-color: #ffffff;
  }
  [class~="md-border-white"] {
    border-color: #ffffff;
  }
  .md-!border-white {
    border-color: #ffffff !important;
  }
  [class~="md-!border-white"] {
    border-color: #ffffff !important;
  }
  .md-border-black {
    border-color: #000000;
  }
  [class~="md-border-black"] {
    border-color: #000000;
  }
  .md-!border-black {
    border-color: #000000 !important;
  }
  [class~="md-!border-black"] {
    border-color: #000000 !important;
  }
  .md-border-transparent {
    border-color: rgba(255, 255, 255, 0);
  }
  [class~="md-border-transparent"] {
    border-color: rgba(255, 255, 255, 0);
  }
  .md-!border-transparent {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="md-!border-transparent"] {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  .md-border-gray-50 {
    border-color: #f5f5f5;
  }
  [class~="md-border-gray-50"] {
    border-color: #f5f5f5;
  }
  .md-!border-gray-50 {
    border-color: #f5f5f5 !important;
  }
  [class~="md-!border-gray-50"] {
    border-color: #f5f5f5 !important;
  }
  .md-border-gray-100 {
    border-color: #dedede;
  }
  [class~="md-border-gray-100"] {
    border-color: #dedede;
  }
  .md-!border-gray-100 {
    border-color: #dedede !important;
  }
  [class~="md-!border-gray-100"] {
    border-color: #dedede !important;
  }
  .md-border-gray-200 {
    border-color: #c7c7c7;
  }
  [class~="md-border-gray-200"] {
    border-color: #c7c7c7;
  }
  .md-!border-gray-200 {
    border-color: #c7c7c7 !important;
  }
  [class~="md-!border-gray-200"] {
    border-color: #c7c7c7 !important;
  }
  .md-border-gray-300 {
    border-color: #b0b0b0;
  }
  [class~="md-border-gray-300"] {
    border-color: #b0b0b0;
  }
  .md-!border-gray-300 {
    border-color: #b0b0b0 !important;
  }
  [class~="md-!border-gray-300"] {
    border-color: #b0b0b0 !important;
  }
  .md-border-gray-400 {
    border-color: #999999;
  }
  [class~="md-border-gray-400"] {
    border-color: #999999;
  }
  .md-!border-gray-400 {
    border-color: #999999 !important;
  }
  [class~="md-!border-gray-400"] {
    border-color: #999999 !important;
  }
  .md-border-gray-500 {
    border-color: #828282;
  }
  [class~="md-border-gray-500"] {
    border-color: #828282;
  }
  .md-!border-gray-500 {
    border-color: #828282 !important;
  }
  [class~="md-!border-gray-500"] {
    border-color: #828282 !important;
  }
  .md-border-gray-600 {
    border-color: #6b6b6b;
  }
  [class~="md-border-gray-600"] {
    border-color: #6b6b6b;
  }
  .md-!border-gray-600 {
    border-color: #6b6b6b !important;
  }
  [class~="md-!border-gray-600"] {
    border-color: #6b6b6b !important;
  }
  .md-border-gray-700 {
    border-color: #545454;
  }
  [class~="md-border-gray-700"] {
    border-color: #545454;
  }
  .md-!border-gray-700 {
    border-color: #545454 !important;
  }
  [class~="md-!border-gray-700"] {
    border-color: #545454 !important;
  }
  .md-border-gray-800 {
    border-color: #3d3d3d;
  }
  [class~="md-border-gray-800"] {
    border-color: #3d3d3d;
  }
  .md-!border-gray-800 {
    border-color: #3d3d3d !important;
  }
  [class~="md-!border-gray-800"] {
    border-color: #3d3d3d !important;
  }
  .md-border-gray-900 {
    border-color: #262626;
  }
  [class~="md-border-gray-900"] {
    border-color: #262626;
  }
  .md-!border-gray-900 {
    border-color: #262626 !important;
  }
  [class~="md-!border-gray-900"] {
    border-color: #262626 !important;
  }
  .md-border-red-50 {
    border-color: #f5d2d2;
  }
  [class~="md-border-red-50"] {
    border-color: #f5d2d2;
  }
  .md-!border-red-50 {
    border-color: #f5d2d2 !important;
  }
  [class~="md-!border-red-50"] {
    border-color: #f5d2d2 !important;
  }
  .md-border-red-100 {
    border-color: #f0b3b3;
  }
  [class~="md-border-red-100"] {
    border-color: #f0b3b3;
  }
  .md-!border-red-100 {
    border-color: #f0b3b3 !important;
  }
  [class~="md-!border-red-100"] {
    border-color: #f0b3b3 !important;
  }
  .md-border-red-200 {
    border-color: #ec9393;
  }
  [class~="md-border-red-200"] {
    border-color: #ec9393;
  }
  .md-!border-red-200 {
    border-color: #ec9393 !important;
  }
  [class~="md-!border-red-200"] {
    border-color: #ec9393 !important;
  }
  .md-border-red-300 {
    border-color: #ea7272;
  }
  [class~="md-border-red-300"] {
    border-color: #ea7272;
  }
  .md-!border-red-300 {
    border-color: #ea7272 !important;
  }
  [class~="md-!border-red-300"] {
    border-color: #ea7272 !important;
  }
  .md-border-red-400 {
    border-color: #e85050;
  }
  [class~="md-border-red-400"] {
    border-color: #e85050;
  }
  .md-!border-red-400 {
    border-color: #e85050 !important;
  }
  [class~="md-!border-red-400"] {
    border-color: #e85050 !important;
  }
  .md-border-red-500 {
    border-color: #e82c2d;
  }
  [class~="md-border-red-500"] {
    border-color: #e82c2d;
  }
  .md-!border-red-500 {
    border-color: #e82c2d !important;
  }
  [class~="md-!border-red-500"] {
    border-color: #e82c2d !important;
  }
  .md-border-red-600 {
    border-color: #dd1314;
  }
  [class~="md-border-red-600"] {
    border-color: #dd1314;
  }
  .md-!border-red-600 {
    border-color: #dd1314 !important;
  }
  [class~="md-!border-red-600"] {
    border-color: #dd1314 !important;
  }
  .md-border-red-700 {
    border-color: #c00d0e;
  }
  [class~="md-border-red-700"] {
    border-color: #c00d0e;
  }
  .md-!border-red-700 {
    border-color: #c00d0e !important;
  }
  [class~="md-!border-red-700"] {
    border-color: #c00d0e !important;
  }
  .md-border-red-800 {
    border-color: #b90a0a;
  }
  [class~="md-border-red-800"] {
    border-color: #b90a0a;
  }
  .md-!border-red-800 {
    border-color: #b90a0a !important;
  }
  [class~="md-!border-red-800"] {
    border-color: #b90a0a !important;
  }
  .md-border-red-900 {
    border-color: #9a0a0b;
  }
  [class~="md-border-red-900"] {
    border-color: #9a0a0b;
  }
  .md-!border-red-900 {
    border-color: #9a0a0b !important;
  }
  [class~="md-!border-red-900"] {
    border-color: #9a0a0b !important;
  }
  .md-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [class~="md-grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md-!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [class~="md-grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md-!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [class~="md-grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md-!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  [class~="md-grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md-!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  [class~="md-grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md-!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  [class~="md-grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md-!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  [class~="md-grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md-!grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  [class~="md-grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md-!grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  [class~="md-grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md-!grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  [class~="md-grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md-!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  [class~="md-grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md-!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  [class~="md-grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md-!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .md-grid-cols-none {
    grid-template-columns: none;
  }
  [class~="md-grid-cols-none"] {
    grid-template-columns: none;
  }
  .md-!grid-cols-none {
    grid-template-columns: none !important;
  }
  [class~="md-!grid-cols-none"] {
    grid-template-columns: none !important;
  }
  .md-grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  [class~="md-grid-cols-subgrid"] {
    grid-template-columns: subgrid;
  }
  .md-!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  [class~="md-!grid-cols-subgrid"] {
    grid-template-columns: subgrid !important;
  }
  .md-col-auto {
    grid-column: auto;
  }
  [class~="md-col-auto"] {
    grid-column: auto;
  }
  .md-!col-auto {
    grid-column: auto !important;
  }
  [class~="md-!col-auto"] {
    grid-column: auto !important;
  }
  .md-col-span-1 {
    grid-column: span 1 / span 1;
  }
  [class~="md-col-span-1"] {
    grid-column: span 1 / span 1;
  }
  .md-!col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  [class~="md-!col-span-1"] {
    grid-column: span 1 / span 1 !important;
  }
  .md-col-span-2 {
    grid-column: span 2 / span 2;
  }
  [class~="md-col-span-2"] {
    grid-column: span 2 / span 2;
  }
  .md-!col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  [class~="md-!col-span-2"] {
    grid-column: span 2 / span 2 !important;
  }
  .md-col-span-3 {
    grid-column: span 3 / span 3;
  }
  [class~="md-col-span-3"] {
    grid-column: span 3 / span 3;
  }
  .md-!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  [class~="md-!col-span-3"] {
    grid-column: span 3 / span 3 !important;
  }
  .md-col-span-4 {
    grid-column: span 4 / span 4;
  }
  [class~="md-col-span-4"] {
    grid-column: span 4 / span 4;
  }
  .md-!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  [class~="md-!col-span-4"] {
    grid-column: span 4 / span 4 !important;
  }
  .md-col-span-5 {
    grid-column: span 5 / span 5;
  }
  [class~="md-col-span-5"] {
    grid-column: span 5 / span 5;
  }
  .md-!col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  [class~="md-!col-span-5"] {
    grid-column: span 5 / span 5 !important;
  }
  .md-col-span-6 {
    grid-column: span 6 / span 6;
  }
  [class~="md-col-span-6"] {
    grid-column: span 6 / span 6;
  }
  .md-!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  [class~="md-!col-span-6"] {
    grid-column: span 6 / span 6 !important;
  }
  .md-col-span-7 {
    grid-column: span 7 / span 7;
  }
  [class~="md-col-span-7"] {
    grid-column: span 7 / span 7;
  }
  .md-!col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  [class~="md-!col-span-7"] {
    grid-column: span 7 / span 7 !important;
  }
  .md-col-span-8 {
    grid-column: span 8 / span 8;
  }
  [class~="md-col-span-8"] {
    grid-column: span 8 / span 8;
  }
  .md-!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  [class~="md-!col-span-8"] {
    grid-column: span 8 / span 8 !important;
  }
  .md-col-span-9 {
    grid-column: span 9 / span 9;
  }
  [class~="md-col-span-9"] {
    grid-column: span 9 / span 9;
  }
  .md-!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  [class~="md-!col-span-9"] {
    grid-column: span 9 / span 9 !important;
  }
  .md-col-span-10 {
    grid-column: span 10 / span 10;
  }
  [class~="md-col-span-10"] {
    grid-column: span 10 / span 10;
  }
  .md-!col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  [class~="md-!col-span-10"] {
    grid-column: span 10 / span 10 !important;
  }
  .md-col-span-11 {
    grid-column: span 11 / span 11;
  }
  [class~="md-col-span-11"] {
    grid-column: span 11 / span 11;
  }
  .md-!col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  [class~="md-!col-span-11"] {
    grid-column: span 11 / span 11 !important;
  }
  .md-col-span-12 {
    grid-column: span 12 / span 12;
  }
  [class~="md-col-span-12"] {
    grid-column: span 12 / span 12;
  }
  .md-!col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  [class~="md-!col-span-12"] {
    grid-column: span 12 / span 12 !important;
  }
  .md-col-span-full {
    grid-column: 1 / -1;
  }
  [class~="md-col-span-full"] {
    grid-column: 1 / -1;
  }
  .md-!col-span-full {
    grid-column: 1 / -1 !important;
  }
  [class~="md-!col-span-full"] {
    grid-column: 1 / -1 !important;
  }
  .md-col-start-1 {
    grid-column-start: 1;
  }
  [class~="md-col-start-1"] {
    grid-column-start: 1;
  }
  .md-!col-start-1 {
    grid-column-start: 1 !important;
  }
  [class~="md-!col-start-1"] {
    grid-column-start: 1 !important;
  }
  .md-col-start-2 {
    grid-column-start: 2;
  }
  [class~="md-col-start-2"] {
    grid-column-start: 2;
  }
  .md-!col-start-2 {
    grid-column-start: 2 !important;
  }
  [class~="md-!col-start-2"] {
    grid-column-start: 2 !important;
  }
  .md-col-start-3 {
    grid-column-start: 3;
  }
  [class~="md-col-start-3"] {
    grid-column-start: 3;
  }
  .md-!col-start-3 {
    grid-column-start: 3 !important;
  }
  [class~="md-!col-start-3"] {
    grid-column-start: 3 !important;
  }
  .md-col-start-4 {
    grid-column-start: 4;
  }
  [class~="md-col-start-4"] {
    grid-column-start: 4;
  }
  .md-!col-start-4 {
    grid-column-start: 4 !important;
  }
  [class~="md-!col-start-4"] {
    grid-column-start: 4 !important;
  }
  .md-col-start-5 {
    grid-column-start: 5;
  }
  [class~="md-col-start-5"] {
    grid-column-start: 5;
  }
  .md-!col-start-5 {
    grid-column-start: 5 !important;
  }
  [class~="md-!col-start-5"] {
    grid-column-start: 5 !important;
  }
  .md-col-start-6 {
    grid-column-start: 6;
  }
  [class~="md-col-start-6"] {
    grid-column-start: 6;
  }
  .md-!col-start-6 {
    grid-column-start: 6 !important;
  }
  [class~="md-!col-start-6"] {
    grid-column-start: 6 !important;
  }
  .md-col-start-7 {
    grid-column-start: 7;
  }
  [class~="md-col-start-7"] {
    grid-column-start: 7;
  }
  .md-!col-start-7 {
    grid-column-start: 7 !important;
  }
  [class~="md-!col-start-7"] {
    grid-column-start: 7 !important;
  }
  .md-col-start-8 {
    grid-column-start: 8;
  }
  [class~="md-col-start-8"] {
    grid-column-start: 8;
  }
  .md-!col-start-8 {
    grid-column-start: 8 !important;
  }
  [class~="md-!col-start-8"] {
    grid-column-start: 8 !important;
  }
  .md-col-start-9 {
    grid-column-start: 9;
  }
  [class~="md-col-start-9"] {
    grid-column-start: 9;
  }
  .md-!col-start-9 {
    grid-column-start: 9 !important;
  }
  [class~="md-!col-start-9"] {
    grid-column-start: 9 !important;
  }
  .md-col-start-10 {
    grid-column-start: 10;
  }
  [class~="md-col-start-10"] {
    grid-column-start: 10;
  }
  .md-!col-start-10 {
    grid-column-start: 10 !important;
  }
  [class~="md-!col-start-10"] {
    grid-column-start: 10 !important;
  }
  .md-col-start-11 {
    grid-column-start: 11;
  }
  [class~="md-col-start-11"] {
    grid-column-start: 11;
  }
  .md-!col-start-11 {
    grid-column-start: 11 !important;
  }
  [class~="md-!col-start-11"] {
    grid-column-start: 11 !important;
  }
  .md-col-start-12 {
    grid-column-start: 12;
  }
  [class~="md-col-start-12"] {
    grid-column-start: 12;
  }
  .md-!col-start-12 {
    grid-column-start: 12 !important;
  }
  [class~="md-!col-start-12"] {
    grid-column-start: 12 !important;
  }
  .md-col-start-13 {
    grid-column-start: 13;
  }
  [class~="md-col-start-13"] {
    grid-column-start: 13;
  }
  .md-!col-start-13 {
    grid-column-start: 13 !important;
  }
  [class~="md-!col-start-13"] {
    grid-column-start: 13 !important;
  }
  .md-col-start-auto {
    grid-column-start: auto;
  }
  [class~="md-col-start-auto"] {
    grid-column-start: auto;
  }
  .md-!col-start-auto {
    grid-column-start: auto !important;
  }
  [class~="md-!col-start-auto"] {
    grid-column-start: auto !important;
  }
  .md-col-end-1 {
    grid-column-end: 1;
  }
  [class~="md-col-end-1"] {
    grid-column-end: 1;
  }
  .md-!col-end-1 {
    grid-column-end: 1 !important;
  }
  [class~="md-!col-end-1"] {
    grid-column-end: 1 !important;
  }
  .md-col-end-2 {
    grid-column-end: 2;
  }
  [class~="md-col-end-2"] {
    grid-column-end: 2;
  }
  .md-!col-end-2 {
    grid-column-end: 2 !important;
  }
  [class~="md-!col-end-2"] {
    grid-column-end: 2 !important;
  }
  .md-col-end-3 {
    grid-column-end: 3;
  }
  [class~="md-col-end-3"] {
    grid-column-end: 3;
  }
  .md-!col-end-3 {
    grid-column-end: 3 !important;
  }
  [class~="md-!col-end-3"] {
    grid-column-end: 3 !important;
  }
  .md-col-end-4 {
    grid-column-end: 4;
  }
  [class~="md-col-end-4"] {
    grid-column-end: 4;
  }
  .md-!col-end-4 {
    grid-column-end: 4 !important;
  }
  [class~="md-!col-end-4"] {
    grid-column-end: 4 !important;
  }
  .md-col-end-5 {
    grid-column-end: 5;
  }
  [class~="md-col-end-5"] {
    grid-column-end: 5;
  }
  .md-!col-end-5 {
    grid-column-end: 5 !important;
  }
  [class~="md-!col-end-5"] {
    grid-column-end: 5 !important;
  }
  .md-col-end-6 {
    grid-column-end: 6;
  }
  [class~="md-col-end-6"] {
    grid-column-end: 6;
  }
  .md-!col-end-6 {
    grid-column-end: 6 !important;
  }
  [class~="md-!col-end-6"] {
    grid-column-end: 6 !important;
  }
  .md-col-end-7 {
    grid-column-end: 7;
  }
  [class~="md-col-end-7"] {
    grid-column-end: 7;
  }
  .md-!col-end-7 {
    grid-column-end: 7 !important;
  }
  [class~="md-!col-end-7"] {
    grid-column-end: 7 !important;
  }
  .md-col-end-8 {
    grid-column-end: 8;
  }
  [class~="md-col-end-8"] {
    grid-column-end: 8;
  }
  .md-!col-end-8 {
    grid-column-end: 8 !important;
  }
  [class~="md-!col-end-8"] {
    grid-column-end: 8 !important;
  }
  .md-col-end-9 {
    grid-column-end: 9;
  }
  [class~="md-col-end-9"] {
    grid-column-end: 9;
  }
  .md-!col-end-9 {
    grid-column-end: 9 !important;
  }
  [class~="md-!col-end-9"] {
    grid-column-end: 9 !important;
  }
  .md-col-end-10 {
    grid-column-end: 10;
  }
  [class~="md-col-end-10"] {
    grid-column-end: 10;
  }
  .md-!col-end-10 {
    grid-column-end: 10 !important;
  }
  [class~="md-!col-end-10"] {
    grid-column-end: 10 !important;
  }
  .md-col-end-11 {
    grid-column-end: 11;
  }
  [class~="md-col-end-11"] {
    grid-column-end: 11;
  }
  .md-!col-end-11 {
    grid-column-end: 11 !important;
  }
  [class~="md-!col-end-11"] {
    grid-column-end: 11 !important;
  }
  .md-col-end-12 {
    grid-column-end: 12;
  }
  [class~="md-col-end-12"] {
    grid-column-end: 12;
  }
  .md-!col-end-12 {
    grid-column-end: 12 !important;
  }
  [class~="md-!col-end-12"] {
    grid-column-end: 12 !important;
  }
  .md-col-end-13 {
    grid-column-end: 13;
  }
  [class~="md-col-end-13"] {
    grid-column-end: 13;
  }
  .md-!col-end-13 {
    grid-column-end: 13 !important;
  }
  [class~="md-!col-end-13"] {
    grid-column-end: 13 !important;
  }
  .md-col-end-auto {
    grid-column-end: auto;
  }
  [class~="md-col-end-auto"] {
    grid-column-end: auto;
  }
  .md-!col-end-auto {
    grid-column-end: auto !important;
  }
  [class~="md-!col-end-auto"] {
    grid-column-end: auto !important;
  }
  .md-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  [class~="md-grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md-!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  [class~="md-grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md-!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  [class~="md-grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md-!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  [class~="md-grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md-!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  [class~="md-grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md-!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  [class~="md-grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md-!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  [class~="md-grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .md-!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  [class~="md-grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .md-!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  [class~="md-grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .md-!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  [class~="md-grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .md-!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  [class~="md-grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .md-!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  [class~="md-grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .md-!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="md-!grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  .md-grid-rows-none {
    grid-template-rows: none;
  }
  [class~="md-grid-rows-none"] {
    grid-template-rows: none;
  }
  .md-!grid-rows-none {
    grid-template-rows: none !important;
  }
  [class~="md-!grid-rows-none"] {
    grid-template-rows: none !important;
  }
  .md-grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  [class~="md-grid-rows-subgrid"] {
    grid-template-rows: subgrid;
  }
  .md-!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  [class~="md-!grid-rows-subgrid"] {
    grid-template-rows: subgrid !important;
  }
  .md-row-auto {
    grid-row: auto;
  }
  [class~="md-row-auto"] {
    grid-row: auto;
  }
  .md-!row-auto {
    grid-row: auto !important;
  }
  [class~="md-!row-auto"] {
    grid-row: auto !important;
  }
  .md-row-span-1 {
    grid-row: span 1 / span 1;
  }
  [class~="md-row-span-1"] {
    grid-row: span 1 / span 1;
  }
  .md-!row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  [class~="md-!row-span-1"] {
    grid-row: span 1 / span 1 !important;
  }
  .md-row-span-2 {
    grid-row: span 2 / span 2;
  }
  [class~="md-row-span-2"] {
    grid-row: span 2 / span 2;
  }
  .md-!row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  [class~="md-!row-span-2"] {
    grid-row: span 2 / span 2 !important;
  }
  .md-row-span-3 {
    grid-row: span 3 / span 3;
  }
  [class~="md-row-span-3"] {
    grid-row: span 3 / span 3;
  }
  .md-!row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  [class~="md-!row-span-3"] {
    grid-row: span 3 / span 3 !important;
  }
  .md-row-span-4 {
    grid-row: span 4 / span 4;
  }
  [class~="md-row-span-4"] {
    grid-row: span 4 / span 4;
  }
  .md-!row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  [class~="md-!row-span-4"] {
    grid-row: span 4 / span 4 !important;
  }
  .md-row-span-5 {
    grid-row: span 5 / span 5;
  }
  [class~="md-row-span-5"] {
    grid-row: span 5 / span 5;
  }
  .md-!row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  [class~="md-!row-span-5"] {
    grid-row: span 5 / span 5 !important;
  }
  .md-row-span-6 {
    grid-row: span 6 / span 6;
  }
  [class~="md-row-span-6"] {
    grid-row: span 6 / span 6;
  }
  .md-!row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  [class~="md-!row-span-6"] {
    grid-row: span 6 / span 6 !important;
  }
  .md-row-span-7 {
    grid-row: span 7 / span 7;
  }
  [class~="md-row-span-7"] {
    grid-row: span 7 / span 7;
  }
  .md-!row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  [class~="md-!row-span-7"] {
    grid-row: span 7 / span 7 !important;
  }
  .md-row-span-8 {
    grid-row: span 8 / span 8;
  }
  [class~="md-row-span-8"] {
    grid-row: span 8 / span 8;
  }
  .md-!row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  [class~="md-!row-span-8"] {
    grid-row: span 8 / span 8 !important;
  }
  .md-row-span-9 {
    grid-row: span 9 / span 9;
  }
  [class~="md-row-span-9"] {
    grid-row: span 9 / span 9;
  }
  .md-!row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  [class~="md-!row-span-9"] {
    grid-row: span 9 / span 9 !important;
  }
  .md-row-span-10 {
    grid-row: span 10 / span 10;
  }
  [class~="md-row-span-10"] {
    grid-row: span 10 / span 10;
  }
  .md-!row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  [class~="md-!row-span-10"] {
    grid-row: span 10 / span 10 !important;
  }
  .md-row-span-11 {
    grid-row: span 11 / span 11;
  }
  [class~="md-row-span-11"] {
    grid-row: span 11 / span 11;
  }
  .md-!row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  [class~="md-!row-span-11"] {
    grid-row: span 11 / span 11 !important;
  }
  .md-row-span-12 {
    grid-row: span 12 / span 12;
  }
  [class~="md-row-span-12"] {
    grid-row: span 12 / span 12;
  }
  .md-!row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  [class~="md-!row-span-12"] {
    grid-row: span 12 / span 12 !important;
  }
  .md-row-span-full {
    grid-row: 1 / -1;
  }
  [class~="md-row-span-full"] {
    grid-row: 1 / -1;
  }
  .md-!row-span-full {
    grid-row: 1 / -1 !important;
  }
  [class~="md-!row-span-full"] {
    grid-row: 1 / -1 !important;
  }
  .md-row-start-1 {
    grid-row-start: 1;
  }
  [class~="md-row-start-1"] {
    grid-row-start: 1;
  }
  .md-!row-start-1 {
    grid-row-start: 1 !important;
  }
  [class~="md-!row-start-1"] {
    grid-row-start: 1 !important;
  }
  .md-row-start-2 {
    grid-row-start: 2;
  }
  [class~="md-row-start-2"] {
    grid-row-start: 2;
  }
  .md-!row-start-2 {
    grid-row-start: 2 !important;
  }
  [class~="md-!row-start-2"] {
    grid-row-start: 2 !important;
  }
  .md-row-start-3 {
    grid-row-start: 3;
  }
  [class~="md-row-start-3"] {
    grid-row-start: 3;
  }
  .md-!row-start-3 {
    grid-row-start: 3 !important;
  }
  [class~="md-!row-start-3"] {
    grid-row-start: 3 !important;
  }
  .md-row-start-4 {
    grid-row-start: 4;
  }
  [class~="md-row-start-4"] {
    grid-row-start: 4;
  }
  .md-!row-start-4 {
    grid-row-start: 4 !important;
  }
  [class~="md-!row-start-4"] {
    grid-row-start: 4 !important;
  }
  .md-row-start-5 {
    grid-row-start: 5;
  }
  [class~="md-row-start-5"] {
    grid-row-start: 5;
  }
  .md-!row-start-5 {
    grid-row-start: 5 !important;
  }
  [class~="md-!row-start-5"] {
    grid-row-start: 5 !important;
  }
  .md-row-start-6 {
    grid-row-start: 6;
  }
  [class~="md-row-start-6"] {
    grid-row-start: 6;
  }
  .md-!row-start-6 {
    grid-row-start: 6 !important;
  }
  [class~="md-!row-start-6"] {
    grid-row-start: 6 !important;
  }
  .md-row-start-7 {
    grid-row-start: 7;
  }
  [class~="md-row-start-7"] {
    grid-row-start: 7;
  }
  .md-!row-start-7 {
    grid-row-start: 7 !important;
  }
  [class~="md-!row-start-7"] {
    grid-row-start: 7 !important;
  }
  .md-row-start-8 {
    grid-row-start: 8;
  }
  [class~="md-row-start-8"] {
    grid-row-start: 8;
  }
  .md-!row-start-8 {
    grid-row-start: 8 !important;
  }
  [class~="md-!row-start-8"] {
    grid-row-start: 8 !important;
  }
  .md-row-start-9 {
    grid-row-start: 9;
  }
  [class~="md-row-start-9"] {
    grid-row-start: 9;
  }
  .md-!row-start-9 {
    grid-row-start: 9 !important;
  }
  [class~="md-!row-start-9"] {
    grid-row-start: 9 !important;
  }
  .md-row-start-10 {
    grid-row-start: 10;
  }
  [class~="md-row-start-10"] {
    grid-row-start: 10;
  }
  .md-!row-start-10 {
    grid-row-start: 10 !important;
  }
  [class~="md-!row-start-10"] {
    grid-row-start: 10 !important;
  }
  .md-row-start-11 {
    grid-row-start: 11;
  }
  [class~="md-row-start-11"] {
    grid-row-start: 11;
  }
  .md-!row-start-11 {
    grid-row-start: 11 !important;
  }
  [class~="md-!row-start-11"] {
    grid-row-start: 11 !important;
  }
  .md-row-start-12 {
    grid-row-start: 12;
  }
  [class~="md-row-start-12"] {
    grid-row-start: 12;
  }
  .md-!row-start-12 {
    grid-row-start: 12 !important;
  }
  [class~="md-!row-start-12"] {
    grid-row-start: 12 !important;
  }
  .md-row-start-13 {
    grid-row-start: 13;
  }
  [class~="md-row-start-13"] {
    grid-row-start: 13;
  }
  .md-!row-start-13 {
    grid-row-start: 13 !important;
  }
  [class~="md-!row-start-13"] {
    grid-row-start: 13 !important;
  }
  .md-row-start-auto {
    grid-row-start: auto;
  }
  [class~="md-row-start-auto"] {
    grid-row-start: auto;
  }
  .md-!row-start-auto {
    grid-row-start: auto !important;
  }
  [class~="md-!row-start-auto"] {
    grid-row-start: auto !important;
  }
  .md-row-end-1 {
    grid-row-end: 1;
  }
  [class~="md-row-end-1"] {
    grid-row-end: 1;
  }
  .md-!row-end-1 {
    grid-row-end: 1 !important;
  }
  [class~="md-!row-end-1"] {
    grid-row-end: 1 !important;
  }
  .md-row-end-2 {
    grid-row-end: 2;
  }
  [class~="md-row-end-2"] {
    grid-row-end: 2;
  }
  .md-!row-end-2 {
    grid-row-end: 2 !important;
  }
  [class~="md-!row-end-2"] {
    grid-row-end: 2 !important;
  }
  .md-row-end-3 {
    grid-row-end: 3;
  }
  [class~="md-row-end-3"] {
    grid-row-end: 3;
  }
  .md-!row-end-3 {
    grid-row-end: 3 !important;
  }
  [class~="md-!row-end-3"] {
    grid-row-end: 3 !important;
  }
  .md-row-end-4 {
    grid-row-end: 4;
  }
  [class~="md-row-end-4"] {
    grid-row-end: 4;
  }
  .md-!row-end-4 {
    grid-row-end: 4 !important;
  }
  [class~="md-!row-end-4"] {
    grid-row-end: 4 !important;
  }
  .md-row-end-5 {
    grid-row-end: 5;
  }
  [class~="md-row-end-5"] {
    grid-row-end: 5;
  }
  .md-!row-end-5 {
    grid-row-end: 5 !important;
  }
  [class~="md-!row-end-5"] {
    grid-row-end: 5 !important;
  }
  .md-row-end-6 {
    grid-row-end: 6;
  }
  [class~="md-row-end-6"] {
    grid-row-end: 6;
  }
  .md-!row-end-6 {
    grid-row-end: 6 !important;
  }
  [class~="md-!row-end-6"] {
    grid-row-end: 6 !important;
  }
  .md-row-end-7 {
    grid-row-end: 7;
  }
  [class~="md-row-end-7"] {
    grid-row-end: 7;
  }
  .md-!row-end-7 {
    grid-row-end: 7 !important;
  }
  [class~="md-!row-end-7"] {
    grid-row-end: 7 !important;
  }
  .md-row-end-8 {
    grid-row-end: 8;
  }
  [class~="md-row-end-8"] {
    grid-row-end: 8;
  }
  .md-!row-end-8 {
    grid-row-end: 8 !important;
  }
  [class~="md-!row-end-8"] {
    grid-row-end: 8 !important;
  }
  .md-row-end-9 {
    grid-row-end: 9;
  }
  [class~="md-row-end-9"] {
    grid-row-end: 9;
  }
  .md-!row-end-9 {
    grid-row-end: 9 !important;
  }
  [class~="md-!row-end-9"] {
    grid-row-end: 9 !important;
  }
  .md-row-end-10 {
    grid-row-end: 10;
  }
  [class~="md-row-end-10"] {
    grid-row-end: 10;
  }
  .md-!row-end-10 {
    grid-row-end: 10 !important;
  }
  [class~="md-!row-end-10"] {
    grid-row-end: 10 !important;
  }
  .md-row-end-11 {
    grid-row-end: 11;
  }
  [class~="md-row-end-11"] {
    grid-row-end: 11;
  }
  .md-!row-end-11 {
    grid-row-end: 11 !important;
  }
  [class~="md-!row-end-11"] {
    grid-row-end: 11 !important;
  }
  .md-row-end-12 {
    grid-row-end: 12;
  }
  [class~="md-row-end-12"] {
    grid-row-end: 12;
  }
  .md-!row-end-12 {
    grid-row-end: 12 !important;
  }
  [class~="md-!row-end-12"] {
    grid-row-end: 12 !important;
  }
  .md-row-end-13 {
    grid-row-end: 13;
  }
  [class~="md-row-end-13"] {
    grid-row-end: 13;
  }
  .md-!row-end-13 {
    grid-row-end: 13 !important;
  }
  [class~="md-!row-end-13"] {
    grid-row-end: 13 !important;
  }
  .md-row-end-auto {
    grid-row-end: auto;
  }
  [class~="md-row-end-auto"] {
    grid-row-end: auto;
  }
  .md-!row-end-auto {
    grid-row-end: auto !important;
  }
  [class~="md-!row-end-auto"] {
    grid-row-end: auto !important;
  }
  .md-grid-flow-row {
    grid-auto-flow: row;
  }
  [class~="md-grid-flow-row"] {
    grid-auto-flow: row;
  }
  .md-!grid-flow-row {
    grid-auto-flow: row !important;
  }
  [class~="md-!grid-flow-row"] {
    grid-auto-flow: row !important;
  }
  .md-grid-flow-col {
    grid-auto-flow: column;
  }
  [class~="md-grid-flow-col"] {
    grid-auto-flow: column;
  }
  .md-!grid-flow-col {
    grid-auto-flow: column !important;
  }
  [class~="md-!grid-flow-col"] {
    grid-auto-flow: column !important;
  }
  .md-grid-flow-dense {
    grid-auto-flow: dense;
  }
  [class~="md-grid-flow-dense"] {
    grid-auto-flow: dense;
  }
  .md-!grid-flow-dense {
    grid-auto-flow: dense !important;
  }
  [class~="md-!grid-flow-dense"] {
    grid-auto-flow: dense !important;
  }
  .md-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  [class~="md-grid-flow-row-dense"] {
    grid-auto-flow: row dense;
  }
  .md-!grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  [class~="md-!grid-flow-row-dense"] {
    grid-auto-flow: row dense !important;
  }
  .md-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  [class~="md-grid-flow-col-dense"] {
    grid-auto-flow: column dense;
  }
  .md-!grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  [class~="md-!grid-flow-col-dense"] {
    grid-auto-flow: column dense !important;
  }
  .md-auto-cols-auto {
    grid-auto-columns: auto;
  }
  [class~="md-auto-cols-auto"] {
    grid-auto-columns: auto;
  }
  .md-!auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  [class~="md-!auto-cols-auto"] {
    grid-auto-columns: auto !important;
  }
  .md-auto-cols-min {
    grid-auto-columns: min-content;
  }
  [class~="md-auto-cols-min"] {
    grid-auto-columns: min-content;
  }
  .md-!auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  [class~="md-!auto-cols-min"] {
    grid-auto-columns: min-content !important;
  }
  .md-auto-cols-max {
    grid-auto-columns: max-content;
  }
  [class~="md-auto-cols-max"] {
    grid-auto-columns: max-content;
  }
  .md-!auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  [class~="md-!auto-cols-max"] {
    grid-auto-columns: max-content !important;
  }
  .md-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  [class~="md-auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr);
  }
  .md-!auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  [class~="md-!auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  .md-auto-rows-auto {
    grid-auto-rows: auto;
  }
  [class~="md-auto-rows-auto"] {
    grid-auto-rows: auto;
  }
  .md-!auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  [class~="md-!auto-rows-auto"] {
    grid-auto-rows: auto !important;
  }
  .md-auto-rows-min {
    grid-auto-rows: min-content;
  }
  [class~="md-auto-rows-min"] {
    grid-auto-rows: min-content;
  }
  .md-!auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  [class~="md-!auto-rows-min"] {
    grid-auto-rows: min-content !important;
  }
  .md-auto-rows-max {
    grid-auto-rows: max-content;
  }
  [class~="md-auto-rows-max"] {
    grid-auto-rows: max-content;
  }
  .md-!auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  [class~="md-!auto-rows-max"] {
    grid-auto-rows: max-content !important;
  }
  .md-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  [class~="md-auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr);
  }
  .md-!auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  [class~="md-!auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  .md-justify-normal {
    justify-content: normal;
  }
  [class~="md-justify-normal"] {
    justify-content: normal;
  }
  .md-!justify-normal {
    justify-content: normal !important;
  }
  [class~="md-!justify-normal"] {
    justify-content: normal !important;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  [class~="md-justify-start"] {
    justify-content: flex-start;
  }
  .md-!justify-start {
    justify-content: flex-start !important;
  }
  [class~="md-!justify-start"] {
    justify-content: flex-start !important;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  [class~="md-justify-end"] {
    justify-content: flex-end;
  }
  .md-!justify-end {
    justify-content: flex-end !important;
  }
  [class~="md-!justify-end"] {
    justify-content: flex-end !important;
  }
  .md-justify-center {
    justify-content: center;
  }
  [class~="md-justify-center"] {
    justify-content: center;
  }
  .md-!justify-center {
    justify-content: center !important;
  }
  [class~="md-!justify-center"] {
    justify-content: center !important;
  }
  .md-justify-between {
    justify-content: space-between;
  }
  [class~="md-justify-between"] {
    justify-content: space-between;
  }
  .md-!justify-between {
    justify-content: space-between !important;
  }
  [class~="md-!justify-between"] {
    justify-content: space-between !important;
  }
  .md-justify-around {
    justify-content: space-around;
  }
  [class~="md-justify-around"] {
    justify-content: space-around;
  }
  .md-!justify-around {
    justify-content: space-around !important;
  }
  [class~="md-!justify-around"] {
    justify-content: space-around !important;
  }
  .md-justify-evenly {
    justify-content: space-evenly;
  }
  [class~="md-justify-evenly"] {
    justify-content: space-evenly;
  }
  .md-!justify-evenly {
    justify-content: space-evenly !important;
  }
  [class~="md-!justify-evenly"] {
    justify-content: space-evenly !important;
  }
  .md-justify-stretch {
    justify-content: stretch;
  }
  [class~="md-justify-stretch"] {
    justify-content: stretch;
  }
  .md-!justify-stretch {
    justify-content: stretch !important;
  }
  [class~="md-!justify-stretch"] {
    justify-content: stretch !important;
  }
  .md-justify-items-start {
    justify-items: start;
  }
  [class~="md-justify-items-start"] {
    justify-items: start;
  }
  .md-!justify-items-start {
    justify-items: start !important;
  }
  [class~="md-!justify-items-start"] {
    justify-items: start !important;
  }
  .md-justify-items-end {
    justify-items: end;
  }
  [class~="md-justify-items-end"] {
    justify-items: end;
  }
  .md-!justify-items-end {
    justify-items: end !important;
  }
  [class~="md-!justify-items-end"] {
    justify-items: end !important;
  }
  .md-justify-items-center {
    justify-items: center;
  }
  [class~="md-justify-items-center"] {
    justify-items: center;
  }
  .md-!justify-items-center {
    justify-items: center !important;
  }
  [class~="md-!justify-items-center"] {
    justify-items: center !important;
  }
  .md-justify-items-stretch {
    justify-items: stretch;
  }
  [class~="md-justify-items-stretch"] {
    justify-items: stretch;
  }
  .md-!justify-items-stretch {
    justify-items: stretch !important;
  }
  [class~="md-!justify-items-stretch"] {
    justify-items: stretch !important;
  }
  .md-justify-self-auto {
    justify-self: auto;
  }
  [class~="md-justify-self-auto"] {
    justify-self: auto;
  }
  .md-!justify-self-auto {
    justify-self: auto !important;
  }
  [class~="md-!justify-self-auto"] {
    justify-self: auto !important;
  }
  .md-justify-self-start {
    justify-self: start;
  }
  [class~="md-justify-self-start"] {
    justify-self: start;
  }
  .md-!justify-self-start {
    justify-self: start !important;
  }
  [class~="md-!justify-self-start"] {
    justify-self: start !important;
  }
  .md-justify-self-end {
    justify-self: end;
  }
  [class~="md-justify-self-end"] {
    justify-self: end;
  }
  .md-!justify-self-end {
    justify-self: end !important;
  }
  [class~="md-!justify-self-end"] {
    justify-self: end !important;
  }
  .md-justify-self-center {
    justify-self: center;
  }
  [class~="md-justify-self-center"] {
    justify-self: center;
  }
  .md-!justify-self-center {
    justify-self: center !important;
  }
  [class~="md-!justify-self-center"] {
    justify-self: center !important;
  }
  .md-justify-self-stretch {
    justify-self: stretch;
  }
  [class~="md-justify-self-stretch"] {
    justify-self: stretch;
  }
  .md-!justify-self-stretch {
    justify-self: stretch !important;
  }
  [class~="md-!justify-self-stretch"] {
    justify-self: stretch !important;
  }
  .md-content-normal {
    align-content: normal;
  }
  [class~="md-content-normal"] {
    align-content: normal;
  }
  .md-!content-normal {
    align-content: normal !important;
  }
  [class~="md-!content-normal"] {
    align-content: normal !important;
  }
  .md-content-center {
    align-content: center;
  }
  [class~="md-content-center"] {
    align-content: center;
  }
  .md-!content-center {
    align-content: center !important;
  }
  [class~="md-!content-center"] {
    align-content: center !important;
  }
  .md-content-start {
    align-content: flex-start;
  }
  [class~="md-content-start"] {
    align-content: flex-start;
  }
  .md-!content-start {
    align-content: flex-start !important;
  }
  [class~="md-!content-start"] {
    align-content: flex-start !important;
  }
  .md-content-end {
    align-content: flex-end;
  }
  [class~="md-content-end"] {
    align-content: flex-end;
  }
  .md-!content-end {
    align-content: flex-end !important;
  }
  [class~="md-!content-end"] {
    align-content: flex-end !important;
  }
  .md-content-between {
    align-content: space-between;
  }
  [class~="md-content-between"] {
    align-content: space-between;
  }
  .md-!content-between {
    align-content: space-between !important;
  }
  [class~="md-!content-between"] {
    align-content: space-between !important;
  }
  .md-content-around {
    align-content: space-around;
  }
  [class~="md-content-around"] {
    align-content: space-around;
  }
  .md-!content-around {
    align-content: space-around !important;
  }
  [class~="md-!content-around"] {
    align-content: space-around !important;
  }
  .md-content-evenly {
    align-content: space-evenly;
  }
  [class~="md-content-evenly"] {
    align-content: space-evenly;
  }
  .md-!content-evenly {
    align-content: space-evenly !important;
  }
  [class~="md-!content-evenly"] {
    align-content: space-evenly !important;
  }
  .md-content-baseline {
    align-content: baseline;
  }
  [class~="md-content-baseline"] {
    align-content: baseline;
  }
  .md-!content-baseline {
    align-content: baseline !important;
  }
  [class~="md-!content-baseline"] {
    align-content: baseline !important;
  }
  .md-content-stretch {
    align-content: stretch;
  }
  [class~="md-content-stretch"] {
    align-content: stretch;
  }
  .md-!content-stretch {
    align-content: stretch !important;
  }
  [class~="md-!content-stretch"] {
    align-content: stretch !important;
  }
  .md-items-start {
    align-items: flex-start;
  }
  [class~="md-items-start"] {
    align-items: flex-start;
  }
  .md-!items-start {
    align-items: flex-start !important;
  }
  [class~="md-!items-start"] {
    align-items: flex-start !important;
  }
  .md-items-end {
    align-items: flex-end;
  }
  [class~="md-items-end"] {
    align-items: flex-end;
  }
  .md-!items-end {
    align-items: flex-end !important;
  }
  [class~="md-!items-end"] {
    align-items: flex-end !important;
  }
  .md-items-center {
    align-items: center;
  }
  [class~="md-items-center"] {
    align-items: center;
  }
  .md-!items-center {
    align-items: center !important;
  }
  [class~="md-!items-center"] {
    align-items: center !important;
  }
  .md-items-baseline {
    align-items: baseline;
  }
  [class~="md-items-baseline"] {
    align-items: baseline;
  }
  .md-!items-baseline {
    align-items: baseline !important;
  }
  [class~="md-!items-baseline"] {
    align-items: baseline !important;
  }
  .md-items-stretch {
    align-items: stretch;
  }
  [class~="md-items-stretch"] {
    align-items: stretch;
  }
  .md-!items-stretch {
    align-items: stretch !important;
  }
  [class~="md-!items-stretch"] {
    align-items: stretch !important;
  }
  .md-self-auto {
    align-self: auto;
  }
  [class~="md-self-auto"] {
    align-self: auto;
  }
  .md-!self-auto {
    align-self: auto !important;
  }
  [class~="md-!self-auto"] {
    align-self: auto !important;
  }
  .md-self-start {
    align-self: flex-start;
  }
  [class~="md-self-start"] {
    align-self: flex-start;
  }
  .md-!self-start {
    align-self: flex-start !important;
  }
  [class~="md-!self-start"] {
    align-self: flex-start !important;
  }
  .md-self-end {
    align-self: flex-end;
  }
  [class~="md-self-end"] {
    align-self: flex-end;
  }
  .md-!self-end {
    align-self: flex-end !important;
  }
  [class~="md-!self-end"] {
    align-self: flex-end !important;
  }
  .md-self-center {
    align-self: center;
  }
  [class~="md-self-center"] {
    align-self: center;
  }
  .md-!self-center {
    align-self: center !important;
  }
  [class~="md-!self-center"] {
    align-self: center !important;
  }
  .md-self-stretch {
    align-self: stretch;
  }
  [class~="md-self-stretch"] {
    align-self: stretch;
  }
  .md-!self-stretch {
    align-self: stretch !important;
  }
  [class~="md-!self-stretch"] {
    align-self: stretch !important;
  }
  .md-self-baseline {
    align-self: baseline;
  }
  [class~="md-self-baseline"] {
    align-self: baseline;
  }
  .md-!self-baseline {
    align-self: baseline !important;
  }
  [class~="md-!self-baseline"] {
    align-self: baseline !important;
  }
  .md-place-content-center {
    place-content: center;
  }
  [class~="md-place-content-center"] {
    place-content: center;
  }
  .md-!place-content-center {
    place-content: center !important;
  }
  [class~="md-!place-content-center"] {
    place-content: center !important;
  }
  .md-place-content-start {
    place-content: start;
  }
  [class~="md-place-content-start"] {
    place-content: start;
  }
  .md-!place-content-start {
    place-content: start !important;
  }
  [class~="md-!place-content-start"] {
    place-content: start !important;
  }
  .md-place-content-end {
    place-content: end;
  }
  [class~="md-place-content-end"] {
    place-content: end;
  }
  .md-!place-content-end {
    place-content: end !important;
  }
  [class~="md-!place-content-end"] {
    place-content: end !important;
  }
  .md-place-content-between {
    place-content: space-between;
  }
  [class~="md-place-content-between"] {
    place-content: space-between;
  }
  .md-!place-content-between {
    place-content: space-between !important;
  }
  [class~="md-!place-content-between"] {
    place-content: space-between !important;
  }
  .md-place-content-around {
    place-content: space-around;
  }
  [class~="md-place-content-around"] {
    place-content: space-around;
  }
  .md-!place-content-around {
    place-content: space-around !important;
  }
  [class~="md-!place-content-around"] {
    place-content: space-around !important;
  }
  .md-place-content-evenly {
    place-content: space-evenly;
  }
  [class~="md-place-content-evenly"] {
    place-content: space-evenly;
  }
  .md-!place-content-evenly {
    place-content: space-evenly !important;
  }
  [class~="md-!place-content-evenly"] {
    place-content: space-evenly !important;
  }
  .md-place-content-baseline {
    place-content: baseline;
  }
  [class~="md-place-content-baseline"] {
    place-content: baseline;
  }
  .md-!place-content-baseline {
    place-content: baseline !important;
  }
  [class~="md-!place-content-baseline"] {
    place-content: baseline !important;
  }
  .md-place-content-stretch {
    place-content: stretch;
  }
  [class~="md-place-content-stretch"] {
    place-content: stretch;
  }
  .md-!place-content-stretch {
    place-content: stretch !important;
  }
  [class~="md-!place-content-stretch"] {
    place-content: stretch !important;
  }
  .md-place-items-start {
    place-items: start;
  }
  [class~="md-place-items-start"] {
    place-items: start;
  }
  .md-!place-items-start {
    place-items: start !important;
  }
  [class~="md-!place-items-start"] {
    place-items: start !important;
  }
  .md-place-items-end {
    place-items: end;
  }
  [class~="md-place-items-end"] {
    place-items: end;
  }
  .md-!place-items-end {
    place-items: end !important;
  }
  [class~="md-!place-items-end"] {
    place-items: end !important;
  }
  .md-place-items-center {
    place-items: center;
  }
  [class~="md-place-items-center"] {
    place-items: center;
  }
  .md-!place-items-center {
    place-items: center !important;
  }
  [class~="md-!place-items-center"] {
    place-items: center !important;
  }
  .md-place-items-baseline {
    place-items: baseline;
  }
  [class~="md-place-items-baseline"] {
    place-items: baseline;
  }
  .md-!place-items-baseline {
    place-items: baseline !important;
  }
  [class~="md-!place-items-baseline"] {
    place-items: baseline !important;
  }
  .md-place-items-stretch {
    place-items: stretch;
  }
  [class~="md-place-items-stretch"] {
    place-items: stretch;
  }
  .md-!place-items-stretch {
    place-items: stretch !important;
  }
  [class~="md-!place-items-stretch"] {
    place-items: stretch !important;
  }
  .md-place-self-auto {
    place-self: auto;
  }
  [class~="md-place-self-auto"] {
    place-self: auto;
  }
  .md-!place-self-auto {
    place-self: auto !important;
  }
  [class~="md-!place-self-auto"] {
    place-self: auto !important;
  }
  .md-place-self-start {
    place-self: start;
  }
  [class~="md-place-self-start"] {
    place-self: start;
  }
  .md-!place-self-start {
    place-self: start !important;
  }
  [class~="md-!place-self-start"] {
    place-self: start !important;
  }
  .md-place-self-end {
    place-self: end;
  }
  [class~="md-place-self-end"] {
    place-self: end;
  }
  .md-!place-self-end {
    place-self: end !important;
  }
  [class~="md-!place-self-end"] {
    place-self: end !important;
  }
  .md-place-self-center {
    place-self: center;
  }
  [class~="md-place-self-center"] {
    place-self: center;
  }
  .md-!place-self-center {
    place-self: center !important;
  }
  [class~="md-!place-self-center"] {
    place-self: center !important;
  }
  .md-place-self-stretch {
    place-self: stretch;
  }
  [class~="md-place-self-stretch"] {
    place-self: stretch;
  }
  .md-!place-self-stretch {
    place-self: stretch !important;
  }
  [class~="md-!place-self-stretch"] {
    place-self: stretch !important;
  }
  .md-gap-0 {
    gap: 0 ;
  }
  [class~="md-gap-0"] {
    gap: 0 ;
  }
  .md-!gap-0 {
    gap: 0  !important;
  }
  [class~="md-!gap-0"] {
    gap: 0  !important;
  }
  .md-gap-x-0 {
    column-gap: 0 ;
  }
  [class~="md-gap-x-0"] {
    column-gap: 0 ;
  }
  .md-!gap-x-0 {
    column-gap: 0  !important;
  }
  [class~="md-!gap-x-0"] {
    column-gap: 0  !important;
  }
  .md-gap-y-0 {
    row-gap: 0 ;
  }
  [class~="md-gap-y-0"] {
    row-gap: 0 ;
  }
  .md-!gap-y-0 {
    row-gap: 0  !important;
  }
  [class~="md-!gap-y-0"] {
    row-gap: 0  !important;
  }
  .md-gap-px {
    gap: 1px ;
  }
  [class~="md-gap-px"] {
    gap: 1px ;
  }
  .md-!gap-px {
    gap: 1px  !important;
  }
  [class~="md-!gap-px"] {
    gap: 1px  !important;
  }
  .md-gap-x-px {
    column-gap: 1px ;
  }
  [class~="md-gap-x-px"] {
    column-gap: 1px ;
  }
  .md-!gap-x-px {
    column-gap: 1px  !important;
  }
  [class~="md-!gap-x-px"] {
    column-gap: 1px  !important;
  }
  .md-gap-y-px {
    row-gap: 1px ;
  }
  [class~="md-gap-y-px"] {
    row-gap: 1px ;
  }
  .md-!gap-y-px {
    row-gap: 1px  !important;
  }
  [class~="md-!gap-y-px"] {
    row-gap: 1px  !important;
  }
  .md-gap-0\.5 {
    gap: 0.125rem ;
  }
  [class~="md-gap-0\.5"] {
    gap: 0.125rem ;
  }
  .md-!gap-0\.5 {
    gap: 0.125rem  !important;
  }
  [class~="md-!gap-0\.5"] {
    gap: 0.125rem  !important;
  }
  .md-gap-x-0\.5 {
    column-gap: 0.125rem ;
  }
  [class~="md-gap-x-0\.5"] {
    column-gap: 0.125rem ;
  }
  .md-!gap-x-0\.5 {
    column-gap: 0.125rem  !important;
  }
  [class~="md-!gap-x-0\.5"] {
    column-gap: 0.125rem  !important;
  }
  .md-gap-y-0\.5 {
    row-gap: 0.125rem ;
  }
  [class~="md-gap-y-0\.5"] {
    row-gap: 0.125rem ;
  }
  .md-!gap-y-0\.5 {
    row-gap: 0.125rem  !important;
  }
  [class~="md-!gap-y-0\.5"] {
    row-gap: 0.125rem  !important;
  }
  .md-gap-1 {
    gap: 0.25rem ;
  }
  [class~="md-gap-1"] {
    gap: 0.25rem ;
  }
  .md-!gap-1 {
    gap: 0.25rem  !important;
  }
  [class~="md-!gap-1"] {
    gap: 0.25rem  !important;
  }
  .md-gap-x-1 {
    column-gap: 0.25rem ;
  }
  [class~="md-gap-x-1"] {
    column-gap: 0.25rem ;
  }
  .md-!gap-x-1 {
    column-gap: 0.25rem  !important;
  }
  [class~="md-!gap-x-1"] {
    column-gap: 0.25rem  !important;
  }
  .md-gap-y-1 {
    row-gap: 0.25rem ;
  }
  [class~="md-gap-y-1"] {
    row-gap: 0.25rem ;
  }
  .md-!gap-y-1 {
    row-gap: 0.25rem  !important;
  }
  [class~="md-!gap-y-1"] {
    row-gap: 0.25rem  !important;
  }
  .md-gap-1\.5 {
    gap: 0.375rem ;
  }
  [class~="md-gap-1\.5"] {
    gap: 0.375rem ;
  }
  .md-!gap-1\.5 {
    gap: 0.375rem  !important;
  }
  [class~="md-!gap-1\.5"] {
    gap: 0.375rem  !important;
  }
  .md-gap-x-1\.5 {
    column-gap: 0.375rem ;
  }
  [class~="md-gap-x-1\.5"] {
    column-gap: 0.375rem ;
  }
  .md-!gap-x-1\.5 {
    column-gap: 0.375rem  !important;
  }
  [class~="md-!gap-x-1\.5"] {
    column-gap: 0.375rem  !important;
  }
  .md-gap-y-1\.5 {
    row-gap: 0.375rem ;
  }
  [class~="md-gap-y-1\.5"] {
    row-gap: 0.375rem ;
  }
  .md-!gap-y-1\.5 {
    row-gap: 0.375rem  !important;
  }
  [class~="md-!gap-y-1\.5"] {
    row-gap: 0.375rem  !important;
  }
  .md-gap-2 {
    gap: 0.5rem ;
  }
  [class~="md-gap-2"] {
    gap: 0.5rem ;
  }
  .md-!gap-2 {
    gap: 0.5rem  !important;
  }
  [class~="md-!gap-2"] {
    gap: 0.5rem  !important;
  }
  .md-gap-x-2 {
    column-gap: 0.5rem ;
  }
  [class~="md-gap-x-2"] {
    column-gap: 0.5rem ;
  }
  .md-!gap-x-2 {
    column-gap: 0.5rem  !important;
  }
  [class~="md-!gap-x-2"] {
    column-gap: 0.5rem  !important;
  }
  .md-gap-y-2 {
    row-gap: 0.5rem ;
  }
  [class~="md-gap-y-2"] {
    row-gap: 0.5rem ;
  }
  .md-!gap-y-2 {
    row-gap: 0.5rem  !important;
  }
  [class~="md-!gap-y-2"] {
    row-gap: 0.5rem  !important;
  }
  .md-gap-2\.5 {
    gap: 0.625rem ;
  }
  [class~="md-gap-2\.5"] {
    gap: 0.625rem ;
  }
  .md-!gap-2\.5 {
    gap: 0.625rem  !important;
  }
  [class~="md-!gap-2\.5"] {
    gap: 0.625rem  !important;
  }
  .md-gap-x-2\.5 {
    column-gap: 0.625rem ;
  }
  [class~="md-gap-x-2\.5"] {
    column-gap: 0.625rem ;
  }
  .md-!gap-x-2\.5 {
    column-gap: 0.625rem  !important;
  }
  [class~="md-!gap-x-2\.5"] {
    column-gap: 0.625rem  !important;
  }
  .md-gap-y-2\.5 {
    row-gap: 0.625rem ;
  }
  [class~="md-gap-y-2\.5"] {
    row-gap: 0.625rem ;
  }
  .md-!gap-y-2\.5 {
    row-gap: 0.625rem  !important;
  }
  [class~="md-!gap-y-2\.5"] {
    row-gap: 0.625rem  !important;
  }
  .md-gap-3 {
    gap: 0.75rem ;
  }
  [class~="md-gap-3"] {
    gap: 0.75rem ;
  }
  .md-!gap-3 {
    gap: 0.75rem  !important;
  }
  [class~="md-!gap-3"] {
    gap: 0.75rem  !important;
  }
  .md-gap-x-3 {
    column-gap: 0.75rem ;
  }
  [class~="md-gap-x-3"] {
    column-gap: 0.75rem ;
  }
  .md-!gap-x-3 {
    column-gap: 0.75rem  !important;
  }
  [class~="md-!gap-x-3"] {
    column-gap: 0.75rem  !important;
  }
  .md-gap-y-3 {
    row-gap: 0.75rem ;
  }
  [class~="md-gap-y-3"] {
    row-gap: 0.75rem ;
  }
  .md-!gap-y-3 {
    row-gap: 0.75rem  !important;
  }
  [class~="md-!gap-y-3"] {
    row-gap: 0.75rem  !important;
  }
  .md-gap-3\.5 {
    gap: 0.875rem ;
  }
  [class~="md-gap-3\.5"] {
    gap: 0.875rem ;
  }
  .md-!gap-3\.5 {
    gap: 0.875rem  !important;
  }
  [class~="md-!gap-3\.5"] {
    gap: 0.875rem  !important;
  }
  .md-gap-x-3\.5 {
    column-gap: 0.875rem ;
  }
  [class~="md-gap-x-3\.5"] {
    column-gap: 0.875rem ;
  }
  .md-!gap-x-3\.5 {
    column-gap: 0.875rem  !important;
  }
  [class~="md-!gap-x-3\.5"] {
    column-gap: 0.875rem  !important;
  }
  .md-gap-y-3\.5 {
    row-gap: 0.875rem ;
  }
  [class~="md-gap-y-3\.5"] {
    row-gap: 0.875rem ;
  }
  .md-!gap-y-3\.5 {
    row-gap: 0.875rem  !important;
  }
  [class~="md-!gap-y-3\.5"] {
    row-gap: 0.875rem  !important;
  }
  .md-gap-4 {
    gap: 1rem ;
  }
  [class~="md-gap-4"] {
    gap: 1rem ;
  }
  .md-!gap-4 {
    gap: 1rem  !important;
  }
  [class~="md-!gap-4"] {
    gap: 1rem  !important;
  }
  .md-gap-x-4 {
    column-gap: 1rem ;
  }
  [class~="md-gap-x-4"] {
    column-gap: 1rem ;
  }
  .md-!gap-x-4 {
    column-gap: 1rem  !important;
  }
  [class~="md-!gap-x-4"] {
    column-gap: 1rem  !important;
  }
  .md-gap-y-4 {
    row-gap: 1rem ;
  }
  [class~="md-gap-y-4"] {
    row-gap: 1rem ;
  }
  .md-!gap-y-4 {
    row-gap: 1rem  !important;
  }
  [class~="md-!gap-y-4"] {
    row-gap: 1rem  !important;
  }
  .md-gap-5 {
    gap: 1.25rem ;
  }
  [class~="md-gap-5"] {
    gap: 1.25rem ;
  }
  .md-!gap-5 {
    gap: 1.25rem  !important;
  }
  [class~="md-!gap-5"] {
    gap: 1.25rem  !important;
  }
  .md-gap-x-5 {
    column-gap: 1.25rem ;
  }
  [class~="md-gap-x-5"] {
    column-gap: 1.25rem ;
  }
  .md-!gap-x-5 {
    column-gap: 1.25rem  !important;
  }
  [class~="md-!gap-x-5"] {
    column-gap: 1.25rem  !important;
  }
  .md-gap-y-5 {
    row-gap: 1.25rem ;
  }
  [class~="md-gap-y-5"] {
    row-gap: 1.25rem ;
  }
  .md-!gap-y-5 {
    row-gap: 1.25rem  !important;
  }
  [class~="md-!gap-y-5"] {
    row-gap: 1.25rem  !important;
  }
  .md-gap-6 {
    gap: 1.5rem ;
  }
  [class~="md-gap-6"] {
    gap: 1.5rem ;
  }
  .md-!gap-6 {
    gap: 1.5rem  !important;
  }
  [class~="md-!gap-6"] {
    gap: 1.5rem  !important;
  }
  .md-gap-x-6 {
    column-gap: 1.5rem ;
  }
  [class~="md-gap-x-6"] {
    column-gap: 1.5rem ;
  }
  .md-!gap-x-6 {
    column-gap: 1.5rem  !important;
  }
  [class~="md-!gap-x-6"] {
    column-gap: 1.5rem  !important;
  }
  .md-gap-y-6 {
    row-gap: 1.5rem ;
  }
  [class~="md-gap-y-6"] {
    row-gap: 1.5rem ;
  }
  .md-!gap-y-6 {
    row-gap: 1.5rem  !important;
  }
  [class~="md-!gap-y-6"] {
    row-gap: 1.5rem  !important;
  }
  .md-gap-7 {
    gap: 1.75rem ;
  }
  [class~="md-gap-7"] {
    gap: 1.75rem ;
  }
  .md-!gap-7 {
    gap: 1.75rem  !important;
  }
  [class~="md-!gap-7"] {
    gap: 1.75rem  !important;
  }
  .md-gap-x-7 {
    column-gap: 1.75rem ;
  }
  [class~="md-gap-x-7"] {
    column-gap: 1.75rem ;
  }
  .md-!gap-x-7 {
    column-gap: 1.75rem  !important;
  }
  [class~="md-!gap-x-7"] {
    column-gap: 1.75rem  !important;
  }
  .md-gap-y-7 {
    row-gap: 1.75rem ;
  }
  [class~="md-gap-y-7"] {
    row-gap: 1.75rem ;
  }
  .md-!gap-y-7 {
    row-gap: 1.75rem  !important;
  }
  [class~="md-!gap-y-7"] {
    row-gap: 1.75rem  !important;
  }
  .md-gap-8 {
    gap: 2rem ;
  }
  [class~="md-gap-8"] {
    gap: 2rem ;
  }
  .md-!gap-8 {
    gap: 2rem  !important;
  }
  [class~="md-!gap-8"] {
    gap: 2rem  !important;
  }
  .md-gap-x-8 {
    column-gap: 2rem ;
  }
  [class~="md-gap-x-8"] {
    column-gap: 2rem ;
  }
  .md-!gap-x-8 {
    column-gap: 2rem  !important;
  }
  [class~="md-!gap-x-8"] {
    column-gap: 2rem  !important;
  }
  .md-gap-y-8 {
    row-gap: 2rem ;
  }
  [class~="md-gap-y-8"] {
    row-gap: 2rem ;
  }
  .md-!gap-y-8 {
    row-gap: 2rem  !important;
  }
  [class~="md-!gap-y-8"] {
    row-gap: 2rem  !important;
  }
  .md-gap-9 {
    gap: 2.25rem ;
  }
  [class~="md-gap-9"] {
    gap: 2.25rem ;
  }
  .md-!gap-9 {
    gap: 2.25rem  !important;
  }
  [class~="md-!gap-9"] {
    gap: 2.25rem  !important;
  }
  .md-gap-x-9 {
    column-gap: 2.25rem ;
  }
  [class~="md-gap-x-9"] {
    column-gap: 2.25rem ;
  }
  .md-!gap-x-9 {
    column-gap: 2.25rem  !important;
  }
  [class~="md-!gap-x-9"] {
    column-gap: 2.25rem  !important;
  }
  .md-gap-y-9 {
    row-gap: 2.25rem ;
  }
  [class~="md-gap-y-9"] {
    row-gap: 2.25rem ;
  }
  .md-!gap-y-9 {
    row-gap: 2.25rem  !important;
  }
  [class~="md-!gap-y-9"] {
    row-gap: 2.25rem  !important;
  }
  .md-gap-10 {
    gap: 2.5rem ;
  }
  [class~="md-gap-10"] {
    gap: 2.5rem ;
  }
  .md-!gap-10 {
    gap: 2.5rem  !important;
  }
  [class~="md-!gap-10"] {
    gap: 2.5rem  !important;
  }
  .md-gap-x-10 {
    column-gap: 2.5rem ;
  }
  [class~="md-gap-x-10"] {
    column-gap: 2.5rem ;
  }
  .md-!gap-x-10 {
    column-gap: 2.5rem  !important;
  }
  [class~="md-!gap-x-10"] {
    column-gap: 2.5rem  !important;
  }
  .md-gap-y-10 {
    row-gap: 2.5rem ;
  }
  [class~="md-gap-y-10"] {
    row-gap: 2.5rem ;
  }
  .md-!gap-y-10 {
    row-gap: 2.5rem  !important;
  }
  [class~="md-!gap-y-10"] {
    row-gap: 2.5rem  !important;
  }
  .md-gap-11 {
    gap: 2.75rem ;
  }
  [class~="md-gap-11"] {
    gap: 2.75rem ;
  }
  .md-!gap-11 {
    gap: 2.75rem  !important;
  }
  [class~="md-!gap-11"] {
    gap: 2.75rem  !important;
  }
  .md-gap-x-11 {
    column-gap: 2.75rem ;
  }
  [class~="md-gap-x-11"] {
    column-gap: 2.75rem ;
  }
  .md-!gap-x-11 {
    column-gap: 2.75rem  !important;
  }
  [class~="md-!gap-x-11"] {
    column-gap: 2.75rem  !important;
  }
  .md-gap-y-11 {
    row-gap: 2.75rem ;
  }
  [class~="md-gap-y-11"] {
    row-gap: 2.75rem ;
  }
  .md-!gap-y-11 {
    row-gap: 2.75rem  !important;
  }
  [class~="md-!gap-y-11"] {
    row-gap: 2.75rem  !important;
  }
  .md-gap-12 {
    gap: 3rem ;
  }
  [class~="md-gap-12"] {
    gap: 3rem ;
  }
  .md-!gap-12 {
    gap: 3rem  !important;
  }
  [class~="md-!gap-12"] {
    gap: 3rem  !important;
  }
  .md-gap-x-12 {
    column-gap: 3rem ;
  }
  [class~="md-gap-x-12"] {
    column-gap: 3rem ;
  }
  .md-!gap-x-12 {
    column-gap: 3rem  !important;
  }
  [class~="md-!gap-x-12"] {
    column-gap: 3rem  !important;
  }
  .md-gap-y-12 {
    row-gap: 3rem ;
  }
  [class~="md-gap-y-12"] {
    row-gap: 3rem ;
  }
  .md-!gap-y-12 {
    row-gap: 3rem  !important;
  }
  [class~="md-!gap-y-12"] {
    row-gap: 3rem  !important;
  }
  .md-gap-14 {
    gap: 3.5rem ;
  }
  [class~="md-gap-14"] {
    gap: 3.5rem ;
  }
  .md-!gap-14 {
    gap: 3.5rem  !important;
  }
  [class~="md-!gap-14"] {
    gap: 3.5rem  !important;
  }
  .md-gap-x-14 {
    column-gap: 3.5rem ;
  }
  [class~="md-gap-x-14"] {
    column-gap: 3.5rem ;
  }
  .md-!gap-x-14 {
    column-gap: 3.5rem  !important;
  }
  [class~="md-!gap-x-14"] {
    column-gap: 3.5rem  !important;
  }
  .md-gap-y-14 {
    row-gap: 3.5rem ;
  }
  [class~="md-gap-y-14"] {
    row-gap: 3.5rem ;
  }
  .md-!gap-y-14 {
    row-gap: 3.5rem  !important;
  }
  [class~="md-!gap-y-14"] {
    row-gap: 3.5rem  !important;
  }
  .md-gap-16 {
    gap: 4rem ;
  }
  [class~="md-gap-16"] {
    gap: 4rem ;
  }
  .md-!gap-16 {
    gap: 4rem  !important;
  }
  [class~="md-!gap-16"] {
    gap: 4rem  !important;
  }
  .md-gap-x-16 {
    column-gap: 4rem ;
  }
  [class~="md-gap-x-16"] {
    column-gap: 4rem ;
  }
  .md-!gap-x-16 {
    column-gap: 4rem  !important;
  }
  [class~="md-!gap-x-16"] {
    column-gap: 4rem  !important;
  }
  .md-gap-y-16 {
    row-gap: 4rem ;
  }
  [class~="md-gap-y-16"] {
    row-gap: 4rem ;
  }
  .md-!gap-y-16 {
    row-gap: 4rem  !important;
  }
  [class~="md-!gap-y-16"] {
    row-gap: 4rem  !important;
  }
  .md-gap-20 {
    gap: 5rem ;
  }
  [class~="md-gap-20"] {
    gap: 5rem ;
  }
  .md-!gap-20 {
    gap: 5rem  !important;
  }
  [class~="md-!gap-20"] {
    gap: 5rem  !important;
  }
  .md-gap-x-20 {
    column-gap: 5rem ;
  }
  [class~="md-gap-x-20"] {
    column-gap: 5rem ;
  }
  .md-!gap-x-20 {
    column-gap: 5rem  !important;
  }
  [class~="md-!gap-x-20"] {
    column-gap: 5rem  !important;
  }
  .md-gap-y-20 {
    row-gap: 5rem ;
  }
  [class~="md-gap-y-20"] {
    row-gap: 5rem ;
  }
  .md-!gap-y-20 {
    row-gap: 5rem  !important;
  }
  [class~="md-!gap-y-20"] {
    row-gap: 5rem  !important;
  }
  .md-gap-24 {
    gap: 6rem ;
  }
  [class~="md-gap-24"] {
    gap: 6rem ;
  }
  .md-!gap-24 {
    gap: 6rem  !important;
  }
  [class~="md-!gap-24"] {
    gap: 6rem  !important;
  }
  .md-gap-x-24 {
    column-gap: 6rem ;
  }
  [class~="md-gap-x-24"] {
    column-gap: 6rem ;
  }
  .md-!gap-x-24 {
    column-gap: 6rem  !important;
  }
  [class~="md-!gap-x-24"] {
    column-gap: 6rem  !important;
  }
  .md-gap-y-24 {
    row-gap: 6rem ;
  }
  [class~="md-gap-y-24"] {
    row-gap: 6rem ;
  }
  .md-!gap-y-24 {
    row-gap: 6rem  !important;
  }
  [class~="md-!gap-y-24"] {
    row-gap: 6rem  !important;
  }
  .md-gap-28 {
    gap: 7rem ;
  }
  [class~="md-gap-28"] {
    gap: 7rem ;
  }
  .md-!gap-28 {
    gap: 7rem  !important;
  }
  [class~="md-!gap-28"] {
    gap: 7rem  !important;
  }
  .md-gap-x-28 {
    column-gap: 7rem ;
  }
  [class~="md-gap-x-28"] {
    column-gap: 7rem ;
  }
  .md-!gap-x-28 {
    column-gap: 7rem  !important;
  }
  [class~="md-!gap-x-28"] {
    column-gap: 7rem  !important;
  }
  .md-gap-y-28 {
    row-gap: 7rem ;
  }
  [class~="md-gap-y-28"] {
    row-gap: 7rem ;
  }
  .md-!gap-y-28 {
    row-gap: 7rem  !important;
  }
  [class~="md-!gap-y-28"] {
    row-gap: 7rem  !important;
  }
  .md-gap-32 {
    gap: 8rem ;
  }
  [class~="md-gap-32"] {
    gap: 8rem ;
  }
  .md-!gap-32 {
    gap: 8rem  !important;
  }
  [class~="md-!gap-32"] {
    gap: 8rem  !important;
  }
  .md-gap-x-32 {
    column-gap: 8rem ;
  }
  [class~="md-gap-x-32"] {
    column-gap: 8rem ;
  }
  .md-!gap-x-32 {
    column-gap: 8rem  !important;
  }
  [class~="md-!gap-x-32"] {
    column-gap: 8rem  !important;
  }
  .md-gap-y-32 {
    row-gap: 8rem ;
  }
  [class~="md-gap-y-32"] {
    row-gap: 8rem ;
  }
  .md-!gap-y-32 {
    row-gap: 8rem  !important;
  }
  [class~="md-!gap-y-32"] {
    row-gap: 8rem  !important;
  }
  .md-gap-36 {
    gap: 9rem ;
  }
  [class~="md-gap-36"] {
    gap: 9rem ;
  }
  .md-!gap-36 {
    gap: 9rem  !important;
  }
  [class~="md-!gap-36"] {
    gap: 9rem  !important;
  }
  .md-gap-x-36 {
    column-gap: 9rem ;
  }
  [class~="md-gap-x-36"] {
    column-gap: 9rem ;
  }
  .md-!gap-x-36 {
    column-gap: 9rem  !important;
  }
  [class~="md-!gap-x-36"] {
    column-gap: 9rem  !important;
  }
  .md-gap-y-36 {
    row-gap: 9rem ;
  }
  [class~="md-gap-y-36"] {
    row-gap: 9rem ;
  }
  .md-!gap-y-36 {
    row-gap: 9rem  !important;
  }
  [class~="md-!gap-y-36"] {
    row-gap: 9rem  !important;
  }
  .md-gap-40 {
    gap: 10rem ;
  }
  [class~="md-gap-40"] {
    gap: 10rem ;
  }
  .md-!gap-40 {
    gap: 10rem  !important;
  }
  [class~="md-!gap-40"] {
    gap: 10rem  !important;
  }
  .md-gap-x-40 {
    column-gap: 10rem ;
  }
  [class~="md-gap-x-40"] {
    column-gap: 10rem ;
  }
  .md-!gap-x-40 {
    column-gap: 10rem  !important;
  }
  [class~="md-!gap-x-40"] {
    column-gap: 10rem  !important;
  }
  .md-gap-y-40 {
    row-gap: 10rem ;
  }
  [class~="md-gap-y-40"] {
    row-gap: 10rem ;
  }
  .md-!gap-y-40 {
    row-gap: 10rem  !important;
  }
  [class~="md-!gap-y-40"] {
    row-gap: 10rem  !important;
  }
  .md-gap-44 {
    gap: 11rem ;
  }
  [class~="md-gap-44"] {
    gap: 11rem ;
  }
  .md-!gap-44 {
    gap: 11rem  !important;
  }
  [class~="md-!gap-44"] {
    gap: 11rem  !important;
  }
  .md-gap-x-44 {
    column-gap: 11rem ;
  }
  [class~="md-gap-x-44"] {
    column-gap: 11rem ;
  }
  .md-!gap-x-44 {
    column-gap: 11rem  !important;
  }
  [class~="md-!gap-x-44"] {
    column-gap: 11rem  !important;
  }
  .md-gap-y-44 {
    row-gap: 11rem ;
  }
  [class~="md-gap-y-44"] {
    row-gap: 11rem ;
  }
  .md-!gap-y-44 {
    row-gap: 11rem  !important;
  }
  [class~="md-!gap-y-44"] {
    row-gap: 11rem  !important;
  }
  .md-gap-48 {
    gap: 12rem ;
  }
  [class~="md-gap-48"] {
    gap: 12rem ;
  }
  .md-!gap-48 {
    gap: 12rem  !important;
  }
  [class~="md-!gap-48"] {
    gap: 12rem  !important;
  }
  .md-gap-x-48 {
    column-gap: 12rem ;
  }
  [class~="md-gap-x-48"] {
    column-gap: 12rem ;
  }
  .md-!gap-x-48 {
    column-gap: 12rem  !important;
  }
  [class~="md-!gap-x-48"] {
    column-gap: 12rem  !important;
  }
  .md-gap-y-48 {
    row-gap: 12rem ;
  }
  [class~="md-gap-y-48"] {
    row-gap: 12rem ;
  }
  .md-!gap-y-48 {
    row-gap: 12rem  !important;
  }
  [class~="md-!gap-y-48"] {
    row-gap: 12rem  !important;
  }
  .md-gap-52 {
    gap: 13rem ;
  }
  [class~="md-gap-52"] {
    gap: 13rem ;
  }
  .md-!gap-52 {
    gap: 13rem  !important;
  }
  [class~="md-!gap-52"] {
    gap: 13rem  !important;
  }
  .md-gap-x-52 {
    column-gap: 13rem ;
  }
  [class~="md-gap-x-52"] {
    column-gap: 13rem ;
  }
  .md-!gap-x-52 {
    column-gap: 13rem  !important;
  }
  [class~="md-!gap-x-52"] {
    column-gap: 13rem  !important;
  }
  .md-gap-y-52 {
    row-gap: 13rem ;
  }
  [class~="md-gap-y-52"] {
    row-gap: 13rem ;
  }
  .md-!gap-y-52 {
    row-gap: 13rem  !important;
  }
  [class~="md-!gap-y-52"] {
    row-gap: 13rem  !important;
  }
  .md-gap-56 {
    gap: 14rem ;
  }
  [class~="md-gap-56"] {
    gap: 14rem ;
  }
  .md-!gap-56 {
    gap: 14rem  !important;
  }
  [class~="md-!gap-56"] {
    gap: 14rem  !important;
  }
  .md-gap-x-56 {
    column-gap: 14rem ;
  }
  [class~="md-gap-x-56"] {
    column-gap: 14rem ;
  }
  .md-!gap-x-56 {
    column-gap: 14rem  !important;
  }
  [class~="md-!gap-x-56"] {
    column-gap: 14rem  !important;
  }
  .md-gap-y-56 {
    row-gap: 14rem ;
  }
  [class~="md-gap-y-56"] {
    row-gap: 14rem ;
  }
  .md-!gap-y-56 {
    row-gap: 14rem  !important;
  }
  [class~="md-!gap-y-56"] {
    row-gap: 14rem  !important;
  }
  .md-gap-60 {
    gap: 15rem ;
  }
  [class~="md-gap-60"] {
    gap: 15rem ;
  }
  .md-!gap-60 {
    gap: 15rem  !important;
  }
  [class~="md-!gap-60"] {
    gap: 15rem  !important;
  }
  .md-gap-x-60 {
    column-gap: 15rem ;
  }
  [class~="md-gap-x-60"] {
    column-gap: 15rem ;
  }
  .md-!gap-x-60 {
    column-gap: 15rem  !important;
  }
  [class~="md-!gap-x-60"] {
    column-gap: 15rem  !important;
  }
  .md-gap-y-60 {
    row-gap: 15rem ;
  }
  [class~="md-gap-y-60"] {
    row-gap: 15rem ;
  }
  .md-!gap-y-60 {
    row-gap: 15rem  !important;
  }
  [class~="md-!gap-y-60"] {
    row-gap: 15rem  !important;
  }
  .md-gap-64 {
    gap: 16rem ;
  }
  [class~="md-gap-64"] {
    gap: 16rem ;
  }
  .md-!gap-64 {
    gap: 16rem  !important;
  }
  [class~="md-!gap-64"] {
    gap: 16rem  !important;
  }
  .md-gap-x-64 {
    column-gap: 16rem ;
  }
  [class~="md-gap-x-64"] {
    column-gap: 16rem ;
  }
  .md-!gap-x-64 {
    column-gap: 16rem  !important;
  }
  [class~="md-!gap-x-64"] {
    column-gap: 16rem  !important;
  }
  .md-gap-y-64 {
    row-gap: 16rem ;
  }
  [class~="md-gap-y-64"] {
    row-gap: 16rem ;
  }
  .md-!gap-y-64 {
    row-gap: 16rem  !important;
  }
  [class~="md-!gap-y-64"] {
    row-gap: 16rem  !important;
  }
  .md-gap-72 {
    gap: 18rem ;
  }
  [class~="md-gap-72"] {
    gap: 18rem ;
  }
  .md-!gap-72 {
    gap: 18rem  !important;
  }
  [class~="md-!gap-72"] {
    gap: 18rem  !important;
  }
  .md-gap-x-72 {
    column-gap: 18rem ;
  }
  [class~="md-gap-x-72"] {
    column-gap: 18rem ;
  }
  .md-!gap-x-72 {
    column-gap: 18rem  !important;
  }
  [class~="md-!gap-x-72"] {
    column-gap: 18rem  !important;
  }
  .md-gap-y-72 {
    row-gap: 18rem ;
  }
  [class~="md-gap-y-72"] {
    row-gap: 18rem ;
  }
  .md-!gap-y-72 {
    row-gap: 18rem  !important;
  }
  [class~="md-!gap-y-72"] {
    row-gap: 18rem  !important;
  }
  .md-gap-80 {
    gap: 20rem ;
  }
  [class~="md-gap-80"] {
    gap: 20rem ;
  }
  .md-!gap-80 {
    gap: 20rem  !important;
  }
  [class~="md-!gap-80"] {
    gap: 20rem  !important;
  }
  .md-gap-x-80 {
    column-gap: 20rem ;
  }
  [class~="md-gap-x-80"] {
    column-gap: 20rem ;
  }
  .md-!gap-x-80 {
    column-gap: 20rem  !important;
  }
  [class~="md-!gap-x-80"] {
    column-gap: 20rem  !important;
  }
  .md-gap-y-80 {
    row-gap: 20rem ;
  }
  [class~="md-gap-y-80"] {
    row-gap: 20rem ;
  }
  .md-!gap-y-80 {
    row-gap: 20rem  !important;
  }
  [class~="md-!gap-y-80"] {
    row-gap: 20rem  !important;
  }
  .md-gap-96 {
    gap: 24rem ;
  }
  [class~="md-gap-96"] {
    gap: 24rem ;
  }
  .md-!gap-96 {
    gap: 24rem  !important;
  }
  [class~="md-!gap-96"] {
    gap: 24rem  !important;
  }
  .md-gap-x-96 {
    column-gap: 24rem ;
  }
  [class~="md-gap-x-96"] {
    column-gap: 24rem ;
  }
  .md-!gap-x-96 {
    column-gap: 24rem  !important;
  }
  [class~="md-!gap-x-96"] {
    column-gap: 24rem  !important;
  }
  .md-gap-y-96 {
    row-gap: 24rem ;
  }
  [class~="md-gap-y-96"] {
    row-gap: 24rem ;
  }
  .md-!gap-y-96 {
    row-gap: 24rem  !important;
  }
  [class~="md-!gap-y-96"] {
    row-gap: 24rem  !important;
  }
  .md-p-0 {
    padding: 0 ;
  }
  [class~="md-p-0"] {
    padding: 0 ;
  }
  .md-!p-0 {
    padding: 0  !important;
  }
  [class~="md-!p-0"] {
    padding: 0  !important;
  }
  .md-px-0 {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  [class~="md-px-0"] {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  .md-!px-0 {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  [class~="md-!px-0"] {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .md-py-0 {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  [class~="md-py-0"] {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  .md-!py-0 {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  [class~="md-!py-0"] {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  .md-ps-0 {
    padding-inline-start: 0 ;
  }
  [class~="md-ps-0"] {
    padding-inline-start: 0 ;
  }
  .md-!ps-0 {
    padding-inline-start: 0  !important;
  }
  [class~="md-!ps-0"] {
    padding-inline-start: 0  !important;
  }
  .md-pe-0 {
    padding-inline-end: 0 ;
  }
  [class~="md-pe-0"] {
    padding-inline-end: 0 ;
  }
  .md-!pe-0 {
    padding-inline-end: 0  !important;
  }
  [class~="md-!pe-0"] {
    padding-inline-end: 0  !important;
  }
  .md-pt-0 {
    padding-top: 0 ;
  }
  [class~="md-pt-0"] {
    padding-top: 0 ;
  }
  .md-!pt-0 {
    padding-top: 0  !important;
  }
  [class~="md-!pt-0"] {
    padding-top: 0  !important;
  }
  .md-pr-0 {
    padding-right: 0 ;
  }
  [class~="md-pr-0"] {
    padding-right: 0 ;
  }
  .md-!pr-0 {
    padding-right: 0  !important;
  }
  [class~="md-!pr-0"] {
    padding-right: 0  !important;
  }
  .md-pb-0 {
    padding-bottom: 0 ;
  }
  [class~="md-pb-0"] {
    padding-bottom: 0 ;
  }
  .md-!pb-0 {
    padding-bottom: 0  !important;
  }
  [class~="md-!pb-0"] {
    padding-bottom: 0  !important;
  }
  .md-pl-0 {
    padding-left: 0 ;
  }
  [class~="md-pl-0"] {
    padding-left: 0 ;
  }
  .md-!pl-0 {
    padding-left: 0  !important;
  }
  [class~="md-!pl-0"] {
    padding-left: 0  !important;
  }
  .md-p-px {
    padding: 1px ;
  }
  [class~="md-p-px"] {
    padding: 1px ;
  }
  .md-!p-px {
    padding: 1px  !important;
  }
  [class~="md-!p-px"] {
    padding: 1px  !important;
  }
  .md-px-px {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  [class~="md-px-px"] {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  .md-!px-px {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  [class~="md-!px-px"] {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .md-py-px {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  [class~="md-py-px"] {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  .md-!py-px {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  [class~="md-!py-px"] {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  .md-ps-px {
    padding-inline-start: 1px ;
  }
  [class~="md-ps-px"] {
    padding-inline-start: 1px ;
  }
  .md-!ps-px {
    padding-inline-start: 1px  !important;
  }
  [class~="md-!ps-px"] {
    padding-inline-start: 1px  !important;
  }
  .md-pe-px {
    padding-inline-end: 1px ;
  }
  [class~="md-pe-px"] {
    padding-inline-end: 1px ;
  }
  .md-!pe-px {
    padding-inline-end: 1px  !important;
  }
  [class~="md-!pe-px"] {
    padding-inline-end: 1px  !important;
  }
  .md-pt-px {
    padding-top: 1px ;
  }
  [class~="md-pt-px"] {
    padding-top: 1px ;
  }
  .md-!pt-px {
    padding-top: 1px  !important;
  }
  [class~="md-!pt-px"] {
    padding-top: 1px  !important;
  }
  .md-pr-px {
    padding-right: 1px ;
  }
  [class~="md-pr-px"] {
    padding-right: 1px ;
  }
  .md-!pr-px {
    padding-right: 1px  !important;
  }
  [class~="md-!pr-px"] {
    padding-right: 1px  !important;
  }
  .md-pb-px {
    padding-bottom: 1px ;
  }
  [class~="md-pb-px"] {
    padding-bottom: 1px ;
  }
  .md-!pb-px {
    padding-bottom: 1px  !important;
  }
  [class~="md-!pb-px"] {
    padding-bottom: 1px  !important;
  }
  .md-pl-px {
    padding-left: 1px ;
  }
  [class~="md-pl-px"] {
    padding-left: 1px ;
  }
  .md-!pl-px {
    padding-left: 1px  !important;
  }
  [class~="md-!pl-px"] {
    padding-left: 1px  !important;
  }
  .md-p-0\.5 {
    padding: 0.125rem ;
  }
  [class~="md-p-0\.5"] {
    padding: 0.125rem ;
  }
  .md-!p-0\.5 {
    padding: 0.125rem  !important;
  }
  [class~="md-!p-0\.5"] {
    padding: 0.125rem  !important;
  }
  .md-px-0\.5 {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  [class~="md-px-0\.5"] {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  .md-!px-0\.5 {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  [class~="md-!px-0\.5"] {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  .md-py-0\.5 {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  [class~="md-py-0\.5"] {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  .md-!py-0\.5 {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  [class~="md-!py-0\.5"] {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  .md-ps-0\.5 {
    padding-inline-start: 0.125rem ;
  }
  [class~="md-ps-0\.5"] {
    padding-inline-start: 0.125rem ;
  }
  .md-!ps-0\.5 {
    padding-inline-start: 0.125rem  !important;
  }
  [class~="md-!ps-0\.5"] {
    padding-inline-start: 0.125rem  !important;
  }
  .md-pe-0\.5 {
    padding-inline-end: 0.125rem ;
  }
  [class~="md-pe-0\.5"] {
    padding-inline-end: 0.125rem ;
  }
  .md-!pe-0\.5 {
    padding-inline-end: 0.125rem  !important;
  }
  [class~="md-!pe-0\.5"] {
    padding-inline-end: 0.125rem  !important;
  }
  .md-pt-0\.5 {
    padding-top: 0.125rem ;
  }
  [class~="md-pt-0\.5"] {
    padding-top: 0.125rem ;
  }
  .md-!pt-0\.5 {
    padding-top: 0.125rem  !important;
  }
  [class~="md-!pt-0\.5"] {
    padding-top: 0.125rem  !important;
  }
  .md-pr-0\.5 {
    padding-right: 0.125rem ;
  }
  [class~="md-pr-0\.5"] {
    padding-right: 0.125rem ;
  }
  .md-!pr-0\.5 {
    padding-right: 0.125rem  !important;
  }
  [class~="md-!pr-0\.5"] {
    padding-right: 0.125rem  !important;
  }
  .md-pb-0\.5 {
    padding-bottom: 0.125rem ;
  }
  [class~="md-pb-0\.5"] {
    padding-bottom: 0.125rem ;
  }
  .md-!pb-0\.5 {
    padding-bottom: 0.125rem  !important;
  }
  [class~="md-!pb-0\.5"] {
    padding-bottom: 0.125rem  !important;
  }
  .md-pl-0\.5 {
    padding-left: 0.125rem ;
  }
  [class~="md-pl-0\.5"] {
    padding-left: 0.125rem ;
  }
  .md-!pl-0\.5 {
    padding-left: 0.125rem  !important;
  }
  [class~="md-!pl-0\.5"] {
    padding-left: 0.125rem  !important;
  }
  .md-p-1 {
    padding: 0.25rem ;
  }
  [class~="md-p-1"] {
    padding: 0.25rem ;
  }
  .md-!p-1 {
    padding: 0.25rem  !important;
  }
  [class~="md-!p-1"] {
    padding: 0.25rem  !important;
  }
  .md-px-1 {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  [class~="md-px-1"] {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  .md-!px-1 {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  [class~="md-!px-1"] {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .md-py-1 {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  [class~="md-py-1"] {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  .md-!py-1 {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  [class~="md-!py-1"] {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  .md-ps-1 {
    padding-inline-start: 0.25rem ;
  }
  [class~="md-ps-1"] {
    padding-inline-start: 0.25rem ;
  }
  .md-!ps-1 {
    padding-inline-start: 0.25rem  !important;
  }
  [class~="md-!ps-1"] {
    padding-inline-start: 0.25rem  !important;
  }
  .md-pe-1 {
    padding-inline-end: 0.25rem ;
  }
  [class~="md-pe-1"] {
    padding-inline-end: 0.25rem ;
  }
  .md-!pe-1 {
    padding-inline-end: 0.25rem  !important;
  }
  [class~="md-!pe-1"] {
    padding-inline-end: 0.25rem  !important;
  }
  .md-pt-1 {
    padding-top: 0.25rem ;
  }
  [class~="md-pt-1"] {
    padding-top: 0.25rem ;
  }
  .md-!pt-1 {
    padding-top: 0.25rem  !important;
  }
  [class~="md-!pt-1"] {
    padding-top: 0.25rem  !important;
  }
  .md-pr-1 {
    padding-right: 0.25rem ;
  }
  [class~="md-pr-1"] {
    padding-right: 0.25rem ;
  }
  .md-!pr-1 {
    padding-right: 0.25rem  !important;
  }
  [class~="md-!pr-1"] {
    padding-right: 0.25rem  !important;
  }
  .md-pb-1 {
    padding-bottom: 0.25rem ;
  }
  [class~="md-pb-1"] {
    padding-bottom: 0.25rem ;
  }
  .md-!pb-1 {
    padding-bottom: 0.25rem  !important;
  }
  [class~="md-!pb-1"] {
    padding-bottom: 0.25rem  !important;
  }
  .md-pl-1 {
    padding-left: 0.25rem ;
  }
  [class~="md-pl-1"] {
    padding-left: 0.25rem ;
  }
  .md-!pl-1 {
    padding-left: 0.25rem  !important;
  }
  [class~="md-!pl-1"] {
    padding-left: 0.25rem  !important;
  }
  .md-p-1\.5 {
    padding: 0.375rem ;
  }
  [class~="md-p-1\.5"] {
    padding: 0.375rem ;
  }
  .md-!p-1\.5 {
    padding: 0.375rem  !important;
  }
  [class~="md-!p-1\.5"] {
    padding: 0.375rem  !important;
  }
  .md-px-1\.5 {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  [class~="md-px-1\.5"] {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  .md-!px-1\.5 {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  [class~="md-!px-1\.5"] {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  .md-py-1\.5 {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  [class~="md-py-1\.5"] {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  .md-!py-1\.5 {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  [class~="md-!py-1\.5"] {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  .md-ps-1\.5 {
    padding-inline-start: 0.375rem ;
  }
  [class~="md-ps-1\.5"] {
    padding-inline-start: 0.375rem ;
  }
  .md-!ps-1\.5 {
    padding-inline-start: 0.375rem  !important;
  }
  [class~="md-!ps-1\.5"] {
    padding-inline-start: 0.375rem  !important;
  }
  .md-pe-1\.5 {
    padding-inline-end: 0.375rem ;
  }
  [class~="md-pe-1\.5"] {
    padding-inline-end: 0.375rem ;
  }
  .md-!pe-1\.5 {
    padding-inline-end: 0.375rem  !important;
  }
  [class~="md-!pe-1\.5"] {
    padding-inline-end: 0.375rem  !important;
  }
  .md-pt-1\.5 {
    padding-top: 0.375rem ;
  }
  [class~="md-pt-1\.5"] {
    padding-top: 0.375rem ;
  }
  .md-!pt-1\.5 {
    padding-top: 0.375rem  !important;
  }
  [class~="md-!pt-1\.5"] {
    padding-top: 0.375rem  !important;
  }
  .md-pr-1\.5 {
    padding-right: 0.375rem ;
  }
  [class~="md-pr-1\.5"] {
    padding-right: 0.375rem ;
  }
  .md-!pr-1\.5 {
    padding-right: 0.375rem  !important;
  }
  [class~="md-!pr-1\.5"] {
    padding-right: 0.375rem  !important;
  }
  .md-pb-1\.5 {
    padding-bottom: 0.375rem ;
  }
  [class~="md-pb-1\.5"] {
    padding-bottom: 0.375rem ;
  }
  .md-!pb-1\.5 {
    padding-bottom: 0.375rem  !important;
  }
  [class~="md-!pb-1\.5"] {
    padding-bottom: 0.375rem  !important;
  }
  .md-pl-1\.5 {
    padding-left: 0.375rem ;
  }
  [class~="md-pl-1\.5"] {
    padding-left: 0.375rem ;
  }
  .md-!pl-1\.5 {
    padding-left: 0.375rem  !important;
  }
  [class~="md-!pl-1\.5"] {
    padding-left: 0.375rem  !important;
  }
  .md-p-2 {
    padding: 0.5rem ;
  }
  [class~="md-p-2"] {
    padding: 0.5rem ;
  }
  .md-!p-2 {
    padding: 0.5rem  !important;
  }
  [class~="md-!p-2"] {
    padding: 0.5rem  !important;
  }
  .md-px-2 {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  [class~="md-px-2"] {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  .md-!px-2 {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  [class~="md-!px-2"] {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .md-py-2 {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  [class~="md-py-2"] {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  .md-!py-2 {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  [class~="md-!py-2"] {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  .md-ps-2 {
    padding-inline-start: 0.5rem ;
  }
  [class~="md-ps-2"] {
    padding-inline-start: 0.5rem ;
  }
  .md-!ps-2 {
    padding-inline-start: 0.5rem  !important;
  }
  [class~="md-!ps-2"] {
    padding-inline-start: 0.5rem  !important;
  }
  .md-pe-2 {
    padding-inline-end: 0.5rem ;
  }
  [class~="md-pe-2"] {
    padding-inline-end: 0.5rem ;
  }
  .md-!pe-2 {
    padding-inline-end: 0.5rem  !important;
  }
  [class~="md-!pe-2"] {
    padding-inline-end: 0.5rem  !important;
  }
  .md-pt-2 {
    padding-top: 0.5rem ;
  }
  [class~="md-pt-2"] {
    padding-top: 0.5rem ;
  }
  .md-!pt-2 {
    padding-top: 0.5rem  !important;
  }
  [class~="md-!pt-2"] {
    padding-top: 0.5rem  !important;
  }
  .md-pr-2 {
    padding-right: 0.5rem ;
  }
  [class~="md-pr-2"] {
    padding-right: 0.5rem ;
  }
  .md-!pr-2 {
    padding-right: 0.5rem  !important;
  }
  [class~="md-!pr-2"] {
    padding-right: 0.5rem  !important;
  }
  .md-pb-2 {
    padding-bottom: 0.5rem ;
  }
  [class~="md-pb-2"] {
    padding-bottom: 0.5rem ;
  }
  .md-!pb-2 {
    padding-bottom: 0.5rem  !important;
  }
  [class~="md-!pb-2"] {
    padding-bottom: 0.5rem  !important;
  }
  .md-pl-2 {
    padding-left: 0.5rem ;
  }
  [class~="md-pl-2"] {
    padding-left: 0.5rem ;
  }
  .md-!pl-2 {
    padding-left: 0.5rem  !important;
  }
  [class~="md-!pl-2"] {
    padding-left: 0.5rem  !important;
  }
  .md-p-2\.5 {
    padding: 0.625rem ;
  }
  [class~="md-p-2\.5"] {
    padding: 0.625rem ;
  }
  .md-!p-2\.5 {
    padding: 0.625rem  !important;
  }
  [class~="md-!p-2\.5"] {
    padding: 0.625rem  !important;
  }
  .md-px-2\.5 {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  [class~="md-px-2\.5"] {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  .md-!px-2\.5 {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  [class~="md-!px-2\.5"] {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  .md-py-2\.5 {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  [class~="md-py-2\.5"] {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  .md-!py-2\.5 {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  [class~="md-!py-2\.5"] {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  .md-ps-2\.5 {
    padding-inline-start: 0.625rem ;
  }
  [class~="md-ps-2\.5"] {
    padding-inline-start: 0.625rem ;
  }
  .md-!ps-2\.5 {
    padding-inline-start: 0.625rem  !important;
  }
  [class~="md-!ps-2\.5"] {
    padding-inline-start: 0.625rem  !important;
  }
  .md-pe-2\.5 {
    padding-inline-end: 0.625rem ;
  }
  [class~="md-pe-2\.5"] {
    padding-inline-end: 0.625rem ;
  }
  .md-!pe-2\.5 {
    padding-inline-end: 0.625rem  !important;
  }
  [class~="md-!pe-2\.5"] {
    padding-inline-end: 0.625rem  !important;
  }
  .md-pt-2\.5 {
    padding-top: 0.625rem ;
  }
  [class~="md-pt-2\.5"] {
    padding-top: 0.625rem ;
  }
  .md-!pt-2\.5 {
    padding-top: 0.625rem  !important;
  }
  [class~="md-!pt-2\.5"] {
    padding-top: 0.625rem  !important;
  }
  .md-pr-2\.5 {
    padding-right: 0.625rem ;
  }
  [class~="md-pr-2\.5"] {
    padding-right: 0.625rem ;
  }
  .md-!pr-2\.5 {
    padding-right: 0.625rem  !important;
  }
  [class~="md-!pr-2\.5"] {
    padding-right: 0.625rem  !important;
  }
  .md-pb-2\.5 {
    padding-bottom: 0.625rem ;
  }
  [class~="md-pb-2\.5"] {
    padding-bottom: 0.625rem ;
  }
  .md-!pb-2\.5 {
    padding-bottom: 0.625rem  !important;
  }
  [class~="md-!pb-2\.5"] {
    padding-bottom: 0.625rem  !important;
  }
  .md-pl-2\.5 {
    padding-left: 0.625rem ;
  }
  [class~="md-pl-2\.5"] {
    padding-left: 0.625rem ;
  }
  .md-!pl-2\.5 {
    padding-left: 0.625rem  !important;
  }
  [class~="md-!pl-2\.5"] {
    padding-left: 0.625rem  !important;
  }
  .md-p-3 {
    padding: 0.75rem ;
  }
  [class~="md-p-3"] {
    padding: 0.75rem ;
  }
  .md-!p-3 {
    padding: 0.75rem  !important;
  }
  [class~="md-!p-3"] {
    padding: 0.75rem  !important;
  }
  .md-px-3 {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  [class~="md-px-3"] {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  .md-!px-3 {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  [class~="md-!px-3"] {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .md-py-3 {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  [class~="md-py-3"] {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  .md-!py-3 {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  [class~="md-!py-3"] {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  .md-ps-3 {
    padding-inline-start: 0.75rem ;
  }
  [class~="md-ps-3"] {
    padding-inline-start: 0.75rem ;
  }
  .md-!ps-3 {
    padding-inline-start: 0.75rem  !important;
  }
  [class~="md-!ps-3"] {
    padding-inline-start: 0.75rem  !important;
  }
  .md-pe-3 {
    padding-inline-end: 0.75rem ;
  }
  [class~="md-pe-3"] {
    padding-inline-end: 0.75rem ;
  }
  .md-!pe-3 {
    padding-inline-end: 0.75rem  !important;
  }
  [class~="md-!pe-3"] {
    padding-inline-end: 0.75rem  !important;
  }
  .md-pt-3 {
    padding-top: 0.75rem ;
  }
  [class~="md-pt-3"] {
    padding-top: 0.75rem ;
  }
  .md-!pt-3 {
    padding-top: 0.75rem  !important;
  }
  [class~="md-!pt-3"] {
    padding-top: 0.75rem  !important;
  }
  .md-pr-3 {
    padding-right: 0.75rem ;
  }
  [class~="md-pr-3"] {
    padding-right: 0.75rem ;
  }
  .md-!pr-3 {
    padding-right: 0.75rem  !important;
  }
  [class~="md-!pr-3"] {
    padding-right: 0.75rem  !important;
  }
  .md-pb-3 {
    padding-bottom: 0.75rem ;
  }
  [class~="md-pb-3"] {
    padding-bottom: 0.75rem ;
  }
  .md-!pb-3 {
    padding-bottom: 0.75rem  !important;
  }
  [class~="md-!pb-3"] {
    padding-bottom: 0.75rem  !important;
  }
  .md-pl-3 {
    padding-left: 0.75rem ;
  }
  [class~="md-pl-3"] {
    padding-left: 0.75rem ;
  }
  .md-!pl-3 {
    padding-left: 0.75rem  !important;
  }
  [class~="md-!pl-3"] {
    padding-left: 0.75rem  !important;
  }
  .md-p-3\.5 {
    padding: 0.875rem ;
  }
  [class~="md-p-3\.5"] {
    padding: 0.875rem ;
  }
  .md-!p-3\.5 {
    padding: 0.875rem  !important;
  }
  [class~="md-!p-3\.5"] {
    padding: 0.875rem  !important;
  }
  .md-px-3\.5 {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  [class~="md-px-3\.5"] {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  .md-!px-3\.5 {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  [class~="md-!px-3\.5"] {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  .md-py-3\.5 {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  [class~="md-py-3\.5"] {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  .md-!py-3\.5 {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  [class~="md-!py-3\.5"] {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  .md-ps-3\.5 {
    padding-inline-start: 0.875rem ;
  }
  [class~="md-ps-3\.5"] {
    padding-inline-start: 0.875rem ;
  }
  .md-!ps-3\.5 {
    padding-inline-start: 0.875rem  !important;
  }
  [class~="md-!ps-3\.5"] {
    padding-inline-start: 0.875rem  !important;
  }
  .md-pe-3\.5 {
    padding-inline-end: 0.875rem ;
  }
  [class~="md-pe-3\.5"] {
    padding-inline-end: 0.875rem ;
  }
  .md-!pe-3\.5 {
    padding-inline-end: 0.875rem  !important;
  }
  [class~="md-!pe-3\.5"] {
    padding-inline-end: 0.875rem  !important;
  }
  .md-pt-3\.5 {
    padding-top: 0.875rem ;
  }
  [class~="md-pt-3\.5"] {
    padding-top: 0.875rem ;
  }
  .md-!pt-3\.5 {
    padding-top: 0.875rem  !important;
  }
  [class~="md-!pt-3\.5"] {
    padding-top: 0.875rem  !important;
  }
  .md-pr-3\.5 {
    padding-right: 0.875rem ;
  }
  [class~="md-pr-3\.5"] {
    padding-right: 0.875rem ;
  }
  .md-!pr-3\.5 {
    padding-right: 0.875rem  !important;
  }
  [class~="md-!pr-3\.5"] {
    padding-right: 0.875rem  !important;
  }
  .md-pb-3\.5 {
    padding-bottom: 0.875rem ;
  }
  [class~="md-pb-3\.5"] {
    padding-bottom: 0.875rem ;
  }
  .md-!pb-3\.5 {
    padding-bottom: 0.875rem  !important;
  }
  [class~="md-!pb-3\.5"] {
    padding-bottom: 0.875rem  !important;
  }
  .md-pl-3\.5 {
    padding-left: 0.875rem ;
  }
  [class~="md-pl-3\.5"] {
    padding-left: 0.875rem ;
  }
  .md-!pl-3\.5 {
    padding-left: 0.875rem  !important;
  }
  [class~="md-!pl-3\.5"] {
    padding-left: 0.875rem  !important;
  }
  .md-p-4 {
    padding: 1rem ;
  }
  [class~="md-p-4"] {
    padding: 1rem ;
  }
  .md-!p-4 {
    padding: 1rem  !important;
  }
  [class~="md-!p-4"] {
    padding: 1rem  !important;
  }
  .md-px-4 {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  [class~="md-px-4"] {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  .md-!px-4 {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  [class~="md-!px-4"] {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .md-py-4 {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  [class~="md-py-4"] {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  .md-!py-4 {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  [class~="md-!py-4"] {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  .md-ps-4 {
    padding-inline-start: 1rem ;
  }
  [class~="md-ps-4"] {
    padding-inline-start: 1rem ;
  }
  .md-!ps-4 {
    padding-inline-start: 1rem  !important;
  }
  [class~="md-!ps-4"] {
    padding-inline-start: 1rem  !important;
  }
  .md-pe-4 {
    padding-inline-end: 1rem ;
  }
  [class~="md-pe-4"] {
    padding-inline-end: 1rem ;
  }
  .md-!pe-4 {
    padding-inline-end: 1rem  !important;
  }
  [class~="md-!pe-4"] {
    padding-inline-end: 1rem  !important;
  }
  .md-pt-4 {
    padding-top: 1rem ;
  }
  [class~="md-pt-4"] {
    padding-top: 1rem ;
  }
  .md-!pt-4 {
    padding-top: 1rem  !important;
  }
  [class~="md-!pt-4"] {
    padding-top: 1rem  !important;
  }
  .md-pr-4 {
    padding-right: 1rem ;
  }
  [class~="md-pr-4"] {
    padding-right: 1rem ;
  }
  .md-!pr-4 {
    padding-right: 1rem  !important;
  }
  [class~="md-!pr-4"] {
    padding-right: 1rem  !important;
  }
  .md-pb-4 {
    padding-bottom: 1rem ;
  }
  [class~="md-pb-4"] {
    padding-bottom: 1rem ;
  }
  .md-!pb-4 {
    padding-bottom: 1rem  !important;
  }
  [class~="md-!pb-4"] {
    padding-bottom: 1rem  !important;
  }
  .md-pl-4 {
    padding-left: 1rem ;
  }
  [class~="md-pl-4"] {
    padding-left: 1rem ;
  }
  .md-!pl-4 {
    padding-left: 1rem  !important;
  }
  [class~="md-!pl-4"] {
    padding-left: 1rem  !important;
  }
  .md-p-5 {
    padding: 1.25rem ;
  }
  [class~="md-p-5"] {
    padding: 1.25rem ;
  }
  .md-!p-5 {
    padding: 1.25rem  !important;
  }
  [class~="md-!p-5"] {
    padding: 1.25rem  !important;
  }
  .md-px-5 {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  [class~="md-px-5"] {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  .md-!px-5 {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  [class~="md-!px-5"] {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .md-py-5 {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  [class~="md-py-5"] {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  .md-!py-5 {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  [class~="md-!py-5"] {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  .md-ps-5 {
    padding-inline-start: 1.25rem ;
  }
  [class~="md-ps-5"] {
    padding-inline-start: 1.25rem ;
  }
  .md-!ps-5 {
    padding-inline-start: 1.25rem  !important;
  }
  [class~="md-!ps-5"] {
    padding-inline-start: 1.25rem  !important;
  }
  .md-pe-5 {
    padding-inline-end: 1.25rem ;
  }
  [class~="md-pe-5"] {
    padding-inline-end: 1.25rem ;
  }
  .md-!pe-5 {
    padding-inline-end: 1.25rem  !important;
  }
  [class~="md-!pe-5"] {
    padding-inline-end: 1.25rem  !important;
  }
  .md-pt-5 {
    padding-top: 1.25rem ;
  }
  [class~="md-pt-5"] {
    padding-top: 1.25rem ;
  }
  .md-!pt-5 {
    padding-top: 1.25rem  !important;
  }
  [class~="md-!pt-5"] {
    padding-top: 1.25rem  !important;
  }
  .md-pr-5 {
    padding-right: 1.25rem ;
  }
  [class~="md-pr-5"] {
    padding-right: 1.25rem ;
  }
  .md-!pr-5 {
    padding-right: 1.25rem  !important;
  }
  [class~="md-!pr-5"] {
    padding-right: 1.25rem  !important;
  }
  .md-pb-5 {
    padding-bottom: 1.25rem ;
  }
  [class~="md-pb-5"] {
    padding-bottom: 1.25rem ;
  }
  .md-!pb-5 {
    padding-bottom: 1.25rem  !important;
  }
  [class~="md-!pb-5"] {
    padding-bottom: 1.25rem  !important;
  }
  .md-pl-5 {
    padding-left: 1.25rem ;
  }
  [class~="md-pl-5"] {
    padding-left: 1.25rem ;
  }
  .md-!pl-5 {
    padding-left: 1.25rem  !important;
  }
  [class~="md-!pl-5"] {
    padding-left: 1.25rem  !important;
  }
  .md-p-6 {
    padding: 1.5rem ;
  }
  [class~="md-p-6"] {
    padding: 1.5rem ;
  }
  .md-!p-6 {
    padding: 1.5rem  !important;
  }
  [class~="md-!p-6"] {
    padding: 1.5rem  !important;
  }
  .md-px-6 {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  [class~="md-px-6"] {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  .md-!px-6 {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  [class~="md-!px-6"] {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .md-py-6 {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  [class~="md-py-6"] {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  .md-!py-6 {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  [class~="md-!py-6"] {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  .md-ps-6 {
    padding-inline-start: 1.5rem ;
  }
  [class~="md-ps-6"] {
    padding-inline-start: 1.5rem ;
  }
  .md-!ps-6 {
    padding-inline-start: 1.5rem  !important;
  }
  [class~="md-!ps-6"] {
    padding-inline-start: 1.5rem  !important;
  }
  .md-pe-6 {
    padding-inline-end: 1.5rem ;
  }
  [class~="md-pe-6"] {
    padding-inline-end: 1.5rem ;
  }
  .md-!pe-6 {
    padding-inline-end: 1.5rem  !important;
  }
  [class~="md-!pe-6"] {
    padding-inline-end: 1.5rem  !important;
  }
  .md-pt-6 {
    padding-top: 1.5rem ;
  }
  [class~="md-pt-6"] {
    padding-top: 1.5rem ;
  }
  .md-!pt-6 {
    padding-top: 1.5rem  !important;
  }
  [class~="md-!pt-6"] {
    padding-top: 1.5rem  !important;
  }
  .md-pr-6 {
    padding-right: 1.5rem ;
  }
  [class~="md-pr-6"] {
    padding-right: 1.5rem ;
  }
  .md-!pr-6 {
    padding-right: 1.5rem  !important;
  }
  [class~="md-!pr-6"] {
    padding-right: 1.5rem  !important;
  }
  .md-pb-6 {
    padding-bottom: 1.5rem ;
  }
  [class~="md-pb-6"] {
    padding-bottom: 1.5rem ;
  }
  .md-!pb-6 {
    padding-bottom: 1.5rem  !important;
  }
  [class~="md-!pb-6"] {
    padding-bottom: 1.5rem  !important;
  }
  .md-pl-6 {
    padding-left: 1.5rem ;
  }
  [class~="md-pl-6"] {
    padding-left: 1.5rem ;
  }
  .md-!pl-6 {
    padding-left: 1.5rem  !important;
  }
  [class~="md-!pl-6"] {
    padding-left: 1.5rem  !important;
  }
  .md-p-7 {
    padding: 1.75rem ;
  }
  [class~="md-p-7"] {
    padding: 1.75rem ;
  }
  .md-!p-7 {
    padding: 1.75rem  !important;
  }
  [class~="md-!p-7"] {
    padding: 1.75rem  !important;
  }
  .md-px-7 {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  [class~="md-px-7"] {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  .md-!px-7 {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  [class~="md-!px-7"] {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  .md-py-7 {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  [class~="md-py-7"] {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  .md-!py-7 {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  [class~="md-!py-7"] {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  .md-ps-7 {
    padding-inline-start: 1.75rem ;
  }
  [class~="md-ps-7"] {
    padding-inline-start: 1.75rem ;
  }
  .md-!ps-7 {
    padding-inline-start: 1.75rem  !important;
  }
  [class~="md-!ps-7"] {
    padding-inline-start: 1.75rem  !important;
  }
  .md-pe-7 {
    padding-inline-end: 1.75rem ;
  }
  [class~="md-pe-7"] {
    padding-inline-end: 1.75rem ;
  }
  .md-!pe-7 {
    padding-inline-end: 1.75rem  !important;
  }
  [class~="md-!pe-7"] {
    padding-inline-end: 1.75rem  !important;
  }
  .md-pt-7 {
    padding-top: 1.75rem ;
  }
  [class~="md-pt-7"] {
    padding-top: 1.75rem ;
  }
  .md-!pt-7 {
    padding-top: 1.75rem  !important;
  }
  [class~="md-!pt-7"] {
    padding-top: 1.75rem  !important;
  }
  .md-pr-7 {
    padding-right: 1.75rem ;
  }
  [class~="md-pr-7"] {
    padding-right: 1.75rem ;
  }
  .md-!pr-7 {
    padding-right: 1.75rem  !important;
  }
  [class~="md-!pr-7"] {
    padding-right: 1.75rem  !important;
  }
  .md-pb-7 {
    padding-bottom: 1.75rem ;
  }
  [class~="md-pb-7"] {
    padding-bottom: 1.75rem ;
  }
  .md-!pb-7 {
    padding-bottom: 1.75rem  !important;
  }
  [class~="md-!pb-7"] {
    padding-bottom: 1.75rem  !important;
  }
  .md-pl-7 {
    padding-left: 1.75rem ;
  }
  [class~="md-pl-7"] {
    padding-left: 1.75rem ;
  }
  .md-!pl-7 {
    padding-left: 1.75rem  !important;
  }
  [class~="md-!pl-7"] {
    padding-left: 1.75rem  !important;
  }
  .md-p-8 {
    padding: 2rem ;
  }
  [class~="md-p-8"] {
    padding: 2rem ;
  }
  .md-!p-8 {
    padding: 2rem  !important;
  }
  [class~="md-!p-8"] {
    padding: 2rem  !important;
  }
  .md-px-8 {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  [class~="md-px-8"] {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  .md-!px-8 {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  [class~="md-!px-8"] {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  .md-py-8 {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  [class~="md-py-8"] {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  .md-!py-8 {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  [class~="md-!py-8"] {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  .md-ps-8 {
    padding-inline-start: 2rem ;
  }
  [class~="md-ps-8"] {
    padding-inline-start: 2rem ;
  }
  .md-!ps-8 {
    padding-inline-start: 2rem  !important;
  }
  [class~="md-!ps-8"] {
    padding-inline-start: 2rem  !important;
  }
  .md-pe-8 {
    padding-inline-end: 2rem ;
  }
  [class~="md-pe-8"] {
    padding-inline-end: 2rem ;
  }
  .md-!pe-8 {
    padding-inline-end: 2rem  !important;
  }
  [class~="md-!pe-8"] {
    padding-inline-end: 2rem  !important;
  }
  .md-pt-8 {
    padding-top: 2rem ;
  }
  [class~="md-pt-8"] {
    padding-top: 2rem ;
  }
  .md-!pt-8 {
    padding-top: 2rem  !important;
  }
  [class~="md-!pt-8"] {
    padding-top: 2rem  !important;
  }
  .md-pr-8 {
    padding-right: 2rem ;
  }
  [class~="md-pr-8"] {
    padding-right: 2rem ;
  }
  .md-!pr-8 {
    padding-right: 2rem  !important;
  }
  [class~="md-!pr-8"] {
    padding-right: 2rem  !important;
  }
  .md-pb-8 {
    padding-bottom: 2rem ;
  }
  [class~="md-pb-8"] {
    padding-bottom: 2rem ;
  }
  .md-!pb-8 {
    padding-bottom: 2rem  !important;
  }
  [class~="md-!pb-8"] {
    padding-bottom: 2rem  !important;
  }
  .md-pl-8 {
    padding-left: 2rem ;
  }
  [class~="md-pl-8"] {
    padding-left: 2rem ;
  }
  .md-!pl-8 {
    padding-left: 2rem  !important;
  }
  [class~="md-!pl-8"] {
    padding-left: 2rem  !important;
  }
  .md-p-9 {
    padding: 2.25rem ;
  }
  [class~="md-p-9"] {
    padding: 2.25rem ;
  }
  .md-!p-9 {
    padding: 2.25rem  !important;
  }
  [class~="md-!p-9"] {
    padding: 2.25rem  !important;
  }
  .md-px-9 {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  [class~="md-px-9"] {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  .md-!px-9 {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  [class~="md-!px-9"] {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  .md-py-9 {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  [class~="md-py-9"] {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  .md-!py-9 {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  [class~="md-!py-9"] {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  .md-ps-9 {
    padding-inline-start: 2.25rem ;
  }
  [class~="md-ps-9"] {
    padding-inline-start: 2.25rem ;
  }
  .md-!ps-9 {
    padding-inline-start: 2.25rem  !important;
  }
  [class~="md-!ps-9"] {
    padding-inline-start: 2.25rem  !important;
  }
  .md-pe-9 {
    padding-inline-end: 2.25rem ;
  }
  [class~="md-pe-9"] {
    padding-inline-end: 2.25rem ;
  }
  .md-!pe-9 {
    padding-inline-end: 2.25rem  !important;
  }
  [class~="md-!pe-9"] {
    padding-inline-end: 2.25rem  !important;
  }
  .md-pt-9 {
    padding-top: 2.25rem ;
  }
  [class~="md-pt-9"] {
    padding-top: 2.25rem ;
  }
  .md-!pt-9 {
    padding-top: 2.25rem  !important;
  }
  [class~="md-!pt-9"] {
    padding-top: 2.25rem  !important;
  }
  .md-pr-9 {
    padding-right: 2.25rem ;
  }
  [class~="md-pr-9"] {
    padding-right: 2.25rem ;
  }
  .md-!pr-9 {
    padding-right: 2.25rem  !important;
  }
  [class~="md-!pr-9"] {
    padding-right: 2.25rem  !important;
  }
  .md-pb-9 {
    padding-bottom: 2.25rem ;
  }
  [class~="md-pb-9"] {
    padding-bottom: 2.25rem ;
  }
  .md-!pb-9 {
    padding-bottom: 2.25rem  !important;
  }
  [class~="md-!pb-9"] {
    padding-bottom: 2.25rem  !important;
  }
  .md-pl-9 {
    padding-left: 2.25rem ;
  }
  [class~="md-pl-9"] {
    padding-left: 2.25rem ;
  }
  .md-!pl-9 {
    padding-left: 2.25rem  !important;
  }
  [class~="md-!pl-9"] {
    padding-left: 2.25rem  !important;
  }
  .md-p-10 {
    padding: 2.5rem ;
  }
  [class~="md-p-10"] {
    padding: 2.5rem ;
  }
  .md-!p-10 {
    padding: 2.5rem  !important;
  }
  [class~="md-!p-10"] {
    padding: 2.5rem  !important;
  }
  .md-px-10 {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  [class~="md-px-10"] {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  .md-!px-10 {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  [class~="md-!px-10"] {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  .md-py-10 {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  [class~="md-py-10"] {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  .md-!py-10 {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  [class~="md-!py-10"] {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  .md-ps-10 {
    padding-inline-start: 2.5rem ;
  }
  [class~="md-ps-10"] {
    padding-inline-start: 2.5rem ;
  }
  .md-!ps-10 {
    padding-inline-start: 2.5rem  !important;
  }
  [class~="md-!ps-10"] {
    padding-inline-start: 2.5rem  !important;
  }
  .md-pe-10 {
    padding-inline-end: 2.5rem ;
  }
  [class~="md-pe-10"] {
    padding-inline-end: 2.5rem ;
  }
  .md-!pe-10 {
    padding-inline-end: 2.5rem  !important;
  }
  [class~="md-!pe-10"] {
    padding-inline-end: 2.5rem  !important;
  }
  .md-pt-10 {
    padding-top: 2.5rem ;
  }
  [class~="md-pt-10"] {
    padding-top: 2.5rem ;
  }
  .md-!pt-10 {
    padding-top: 2.5rem  !important;
  }
  [class~="md-!pt-10"] {
    padding-top: 2.5rem  !important;
  }
  .md-pr-10 {
    padding-right: 2.5rem ;
  }
  [class~="md-pr-10"] {
    padding-right: 2.5rem ;
  }
  .md-!pr-10 {
    padding-right: 2.5rem  !important;
  }
  [class~="md-!pr-10"] {
    padding-right: 2.5rem  !important;
  }
  .md-pb-10 {
    padding-bottom: 2.5rem ;
  }
  [class~="md-pb-10"] {
    padding-bottom: 2.5rem ;
  }
  .md-!pb-10 {
    padding-bottom: 2.5rem  !important;
  }
  [class~="md-!pb-10"] {
    padding-bottom: 2.5rem  !important;
  }
  .md-pl-10 {
    padding-left: 2.5rem ;
  }
  [class~="md-pl-10"] {
    padding-left: 2.5rem ;
  }
  .md-!pl-10 {
    padding-left: 2.5rem  !important;
  }
  [class~="md-!pl-10"] {
    padding-left: 2.5rem  !important;
  }
  .md-p-11 {
    padding: 2.75rem ;
  }
  [class~="md-p-11"] {
    padding: 2.75rem ;
  }
  .md-!p-11 {
    padding: 2.75rem  !important;
  }
  [class~="md-!p-11"] {
    padding: 2.75rem  !important;
  }
  .md-px-11 {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  [class~="md-px-11"] {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  .md-!px-11 {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  [class~="md-!px-11"] {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  .md-py-11 {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  [class~="md-py-11"] {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  .md-!py-11 {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  [class~="md-!py-11"] {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  .md-ps-11 {
    padding-inline-start: 2.75rem ;
  }
  [class~="md-ps-11"] {
    padding-inline-start: 2.75rem ;
  }
  .md-!ps-11 {
    padding-inline-start: 2.75rem  !important;
  }
  [class~="md-!ps-11"] {
    padding-inline-start: 2.75rem  !important;
  }
  .md-pe-11 {
    padding-inline-end: 2.75rem ;
  }
  [class~="md-pe-11"] {
    padding-inline-end: 2.75rem ;
  }
  .md-!pe-11 {
    padding-inline-end: 2.75rem  !important;
  }
  [class~="md-!pe-11"] {
    padding-inline-end: 2.75rem  !important;
  }
  .md-pt-11 {
    padding-top: 2.75rem ;
  }
  [class~="md-pt-11"] {
    padding-top: 2.75rem ;
  }
  .md-!pt-11 {
    padding-top: 2.75rem  !important;
  }
  [class~="md-!pt-11"] {
    padding-top: 2.75rem  !important;
  }
  .md-pr-11 {
    padding-right: 2.75rem ;
  }
  [class~="md-pr-11"] {
    padding-right: 2.75rem ;
  }
  .md-!pr-11 {
    padding-right: 2.75rem  !important;
  }
  [class~="md-!pr-11"] {
    padding-right: 2.75rem  !important;
  }
  .md-pb-11 {
    padding-bottom: 2.75rem ;
  }
  [class~="md-pb-11"] {
    padding-bottom: 2.75rem ;
  }
  .md-!pb-11 {
    padding-bottom: 2.75rem  !important;
  }
  [class~="md-!pb-11"] {
    padding-bottom: 2.75rem  !important;
  }
  .md-pl-11 {
    padding-left: 2.75rem ;
  }
  [class~="md-pl-11"] {
    padding-left: 2.75rem ;
  }
  .md-!pl-11 {
    padding-left: 2.75rem  !important;
  }
  [class~="md-!pl-11"] {
    padding-left: 2.75rem  !important;
  }
  .md-p-12 {
    padding: 3rem ;
  }
  [class~="md-p-12"] {
    padding: 3rem ;
  }
  .md-!p-12 {
    padding: 3rem  !important;
  }
  [class~="md-!p-12"] {
    padding: 3rem  !important;
  }
  .md-px-12 {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  [class~="md-px-12"] {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  .md-!px-12 {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  [class~="md-!px-12"] {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  .md-py-12 {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  [class~="md-py-12"] {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  .md-!py-12 {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  [class~="md-!py-12"] {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  .md-ps-12 {
    padding-inline-start: 3rem ;
  }
  [class~="md-ps-12"] {
    padding-inline-start: 3rem ;
  }
  .md-!ps-12 {
    padding-inline-start: 3rem  !important;
  }
  [class~="md-!ps-12"] {
    padding-inline-start: 3rem  !important;
  }
  .md-pe-12 {
    padding-inline-end: 3rem ;
  }
  [class~="md-pe-12"] {
    padding-inline-end: 3rem ;
  }
  .md-!pe-12 {
    padding-inline-end: 3rem  !important;
  }
  [class~="md-!pe-12"] {
    padding-inline-end: 3rem  !important;
  }
  .md-pt-12 {
    padding-top: 3rem ;
  }
  [class~="md-pt-12"] {
    padding-top: 3rem ;
  }
  .md-!pt-12 {
    padding-top: 3rem  !important;
  }
  [class~="md-!pt-12"] {
    padding-top: 3rem  !important;
  }
  .md-pr-12 {
    padding-right: 3rem ;
  }
  [class~="md-pr-12"] {
    padding-right: 3rem ;
  }
  .md-!pr-12 {
    padding-right: 3rem  !important;
  }
  [class~="md-!pr-12"] {
    padding-right: 3rem  !important;
  }
  .md-pb-12 {
    padding-bottom: 3rem ;
  }
  [class~="md-pb-12"] {
    padding-bottom: 3rem ;
  }
  .md-!pb-12 {
    padding-bottom: 3rem  !important;
  }
  [class~="md-!pb-12"] {
    padding-bottom: 3rem  !important;
  }
  .md-pl-12 {
    padding-left: 3rem ;
  }
  [class~="md-pl-12"] {
    padding-left: 3rem ;
  }
  .md-!pl-12 {
    padding-left: 3rem  !important;
  }
  [class~="md-!pl-12"] {
    padding-left: 3rem  !important;
  }
  .md-p-14 {
    padding: 3.5rem ;
  }
  [class~="md-p-14"] {
    padding: 3.5rem ;
  }
  .md-!p-14 {
    padding: 3.5rem  !important;
  }
  [class~="md-!p-14"] {
    padding: 3.5rem  !important;
  }
  .md-px-14 {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  [class~="md-px-14"] {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  .md-!px-14 {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  [class~="md-!px-14"] {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  .md-py-14 {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  [class~="md-py-14"] {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  .md-!py-14 {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  [class~="md-!py-14"] {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  .md-ps-14 {
    padding-inline-start: 3.5rem ;
  }
  [class~="md-ps-14"] {
    padding-inline-start: 3.5rem ;
  }
  .md-!ps-14 {
    padding-inline-start: 3.5rem  !important;
  }
  [class~="md-!ps-14"] {
    padding-inline-start: 3.5rem  !important;
  }
  .md-pe-14 {
    padding-inline-end: 3.5rem ;
  }
  [class~="md-pe-14"] {
    padding-inline-end: 3.5rem ;
  }
  .md-!pe-14 {
    padding-inline-end: 3.5rem  !important;
  }
  [class~="md-!pe-14"] {
    padding-inline-end: 3.5rem  !important;
  }
  .md-pt-14 {
    padding-top: 3.5rem ;
  }
  [class~="md-pt-14"] {
    padding-top: 3.5rem ;
  }
  .md-!pt-14 {
    padding-top: 3.5rem  !important;
  }
  [class~="md-!pt-14"] {
    padding-top: 3.5rem  !important;
  }
  .md-pr-14 {
    padding-right: 3.5rem ;
  }
  [class~="md-pr-14"] {
    padding-right: 3.5rem ;
  }
  .md-!pr-14 {
    padding-right: 3.5rem  !important;
  }
  [class~="md-!pr-14"] {
    padding-right: 3.5rem  !important;
  }
  .md-pb-14 {
    padding-bottom: 3.5rem ;
  }
  [class~="md-pb-14"] {
    padding-bottom: 3.5rem ;
  }
  .md-!pb-14 {
    padding-bottom: 3.5rem  !important;
  }
  [class~="md-!pb-14"] {
    padding-bottom: 3.5rem  !important;
  }
  .md-pl-14 {
    padding-left: 3.5rem ;
  }
  [class~="md-pl-14"] {
    padding-left: 3.5rem ;
  }
  .md-!pl-14 {
    padding-left: 3.5rem  !important;
  }
  [class~="md-!pl-14"] {
    padding-left: 3.5rem  !important;
  }
  .md-p-16 {
    padding: 4rem ;
  }
  [class~="md-p-16"] {
    padding: 4rem ;
  }
  .md-!p-16 {
    padding: 4rem  !important;
  }
  [class~="md-!p-16"] {
    padding: 4rem  !important;
  }
  .md-px-16 {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  [class~="md-px-16"] {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  .md-!px-16 {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  [class~="md-!px-16"] {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  .md-py-16 {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  [class~="md-py-16"] {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  .md-!py-16 {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  [class~="md-!py-16"] {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  .md-ps-16 {
    padding-inline-start: 4rem ;
  }
  [class~="md-ps-16"] {
    padding-inline-start: 4rem ;
  }
  .md-!ps-16 {
    padding-inline-start: 4rem  !important;
  }
  [class~="md-!ps-16"] {
    padding-inline-start: 4rem  !important;
  }
  .md-pe-16 {
    padding-inline-end: 4rem ;
  }
  [class~="md-pe-16"] {
    padding-inline-end: 4rem ;
  }
  .md-!pe-16 {
    padding-inline-end: 4rem  !important;
  }
  [class~="md-!pe-16"] {
    padding-inline-end: 4rem  !important;
  }
  .md-pt-16 {
    padding-top: 4rem ;
  }
  [class~="md-pt-16"] {
    padding-top: 4rem ;
  }
  .md-!pt-16 {
    padding-top: 4rem  !important;
  }
  [class~="md-!pt-16"] {
    padding-top: 4rem  !important;
  }
  .md-pr-16 {
    padding-right: 4rem ;
  }
  [class~="md-pr-16"] {
    padding-right: 4rem ;
  }
  .md-!pr-16 {
    padding-right: 4rem  !important;
  }
  [class~="md-!pr-16"] {
    padding-right: 4rem  !important;
  }
  .md-pb-16 {
    padding-bottom: 4rem ;
  }
  [class~="md-pb-16"] {
    padding-bottom: 4rem ;
  }
  .md-!pb-16 {
    padding-bottom: 4rem  !important;
  }
  [class~="md-!pb-16"] {
    padding-bottom: 4rem  !important;
  }
  .md-pl-16 {
    padding-left: 4rem ;
  }
  [class~="md-pl-16"] {
    padding-left: 4rem ;
  }
  .md-!pl-16 {
    padding-left: 4rem  !important;
  }
  [class~="md-!pl-16"] {
    padding-left: 4rem  !important;
  }
  .md-p-20 {
    padding: 5rem ;
  }
  [class~="md-p-20"] {
    padding: 5rem ;
  }
  .md-!p-20 {
    padding: 5rem  !important;
  }
  [class~="md-!p-20"] {
    padding: 5rem  !important;
  }
  .md-px-20 {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  [class~="md-px-20"] {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  .md-!px-20 {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  [class~="md-!px-20"] {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  .md-py-20 {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  [class~="md-py-20"] {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  .md-!py-20 {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  [class~="md-!py-20"] {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  .md-ps-20 {
    padding-inline-start: 5rem ;
  }
  [class~="md-ps-20"] {
    padding-inline-start: 5rem ;
  }
  .md-!ps-20 {
    padding-inline-start: 5rem  !important;
  }
  [class~="md-!ps-20"] {
    padding-inline-start: 5rem  !important;
  }
  .md-pe-20 {
    padding-inline-end: 5rem ;
  }
  [class~="md-pe-20"] {
    padding-inline-end: 5rem ;
  }
  .md-!pe-20 {
    padding-inline-end: 5rem  !important;
  }
  [class~="md-!pe-20"] {
    padding-inline-end: 5rem  !important;
  }
  .md-pt-20 {
    padding-top: 5rem ;
  }
  [class~="md-pt-20"] {
    padding-top: 5rem ;
  }
  .md-!pt-20 {
    padding-top: 5rem  !important;
  }
  [class~="md-!pt-20"] {
    padding-top: 5rem  !important;
  }
  .md-pr-20 {
    padding-right: 5rem ;
  }
  [class~="md-pr-20"] {
    padding-right: 5rem ;
  }
  .md-!pr-20 {
    padding-right: 5rem  !important;
  }
  [class~="md-!pr-20"] {
    padding-right: 5rem  !important;
  }
  .md-pb-20 {
    padding-bottom: 5rem ;
  }
  [class~="md-pb-20"] {
    padding-bottom: 5rem ;
  }
  .md-!pb-20 {
    padding-bottom: 5rem  !important;
  }
  [class~="md-!pb-20"] {
    padding-bottom: 5rem  !important;
  }
  .md-pl-20 {
    padding-left: 5rem ;
  }
  [class~="md-pl-20"] {
    padding-left: 5rem ;
  }
  .md-!pl-20 {
    padding-left: 5rem  !important;
  }
  [class~="md-!pl-20"] {
    padding-left: 5rem  !important;
  }
  .md-p-24 {
    padding: 6rem ;
  }
  [class~="md-p-24"] {
    padding: 6rem ;
  }
  .md-!p-24 {
    padding: 6rem  !important;
  }
  [class~="md-!p-24"] {
    padding: 6rem  !important;
  }
  .md-px-24 {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  [class~="md-px-24"] {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  .md-!px-24 {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  [class~="md-!px-24"] {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  .md-py-24 {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  [class~="md-py-24"] {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  .md-!py-24 {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  [class~="md-!py-24"] {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  .md-ps-24 {
    padding-inline-start: 6rem ;
  }
  [class~="md-ps-24"] {
    padding-inline-start: 6rem ;
  }
  .md-!ps-24 {
    padding-inline-start: 6rem  !important;
  }
  [class~="md-!ps-24"] {
    padding-inline-start: 6rem  !important;
  }
  .md-pe-24 {
    padding-inline-end: 6rem ;
  }
  [class~="md-pe-24"] {
    padding-inline-end: 6rem ;
  }
  .md-!pe-24 {
    padding-inline-end: 6rem  !important;
  }
  [class~="md-!pe-24"] {
    padding-inline-end: 6rem  !important;
  }
  .md-pt-24 {
    padding-top: 6rem ;
  }
  [class~="md-pt-24"] {
    padding-top: 6rem ;
  }
  .md-!pt-24 {
    padding-top: 6rem  !important;
  }
  [class~="md-!pt-24"] {
    padding-top: 6rem  !important;
  }
  .md-pr-24 {
    padding-right: 6rem ;
  }
  [class~="md-pr-24"] {
    padding-right: 6rem ;
  }
  .md-!pr-24 {
    padding-right: 6rem  !important;
  }
  [class~="md-!pr-24"] {
    padding-right: 6rem  !important;
  }
  .md-pb-24 {
    padding-bottom: 6rem ;
  }
  [class~="md-pb-24"] {
    padding-bottom: 6rem ;
  }
  .md-!pb-24 {
    padding-bottom: 6rem  !important;
  }
  [class~="md-!pb-24"] {
    padding-bottom: 6rem  !important;
  }
  .md-pl-24 {
    padding-left: 6rem ;
  }
  [class~="md-pl-24"] {
    padding-left: 6rem ;
  }
  .md-!pl-24 {
    padding-left: 6rem  !important;
  }
  [class~="md-!pl-24"] {
    padding-left: 6rem  !important;
  }
  .md-p-28 {
    padding: 7rem ;
  }
  [class~="md-p-28"] {
    padding: 7rem ;
  }
  .md-!p-28 {
    padding: 7rem  !important;
  }
  [class~="md-!p-28"] {
    padding: 7rem  !important;
  }
  .md-px-28 {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  [class~="md-px-28"] {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  .md-!px-28 {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  [class~="md-!px-28"] {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  .md-py-28 {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  [class~="md-py-28"] {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  .md-!py-28 {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  [class~="md-!py-28"] {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  .md-ps-28 {
    padding-inline-start: 7rem ;
  }
  [class~="md-ps-28"] {
    padding-inline-start: 7rem ;
  }
  .md-!ps-28 {
    padding-inline-start: 7rem  !important;
  }
  [class~="md-!ps-28"] {
    padding-inline-start: 7rem  !important;
  }
  .md-pe-28 {
    padding-inline-end: 7rem ;
  }
  [class~="md-pe-28"] {
    padding-inline-end: 7rem ;
  }
  .md-!pe-28 {
    padding-inline-end: 7rem  !important;
  }
  [class~="md-!pe-28"] {
    padding-inline-end: 7rem  !important;
  }
  .md-pt-28 {
    padding-top: 7rem ;
  }
  [class~="md-pt-28"] {
    padding-top: 7rem ;
  }
  .md-!pt-28 {
    padding-top: 7rem  !important;
  }
  [class~="md-!pt-28"] {
    padding-top: 7rem  !important;
  }
  .md-pr-28 {
    padding-right: 7rem ;
  }
  [class~="md-pr-28"] {
    padding-right: 7rem ;
  }
  .md-!pr-28 {
    padding-right: 7rem  !important;
  }
  [class~="md-!pr-28"] {
    padding-right: 7rem  !important;
  }
  .md-pb-28 {
    padding-bottom: 7rem ;
  }
  [class~="md-pb-28"] {
    padding-bottom: 7rem ;
  }
  .md-!pb-28 {
    padding-bottom: 7rem  !important;
  }
  [class~="md-!pb-28"] {
    padding-bottom: 7rem  !important;
  }
  .md-pl-28 {
    padding-left: 7rem ;
  }
  [class~="md-pl-28"] {
    padding-left: 7rem ;
  }
  .md-!pl-28 {
    padding-left: 7rem  !important;
  }
  [class~="md-!pl-28"] {
    padding-left: 7rem  !important;
  }
  .md-p-32 {
    padding: 8rem ;
  }
  [class~="md-p-32"] {
    padding: 8rem ;
  }
  .md-!p-32 {
    padding: 8rem  !important;
  }
  [class~="md-!p-32"] {
    padding: 8rem  !important;
  }
  .md-px-32 {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  [class~="md-px-32"] {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  .md-!px-32 {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  [class~="md-!px-32"] {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  .md-py-32 {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  [class~="md-py-32"] {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  .md-!py-32 {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  [class~="md-!py-32"] {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  .md-ps-32 {
    padding-inline-start: 8rem ;
  }
  [class~="md-ps-32"] {
    padding-inline-start: 8rem ;
  }
  .md-!ps-32 {
    padding-inline-start: 8rem  !important;
  }
  [class~="md-!ps-32"] {
    padding-inline-start: 8rem  !important;
  }
  .md-pe-32 {
    padding-inline-end: 8rem ;
  }
  [class~="md-pe-32"] {
    padding-inline-end: 8rem ;
  }
  .md-!pe-32 {
    padding-inline-end: 8rem  !important;
  }
  [class~="md-!pe-32"] {
    padding-inline-end: 8rem  !important;
  }
  .md-pt-32 {
    padding-top: 8rem ;
  }
  [class~="md-pt-32"] {
    padding-top: 8rem ;
  }
  .md-!pt-32 {
    padding-top: 8rem  !important;
  }
  [class~="md-!pt-32"] {
    padding-top: 8rem  !important;
  }
  .md-pr-32 {
    padding-right: 8rem ;
  }
  [class~="md-pr-32"] {
    padding-right: 8rem ;
  }
  .md-!pr-32 {
    padding-right: 8rem  !important;
  }
  [class~="md-!pr-32"] {
    padding-right: 8rem  !important;
  }
  .md-pb-32 {
    padding-bottom: 8rem ;
  }
  [class~="md-pb-32"] {
    padding-bottom: 8rem ;
  }
  .md-!pb-32 {
    padding-bottom: 8rem  !important;
  }
  [class~="md-!pb-32"] {
    padding-bottom: 8rem  !important;
  }
  .md-pl-32 {
    padding-left: 8rem ;
  }
  [class~="md-pl-32"] {
    padding-left: 8rem ;
  }
  .md-!pl-32 {
    padding-left: 8rem  !important;
  }
  [class~="md-!pl-32"] {
    padding-left: 8rem  !important;
  }
  .md-p-36 {
    padding: 9rem ;
  }
  [class~="md-p-36"] {
    padding: 9rem ;
  }
  .md-!p-36 {
    padding: 9rem  !important;
  }
  [class~="md-!p-36"] {
    padding: 9rem  !important;
  }
  .md-px-36 {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  [class~="md-px-36"] {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  .md-!px-36 {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  [class~="md-!px-36"] {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  .md-py-36 {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  [class~="md-py-36"] {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  .md-!py-36 {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  [class~="md-!py-36"] {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  .md-ps-36 {
    padding-inline-start: 9rem ;
  }
  [class~="md-ps-36"] {
    padding-inline-start: 9rem ;
  }
  .md-!ps-36 {
    padding-inline-start: 9rem  !important;
  }
  [class~="md-!ps-36"] {
    padding-inline-start: 9rem  !important;
  }
  .md-pe-36 {
    padding-inline-end: 9rem ;
  }
  [class~="md-pe-36"] {
    padding-inline-end: 9rem ;
  }
  .md-!pe-36 {
    padding-inline-end: 9rem  !important;
  }
  [class~="md-!pe-36"] {
    padding-inline-end: 9rem  !important;
  }
  .md-pt-36 {
    padding-top: 9rem ;
  }
  [class~="md-pt-36"] {
    padding-top: 9rem ;
  }
  .md-!pt-36 {
    padding-top: 9rem  !important;
  }
  [class~="md-!pt-36"] {
    padding-top: 9rem  !important;
  }
  .md-pr-36 {
    padding-right: 9rem ;
  }
  [class~="md-pr-36"] {
    padding-right: 9rem ;
  }
  .md-!pr-36 {
    padding-right: 9rem  !important;
  }
  [class~="md-!pr-36"] {
    padding-right: 9rem  !important;
  }
  .md-pb-36 {
    padding-bottom: 9rem ;
  }
  [class~="md-pb-36"] {
    padding-bottom: 9rem ;
  }
  .md-!pb-36 {
    padding-bottom: 9rem  !important;
  }
  [class~="md-!pb-36"] {
    padding-bottom: 9rem  !important;
  }
  .md-pl-36 {
    padding-left: 9rem ;
  }
  [class~="md-pl-36"] {
    padding-left: 9rem ;
  }
  .md-!pl-36 {
    padding-left: 9rem  !important;
  }
  [class~="md-!pl-36"] {
    padding-left: 9rem  !important;
  }
  .md-p-40 {
    padding: 10rem ;
  }
  [class~="md-p-40"] {
    padding: 10rem ;
  }
  .md-!p-40 {
    padding: 10rem  !important;
  }
  [class~="md-!p-40"] {
    padding: 10rem  !important;
  }
  .md-px-40 {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  [class~="md-px-40"] {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  .md-!px-40 {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  [class~="md-!px-40"] {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  .md-py-40 {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  [class~="md-py-40"] {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  .md-!py-40 {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  [class~="md-!py-40"] {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  .md-ps-40 {
    padding-inline-start: 10rem ;
  }
  [class~="md-ps-40"] {
    padding-inline-start: 10rem ;
  }
  .md-!ps-40 {
    padding-inline-start: 10rem  !important;
  }
  [class~="md-!ps-40"] {
    padding-inline-start: 10rem  !important;
  }
  .md-pe-40 {
    padding-inline-end: 10rem ;
  }
  [class~="md-pe-40"] {
    padding-inline-end: 10rem ;
  }
  .md-!pe-40 {
    padding-inline-end: 10rem  !important;
  }
  [class~="md-!pe-40"] {
    padding-inline-end: 10rem  !important;
  }
  .md-pt-40 {
    padding-top: 10rem ;
  }
  [class~="md-pt-40"] {
    padding-top: 10rem ;
  }
  .md-!pt-40 {
    padding-top: 10rem  !important;
  }
  [class~="md-!pt-40"] {
    padding-top: 10rem  !important;
  }
  .md-pr-40 {
    padding-right: 10rem ;
  }
  [class~="md-pr-40"] {
    padding-right: 10rem ;
  }
  .md-!pr-40 {
    padding-right: 10rem  !important;
  }
  [class~="md-!pr-40"] {
    padding-right: 10rem  !important;
  }
  .md-pb-40 {
    padding-bottom: 10rem ;
  }
  [class~="md-pb-40"] {
    padding-bottom: 10rem ;
  }
  .md-!pb-40 {
    padding-bottom: 10rem  !important;
  }
  [class~="md-!pb-40"] {
    padding-bottom: 10rem  !important;
  }
  .md-pl-40 {
    padding-left: 10rem ;
  }
  [class~="md-pl-40"] {
    padding-left: 10rem ;
  }
  .md-!pl-40 {
    padding-left: 10rem  !important;
  }
  [class~="md-!pl-40"] {
    padding-left: 10rem  !important;
  }
  .md-p-44 {
    padding: 11rem ;
  }
  [class~="md-p-44"] {
    padding: 11rem ;
  }
  .md-!p-44 {
    padding: 11rem  !important;
  }
  [class~="md-!p-44"] {
    padding: 11rem  !important;
  }
  .md-px-44 {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  [class~="md-px-44"] {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  .md-!px-44 {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  [class~="md-!px-44"] {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  .md-py-44 {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  [class~="md-py-44"] {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  .md-!py-44 {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  [class~="md-!py-44"] {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  .md-ps-44 {
    padding-inline-start: 11rem ;
  }
  [class~="md-ps-44"] {
    padding-inline-start: 11rem ;
  }
  .md-!ps-44 {
    padding-inline-start: 11rem  !important;
  }
  [class~="md-!ps-44"] {
    padding-inline-start: 11rem  !important;
  }
  .md-pe-44 {
    padding-inline-end: 11rem ;
  }
  [class~="md-pe-44"] {
    padding-inline-end: 11rem ;
  }
  .md-!pe-44 {
    padding-inline-end: 11rem  !important;
  }
  [class~="md-!pe-44"] {
    padding-inline-end: 11rem  !important;
  }
  .md-pt-44 {
    padding-top: 11rem ;
  }
  [class~="md-pt-44"] {
    padding-top: 11rem ;
  }
  .md-!pt-44 {
    padding-top: 11rem  !important;
  }
  [class~="md-!pt-44"] {
    padding-top: 11rem  !important;
  }
  .md-pr-44 {
    padding-right: 11rem ;
  }
  [class~="md-pr-44"] {
    padding-right: 11rem ;
  }
  .md-!pr-44 {
    padding-right: 11rem  !important;
  }
  [class~="md-!pr-44"] {
    padding-right: 11rem  !important;
  }
  .md-pb-44 {
    padding-bottom: 11rem ;
  }
  [class~="md-pb-44"] {
    padding-bottom: 11rem ;
  }
  .md-!pb-44 {
    padding-bottom: 11rem  !important;
  }
  [class~="md-!pb-44"] {
    padding-bottom: 11rem  !important;
  }
  .md-pl-44 {
    padding-left: 11rem ;
  }
  [class~="md-pl-44"] {
    padding-left: 11rem ;
  }
  .md-!pl-44 {
    padding-left: 11rem  !important;
  }
  [class~="md-!pl-44"] {
    padding-left: 11rem  !important;
  }
  .md-p-48 {
    padding: 12rem ;
  }
  [class~="md-p-48"] {
    padding: 12rem ;
  }
  .md-!p-48 {
    padding: 12rem  !important;
  }
  [class~="md-!p-48"] {
    padding: 12rem  !important;
  }
  .md-px-48 {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  [class~="md-px-48"] {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  .md-!px-48 {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  [class~="md-!px-48"] {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  .md-py-48 {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  [class~="md-py-48"] {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  .md-!py-48 {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  [class~="md-!py-48"] {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  .md-ps-48 {
    padding-inline-start: 12rem ;
  }
  [class~="md-ps-48"] {
    padding-inline-start: 12rem ;
  }
  .md-!ps-48 {
    padding-inline-start: 12rem  !important;
  }
  [class~="md-!ps-48"] {
    padding-inline-start: 12rem  !important;
  }
  .md-pe-48 {
    padding-inline-end: 12rem ;
  }
  [class~="md-pe-48"] {
    padding-inline-end: 12rem ;
  }
  .md-!pe-48 {
    padding-inline-end: 12rem  !important;
  }
  [class~="md-!pe-48"] {
    padding-inline-end: 12rem  !important;
  }
  .md-pt-48 {
    padding-top: 12rem ;
  }
  [class~="md-pt-48"] {
    padding-top: 12rem ;
  }
  .md-!pt-48 {
    padding-top: 12rem  !important;
  }
  [class~="md-!pt-48"] {
    padding-top: 12rem  !important;
  }
  .md-pr-48 {
    padding-right: 12rem ;
  }
  [class~="md-pr-48"] {
    padding-right: 12rem ;
  }
  .md-!pr-48 {
    padding-right: 12rem  !important;
  }
  [class~="md-!pr-48"] {
    padding-right: 12rem  !important;
  }
  .md-pb-48 {
    padding-bottom: 12rem ;
  }
  [class~="md-pb-48"] {
    padding-bottom: 12rem ;
  }
  .md-!pb-48 {
    padding-bottom: 12rem  !important;
  }
  [class~="md-!pb-48"] {
    padding-bottom: 12rem  !important;
  }
  .md-pl-48 {
    padding-left: 12rem ;
  }
  [class~="md-pl-48"] {
    padding-left: 12rem ;
  }
  .md-!pl-48 {
    padding-left: 12rem  !important;
  }
  [class~="md-!pl-48"] {
    padding-left: 12rem  !important;
  }
  .md-p-52 {
    padding: 13rem ;
  }
  [class~="md-p-52"] {
    padding: 13rem ;
  }
  .md-!p-52 {
    padding: 13rem  !important;
  }
  [class~="md-!p-52"] {
    padding: 13rem  !important;
  }
  .md-px-52 {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  [class~="md-px-52"] {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  .md-!px-52 {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  [class~="md-!px-52"] {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  .md-py-52 {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  [class~="md-py-52"] {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  .md-!py-52 {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  [class~="md-!py-52"] {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  .md-ps-52 {
    padding-inline-start: 13rem ;
  }
  [class~="md-ps-52"] {
    padding-inline-start: 13rem ;
  }
  .md-!ps-52 {
    padding-inline-start: 13rem  !important;
  }
  [class~="md-!ps-52"] {
    padding-inline-start: 13rem  !important;
  }
  .md-pe-52 {
    padding-inline-end: 13rem ;
  }
  [class~="md-pe-52"] {
    padding-inline-end: 13rem ;
  }
  .md-!pe-52 {
    padding-inline-end: 13rem  !important;
  }
  [class~="md-!pe-52"] {
    padding-inline-end: 13rem  !important;
  }
  .md-pt-52 {
    padding-top: 13rem ;
  }
  [class~="md-pt-52"] {
    padding-top: 13rem ;
  }
  .md-!pt-52 {
    padding-top: 13rem  !important;
  }
  [class~="md-!pt-52"] {
    padding-top: 13rem  !important;
  }
  .md-pr-52 {
    padding-right: 13rem ;
  }
  [class~="md-pr-52"] {
    padding-right: 13rem ;
  }
  .md-!pr-52 {
    padding-right: 13rem  !important;
  }
  [class~="md-!pr-52"] {
    padding-right: 13rem  !important;
  }
  .md-pb-52 {
    padding-bottom: 13rem ;
  }
  [class~="md-pb-52"] {
    padding-bottom: 13rem ;
  }
  .md-!pb-52 {
    padding-bottom: 13rem  !important;
  }
  [class~="md-!pb-52"] {
    padding-bottom: 13rem  !important;
  }
  .md-pl-52 {
    padding-left: 13rem ;
  }
  [class~="md-pl-52"] {
    padding-left: 13rem ;
  }
  .md-!pl-52 {
    padding-left: 13rem  !important;
  }
  [class~="md-!pl-52"] {
    padding-left: 13rem  !important;
  }
  .md-p-56 {
    padding: 14rem ;
  }
  [class~="md-p-56"] {
    padding: 14rem ;
  }
  .md-!p-56 {
    padding: 14rem  !important;
  }
  [class~="md-!p-56"] {
    padding: 14rem  !important;
  }
  .md-px-56 {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  [class~="md-px-56"] {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  .md-!px-56 {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  [class~="md-!px-56"] {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  .md-py-56 {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  [class~="md-py-56"] {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  .md-!py-56 {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  [class~="md-!py-56"] {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  .md-ps-56 {
    padding-inline-start: 14rem ;
  }
  [class~="md-ps-56"] {
    padding-inline-start: 14rem ;
  }
  .md-!ps-56 {
    padding-inline-start: 14rem  !important;
  }
  [class~="md-!ps-56"] {
    padding-inline-start: 14rem  !important;
  }
  .md-pe-56 {
    padding-inline-end: 14rem ;
  }
  [class~="md-pe-56"] {
    padding-inline-end: 14rem ;
  }
  .md-!pe-56 {
    padding-inline-end: 14rem  !important;
  }
  [class~="md-!pe-56"] {
    padding-inline-end: 14rem  !important;
  }
  .md-pt-56 {
    padding-top: 14rem ;
  }
  [class~="md-pt-56"] {
    padding-top: 14rem ;
  }
  .md-!pt-56 {
    padding-top: 14rem  !important;
  }
  [class~="md-!pt-56"] {
    padding-top: 14rem  !important;
  }
  .md-pr-56 {
    padding-right: 14rem ;
  }
  [class~="md-pr-56"] {
    padding-right: 14rem ;
  }
  .md-!pr-56 {
    padding-right: 14rem  !important;
  }
  [class~="md-!pr-56"] {
    padding-right: 14rem  !important;
  }
  .md-pb-56 {
    padding-bottom: 14rem ;
  }
  [class~="md-pb-56"] {
    padding-bottom: 14rem ;
  }
  .md-!pb-56 {
    padding-bottom: 14rem  !important;
  }
  [class~="md-!pb-56"] {
    padding-bottom: 14rem  !important;
  }
  .md-pl-56 {
    padding-left: 14rem ;
  }
  [class~="md-pl-56"] {
    padding-left: 14rem ;
  }
  .md-!pl-56 {
    padding-left: 14rem  !important;
  }
  [class~="md-!pl-56"] {
    padding-left: 14rem  !important;
  }
  .md-p-60 {
    padding: 15rem ;
  }
  [class~="md-p-60"] {
    padding: 15rem ;
  }
  .md-!p-60 {
    padding: 15rem  !important;
  }
  [class~="md-!p-60"] {
    padding: 15rem  !important;
  }
  .md-px-60 {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  [class~="md-px-60"] {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  .md-!px-60 {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  [class~="md-!px-60"] {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  .md-py-60 {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  [class~="md-py-60"] {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  .md-!py-60 {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  [class~="md-!py-60"] {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  .md-ps-60 {
    padding-inline-start: 15rem ;
  }
  [class~="md-ps-60"] {
    padding-inline-start: 15rem ;
  }
  .md-!ps-60 {
    padding-inline-start: 15rem  !important;
  }
  [class~="md-!ps-60"] {
    padding-inline-start: 15rem  !important;
  }
  .md-pe-60 {
    padding-inline-end: 15rem ;
  }
  [class~="md-pe-60"] {
    padding-inline-end: 15rem ;
  }
  .md-!pe-60 {
    padding-inline-end: 15rem  !important;
  }
  [class~="md-!pe-60"] {
    padding-inline-end: 15rem  !important;
  }
  .md-pt-60 {
    padding-top: 15rem ;
  }
  [class~="md-pt-60"] {
    padding-top: 15rem ;
  }
  .md-!pt-60 {
    padding-top: 15rem  !important;
  }
  [class~="md-!pt-60"] {
    padding-top: 15rem  !important;
  }
  .md-pr-60 {
    padding-right: 15rem ;
  }
  [class~="md-pr-60"] {
    padding-right: 15rem ;
  }
  .md-!pr-60 {
    padding-right: 15rem  !important;
  }
  [class~="md-!pr-60"] {
    padding-right: 15rem  !important;
  }
  .md-pb-60 {
    padding-bottom: 15rem ;
  }
  [class~="md-pb-60"] {
    padding-bottom: 15rem ;
  }
  .md-!pb-60 {
    padding-bottom: 15rem  !important;
  }
  [class~="md-!pb-60"] {
    padding-bottom: 15rem  !important;
  }
  .md-pl-60 {
    padding-left: 15rem ;
  }
  [class~="md-pl-60"] {
    padding-left: 15rem ;
  }
  .md-!pl-60 {
    padding-left: 15rem  !important;
  }
  [class~="md-!pl-60"] {
    padding-left: 15rem  !important;
  }
  .md-p-64 {
    padding: 16rem ;
  }
  [class~="md-p-64"] {
    padding: 16rem ;
  }
  .md-!p-64 {
    padding: 16rem  !important;
  }
  [class~="md-!p-64"] {
    padding: 16rem  !important;
  }
  .md-px-64 {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  [class~="md-px-64"] {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  .md-!px-64 {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  [class~="md-!px-64"] {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  .md-py-64 {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  [class~="md-py-64"] {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  .md-!py-64 {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  [class~="md-!py-64"] {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  .md-ps-64 {
    padding-inline-start: 16rem ;
  }
  [class~="md-ps-64"] {
    padding-inline-start: 16rem ;
  }
  .md-!ps-64 {
    padding-inline-start: 16rem  !important;
  }
  [class~="md-!ps-64"] {
    padding-inline-start: 16rem  !important;
  }
  .md-pe-64 {
    padding-inline-end: 16rem ;
  }
  [class~="md-pe-64"] {
    padding-inline-end: 16rem ;
  }
  .md-!pe-64 {
    padding-inline-end: 16rem  !important;
  }
  [class~="md-!pe-64"] {
    padding-inline-end: 16rem  !important;
  }
  .md-pt-64 {
    padding-top: 16rem ;
  }
  [class~="md-pt-64"] {
    padding-top: 16rem ;
  }
  .md-!pt-64 {
    padding-top: 16rem  !important;
  }
  [class~="md-!pt-64"] {
    padding-top: 16rem  !important;
  }
  .md-pr-64 {
    padding-right: 16rem ;
  }
  [class~="md-pr-64"] {
    padding-right: 16rem ;
  }
  .md-!pr-64 {
    padding-right: 16rem  !important;
  }
  [class~="md-!pr-64"] {
    padding-right: 16rem  !important;
  }
  .md-pb-64 {
    padding-bottom: 16rem ;
  }
  [class~="md-pb-64"] {
    padding-bottom: 16rem ;
  }
  .md-!pb-64 {
    padding-bottom: 16rem  !important;
  }
  [class~="md-!pb-64"] {
    padding-bottom: 16rem  !important;
  }
  .md-pl-64 {
    padding-left: 16rem ;
  }
  [class~="md-pl-64"] {
    padding-left: 16rem ;
  }
  .md-!pl-64 {
    padding-left: 16rem  !important;
  }
  [class~="md-!pl-64"] {
    padding-left: 16rem  !important;
  }
  .md-p-72 {
    padding: 18rem ;
  }
  [class~="md-p-72"] {
    padding: 18rem ;
  }
  .md-!p-72 {
    padding: 18rem  !important;
  }
  [class~="md-!p-72"] {
    padding: 18rem  !important;
  }
  .md-px-72 {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  [class~="md-px-72"] {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  .md-!px-72 {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  [class~="md-!px-72"] {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  .md-py-72 {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  [class~="md-py-72"] {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  .md-!py-72 {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  [class~="md-!py-72"] {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  .md-ps-72 {
    padding-inline-start: 18rem ;
  }
  [class~="md-ps-72"] {
    padding-inline-start: 18rem ;
  }
  .md-!ps-72 {
    padding-inline-start: 18rem  !important;
  }
  [class~="md-!ps-72"] {
    padding-inline-start: 18rem  !important;
  }
  .md-pe-72 {
    padding-inline-end: 18rem ;
  }
  [class~="md-pe-72"] {
    padding-inline-end: 18rem ;
  }
  .md-!pe-72 {
    padding-inline-end: 18rem  !important;
  }
  [class~="md-!pe-72"] {
    padding-inline-end: 18rem  !important;
  }
  .md-pt-72 {
    padding-top: 18rem ;
  }
  [class~="md-pt-72"] {
    padding-top: 18rem ;
  }
  .md-!pt-72 {
    padding-top: 18rem  !important;
  }
  [class~="md-!pt-72"] {
    padding-top: 18rem  !important;
  }
  .md-pr-72 {
    padding-right: 18rem ;
  }
  [class~="md-pr-72"] {
    padding-right: 18rem ;
  }
  .md-!pr-72 {
    padding-right: 18rem  !important;
  }
  [class~="md-!pr-72"] {
    padding-right: 18rem  !important;
  }
  .md-pb-72 {
    padding-bottom: 18rem ;
  }
  [class~="md-pb-72"] {
    padding-bottom: 18rem ;
  }
  .md-!pb-72 {
    padding-bottom: 18rem  !important;
  }
  [class~="md-!pb-72"] {
    padding-bottom: 18rem  !important;
  }
  .md-pl-72 {
    padding-left: 18rem ;
  }
  [class~="md-pl-72"] {
    padding-left: 18rem ;
  }
  .md-!pl-72 {
    padding-left: 18rem  !important;
  }
  [class~="md-!pl-72"] {
    padding-left: 18rem  !important;
  }
  .md-p-80 {
    padding: 20rem ;
  }
  [class~="md-p-80"] {
    padding: 20rem ;
  }
  .md-!p-80 {
    padding: 20rem  !important;
  }
  [class~="md-!p-80"] {
    padding: 20rem  !important;
  }
  .md-px-80 {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  [class~="md-px-80"] {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  .md-!px-80 {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  [class~="md-!px-80"] {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  .md-py-80 {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  [class~="md-py-80"] {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  .md-!py-80 {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  [class~="md-!py-80"] {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  .md-ps-80 {
    padding-inline-start: 20rem ;
  }
  [class~="md-ps-80"] {
    padding-inline-start: 20rem ;
  }
  .md-!ps-80 {
    padding-inline-start: 20rem  !important;
  }
  [class~="md-!ps-80"] {
    padding-inline-start: 20rem  !important;
  }
  .md-pe-80 {
    padding-inline-end: 20rem ;
  }
  [class~="md-pe-80"] {
    padding-inline-end: 20rem ;
  }
  .md-!pe-80 {
    padding-inline-end: 20rem  !important;
  }
  [class~="md-!pe-80"] {
    padding-inline-end: 20rem  !important;
  }
  .md-pt-80 {
    padding-top: 20rem ;
  }
  [class~="md-pt-80"] {
    padding-top: 20rem ;
  }
  .md-!pt-80 {
    padding-top: 20rem  !important;
  }
  [class~="md-!pt-80"] {
    padding-top: 20rem  !important;
  }
  .md-pr-80 {
    padding-right: 20rem ;
  }
  [class~="md-pr-80"] {
    padding-right: 20rem ;
  }
  .md-!pr-80 {
    padding-right: 20rem  !important;
  }
  [class~="md-!pr-80"] {
    padding-right: 20rem  !important;
  }
  .md-pb-80 {
    padding-bottom: 20rem ;
  }
  [class~="md-pb-80"] {
    padding-bottom: 20rem ;
  }
  .md-!pb-80 {
    padding-bottom: 20rem  !important;
  }
  [class~="md-!pb-80"] {
    padding-bottom: 20rem  !important;
  }
  .md-pl-80 {
    padding-left: 20rem ;
  }
  [class~="md-pl-80"] {
    padding-left: 20rem ;
  }
  .md-!pl-80 {
    padding-left: 20rem  !important;
  }
  [class~="md-!pl-80"] {
    padding-left: 20rem  !important;
  }
  .md-p-96 {
    padding: 24rem ;
  }
  [class~="md-p-96"] {
    padding: 24rem ;
  }
  .md-!p-96 {
    padding: 24rem  !important;
  }
  [class~="md-!p-96"] {
    padding: 24rem  !important;
  }
  .md-px-96 {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  [class~="md-px-96"] {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  .md-!px-96 {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  [class~="md-!px-96"] {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  .md-py-96 {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  [class~="md-py-96"] {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  .md-!py-96 {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  [class~="md-!py-96"] {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  .md-ps-96 {
    padding-inline-start: 24rem ;
  }
  [class~="md-ps-96"] {
    padding-inline-start: 24rem ;
  }
  .md-!ps-96 {
    padding-inline-start: 24rem  !important;
  }
  [class~="md-!ps-96"] {
    padding-inline-start: 24rem  !important;
  }
  .md-pe-96 {
    padding-inline-end: 24rem ;
  }
  [class~="md-pe-96"] {
    padding-inline-end: 24rem ;
  }
  .md-!pe-96 {
    padding-inline-end: 24rem  !important;
  }
  [class~="md-!pe-96"] {
    padding-inline-end: 24rem  !important;
  }
  .md-pt-96 {
    padding-top: 24rem ;
  }
  [class~="md-pt-96"] {
    padding-top: 24rem ;
  }
  .md-!pt-96 {
    padding-top: 24rem  !important;
  }
  [class~="md-!pt-96"] {
    padding-top: 24rem  !important;
  }
  .md-pr-96 {
    padding-right: 24rem ;
  }
  [class~="md-pr-96"] {
    padding-right: 24rem ;
  }
  .md-!pr-96 {
    padding-right: 24rem  !important;
  }
  [class~="md-!pr-96"] {
    padding-right: 24rem  !important;
  }
  .md-pb-96 {
    padding-bottom: 24rem ;
  }
  [class~="md-pb-96"] {
    padding-bottom: 24rem ;
  }
  .md-!pb-96 {
    padding-bottom: 24rem  !important;
  }
  [class~="md-!pb-96"] {
    padding-bottom: 24rem  !important;
  }
  .md-pl-96 {
    padding-left: 24rem ;
  }
  [class~="md-pl-96"] {
    padding-left: 24rem ;
  }
  .md-!pl-96 {
    padding-left: 24rem  !important;
  }
  [class~="md-!pl-96"] {
    padding-left: 24rem  !important;
  }
  .md-m-0 {
    margin: 0 ;
  }
  [class~="md-m-0"] {
    margin: 0 ;
  }
  .md-!m-0 {
    margin: 0  !important;
  }
  [class~="md-!m-0"] {
    margin: 0  !important;
  }
  .md-mx-0 {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  [class~="md-mx-0"] {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .md-!mx-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  [class~="md-!mx-0"] {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .md-my-0 {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  [class~="md-my-0"] {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  .md-!my-0 {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  [class~="md-!my-0"] {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  .md-ms-0 {
    margin-inline-start: 0 ;
  }
  [class~="md-ms-0"] {
    margin-inline-start: 0 ;
  }
  .md-!ms-0 {
    margin-inline-start: 0  !important;
  }
  [class~="md-!ms-0"] {
    margin-inline-start: 0  !important;
  }
  .md-me-0 {
    margin-inline-end: 0 ;
  }
  [class~="md-me-0"] {
    margin-inline-end: 0 ;
  }
  .md-!me-0 {
    margin-inline-end: 0  !important;
  }
  [class~="md-!me-0"] {
    margin-inline-end: 0  !important;
  }
  .md-mt-0 {
    margin-top: 0 ;
  }
  [class~="md-mt-0"] {
    margin-top: 0 ;
  }
  .md-!mt-0 {
    margin-top: 0  !important;
  }
  [class~="md-!mt-0"] {
    margin-top: 0  !important;
  }
  .md-mr-0 {
    margin-right: 0 ;
  }
  [class~="md-mr-0"] {
    margin-right: 0 ;
  }
  .md-!mr-0 {
    margin-right: 0  !important;
  }
  [class~="md-!mr-0"] {
    margin-right: 0  !important;
  }
  .md-mb-0 {
    margin-bottom: 0 ;
  }
  [class~="md-mb-0"] {
    margin-bottom: 0 ;
  }
  .md-!mb-0 {
    margin-bottom: 0  !important;
  }
  [class~="md-!mb-0"] {
    margin-bottom: 0  !important;
  }
  .md-ml-0 {
    margin-left: 0 ;
  }
  [class~="md-ml-0"] {
    margin-left: 0 ;
  }
  .md-!ml-0 {
    margin-left: 0  !important;
  }
  [class~="md-!ml-0"] {
    margin-left: 0  !important;
  }
  .md-m-px {
    margin: 1px ;
  }
  [class~="md-m-px"] {
    margin: 1px ;
  }
  .md-!m-px {
    margin: 1px  !important;
  }
  [class~="md-!m-px"] {
    margin: 1px  !important;
  }
  .md-mx-px {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  [class~="md-mx-px"] {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  .md-!mx-px {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  [class~="md-!mx-px"] {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  .md-my-px {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  [class~="md-my-px"] {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  .md-!my-px {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  [class~="md-!my-px"] {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  .md-ms-px {
    margin-inline-start: 1px ;
  }
  [class~="md-ms-px"] {
    margin-inline-start: 1px ;
  }
  .md-!ms-px {
    margin-inline-start: 1px  !important;
  }
  [class~="md-!ms-px"] {
    margin-inline-start: 1px  !important;
  }
  .md-me-px {
    margin-inline-end: 1px ;
  }
  [class~="md-me-px"] {
    margin-inline-end: 1px ;
  }
  .md-!me-px {
    margin-inline-end: 1px  !important;
  }
  [class~="md-!me-px"] {
    margin-inline-end: 1px  !important;
  }
  .md-mt-px {
    margin-top: 1px ;
  }
  [class~="md-mt-px"] {
    margin-top: 1px ;
  }
  .md-!mt-px {
    margin-top: 1px  !important;
  }
  [class~="md-!mt-px"] {
    margin-top: 1px  !important;
  }
  .md-mr-px {
    margin-right: 1px ;
  }
  [class~="md-mr-px"] {
    margin-right: 1px ;
  }
  .md-!mr-px {
    margin-right: 1px  !important;
  }
  [class~="md-!mr-px"] {
    margin-right: 1px  !important;
  }
  .md-mb-px {
    margin-bottom: 1px ;
  }
  [class~="md-mb-px"] {
    margin-bottom: 1px ;
  }
  .md-!mb-px {
    margin-bottom: 1px  !important;
  }
  [class~="md-!mb-px"] {
    margin-bottom: 1px  !important;
  }
  .md-ml-px {
    margin-left: 1px ;
  }
  [class~="md-ml-px"] {
    margin-left: 1px ;
  }
  .md-!ml-px {
    margin-left: 1px  !important;
  }
  [class~="md-!ml-px"] {
    margin-left: 1px  !important;
  }
  .md-m-0\.5 {
    margin: 0.125rem ;
  }
  [class~="md-m-0\.5"] {
    margin: 0.125rem ;
  }
  .md-!m-0\.5 {
    margin: 0.125rem  !important;
  }
  [class~="md-!m-0\.5"] {
    margin: 0.125rem  !important;
  }
  .md-mx-0\.5 {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  [class~="md-mx-0\.5"] {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  .md-!mx-0\.5 {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  [class~="md-!mx-0\.5"] {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  .md-my-0\.5 {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  [class~="md-my-0\.5"] {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  .md-!my-0\.5 {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  [class~="md-!my-0\.5"] {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  .md-ms-0\.5 {
    margin-inline-start: 0.125rem ;
  }
  [class~="md-ms-0\.5"] {
    margin-inline-start: 0.125rem ;
  }
  .md-!ms-0\.5 {
    margin-inline-start: 0.125rem  !important;
  }
  [class~="md-!ms-0\.5"] {
    margin-inline-start: 0.125rem  !important;
  }
  .md-me-0\.5 {
    margin-inline-end: 0.125rem ;
  }
  [class~="md-me-0\.5"] {
    margin-inline-end: 0.125rem ;
  }
  .md-!me-0\.5 {
    margin-inline-end: 0.125rem  !important;
  }
  [class~="md-!me-0\.5"] {
    margin-inline-end: 0.125rem  !important;
  }
  .md-mt-0\.5 {
    margin-top: 0.125rem ;
  }
  [class~="md-mt-0\.5"] {
    margin-top: 0.125rem ;
  }
  .md-!mt-0\.5 {
    margin-top: 0.125rem  !important;
  }
  [class~="md-!mt-0\.5"] {
    margin-top: 0.125rem  !important;
  }
  .md-mr-0\.5 {
    margin-right: 0.125rem ;
  }
  [class~="md-mr-0\.5"] {
    margin-right: 0.125rem ;
  }
  .md-!mr-0\.5 {
    margin-right: 0.125rem  !important;
  }
  [class~="md-!mr-0\.5"] {
    margin-right: 0.125rem  !important;
  }
  .md-mb-0\.5 {
    margin-bottom: 0.125rem ;
  }
  [class~="md-mb-0\.5"] {
    margin-bottom: 0.125rem ;
  }
  .md-!mb-0\.5 {
    margin-bottom: 0.125rem  !important;
  }
  [class~="md-!mb-0\.5"] {
    margin-bottom: 0.125rem  !important;
  }
  .md-ml-0\.5 {
    margin-left: 0.125rem ;
  }
  [class~="md-ml-0\.5"] {
    margin-left: 0.125rem ;
  }
  .md-!ml-0\.5 {
    margin-left: 0.125rem  !important;
  }
  [class~="md-!ml-0\.5"] {
    margin-left: 0.125rem  !important;
  }
  .md-m-1 {
    margin: 0.25rem ;
  }
  [class~="md-m-1"] {
    margin: 0.25rem ;
  }
  .md-!m-1 {
    margin: 0.25rem  !important;
  }
  [class~="md-!m-1"] {
    margin: 0.25rem  !important;
  }
  .md-mx-1 {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  [class~="md-mx-1"] {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  .md-!mx-1 {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  [class~="md-!mx-1"] {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  .md-my-1 {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  [class~="md-my-1"] {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  .md-!my-1 {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  [class~="md-!my-1"] {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  .md-ms-1 {
    margin-inline-start: 0.25rem ;
  }
  [class~="md-ms-1"] {
    margin-inline-start: 0.25rem ;
  }
  .md-!ms-1 {
    margin-inline-start: 0.25rem  !important;
  }
  [class~="md-!ms-1"] {
    margin-inline-start: 0.25rem  !important;
  }
  .md-me-1 {
    margin-inline-end: 0.25rem ;
  }
  [class~="md-me-1"] {
    margin-inline-end: 0.25rem ;
  }
  .md-!me-1 {
    margin-inline-end: 0.25rem  !important;
  }
  [class~="md-!me-1"] {
    margin-inline-end: 0.25rem  !important;
  }
  .md-mt-1 {
    margin-top: 0.25rem ;
  }
  [class~="md-mt-1"] {
    margin-top: 0.25rem ;
  }
  .md-!mt-1 {
    margin-top: 0.25rem  !important;
  }
  [class~="md-!mt-1"] {
    margin-top: 0.25rem  !important;
  }
  .md-mr-1 {
    margin-right: 0.25rem ;
  }
  [class~="md-mr-1"] {
    margin-right: 0.25rem ;
  }
  .md-!mr-1 {
    margin-right: 0.25rem  !important;
  }
  [class~="md-!mr-1"] {
    margin-right: 0.25rem  !important;
  }
  .md-mb-1 {
    margin-bottom: 0.25rem ;
  }
  [class~="md-mb-1"] {
    margin-bottom: 0.25rem ;
  }
  .md-!mb-1 {
    margin-bottom: 0.25rem  !important;
  }
  [class~="md-!mb-1"] {
    margin-bottom: 0.25rem  !important;
  }
  .md-ml-1 {
    margin-left: 0.25rem ;
  }
  [class~="md-ml-1"] {
    margin-left: 0.25rem ;
  }
  .md-!ml-1 {
    margin-left: 0.25rem  !important;
  }
  [class~="md-!ml-1"] {
    margin-left: 0.25rem  !important;
  }
  .md-m-1\.5 {
    margin: 0.375rem ;
  }
  [class~="md-m-1\.5"] {
    margin: 0.375rem ;
  }
  .md-!m-1\.5 {
    margin: 0.375rem  !important;
  }
  [class~="md-!m-1\.5"] {
    margin: 0.375rem  !important;
  }
  .md-mx-1\.5 {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  [class~="md-mx-1\.5"] {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  .md-!mx-1\.5 {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  [class~="md-!mx-1\.5"] {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  .md-my-1\.5 {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  [class~="md-my-1\.5"] {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  .md-!my-1\.5 {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  [class~="md-!my-1\.5"] {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  .md-ms-1\.5 {
    margin-inline-start: 0.375rem ;
  }
  [class~="md-ms-1\.5"] {
    margin-inline-start: 0.375rem ;
  }
  .md-!ms-1\.5 {
    margin-inline-start: 0.375rem  !important;
  }
  [class~="md-!ms-1\.5"] {
    margin-inline-start: 0.375rem  !important;
  }
  .md-me-1\.5 {
    margin-inline-end: 0.375rem ;
  }
  [class~="md-me-1\.5"] {
    margin-inline-end: 0.375rem ;
  }
  .md-!me-1\.5 {
    margin-inline-end: 0.375rem  !important;
  }
  [class~="md-!me-1\.5"] {
    margin-inline-end: 0.375rem  !important;
  }
  .md-mt-1\.5 {
    margin-top: 0.375rem ;
  }
  [class~="md-mt-1\.5"] {
    margin-top: 0.375rem ;
  }
  .md-!mt-1\.5 {
    margin-top: 0.375rem  !important;
  }
  [class~="md-!mt-1\.5"] {
    margin-top: 0.375rem  !important;
  }
  .md-mr-1\.5 {
    margin-right: 0.375rem ;
  }
  [class~="md-mr-1\.5"] {
    margin-right: 0.375rem ;
  }
  .md-!mr-1\.5 {
    margin-right: 0.375rem  !important;
  }
  [class~="md-!mr-1\.5"] {
    margin-right: 0.375rem  !important;
  }
  .md-mb-1\.5 {
    margin-bottom: 0.375rem ;
  }
  [class~="md-mb-1\.5"] {
    margin-bottom: 0.375rem ;
  }
  .md-!mb-1\.5 {
    margin-bottom: 0.375rem  !important;
  }
  [class~="md-!mb-1\.5"] {
    margin-bottom: 0.375rem  !important;
  }
  .md-ml-1\.5 {
    margin-left: 0.375rem ;
  }
  [class~="md-ml-1\.5"] {
    margin-left: 0.375rem ;
  }
  .md-!ml-1\.5 {
    margin-left: 0.375rem  !important;
  }
  [class~="md-!ml-1\.5"] {
    margin-left: 0.375rem  !important;
  }
  .md-m-2 {
    margin: 0.5rem ;
  }
  [class~="md-m-2"] {
    margin: 0.5rem ;
  }
  .md-!m-2 {
    margin: 0.5rem  !important;
  }
  [class~="md-!m-2"] {
    margin: 0.5rem  !important;
  }
  .md-mx-2 {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  [class~="md-mx-2"] {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  .md-!mx-2 {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  [class~="md-!mx-2"] {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  .md-my-2 {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  [class~="md-my-2"] {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  .md-!my-2 {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  [class~="md-!my-2"] {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  .md-ms-2 {
    margin-inline-start: 0.5rem ;
  }
  [class~="md-ms-2"] {
    margin-inline-start: 0.5rem ;
  }
  .md-!ms-2 {
    margin-inline-start: 0.5rem  !important;
  }
  [class~="md-!ms-2"] {
    margin-inline-start: 0.5rem  !important;
  }
  .md-me-2 {
    margin-inline-end: 0.5rem ;
  }
  [class~="md-me-2"] {
    margin-inline-end: 0.5rem ;
  }
  .md-!me-2 {
    margin-inline-end: 0.5rem  !important;
  }
  [class~="md-!me-2"] {
    margin-inline-end: 0.5rem  !important;
  }
  .md-mt-2 {
    margin-top: 0.5rem ;
  }
  [class~="md-mt-2"] {
    margin-top: 0.5rem ;
  }
  .md-!mt-2 {
    margin-top: 0.5rem  !important;
  }
  [class~="md-!mt-2"] {
    margin-top: 0.5rem  !important;
  }
  .md-mr-2 {
    margin-right: 0.5rem ;
  }
  [class~="md-mr-2"] {
    margin-right: 0.5rem ;
  }
  .md-!mr-2 {
    margin-right: 0.5rem  !important;
  }
  [class~="md-!mr-2"] {
    margin-right: 0.5rem  !important;
  }
  .md-mb-2 {
    margin-bottom: 0.5rem ;
  }
  [class~="md-mb-2"] {
    margin-bottom: 0.5rem ;
  }
  .md-!mb-2 {
    margin-bottom: 0.5rem  !important;
  }
  [class~="md-!mb-2"] {
    margin-bottom: 0.5rem  !important;
  }
  .md-ml-2 {
    margin-left: 0.5rem ;
  }
  [class~="md-ml-2"] {
    margin-left: 0.5rem ;
  }
  .md-!ml-2 {
    margin-left: 0.5rem  !important;
  }
  [class~="md-!ml-2"] {
    margin-left: 0.5rem  !important;
  }
  .md-m-2\.5 {
    margin: 0.625rem ;
  }
  [class~="md-m-2\.5"] {
    margin: 0.625rem ;
  }
  .md-!m-2\.5 {
    margin: 0.625rem  !important;
  }
  [class~="md-!m-2\.5"] {
    margin: 0.625rem  !important;
  }
  .md-mx-2\.5 {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  [class~="md-mx-2\.5"] {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  .md-!mx-2\.5 {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  [class~="md-!mx-2\.5"] {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  .md-my-2\.5 {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  [class~="md-my-2\.5"] {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  .md-!my-2\.5 {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  [class~="md-!my-2\.5"] {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  .md-ms-2\.5 {
    margin-inline-start: 0.625rem ;
  }
  [class~="md-ms-2\.5"] {
    margin-inline-start: 0.625rem ;
  }
  .md-!ms-2\.5 {
    margin-inline-start: 0.625rem  !important;
  }
  [class~="md-!ms-2\.5"] {
    margin-inline-start: 0.625rem  !important;
  }
  .md-me-2\.5 {
    margin-inline-end: 0.625rem ;
  }
  [class~="md-me-2\.5"] {
    margin-inline-end: 0.625rem ;
  }
  .md-!me-2\.5 {
    margin-inline-end: 0.625rem  !important;
  }
  [class~="md-!me-2\.5"] {
    margin-inline-end: 0.625rem  !important;
  }
  .md-mt-2\.5 {
    margin-top: 0.625rem ;
  }
  [class~="md-mt-2\.5"] {
    margin-top: 0.625rem ;
  }
  .md-!mt-2\.5 {
    margin-top: 0.625rem  !important;
  }
  [class~="md-!mt-2\.5"] {
    margin-top: 0.625rem  !important;
  }
  .md-mr-2\.5 {
    margin-right: 0.625rem ;
  }
  [class~="md-mr-2\.5"] {
    margin-right: 0.625rem ;
  }
  .md-!mr-2\.5 {
    margin-right: 0.625rem  !important;
  }
  [class~="md-!mr-2\.5"] {
    margin-right: 0.625rem  !important;
  }
  .md-mb-2\.5 {
    margin-bottom: 0.625rem ;
  }
  [class~="md-mb-2\.5"] {
    margin-bottom: 0.625rem ;
  }
  .md-!mb-2\.5 {
    margin-bottom: 0.625rem  !important;
  }
  [class~="md-!mb-2\.5"] {
    margin-bottom: 0.625rem  !important;
  }
  .md-ml-2\.5 {
    margin-left: 0.625rem ;
  }
  [class~="md-ml-2\.5"] {
    margin-left: 0.625rem ;
  }
  .md-!ml-2\.5 {
    margin-left: 0.625rem  !important;
  }
  [class~="md-!ml-2\.5"] {
    margin-left: 0.625rem  !important;
  }
  .md-m-3 {
    margin: 0.75rem ;
  }
  [class~="md-m-3"] {
    margin: 0.75rem ;
  }
  .md-!m-3 {
    margin: 0.75rem  !important;
  }
  [class~="md-!m-3"] {
    margin: 0.75rem  !important;
  }
  .md-mx-3 {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  [class~="md-mx-3"] {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  .md-!mx-3 {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  [class~="md-!mx-3"] {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  .md-my-3 {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  [class~="md-my-3"] {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  .md-!my-3 {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  [class~="md-!my-3"] {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  .md-ms-3 {
    margin-inline-start: 0.75rem ;
  }
  [class~="md-ms-3"] {
    margin-inline-start: 0.75rem ;
  }
  .md-!ms-3 {
    margin-inline-start: 0.75rem  !important;
  }
  [class~="md-!ms-3"] {
    margin-inline-start: 0.75rem  !important;
  }
  .md-me-3 {
    margin-inline-end: 0.75rem ;
  }
  [class~="md-me-3"] {
    margin-inline-end: 0.75rem ;
  }
  .md-!me-3 {
    margin-inline-end: 0.75rem  !important;
  }
  [class~="md-!me-3"] {
    margin-inline-end: 0.75rem  !important;
  }
  .md-mt-3 {
    margin-top: 0.75rem ;
  }
  [class~="md-mt-3"] {
    margin-top: 0.75rem ;
  }
  .md-!mt-3 {
    margin-top: 0.75rem  !important;
  }
  [class~="md-!mt-3"] {
    margin-top: 0.75rem  !important;
  }
  .md-mr-3 {
    margin-right: 0.75rem ;
  }
  [class~="md-mr-3"] {
    margin-right: 0.75rem ;
  }
  .md-!mr-3 {
    margin-right: 0.75rem  !important;
  }
  [class~="md-!mr-3"] {
    margin-right: 0.75rem  !important;
  }
  .md-mb-3 {
    margin-bottom: 0.75rem ;
  }
  [class~="md-mb-3"] {
    margin-bottom: 0.75rem ;
  }
  .md-!mb-3 {
    margin-bottom: 0.75rem  !important;
  }
  [class~="md-!mb-3"] {
    margin-bottom: 0.75rem  !important;
  }
  .md-ml-3 {
    margin-left: 0.75rem ;
  }
  [class~="md-ml-3"] {
    margin-left: 0.75rem ;
  }
  .md-!ml-3 {
    margin-left: 0.75rem  !important;
  }
  [class~="md-!ml-3"] {
    margin-left: 0.75rem  !important;
  }
  .md-m-3\.5 {
    margin: 0.875rem ;
  }
  [class~="md-m-3\.5"] {
    margin: 0.875rem ;
  }
  .md-!m-3\.5 {
    margin: 0.875rem  !important;
  }
  [class~="md-!m-3\.5"] {
    margin: 0.875rem  !important;
  }
  .md-mx-3\.5 {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  [class~="md-mx-3\.5"] {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  .md-!mx-3\.5 {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  [class~="md-!mx-3\.5"] {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  .md-my-3\.5 {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  [class~="md-my-3\.5"] {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  .md-!my-3\.5 {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  [class~="md-!my-3\.5"] {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  .md-ms-3\.5 {
    margin-inline-start: 0.875rem ;
  }
  [class~="md-ms-3\.5"] {
    margin-inline-start: 0.875rem ;
  }
  .md-!ms-3\.5 {
    margin-inline-start: 0.875rem  !important;
  }
  [class~="md-!ms-3\.5"] {
    margin-inline-start: 0.875rem  !important;
  }
  .md-me-3\.5 {
    margin-inline-end: 0.875rem ;
  }
  [class~="md-me-3\.5"] {
    margin-inline-end: 0.875rem ;
  }
  .md-!me-3\.5 {
    margin-inline-end: 0.875rem  !important;
  }
  [class~="md-!me-3\.5"] {
    margin-inline-end: 0.875rem  !important;
  }
  .md-mt-3\.5 {
    margin-top: 0.875rem ;
  }
  [class~="md-mt-3\.5"] {
    margin-top: 0.875rem ;
  }
  .md-!mt-3\.5 {
    margin-top: 0.875rem  !important;
  }
  [class~="md-!mt-3\.5"] {
    margin-top: 0.875rem  !important;
  }
  .md-mr-3\.5 {
    margin-right: 0.875rem ;
  }
  [class~="md-mr-3\.5"] {
    margin-right: 0.875rem ;
  }
  .md-!mr-3\.5 {
    margin-right: 0.875rem  !important;
  }
  [class~="md-!mr-3\.5"] {
    margin-right: 0.875rem  !important;
  }
  .md-mb-3\.5 {
    margin-bottom: 0.875rem ;
  }
  [class~="md-mb-3\.5"] {
    margin-bottom: 0.875rem ;
  }
  .md-!mb-3\.5 {
    margin-bottom: 0.875rem  !important;
  }
  [class~="md-!mb-3\.5"] {
    margin-bottom: 0.875rem  !important;
  }
  .md-ml-3\.5 {
    margin-left: 0.875rem ;
  }
  [class~="md-ml-3\.5"] {
    margin-left: 0.875rem ;
  }
  .md-!ml-3\.5 {
    margin-left: 0.875rem  !important;
  }
  [class~="md-!ml-3\.5"] {
    margin-left: 0.875rem  !important;
  }
  .md-m-4 {
    margin: 1rem ;
  }
  [class~="md-m-4"] {
    margin: 1rem ;
  }
  .md-!m-4 {
    margin: 1rem  !important;
  }
  [class~="md-!m-4"] {
    margin: 1rem  !important;
  }
  .md-mx-4 {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  [class~="md-mx-4"] {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  .md-!mx-4 {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  [class~="md-!mx-4"] {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  .md-my-4 {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  [class~="md-my-4"] {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  .md-!my-4 {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  [class~="md-!my-4"] {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  .md-ms-4 {
    margin-inline-start: 1rem ;
  }
  [class~="md-ms-4"] {
    margin-inline-start: 1rem ;
  }
  .md-!ms-4 {
    margin-inline-start: 1rem  !important;
  }
  [class~="md-!ms-4"] {
    margin-inline-start: 1rem  !important;
  }
  .md-me-4 {
    margin-inline-end: 1rem ;
  }
  [class~="md-me-4"] {
    margin-inline-end: 1rem ;
  }
  .md-!me-4 {
    margin-inline-end: 1rem  !important;
  }
  [class~="md-!me-4"] {
    margin-inline-end: 1rem  !important;
  }
  .md-mt-4 {
    margin-top: 1rem ;
  }
  [class~="md-mt-4"] {
    margin-top: 1rem ;
  }
  .md-!mt-4 {
    margin-top: 1rem  !important;
  }
  [class~="md-!mt-4"] {
    margin-top: 1rem  !important;
  }
  .md-mr-4 {
    margin-right: 1rem ;
  }
  [class~="md-mr-4"] {
    margin-right: 1rem ;
  }
  .md-!mr-4 {
    margin-right: 1rem  !important;
  }
  [class~="md-!mr-4"] {
    margin-right: 1rem  !important;
  }
  .md-mb-4 {
    margin-bottom: 1rem ;
  }
  [class~="md-mb-4"] {
    margin-bottom: 1rem ;
  }
  .md-!mb-4 {
    margin-bottom: 1rem  !important;
  }
  [class~="md-!mb-4"] {
    margin-bottom: 1rem  !important;
  }
  .md-ml-4 {
    margin-left: 1rem ;
  }
  [class~="md-ml-4"] {
    margin-left: 1rem ;
  }
  .md-!ml-4 {
    margin-left: 1rem  !important;
  }
  [class~="md-!ml-4"] {
    margin-left: 1rem  !important;
  }
  .md-m-5 {
    margin: 1.25rem ;
  }
  [class~="md-m-5"] {
    margin: 1.25rem ;
  }
  .md-!m-5 {
    margin: 1.25rem  !important;
  }
  [class~="md-!m-5"] {
    margin: 1.25rem  !important;
  }
  .md-mx-5 {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  [class~="md-mx-5"] {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  .md-!mx-5 {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  [class~="md-!mx-5"] {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  .md-my-5 {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  [class~="md-my-5"] {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  .md-!my-5 {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  [class~="md-!my-5"] {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  .md-ms-5 {
    margin-inline-start: 1.25rem ;
  }
  [class~="md-ms-5"] {
    margin-inline-start: 1.25rem ;
  }
  .md-!ms-5 {
    margin-inline-start: 1.25rem  !important;
  }
  [class~="md-!ms-5"] {
    margin-inline-start: 1.25rem  !important;
  }
  .md-me-5 {
    margin-inline-end: 1.25rem ;
  }
  [class~="md-me-5"] {
    margin-inline-end: 1.25rem ;
  }
  .md-!me-5 {
    margin-inline-end: 1.25rem  !important;
  }
  [class~="md-!me-5"] {
    margin-inline-end: 1.25rem  !important;
  }
  .md-mt-5 {
    margin-top: 1.25rem ;
  }
  [class~="md-mt-5"] {
    margin-top: 1.25rem ;
  }
  .md-!mt-5 {
    margin-top: 1.25rem  !important;
  }
  [class~="md-!mt-5"] {
    margin-top: 1.25rem  !important;
  }
  .md-mr-5 {
    margin-right: 1.25rem ;
  }
  [class~="md-mr-5"] {
    margin-right: 1.25rem ;
  }
  .md-!mr-5 {
    margin-right: 1.25rem  !important;
  }
  [class~="md-!mr-5"] {
    margin-right: 1.25rem  !important;
  }
  .md-mb-5 {
    margin-bottom: 1.25rem ;
  }
  [class~="md-mb-5"] {
    margin-bottom: 1.25rem ;
  }
  .md-!mb-5 {
    margin-bottom: 1.25rem  !important;
  }
  [class~="md-!mb-5"] {
    margin-bottom: 1.25rem  !important;
  }
  .md-ml-5 {
    margin-left: 1.25rem ;
  }
  [class~="md-ml-5"] {
    margin-left: 1.25rem ;
  }
  .md-!ml-5 {
    margin-left: 1.25rem  !important;
  }
  [class~="md-!ml-5"] {
    margin-left: 1.25rem  !important;
  }
  .md-m-6 {
    margin: 1.5rem ;
  }
  [class~="md-m-6"] {
    margin: 1.5rem ;
  }
  .md-!m-6 {
    margin: 1.5rem  !important;
  }
  [class~="md-!m-6"] {
    margin: 1.5rem  !important;
  }
  .md-mx-6 {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  [class~="md-mx-6"] {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  .md-!mx-6 {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  [class~="md-!mx-6"] {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  .md-my-6 {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  [class~="md-my-6"] {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  .md-!my-6 {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  [class~="md-!my-6"] {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  .md-ms-6 {
    margin-inline-start: 1.5rem ;
  }
  [class~="md-ms-6"] {
    margin-inline-start: 1.5rem ;
  }
  .md-!ms-6 {
    margin-inline-start: 1.5rem  !important;
  }
  [class~="md-!ms-6"] {
    margin-inline-start: 1.5rem  !important;
  }
  .md-me-6 {
    margin-inline-end: 1.5rem ;
  }
  [class~="md-me-6"] {
    margin-inline-end: 1.5rem ;
  }
  .md-!me-6 {
    margin-inline-end: 1.5rem  !important;
  }
  [class~="md-!me-6"] {
    margin-inline-end: 1.5rem  !important;
  }
  .md-mt-6 {
    margin-top: 1.5rem ;
  }
  [class~="md-mt-6"] {
    margin-top: 1.5rem ;
  }
  .md-!mt-6 {
    margin-top: 1.5rem  !important;
  }
  [class~="md-!mt-6"] {
    margin-top: 1.5rem  !important;
  }
  .md-mr-6 {
    margin-right: 1.5rem ;
  }
  [class~="md-mr-6"] {
    margin-right: 1.5rem ;
  }
  .md-!mr-6 {
    margin-right: 1.5rem  !important;
  }
  [class~="md-!mr-6"] {
    margin-right: 1.5rem  !important;
  }
  .md-mb-6 {
    margin-bottom: 1.5rem ;
  }
  [class~="md-mb-6"] {
    margin-bottom: 1.5rem ;
  }
  .md-!mb-6 {
    margin-bottom: 1.5rem  !important;
  }
  [class~="md-!mb-6"] {
    margin-bottom: 1.5rem  !important;
  }
  .md-ml-6 {
    margin-left: 1.5rem ;
  }
  [class~="md-ml-6"] {
    margin-left: 1.5rem ;
  }
  .md-!ml-6 {
    margin-left: 1.5rem  !important;
  }
  [class~="md-!ml-6"] {
    margin-left: 1.5rem  !important;
  }
  .md-m-7 {
    margin: 1.75rem ;
  }
  [class~="md-m-7"] {
    margin: 1.75rem ;
  }
  .md-!m-7 {
    margin: 1.75rem  !important;
  }
  [class~="md-!m-7"] {
    margin: 1.75rem  !important;
  }
  .md-mx-7 {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  [class~="md-mx-7"] {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  .md-!mx-7 {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  [class~="md-!mx-7"] {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  .md-my-7 {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  [class~="md-my-7"] {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  .md-!my-7 {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  [class~="md-!my-7"] {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  .md-ms-7 {
    margin-inline-start: 1.75rem ;
  }
  [class~="md-ms-7"] {
    margin-inline-start: 1.75rem ;
  }
  .md-!ms-7 {
    margin-inline-start: 1.75rem  !important;
  }
  [class~="md-!ms-7"] {
    margin-inline-start: 1.75rem  !important;
  }
  .md-me-7 {
    margin-inline-end: 1.75rem ;
  }
  [class~="md-me-7"] {
    margin-inline-end: 1.75rem ;
  }
  .md-!me-7 {
    margin-inline-end: 1.75rem  !important;
  }
  [class~="md-!me-7"] {
    margin-inline-end: 1.75rem  !important;
  }
  .md-mt-7 {
    margin-top: 1.75rem ;
  }
  [class~="md-mt-7"] {
    margin-top: 1.75rem ;
  }
  .md-!mt-7 {
    margin-top: 1.75rem  !important;
  }
  [class~="md-!mt-7"] {
    margin-top: 1.75rem  !important;
  }
  .md-mr-7 {
    margin-right: 1.75rem ;
  }
  [class~="md-mr-7"] {
    margin-right: 1.75rem ;
  }
  .md-!mr-7 {
    margin-right: 1.75rem  !important;
  }
  [class~="md-!mr-7"] {
    margin-right: 1.75rem  !important;
  }
  .md-mb-7 {
    margin-bottom: 1.75rem ;
  }
  [class~="md-mb-7"] {
    margin-bottom: 1.75rem ;
  }
  .md-!mb-7 {
    margin-bottom: 1.75rem  !important;
  }
  [class~="md-!mb-7"] {
    margin-bottom: 1.75rem  !important;
  }
  .md-ml-7 {
    margin-left: 1.75rem ;
  }
  [class~="md-ml-7"] {
    margin-left: 1.75rem ;
  }
  .md-!ml-7 {
    margin-left: 1.75rem  !important;
  }
  [class~="md-!ml-7"] {
    margin-left: 1.75rem  !important;
  }
  .md-m-8 {
    margin: 2rem ;
  }
  [class~="md-m-8"] {
    margin: 2rem ;
  }
  .md-!m-8 {
    margin: 2rem  !important;
  }
  [class~="md-!m-8"] {
    margin: 2rem  !important;
  }
  .md-mx-8 {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  [class~="md-mx-8"] {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  .md-!mx-8 {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  [class~="md-!mx-8"] {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  .md-my-8 {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  [class~="md-my-8"] {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  .md-!my-8 {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  [class~="md-!my-8"] {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  .md-ms-8 {
    margin-inline-start: 2rem ;
  }
  [class~="md-ms-8"] {
    margin-inline-start: 2rem ;
  }
  .md-!ms-8 {
    margin-inline-start: 2rem  !important;
  }
  [class~="md-!ms-8"] {
    margin-inline-start: 2rem  !important;
  }
  .md-me-8 {
    margin-inline-end: 2rem ;
  }
  [class~="md-me-8"] {
    margin-inline-end: 2rem ;
  }
  .md-!me-8 {
    margin-inline-end: 2rem  !important;
  }
  [class~="md-!me-8"] {
    margin-inline-end: 2rem  !important;
  }
  .md-mt-8 {
    margin-top: 2rem ;
  }
  [class~="md-mt-8"] {
    margin-top: 2rem ;
  }
  .md-!mt-8 {
    margin-top: 2rem  !important;
  }
  [class~="md-!mt-8"] {
    margin-top: 2rem  !important;
  }
  .md-mr-8 {
    margin-right: 2rem ;
  }
  [class~="md-mr-8"] {
    margin-right: 2rem ;
  }
  .md-!mr-8 {
    margin-right: 2rem  !important;
  }
  [class~="md-!mr-8"] {
    margin-right: 2rem  !important;
  }
  .md-mb-8 {
    margin-bottom: 2rem ;
  }
  [class~="md-mb-8"] {
    margin-bottom: 2rem ;
  }
  .md-!mb-8 {
    margin-bottom: 2rem  !important;
  }
  [class~="md-!mb-8"] {
    margin-bottom: 2rem  !important;
  }
  .md-ml-8 {
    margin-left: 2rem ;
  }
  [class~="md-ml-8"] {
    margin-left: 2rem ;
  }
  .md-!ml-8 {
    margin-left: 2rem  !important;
  }
  [class~="md-!ml-8"] {
    margin-left: 2rem  !important;
  }
  .md-m-9 {
    margin: 2.25rem ;
  }
  [class~="md-m-9"] {
    margin: 2.25rem ;
  }
  .md-!m-9 {
    margin: 2.25rem  !important;
  }
  [class~="md-!m-9"] {
    margin: 2.25rem  !important;
  }
  .md-mx-9 {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  [class~="md-mx-9"] {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  .md-!mx-9 {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  [class~="md-!mx-9"] {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  .md-my-9 {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  [class~="md-my-9"] {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  .md-!my-9 {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  [class~="md-!my-9"] {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  .md-ms-9 {
    margin-inline-start: 2.25rem ;
  }
  [class~="md-ms-9"] {
    margin-inline-start: 2.25rem ;
  }
  .md-!ms-9 {
    margin-inline-start: 2.25rem  !important;
  }
  [class~="md-!ms-9"] {
    margin-inline-start: 2.25rem  !important;
  }
  .md-me-9 {
    margin-inline-end: 2.25rem ;
  }
  [class~="md-me-9"] {
    margin-inline-end: 2.25rem ;
  }
  .md-!me-9 {
    margin-inline-end: 2.25rem  !important;
  }
  [class~="md-!me-9"] {
    margin-inline-end: 2.25rem  !important;
  }
  .md-mt-9 {
    margin-top: 2.25rem ;
  }
  [class~="md-mt-9"] {
    margin-top: 2.25rem ;
  }
  .md-!mt-9 {
    margin-top: 2.25rem  !important;
  }
  [class~="md-!mt-9"] {
    margin-top: 2.25rem  !important;
  }
  .md-mr-9 {
    margin-right: 2.25rem ;
  }
  [class~="md-mr-9"] {
    margin-right: 2.25rem ;
  }
  .md-!mr-9 {
    margin-right: 2.25rem  !important;
  }
  [class~="md-!mr-9"] {
    margin-right: 2.25rem  !important;
  }
  .md-mb-9 {
    margin-bottom: 2.25rem ;
  }
  [class~="md-mb-9"] {
    margin-bottom: 2.25rem ;
  }
  .md-!mb-9 {
    margin-bottom: 2.25rem  !important;
  }
  [class~="md-!mb-9"] {
    margin-bottom: 2.25rem  !important;
  }
  .md-ml-9 {
    margin-left: 2.25rem ;
  }
  [class~="md-ml-9"] {
    margin-left: 2.25rem ;
  }
  .md-!ml-9 {
    margin-left: 2.25rem  !important;
  }
  [class~="md-!ml-9"] {
    margin-left: 2.25rem  !important;
  }
  .md-m-10 {
    margin: 2.5rem ;
  }
  [class~="md-m-10"] {
    margin: 2.5rem ;
  }
  .md-!m-10 {
    margin: 2.5rem  !important;
  }
  [class~="md-!m-10"] {
    margin: 2.5rem  !important;
  }
  .md-mx-10 {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  [class~="md-mx-10"] {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  .md-!mx-10 {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  [class~="md-!mx-10"] {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  .md-my-10 {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  [class~="md-my-10"] {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  .md-!my-10 {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  [class~="md-!my-10"] {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  .md-ms-10 {
    margin-inline-start: 2.5rem ;
  }
  [class~="md-ms-10"] {
    margin-inline-start: 2.5rem ;
  }
  .md-!ms-10 {
    margin-inline-start: 2.5rem  !important;
  }
  [class~="md-!ms-10"] {
    margin-inline-start: 2.5rem  !important;
  }
  .md-me-10 {
    margin-inline-end: 2.5rem ;
  }
  [class~="md-me-10"] {
    margin-inline-end: 2.5rem ;
  }
  .md-!me-10 {
    margin-inline-end: 2.5rem  !important;
  }
  [class~="md-!me-10"] {
    margin-inline-end: 2.5rem  !important;
  }
  .md-mt-10 {
    margin-top: 2.5rem ;
  }
  [class~="md-mt-10"] {
    margin-top: 2.5rem ;
  }
  .md-!mt-10 {
    margin-top: 2.5rem  !important;
  }
  [class~="md-!mt-10"] {
    margin-top: 2.5rem  !important;
  }
  .md-mr-10 {
    margin-right: 2.5rem ;
  }
  [class~="md-mr-10"] {
    margin-right: 2.5rem ;
  }
  .md-!mr-10 {
    margin-right: 2.5rem  !important;
  }
  [class~="md-!mr-10"] {
    margin-right: 2.5rem  !important;
  }
  .md-mb-10 {
    margin-bottom: 2.5rem ;
  }
  [class~="md-mb-10"] {
    margin-bottom: 2.5rem ;
  }
  .md-!mb-10 {
    margin-bottom: 2.5rem  !important;
  }
  [class~="md-!mb-10"] {
    margin-bottom: 2.5rem  !important;
  }
  .md-ml-10 {
    margin-left: 2.5rem ;
  }
  [class~="md-ml-10"] {
    margin-left: 2.5rem ;
  }
  .md-!ml-10 {
    margin-left: 2.5rem  !important;
  }
  [class~="md-!ml-10"] {
    margin-left: 2.5rem  !important;
  }
  .md-m-11 {
    margin: 2.75rem ;
  }
  [class~="md-m-11"] {
    margin: 2.75rem ;
  }
  .md-!m-11 {
    margin: 2.75rem  !important;
  }
  [class~="md-!m-11"] {
    margin: 2.75rem  !important;
  }
  .md-mx-11 {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  [class~="md-mx-11"] {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  .md-!mx-11 {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  [class~="md-!mx-11"] {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  .md-my-11 {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  [class~="md-my-11"] {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  .md-!my-11 {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  [class~="md-!my-11"] {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  .md-ms-11 {
    margin-inline-start: 2.75rem ;
  }
  [class~="md-ms-11"] {
    margin-inline-start: 2.75rem ;
  }
  .md-!ms-11 {
    margin-inline-start: 2.75rem  !important;
  }
  [class~="md-!ms-11"] {
    margin-inline-start: 2.75rem  !important;
  }
  .md-me-11 {
    margin-inline-end: 2.75rem ;
  }
  [class~="md-me-11"] {
    margin-inline-end: 2.75rem ;
  }
  .md-!me-11 {
    margin-inline-end: 2.75rem  !important;
  }
  [class~="md-!me-11"] {
    margin-inline-end: 2.75rem  !important;
  }
  .md-mt-11 {
    margin-top: 2.75rem ;
  }
  [class~="md-mt-11"] {
    margin-top: 2.75rem ;
  }
  .md-!mt-11 {
    margin-top: 2.75rem  !important;
  }
  [class~="md-!mt-11"] {
    margin-top: 2.75rem  !important;
  }
  .md-mr-11 {
    margin-right: 2.75rem ;
  }
  [class~="md-mr-11"] {
    margin-right: 2.75rem ;
  }
  .md-!mr-11 {
    margin-right: 2.75rem  !important;
  }
  [class~="md-!mr-11"] {
    margin-right: 2.75rem  !important;
  }
  .md-mb-11 {
    margin-bottom: 2.75rem ;
  }
  [class~="md-mb-11"] {
    margin-bottom: 2.75rem ;
  }
  .md-!mb-11 {
    margin-bottom: 2.75rem  !important;
  }
  [class~="md-!mb-11"] {
    margin-bottom: 2.75rem  !important;
  }
  .md-ml-11 {
    margin-left: 2.75rem ;
  }
  [class~="md-ml-11"] {
    margin-left: 2.75rem ;
  }
  .md-!ml-11 {
    margin-left: 2.75rem  !important;
  }
  [class~="md-!ml-11"] {
    margin-left: 2.75rem  !important;
  }
  .md-m-12 {
    margin: 3rem ;
  }
  [class~="md-m-12"] {
    margin: 3rem ;
  }
  .md-!m-12 {
    margin: 3rem  !important;
  }
  [class~="md-!m-12"] {
    margin: 3rem  !important;
  }
  .md-mx-12 {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  [class~="md-mx-12"] {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  .md-!mx-12 {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  [class~="md-!mx-12"] {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  .md-my-12 {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  [class~="md-my-12"] {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  .md-!my-12 {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  [class~="md-!my-12"] {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  .md-ms-12 {
    margin-inline-start: 3rem ;
  }
  [class~="md-ms-12"] {
    margin-inline-start: 3rem ;
  }
  .md-!ms-12 {
    margin-inline-start: 3rem  !important;
  }
  [class~="md-!ms-12"] {
    margin-inline-start: 3rem  !important;
  }
  .md-me-12 {
    margin-inline-end: 3rem ;
  }
  [class~="md-me-12"] {
    margin-inline-end: 3rem ;
  }
  .md-!me-12 {
    margin-inline-end: 3rem  !important;
  }
  [class~="md-!me-12"] {
    margin-inline-end: 3rem  !important;
  }
  .md-mt-12 {
    margin-top: 3rem ;
  }
  [class~="md-mt-12"] {
    margin-top: 3rem ;
  }
  .md-!mt-12 {
    margin-top: 3rem  !important;
  }
  [class~="md-!mt-12"] {
    margin-top: 3rem  !important;
  }
  .md-mr-12 {
    margin-right: 3rem ;
  }
  [class~="md-mr-12"] {
    margin-right: 3rem ;
  }
  .md-!mr-12 {
    margin-right: 3rem  !important;
  }
  [class~="md-!mr-12"] {
    margin-right: 3rem  !important;
  }
  .md-mb-12 {
    margin-bottom: 3rem ;
  }
  [class~="md-mb-12"] {
    margin-bottom: 3rem ;
  }
  .md-!mb-12 {
    margin-bottom: 3rem  !important;
  }
  [class~="md-!mb-12"] {
    margin-bottom: 3rem  !important;
  }
  .md-ml-12 {
    margin-left: 3rem ;
  }
  [class~="md-ml-12"] {
    margin-left: 3rem ;
  }
  .md-!ml-12 {
    margin-left: 3rem  !important;
  }
  [class~="md-!ml-12"] {
    margin-left: 3rem  !important;
  }
  .md-m-14 {
    margin: 3.5rem ;
  }
  [class~="md-m-14"] {
    margin: 3.5rem ;
  }
  .md-!m-14 {
    margin: 3.5rem  !important;
  }
  [class~="md-!m-14"] {
    margin: 3.5rem  !important;
  }
  .md-mx-14 {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  [class~="md-mx-14"] {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  .md-!mx-14 {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  [class~="md-!mx-14"] {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  .md-my-14 {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  [class~="md-my-14"] {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  .md-!my-14 {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  [class~="md-!my-14"] {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  .md-ms-14 {
    margin-inline-start: 3.5rem ;
  }
  [class~="md-ms-14"] {
    margin-inline-start: 3.5rem ;
  }
  .md-!ms-14 {
    margin-inline-start: 3.5rem  !important;
  }
  [class~="md-!ms-14"] {
    margin-inline-start: 3.5rem  !important;
  }
  .md-me-14 {
    margin-inline-end: 3.5rem ;
  }
  [class~="md-me-14"] {
    margin-inline-end: 3.5rem ;
  }
  .md-!me-14 {
    margin-inline-end: 3.5rem  !important;
  }
  [class~="md-!me-14"] {
    margin-inline-end: 3.5rem  !important;
  }
  .md-mt-14 {
    margin-top: 3.5rem ;
  }
  [class~="md-mt-14"] {
    margin-top: 3.5rem ;
  }
  .md-!mt-14 {
    margin-top: 3.5rem  !important;
  }
  [class~="md-!mt-14"] {
    margin-top: 3.5rem  !important;
  }
  .md-mr-14 {
    margin-right: 3.5rem ;
  }
  [class~="md-mr-14"] {
    margin-right: 3.5rem ;
  }
  .md-!mr-14 {
    margin-right: 3.5rem  !important;
  }
  [class~="md-!mr-14"] {
    margin-right: 3.5rem  !important;
  }
  .md-mb-14 {
    margin-bottom: 3.5rem ;
  }
  [class~="md-mb-14"] {
    margin-bottom: 3.5rem ;
  }
  .md-!mb-14 {
    margin-bottom: 3.5rem  !important;
  }
  [class~="md-!mb-14"] {
    margin-bottom: 3.5rem  !important;
  }
  .md-ml-14 {
    margin-left: 3.5rem ;
  }
  [class~="md-ml-14"] {
    margin-left: 3.5rem ;
  }
  .md-!ml-14 {
    margin-left: 3.5rem  !important;
  }
  [class~="md-!ml-14"] {
    margin-left: 3.5rem  !important;
  }
  .md-m-16 {
    margin: 4rem ;
  }
  [class~="md-m-16"] {
    margin: 4rem ;
  }
  .md-!m-16 {
    margin: 4rem  !important;
  }
  [class~="md-!m-16"] {
    margin: 4rem  !important;
  }
  .md-mx-16 {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  [class~="md-mx-16"] {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  .md-!mx-16 {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  [class~="md-!mx-16"] {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  .md-my-16 {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  [class~="md-my-16"] {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  .md-!my-16 {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  [class~="md-!my-16"] {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  .md-ms-16 {
    margin-inline-start: 4rem ;
  }
  [class~="md-ms-16"] {
    margin-inline-start: 4rem ;
  }
  .md-!ms-16 {
    margin-inline-start: 4rem  !important;
  }
  [class~="md-!ms-16"] {
    margin-inline-start: 4rem  !important;
  }
  .md-me-16 {
    margin-inline-end: 4rem ;
  }
  [class~="md-me-16"] {
    margin-inline-end: 4rem ;
  }
  .md-!me-16 {
    margin-inline-end: 4rem  !important;
  }
  [class~="md-!me-16"] {
    margin-inline-end: 4rem  !important;
  }
  .md-mt-16 {
    margin-top: 4rem ;
  }
  [class~="md-mt-16"] {
    margin-top: 4rem ;
  }
  .md-!mt-16 {
    margin-top: 4rem  !important;
  }
  [class~="md-!mt-16"] {
    margin-top: 4rem  !important;
  }
  .md-mr-16 {
    margin-right: 4rem ;
  }
  [class~="md-mr-16"] {
    margin-right: 4rem ;
  }
  .md-!mr-16 {
    margin-right: 4rem  !important;
  }
  [class~="md-!mr-16"] {
    margin-right: 4rem  !important;
  }
  .md-mb-16 {
    margin-bottom: 4rem ;
  }
  [class~="md-mb-16"] {
    margin-bottom: 4rem ;
  }
  .md-!mb-16 {
    margin-bottom: 4rem  !important;
  }
  [class~="md-!mb-16"] {
    margin-bottom: 4rem  !important;
  }
  .md-ml-16 {
    margin-left: 4rem ;
  }
  [class~="md-ml-16"] {
    margin-left: 4rem ;
  }
  .md-!ml-16 {
    margin-left: 4rem  !important;
  }
  [class~="md-!ml-16"] {
    margin-left: 4rem  !important;
  }
  .md-m-20 {
    margin: 5rem ;
  }
  [class~="md-m-20"] {
    margin: 5rem ;
  }
  .md-!m-20 {
    margin: 5rem  !important;
  }
  [class~="md-!m-20"] {
    margin: 5rem  !important;
  }
  .md-mx-20 {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  [class~="md-mx-20"] {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  .md-!mx-20 {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  [class~="md-!mx-20"] {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  .md-my-20 {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  [class~="md-my-20"] {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  .md-!my-20 {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  [class~="md-!my-20"] {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  .md-ms-20 {
    margin-inline-start: 5rem ;
  }
  [class~="md-ms-20"] {
    margin-inline-start: 5rem ;
  }
  .md-!ms-20 {
    margin-inline-start: 5rem  !important;
  }
  [class~="md-!ms-20"] {
    margin-inline-start: 5rem  !important;
  }
  .md-me-20 {
    margin-inline-end: 5rem ;
  }
  [class~="md-me-20"] {
    margin-inline-end: 5rem ;
  }
  .md-!me-20 {
    margin-inline-end: 5rem  !important;
  }
  [class~="md-!me-20"] {
    margin-inline-end: 5rem  !important;
  }
  .md-mt-20 {
    margin-top: 5rem ;
  }
  [class~="md-mt-20"] {
    margin-top: 5rem ;
  }
  .md-!mt-20 {
    margin-top: 5rem  !important;
  }
  [class~="md-!mt-20"] {
    margin-top: 5rem  !important;
  }
  .md-mr-20 {
    margin-right: 5rem ;
  }
  [class~="md-mr-20"] {
    margin-right: 5rem ;
  }
  .md-!mr-20 {
    margin-right: 5rem  !important;
  }
  [class~="md-!mr-20"] {
    margin-right: 5rem  !important;
  }
  .md-mb-20 {
    margin-bottom: 5rem ;
  }
  [class~="md-mb-20"] {
    margin-bottom: 5rem ;
  }
  .md-!mb-20 {
    margin-bottom: 5rem  !important;
  }
  [class~="md-!mb-20"] {
    margin-bottom: 5rem  !important;
  }
  .md-ml-20 {
    margin-left: 5rem ;
  }
  [class~="md-ml-20"] {
    margin-left: 5rem ;
  }
  .md-!ml-20 {
    margin-left: 5rem  !important;
  }
  [class~="md-!ml-20"] {
    margin-left: 5rem  !important;
  }
  .md-m-24 {
    margin: 6rem ;
  }
  [class~="md-m-24"] {
    margin: 6rem ;
  }
  .md-!m-24 {
    margin: 6rem  !important;
  }
  [class~="md-!m-24"] {
    margin: 6rem  !important;
  }
  .md-mx-24 {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  [class~="md-mx-24"] {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  .md-!mx-24 {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  [class~="md-!mx-24"] {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  .md-my-24 {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  [class~="md-my-24"] {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  .md-!my-24 {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  [class~="md-!my-24"] {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  .md-ms-24 {
    margin-inline-start: 6rem ;
  }
  [class~="md-ms-24"] {
    margin-inline-start: 6rem ;
  }
  .md-!ms-24 {
    margin-inline-start: 6rem  !important;
  }
  [class~="md-!ms-24"] {
    margin-inline-start: 6rem  !important;
  }
  .md-me-24 {
    margin-inline-end: 6rem ;
  }
  [class~="md-me-24"] {
    margin-inline-end: 6rem ;
  }
  .md-!me-24 {
    margin-inline-end: 6rem  !important;
  }
  [class~="md-!me-24"] {
    margin-inline-end: 6rem  !important;
  }
  .md-mt-24 {
    margin-top: 6rem ;
  }
  [class~="md-mt-24"] {
    margin-top: 6rem ;
  }
  .md-!mt-24 {
    margin-top: 6rem  !important;
  }
  [class~="md-!mt-24"] {
    margin-top: 6rem  !important;
  }
  .md-mr-24 {
    margin-right: 6rem ;
  }
  [class~="md-mr-24"] {
    margin-right: 6rem ;
  }
  .md-!mr-24 {
    margin-right: 6rem  !important;
  }
  [class~="md-!mr-24"] {
    margin-right: 6rem  !important;
  }
  .md-mb-24 {
    margin-bottom: 6rem ;
  }
  [class~="md-mb-24"] {
    margin-bottom: 6rem ;
  }
  .md-!mb-24 {
    margin-bottom: 6rem  !important;
  }
  [class~="md-!mb-24"] {
    margin-bottom: 6rem  !important;
  }
  .md-ml-24 {
    margin-left: 6rem ;
  }
  [class~="md-ml-24"] {
    margin-left: 6rem ;
  }
  .md-!ml-24 {
    margin-left: 6rem  !important;
  }
  [class~="md-!ml-24"] {
    margin-left: 6rem  !important;
  }
  .md-m-28 {
    margin: 7rem ;
  }
  [class~="md-m-28"] {
    margin: 7rem ;
  }
  .md-!m-28 {
    margin: 7rem  !important;
  }
  [class~="md-!m-28"] {
    margin: 7rem  !important;
  }
  .md-mx-28 {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  [class~="md-mx-28"] {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  .md-!mx-28 {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  [class~="md-!mx-28"] {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  .md-my-28 {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  [class~="md-my-28"] {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  .md-!my-28 {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  [class~="md-!my-28"] {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  .md-ms-28 {
    margin-inline-start: 7rem ;
  }
  [class~="md-ms-28"] {
    margin-inline-start: 7rem ;
  }
  .md-!ms-28 {
    margin-inline-start: 7rem  !important;
  }
  [class~="md-!ms-28"] {
    margin-inline-start: 7rem  !important;
  }
  .md-me-28 {
    margin-inline-end: 7rem ;
  }
  [class~="md-me-28"] {
    margin-inline-end: 7rem ;
  }
  .md-!me-28 {
    margin-inline-end: 7rem  !important;
  }
  [class~="md-!me-28"] {
    margin-inline-end: 7rem  !important;
  }
  .md-mt-28 {
    margin-top: 7rem ;
  }
  [class~="md-mt-28"] {
    margin-top: 7rem ;
  }
  .md-!mt-28 {
    margin-top: 7rem  !important;
  }
  [class~="md-!mt-28"] {
    margin-top: 7rem  !important;
  }
  .md-mr-28 {
    margin-right: 7rem ;
  }
  [class~="md-mr-28"] {
    margin-right: 7rem ;
  }
  .md-!mr-28 {
    margin-right: 7rem  !important;
  }
  [class~="md-!mr-28"] {
    margin-right: 7rem  !important;
  }
  .md-mb-28 {
    margin-bottom: 7rem ;
  }
  [class~="md-mb-28"] {
    margin-bottom: 7rem ;
  }
  .md-!mb-28 {
    margin-bottom: 7rem  !important;
  }
  [class~="md-!mb-28"] {
    margin-bottom: 7rem  !important;
  }
  .md-ml-28 {
    margin-left: 7rem ;
  }
  [class~="md-ml-28"] {
    margin-left: 7rem ;
  }
  .md-!ml-28 {
    margin-left: 7rem  !important;
  }
  [class~="md-!ml-28"] {
    margin-left: 7rem  !important;
  }
  .md-m-32 {
    margin: 8rem ;
  }
  [class~="md-m-32"] {
    margin: 8rem ;
  }
  .md-!m-32 {
    margin: 8rem  !important;
  }
  [class~="md-!m-32"] {
    margin: 8rem  !important;
  }
  .md-mx-32 {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  [class~="md-mx-32"] {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  .md-!mx-32 {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  [class~="md-!mx-32"] {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  .md-my-32 {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  [class~="md-my-32"] {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  .md-!my-32 {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  [class~="md-!my-32"] {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  .md-ms-32 {
    margin-inline-start: 8rem ;
  }
  [class~="md-ms-32"] {
    margin-inline-start: 8rem ;
  }
  .md-!ms-32 {
    margin-inline-start: 8rem  !important;
  }
  [class~="md-!ms-32"] {
    margin-inline-start: 8rem  !important;
  }
  .md-me-32 {
    margin-inline-end: 8rem ;
  }
  [class~="md-me-32"] {
    margin-inline-end: 8rem ;
  }
  .md-!me-32 {
    margin-inline-end: 8rem  !important;
  }
  [class~="md-!me-32"] {
    margin-inline-end: 8rem  !important;
  }
  .md-mt-32 {
    margin-top: 8rem ;
  }
  [class~="md-mt-32"] {
    margin-top: 8rem ;
  }
  .md-!mt-32 {
    margin-top: 8rem  !important;
  }
  [class~="md-!mt-32"] {
    margin-top: 8rem  !important;
  }
  .md-mr-32 {
    margin-right: 8rem ;
  }
  [class~="md-mr-32"] {
    margin-right: 8rem ;
  }
  .md-!mr-32 {
    margin-right: 8rem  !important;
  }
  [class~="md-!mr-32"] {
    margin-right: 8rem  !important;
  }
  .md-mb-32 {
    margin-bottom: 8rem ;
  }
  [class~="md-mb-32"] {
    margin-bottom: 8rem ;
  }
  .md-!mb-32 {
    margin-bottom: 8rem  !important;
  }
  [class~="md-!mb-32"] {
    margin-bottom: 8rem  !important;
  }
  .md-ml-32 {
    margin-left: 8rem ;
  }
  [class~="md-ml-32"] {
    margin-left: 8rem ;
  }
  .md-!ml-32 {
    margin-left: 8rem  !important;
  }
  [class~="md-!ml-32"] {
    margin-left: 8rem  !important;
  }
  .md-m-36 {
    margin: 9rem ;
  }
  [class~="md-m-36"] {
    margin: 9rem ;
  }
  .md-!m-36 {
    margin: 9rem  !important;
  }
  [class~="md-!m-36"] {
    margin: 9rem  !important;
  }
  .md-mx-36 {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  [class~="md-mx-36"] {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  .md-!mx-36 {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  [class~="md-!mx-36"] {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  .md-my-36 {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  [class~="md-my-36"] {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  .md-!my-36 {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  [class~="md-!my-36"] {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  .md-ms-36 {
    margin-inline-start: 9rem ;
  }
  [class~="md-ms-36"] {
    margin-inline-start: 9rem ;
  }
  .md-!ms-36 {
    margin-inline-start: 9rem  !important;
  }
  [class~="md-!ms-36"] {
    margin-inline-start: 9rem  !important;
  }
  .md-me-36 {
    margin-inline-end: 9rem ;
  }
  [class~="md-me-36"] {
    margin-inline-end: 9rem ;
  }
  .md-!me-36 {
    margin-inline-end: 9rem  !important;
  }
  [class~="md-!me-36"] {
    margin-inline-end: 9rem  !important;
  }
  .md-mt-36 {
    margin-top: 9rem ;
  }
  [class~="md-mt-36"] {
    margin-top: 9rem ;
  }
  .md-!mt-36 {
    margin-top: 9rem  !important;
  }
  [class~="md-!mt-36"] {
    margin-top: 9rem  !important;
  }
  .md-mr-36 {
    margin-right: 9rem ;
  }
  [class~="md-mr-36"] {
    margin-right: 9rem ;
  }
  .md-!mr-36 {
    margin-right: 9rem  !important;
  }
  [class~="md-!mr-36"] {
    margin-right: 9rem  !important;
  }
  .md-mb-36 {
    margin-bottom: 9rem ;
  }
  [class~="md-mb-36"] {
    margin-bottom: 9rem ;
  }
  .md-!mb-36 {
    margin-bottom: 9rem  !important;
  }
  [class~="md-!mb-36"] {
    margin-bottom: 9rem  !important;
  }
  .md-ml-36 {
    margin-left: 9rem ;
  }
  [class~="md-ml-36"] {
    margin-left: 9rem ;
  }
  .md-!ml-36 {
    margin-left: 9rem  !important;
  }
  [class~="md-!ml-36"] {
    margin-left: 9rem  !important;
  }
  .md-m-40 {
    margin: 10rem ;
  }
  [class~="md-m-40"] {
    margin: 10rem ;
  }
  .md-!m-40 {
    margin: 10rem  !important;
  }
  [class~="md-!m-40"] {
    margin: 10rem  !important;
  }
  .md-mx-40 {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  [class~="md-mx-40"] {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  .md-!mx-40 {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  [class~="md-!mx-40"] {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  .md-my-40 {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  [class~="md-my-40"] {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  .md-!my-40 {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  [class~="md-!my-40"] {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  .md-ms-40 {
    margin-inline-start: 10rem ;
  }
  [class~="md-ms-40"] {
    margin-inline-start: 10rem ;
  }
  .md-!ms-40 {
    margin-inline-start: 10rem  !important;
  }
  [class~="md-!ms-40"] {
    margin-inline-start: 10rem  !important;
  }
  .md-me-40 {
    margin-inline-end: 10rem ;
  }
  [class~="md-me-40"] {
    margin-inline-end: 10rem ;
  }
  .md-!me-40 {
    margin-inline-end: 10rem  !important;
  }
  [class~="md-!me-40"] {
    margin-inline-end: 10rem  !important;
  }
  .md-mt-40 {
    margin-top: 10rem ;
  }
  [class~="md-mt-40"] {
    margin-top: 10rem ;
  }
  .md-!mt-40 {
    margin-top: 10rem  !important;
  }
  [class~="md-!mt-40"] {
    margin-top: 10rem  !important;
  }
  .md-mr-40 {
    margin-right: 10rem ;
  }
  [class~="md-mr-40"] {
    margin-right: 10rem ;
  }
  .md-!mr-40 {
    margin-right: 10rem  !important;
  }
  [class~="md-!mr-40"] {
    margin-right: 10rem  !important;
  }
  .md-mb-40 {
    margin-bottom: 10rem ;
  }
  [class~="md-mb-40"] {
    margin-bottom: 10rem ;
  }
  .md-!mb-40 {
    margin-bottom: 10rem  !important;
  }
  [class~="md-!mb-40"] {
    margin-bottom: 10rem  !important;
  }
  .md-ml-40 {
    margin-left: 10rem ;
  }
  [class~="md-ml-40"] {
    margin-left: 10rem ;
  }
  .md-!ml-40 {
    margin-left: 10rem  !important;
  }
  [class~="md-!ml-40"] {
    margin-left: 10rem  !important;
  }
  .md-m-44 {
    margin: 11rem ;
  }
  [class~="md-m-44"] {
    margin: 11rem ;
  }
  .md-!m-44 {
    margin: 11rem  !important;
  }
  [class~="md-!m-44"] {
    margin: 11rem  !important;
  }
  .md-mx-44 {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  [class~="md-mx-44"] {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  .md-!mx-44 {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  [class~="md-!mx-44"] {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  .md-my-44 {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  [class~="md-my-44"] {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  .md-!my-44 {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  [class~="md-!my-44"] {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  .md-ms-44 {
    margin-inline-start: 11rem ;
  }
  [class~="md-ms-44"] {
    margin-inline-start: 11rem ;
  }
  .md-!ms-44 {
    margin-inline-start: 11rem  !important;
  }
  [class~="md-!ms-44"] {
    margin-inline-start: 11rem  !important;
  }
  .md-me-44 {
    margin-inline-end: 11rem ;
  }
  [class~="md-me-44"] {
    margin-inline-end: 11rem ;
  }
  .md-!me-44 {
    margin-inline-end: 11rem  !important;
  }
  [class~="md-!me-44"] {
    margin-inline-end: 11rem  !important;
  }
  .md-mt-44 {
    margin-top: 11rem ;
  }
  [class~="md-mt-44"] {
    margin-top: 11rem ;
  }
  .md-!mt-44 {
    margin-top: 11rem  !important;
  }
  [class~="md-!mt-44"] {
    margin-top: 11rem  !important;
  }
  .md-mr-44 {
    margin-right: 11rem ;
  }
  [class~="md-mr-44"] {
    margin-right: 11rem ;
  }
  .md-!mr-44 {
    margin-right: 11rem  !important;
  }
  [class~="md-!mr-44"] {
    margin-right: 11rem  !important;
  }
  .md-mb-44 {
    margin-bottom: 11rem ;
  }
  [class~="md-mb-44"] {
    margin-bottom: 11rem ;
  }
  .md-!mb-44 {
    margin-bottom: 11rem  !important;
  }
  [class~="md-!mb-44"] {
    margin-bottom: 11rem  !important;
  }
  .md-ml-44 {
    margin-left: 11rem ;
  }
  [class~="md-ml-44"] {
    margin-left: 11rem ;
  }
  .md-!ml-44 {
    margin-left: 11rem  !important;
  }
  [class~="md-!ml-44"] {
    margin-left: 11rem  !important;
  }
  .md-m-48 {
    margin: 12rem ;
  }
  [class~="md-m-48"] {
    margin: 12rem ;
  }
  .md-!m-48 {
    margin: 12rem  !important;
  }
  [class~="md-!m-48"] {
    margin: 12rem  !important;
  }
  .md-mx-48 {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  [class~="md-mx-48"] {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  .md-!mx-48 {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  [class~="md-!mx-48"] {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  .md-my-48 {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  [class~="md-my-48"] {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  .md-!my-48 {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  [class~="md-!my-48"] {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  .md-ms-48 {
    margin-inline-start: 12rem ;
  }
  [class~="md-ms-48"] {
    margin-inline-start: 12rem ;
  }
  .md-!ms-48 {
    margin-inline-start: 12rem  !important;
  }
  [class~="md-!ms-48"] {
    margin-inline-start: 12rem  !important;
  }
  .md-me-48 {
    margin-inline-end: 12rem ;
  }
  [class~="md-me-48"] {
    margin-inline-end: 12rem ;
  }
  .md-!me-48 {
    margin-inline-end: 12rem  !important;
  }
  [class~="md-!me-48"] {
    margin-inline-end: 12rem  !important;
  }
  .md-mt-48 {
    margin-top: 12rem ;
  }
  [class~="md-mt-48"] {
    margin-top: 12rem ;
  }
  .md-!mt-48 {
    margin-top: 12rem  !important;
  }
  [class~="md-!mt-48"] {
    margin-top: 12rem  !important;
  }
  .md-mr-48 {
    margin-right: 12rem ;
  }
  [class~="md-mr-48"] {
    margin-right: 12rem ;
  }
  .md-!mr-48 {
    margin-right: 12rem  !important;
  }
  [class~="md-!mr-48"] {
    margin-right: 12rem  !important;
  }
  .md-mb-48 {
    margin-bottom: 12rem ;
  }
  [class~="md-mb-48"] {
    margin-bottom: 12rem ;
  }
  .md-!mb-48 {
    margin-bottom: 12rem  !important;
  }
  [class~="md-!mb-48"] {
    margin-bottom: 12rem  !important;
  }
  .md-ml-48 {
    margin-left: 12rem ;
  }
  [class~="md-ml-48"] {
    margin-left: 12rem ;
  }
  .md-!ml-48 {
    margin-left: 12rem  !important;
  }
  [class~="md-!ml-48"] {
    margin-left: 12rem  !important;
  }
  .md-m-52 {
    margin: 13rem ;
  }
  [class~="md-m-52"] {
    margin: 13rem ;
  }
  .md-!m-52 {
    margin: 13rem  !important;
  }
  [class~="md-!m-52"] {
    margin: 13rem  !important;
  }
  .md-mx-52 {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  [class~="md-mx-52"] {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  .md-!mx-52 {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  [class~="md-!mx-52"] {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  .md-my-52 {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  [class~="md-my-52"] {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  .md-!my-52 {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  [class~="md-!my-52"] {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  .md-ms-52 {
    margin-inline-start: 13rem ;
  }
  [class~="md-ms-52"] {
    margin-inline-start: 13rem ;
  }
  .md-!ms-52 {
    margin-inline-start: 13rem  !important;
  }
  [class~="md-!ms-52"] {
    margin-inline-start: 13rem  !important;
  }
  .md-me-52 {
    margin-inline-end: 13rem ;
  }
  [class~="md-me-52"] {
    margin-inline-end: 13rem ;
  }
  .md-!me-52 {
    margin-inline-end: 13rem  !important;
  }
  [class~="md-!me-52"] {
    margin-inline-end: 13rem  !important;
  }
  .md-mt-52 {
    margin-top: 13rem ;
  }
  [class~="md-mt-52"] {
    margin-top: 13rem ;
  }
  .md-!mt-52 {
    margin-top: 13rem  !important;
  }
  [class~="md-!mt-52"] {
    margin-top: 13rem  !important;
  }
  .md-mr-52 {
    margin-right: 13rem ;
  }
  [class~="md-mr-52"] {
    margin-right: 13rem ;
  }
  .md-!mr-52 {
    margin-right: 13rem  !important;
  }
  [class~="md-!mr-52"] {
    margin-right: 13rem  !important;
  }
  .md-mb-52 {
    margin-bottom: 13rem ;
  }
  [class~="md-mb-52"] {
    margin-bottom: 13rem ;
  }
  .md-!mb-52 {
    margin-bottom: 13rem  !important;
  }
  [class~="md-!mb-52"] {
    margin-bottom: 13rem  !important;
  }
  .md-ml-52 {
    margin-left: 13rem ;
  }
  [class~="md-ml-52"] {
    margin-left: 13rem ;
  }
  .md-!ml-52 {
    margin-left: 13rem  !important;
  }
  [class~="md-!ml-52"] {
    margin-left: 13rem  !important;
  }
  .md-m-56 {
    margin: 14rem ;
  }
  [class~="md-m-56"] {
    margin: 14rem ;
  }
  .md-!m-56 {
    margin: 14rem  !important;
  }
  [class~="md-!m-56"] {
    margin: 14rem  !important;
  }
  .md-mx-56 {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  [class~="md-mx-56"] {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  .md-!mx-56 {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  [class~="md-!mx-56"] {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  .md-my-56 {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  [class~="md-my-56"] {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  .md-!my-56 {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  [class~="md-!my-56"] {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  .md-ms-56 {
    margin-inline-start: 14rem ;
  }
  [class~="md-ms-56"] {
    margin-inline-start: 14rem ;
  }
  .md-!ms-56 {
    margin-inline-start: 14rem  !important;
  }
  [class~="md-!ms-56"] {
    margin-inline-start: 14rem  !important;
  }
  .md-me-56 {
    margin-inline-end: 14rem ;
  }
  [class~="md-me-56"] {
    margin-inline-end: 14rem ;
  }
  .md-!me-56 {
    margin-inline-end: 14rem  !important;
  }
  [class~="md-!me-56"] {
    margin-inline-end: 14rem  !important;
  }
  .md-mt-56 {
    margin-top: 14rem ;
  }
  [class~="md-mt-56"] {
    margin-top: 14rem ;
  }
  .md-!mt-56 {
    margin-top: 14rem  !important;
  }
  [class~="md-!mt-56"] {
    margin-top: 14rem  !important;
  }
  .md-mr-56 {
    margin-right: 14rem ;
  }
  [class~="md-mr-56"] {
    margin-right: 14rem ;
  }
  .md-!mr-56 {
    margin-right: 14rem  !important;
  }
  [class~="md-!mr-56"] {
    margin-right: 14rem  !important;
  }
  .md-mb-56 {
    margin-bottom: 14rem ;
  }
  [class~="md-mb-56"] {
    margin-bottom: 14rem ;
  }
  .md-!mb-56 {
    margin-bottom: 14rem  !important;
  }
  [class~="md-!mb-56"] {
    margin-bottom: 14rem  !important;
  }
  .md-ml-56 {
    margin-left: 14rem ;
  }
  [class~="md-ml-56"] {
    margin-left: 14rem ;
  }
  .md-!ml-56 {
    margin-left: 14rem  !important;
  }
  [class~="md-!ml-56"] {
    margin-left: 14rem  !important;
  }
  .md-m-60 {
    margin: 15rem ;
  }
  [class~="md-m-60"] {
    margin: 15rem ;
  }
  .md-!m-60 {
    margin: 15rem  !important;
  }
  [class~="md-!m-60"] {
    margin: 15rem  !important;
  }
  .md-mx-60 {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  [class~="md-mx-60"] {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  .md-!mx-60 {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  [class~="md-!mx-60"] {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  .md-my-60 {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  [class~="md-my-60"] {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  .md-!my-60 {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  [class~="md-!my-60"] {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  .md-ms-60 {
    margin-inline-start: 15rem ;
  }
  [class~="md-ms-60"] {
    margin-inline-start: 15rem ;
  }
  .md-!ms-60 {
    margin-inline-start: 15rem  !important;
  }
  [class~="md-!ms-60"] {
    margin-inline-start: 15rem  !important;
  }
  .md-me-60 {
    margin-inline-end: 15rem ;
  }
  [class~="md-me-60"] {
    margin-inline-end: 15rem ;
  }
  .md-!me-60 {
    margin-inline-end: 15rem  !important;
  }
  [class~="md-!me-60"] {
    margin-inline-end: 15rem  !important;
  }
  .md-mt-60 {
    margin-top: 15rem ;
  }
  [class~="md-mt-60"] {
    margin-top: 15rem ;
  }
  .md-!mt-60 {
    margin-top: 15rem  !important;
  }
  [class~="md-!mt-60"] {
    margin-top: 15rem  !important;
  }
  .md-mr-60 {
    margin-right: 15rem ;
  }
  [class~="md-mr-60"] {
    margin-right: 15rem ;
  }
  .md-!mr-60 {
    margin-right: 15rem  !important;
  }
  [class~="md-!mr-60"] {
    margin-right: 15rem  !important;
  }
  .md-mb-60 {
    margin-bottom: 15rem ;
  }
  [class~="md-mb-60"] {
    margin-bottom: 15rem ;
  }
  .md-!mb-60 {
    margin-bottom: 15rem  !important;
  }
  [class~="md-!mb-60"] {
    margin-bottom: 15rem  !important;
  }
  .md-ml-60 {
    margin-left: 15rem ;
  }
  [class~="md-ml-60"] {
    margin-left: 15rem ;
  }
  .md-!ml-60 {
    margin-left: 15rem  !important;
  }
  [class~="md-!ml-60"] {
    margin-left: 15rem  !important;
  }
  .md-m-64 {
    margin: 16rem ;
  }
  [class~="md-m-64"] {
    margin: 16rem ;
  }
  .md-!m-64 {
    margin: 16rem  !important;
  }
  [class~="md-!m-64"] {
    margin: 16rem  !important;
  }
  .md-mx-64 {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  [class~="md-mx-64"] {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  .md-!mx-64 {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  [class~="md-!mx-64"] {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  .md-my-64 {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  [class~="md-my-64"] {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  .md-!my-64 {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  [class~="md-!my-64"] {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  .md-ms-64 {
    margin-inline-start: 16rem ;
  }
  [class~="md-ms-64"] {
    margin-inline-start: 16rem ;
  }
  .md-!ms-64 {
    margin-inline-start: 16rem  !important;
  }
  [class~="md-!ms-64"] {
    margin-inline-start: 16rem  !important;
  }
  .md-me-64 {
    margin-inline-end: 16rem ;
  }
  [class~="md-me-64"] {
    margin-inline-end: 16rem ;
  }
  .md-!me-64 {
    margin-inline-end: 16rem  !important;
  }
  [class~="md-!me-64"] {
    margin-inline-end: 16rem  !important;
  }
  .md-mt-64 {
    margin-top: 16rem ;
  }
  [class~="md-mt-64"] {
    margin-top: 16rem ;
  }
  .md-!mt-64 {
    margin-top: 16rem  !important;
  }
  [class~="md-!mt-64"] {
    margin-top: 16rem  !important;
  }
  .md-mr-64 {
    margin-right: 16rem ;
  }
  [class~="md-mr-64"] {
    margin-right: 16rem ;
  }
  .md-!mr-64 {
    margin-right: 16rem  !important;
  }
  [class~="md-!mr-64"] {
    margin-right: 16rem  !important;
  }
  .md-mb-64 {
    margin-bottom: 16rem ;
  }
  [class~="md-mb-64"] {
    margin-bottom: 16rem ;
  }
  .md-!mb-64 {
    margin-bottom: 16rem  !important;
  }
  [class~="md-!mb-64"] {
    margin-bottom: 16rem  !important;
  }
  .md-ml-64 {
    margin-left: 16rem ;
  }
  [class~="md-ml-64"] {
    margin-left: 16rem ;
  }
  .md-!ml-64 {
    margin-left: 16rem  !important;
  }
  [class~="md-!ml-64"] {
    margin-left: 16rem  !important;
  }
  .md-m-72 {
    margin: 18rem ;
  }
  [class~="md-m-72"] {
    margin: 18rem ;
  }
  .md-!m-72 {
    margin: 18rem  !important;
  }
  [class~="md-!m-72"] {
    margin: 18rem  !important;
  }
  .md-mx-72 {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  [class~="md-mx-72"] {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  .md-!mx-72 {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  [class~="md-!mx-72"] {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  .md-my-72 {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  [class~="md-my-72"] {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  .md-!my-72 {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  [class~="md-!my-72"] {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  .md-ms-72 {
    margin-inline-start: 18rem ;
  }
  [class~="md-ms-72"] {
    margin-inline-start: 18rem ;
  }
  .md-!ms-72 {
    margin-inline-start: 18rem  !important;
  }
  [class~="md-!ms-72"] {
    margin-inline-start: 18rem  !important;
  }
  .md-me-72 {
    margin-inline-end: 18rem ;
  }
  [class~="md-me-72"] {
    margin-inline-end: 18rem ;
  }
  .md-!me-72 {
    margin-inline-end: 18rem  !important;
  }
  [class~="md-!me-72"] {
    margin-inline-end: 18rem  !important;
  }
  .md-mt-72 {
    margin-top: 18rem ;
  }
  [class~="md-mt-72"] {
    margin-top: 18rem ;
  }
  .md-!mt-72 {
    margin-top: 18rem  !important;
  }
  [class~="md-!mt-72"] {
    margin-top: 18rem  !important;
  }
  .md-mr-72 {
    margin-right: 18rem ;
  }
  [class~="md-mr-72"] {
    margin-right: 18rem ;
  }
  .md-!mr-72 {
    margin-right: 18rem  !important;
  }
  [class~="md-!mr-72"] {
    margin-right: 18rem  !important;
  }
  .md-mb-72 {
    margin-bottom: 18rem ;
  }
  [class~="md-mb-72"] {
    margin-bottom: 18rem ;
  }
  .md-!mb-72 {
    margin-bottom: 18rem  !important;
  }
  [class~="md-!mb-72"] {
    margin-bottom: 18rem  !important;
  }
  .md-ml-72 {
    margin-left: 18rem ;
  }
  [class~="md-ml-72"] {
    margin-left: 18rem ;
  }
  .md-!ml-72 {
    margin-left: 18rem  !important;
  }
  [class~="md-!ml-72"] {
    margin-left: 18rem  !important;
  }
  .md-m-80 {
    margin: 20rem ;
  }
  [class~="md-m-80"] {
    margin: 20rem ;
  }
  .md-!m-80 {
    margin: 20rem  !important;
  }
  [class~="md-!m-80"] {
    margin: 20rem  !important;
  }
  .md-mx-80 {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  [class~="md-mx-80"] {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  .md-!mx-80 {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  [class~="md-!mx-80"] {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  .md-my-80 {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  [class~="md-my-80"] {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  .md-!my-80 {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  [class~="md-!my-80"] {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  .md-ms-80 {
    margin-inline-start: 20rem ;
  }
  [class~="md-ms-80"] {
    margin-inline-start: 20rem ;
  }
  .md-!ms-80 {
    margin-inline-start: 20rem  !important;
  }
  [class~="md-!ms-80"] {
    margin-inline-start: 20rem  !important;
  }
  .md-me-80 {
    margin-inline-end: 20rem ;
  }
  [class~="md-me-80"] {
    margin-inline-end: 20rem ;
  }
  .md-!me-80 {
    margin-inline-end: 20rem  !important;
  }
  [class~="md-!me-80"] {
    margin-inline-end: 20rem  !important;
  }
  .md-mt-80 {
    margin-top: 20rem ;
  }
  [class~="md-mt-80"] {
    margin-top: 20rem ;
  }
  .md-!mt-80 {
    margin-top: 20rem  !important;
  }
  [class~="md-!mt-80"] {
    margin-top: 20rem  !important;
  }
  .md-mr-80 {
    margin-right: 20rem ;
  }
  [class~="md-mr-80"] {
    margin-right: 20rem ;
  }
  .md-!mr-80 {
    margin-right: 20rem  !important;
  }
  [class~="md-!mr-80"] {
    margin-right: 20rem  !important;
  }
  .md-mb-80 {
    margin-bottom: 20rem ;
  }
  [class~="md-mb-80"] {
    margin-bottom: 20rem ;
  }
  .md-!mb-80 {
    margin-bottom: 20rem  !important;
  }
  [class~="md-!mb-80"] {
    margin-bottom: 20rem  !important;
  }
  .md-ml-80 {
    margin-left: 20rem ;
  }
  [class~="md-ml-80"] {
    margin-left: 20rem ;
  }
  .md-!ml-80 {
    margin-left: 20rem  !important;
  }
  [class~="md-!ml-80"] {
    margin-left: 20rem  !important;
  }
  .md-m-96 {
    margin: 24rem ;
  }
  [class~="md-m-96"] {
    margin: 24rem ;
  }
  .md-!m-96 {
    margin: 24rem  !important;
  }
  [class~="md-!m-96"] {
    margin: 24rem  !important;
  }
  .md-mx-96 {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  [class~="md-mx-96"] {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  .md-!mx-96 {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  [class~="md-!mx-96"] {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  .md-my-96 {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  [class~="md-my-96"] {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  .md-!my-96 {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  [class~="md-!my-96"] {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  .md-ms-96 {
    margin-inline-start: 24rem ;
  }
  [class~="md-ms-96"] {
    margin-inline-start: 24rem ;
  }
  .md-!ms-96 {
    margin-inline-start: 24rem  !important;
  }
  [class~="md-!ms-96"] {
    margin-inline-start: 24rem  !important;
  }
  .md-me-96 {
    margin-inline-end: 24rem ;
  }
  [class~="md-me-96"] {
    margin-inline-end: 24rem ;
  }
  .md-!me-96 {
    margin-inline-end: 24rem  !important;
  }
  [class~="md-!me-96"] {
    margin-inline-end: 24rem  !important;
  }
  .md-mt-96 {
    margin-top: 24rem ;
  }
  [class~="md-mt-96"] {
    margin-top: 24rem ;
  }
  .md-!mt-96 {
    margin-top: 24rem  !important;
  }
  [class~="md-!mt-96"] {
    margin-top: 24rem  !important;
  }
  .md-mr-96 {
    margin-right: 24rem ;
  }
  [class~="md-mr-96"] {
    margin-right: 24rem ;
  }
  .md-!mr-96 {
    margin-right: 24rem  !important;
  }
  [class~="md-!mr-96"] {
    margin-right: 24rem  !important;
  }
  .md-mb-96 {
    margin-bottom: 24rem ;
  }
  [class~="md-mb-96"] {
    margin-bottom: 24rem ;
  }
  .md-!mb-96 {
    margin-bottom: 24rem  !important;
  }
  [class~="md-!mb-96"] {
    margin-bottom: 24rem  !important;
  }
  .md-ml-96 {
    margin-left: 24rem ;
  }
  [class~="md-ml-96"] {
    margin-left: 24rem ;
  }
  .md-!ml-96 {
    margin-left: 24rem  !important;
  }
  [class~="md-!ml-96"] {
    margin-left: 24rem  !important;
  }
  .md-m-auto {
    margin: auto ;
  }
  [class~="md-m-auto"] {
    margin: auto ;
  }
  .md-!m-auto {
    margin: auto  !important;
  }
  [class~="md-!m-auto"] {
    margin: auto  !important;
  }
  .md-mx-auto {
    margin-left: auto ;
    margin-right: auto ;
  }
  [class~="md-mx-auto"] {
    margin-left: auto ;
    margin-right: auto ;
  }
  .md-!mx-auto {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  [class~="md-!mx-auto"] {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  .md-my-auto {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  [class~="md-my-auto"] {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  .md-!my-auto {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  [class~="md-!my-auto"] {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  .md-ms-auto {
    margin-inline-start: auto ;
  }
  [class~="md-ms-auto"] {
    margin-inline-start: auto ;
  }
  .md-!ms-auto {
    margin-inline-start: auto  !important;
  }
  [class~="md-!ms-auto"] {
    margin-inline-start: auto  !important;
  }
  .md-me-auto {
    margin-inline-end: auto ;
  }
  [class~="md-me-auto"] {
    margin-inline-end: auto ;
  }
  .md-!me-auto {
    margin-inline-end: auto  !important;
  }
  [class~="md-!me-auto"] {
    margin-inline-end: auto  !important;
  }
  .md-mt-auto {
    margin-top: auto ;
  }
  [class~="md-mt-auto"] {
    margin-top: auto ;
  }
  .md-!mt-auto {
    margin-top: auto  !important;
  }
  [class~="md-!mt-auto"] {
    margin-top: auto  !important;
  }
  .md-mr-auto {
    margin-right: auto ;
  }
  [class~="md-mr-auto"] {
    margin-right: auto ;
  }
  .md-!mr-auto {
    margin-right: auto  !important;
  }
  [class~="md-!mr-auto"] {
    margin-right: auto  !important;
  }
  .md-mb-auto {
    margin-bottom: auto ;
  }
  [class~="md-mb-auto"] {
    margin-bottom: auto ;
  }
  .md-!mb-auto {
    margin-bottom: auto  !important;
  }
  [class~="md-!mb-auto"] {
    margin-bottom: auto  !important;
  }
  .md-ml-auto {
    margin-left: auto ;
  }
  [class~="md-ml-auto"] {
    margin-left: auto ;
  }
  .md-!ml-auto {
    margin-left: auto  !important;
  }
  [class~="md-!ml-auto"] {
    margin-left: auto  !important;
  }
  .md--m-px {
    margin: -1px ;
  }
  [class~="md--m-px"] {
    margin: -1px ;
  }
  .md-!-m-px {
    margin: -1px  !important;
  }
  [class~="md-!-m-px"] {
    margin: -1px  !important;
  }
  .md--mx-px {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  [class~="md--mx-px"] {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  .md-!-mx-px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  [class~="md-!-mx-px"] {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .md--my-px {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  [class~="md--my-px"] {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  .md-!-my-px {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  [class~="md-!-my-px"] {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  .md--ms-px {
    margin-inline-start: -1px ;
  }
  [class~="md--ms-px"] {
    margin-inline-start: -1px ;
  }
  .md-!-ms-px {
    margin-inline-start: -1px  !important;
  }
  [class~="md-!-ms-px"] {
    margin-inline-start: -1px  !important;
  }
  .md--me-px {
    margin-inline-end: -1px ;
  }
  [class~="md--me-px"] {
    margin-inline-end: -1px ;
  }
  .md-!-me-px {
    margin-inline-end: -1px  !important;
  }
  [class~="md-!-me-px"] {
    margin-inline-end: -1px  !important;
  }
  .md--mt-px {
    margin-top: -1px ;
  }
  [class~="md--mt-px"] {
    margin-top: -1px ;
  }
  .md-!-mt-px {
    margin-top: -1px  !important;
  }
  [class~="md-!-mt-px"] {
    margin-top: -1px  !important;
  }
  .md--mr-px {
    margin-right: -1px ;
  }
  [class~="md--mr-px"] {
    margin-right: -1px ;
  }
  .md-!-mr-px {
    margin-right: -1px  !important;
  }
  [class~="md-!-mr-px"] {
    margin-right: -1px  !important;
  }
  .md--mb-px {
    margin-bottom: -1px ;
  }
  [class~="md--mb-px"] {
    margin-bottom: -1px ;
  }
  .md-!-mb-px {
    margin-bottom: -1px  !important;
  }
  [class~="md-!-mb-px"] {
    margin-bottom: -1px  !important;
  }
  .md--ml-px {
    margin-left: -1px ;
  }
  [class~="md--ml-px"] {
    margin-left: -1px ;
  }
  .md-!-ml-px {
    margin-left: -1px  !important;
  }
  [class~="md-!-ml-px"] {
    margin-left: -1px  !important;
  }
  .md--m-0\.5 {
    margin: -0.125rem ;
  }
  [class~="md--m-0\.5"] {
    margin: -0.125rem ;
  }
  .md-!-m-0\.5 {
    margin: -0.125rem  !important;
  }
  [class~="md-!-m-0\.5"] {
    margin: -0.125rem  !important;
  }
  .md--mx-0\.5 {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  [class~="md--mx-0\.5"] {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  .md-!-mx-0\.5 {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  [class~="md-!-mx-0\.5"] {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  .md--my-0\.5 {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  [class~="md--my-0\.5"] {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  .md-!-my-0\.5 {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  [class~="md-!-my-0\.5"] {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  .md--ms-0\.5 {
    margin-inline-start: -0.125rem ;
  }
  [class~="md--ms-0\.5"] {
    margin-inline-start: -0.125rem ;
  }
  .md-!-ms-0\.5 {
    margin-inline-start: -0.125rem  !important;
  }
  [class~="md-!-ms-0\.5"] {
    margin-inline-start: -0.125rem  !important;
  }
  .md--me-0\.5 {
    margin-inline-end: -0.125rem ;
  }
  [class~="md--me-0\.5"] {
    margin-inline-end: -0.125rem ;
  }
  .md-!-me-0\.5 {
    margin-inline-end: -0.125rem  !important;
  }
  [class~="md-!-me-0\.5"] {
    margin-inline-end: -0.125rem  !important;
  }
  .md--mt-0\.5 {
    margin-top: -0.125rem ;
  }
  [class~="md--mt-0\.5"] {
    margin-top: -0.125rem ;
  }
  .md-!-mt-0\.5 {
    margin-top: -0.125rem  !important;
  }
  [class~="md-!-mt-0\.5"] {
    margin-top: -0.125rem  !important;
  }
  .md--mr-0\.5 {
    margin-right: -0.125rem ;
  }
  [class~="md--mr-0\.5"] {
    margin-right: -0.125rem ;
  }
  .md-!-mr-0\.5 {
    margin-right: -0.125rem  !important;
  }
  [class~="md-!-mr-0\.5"] {
    margin-right: -0.125rem  !important;
  }
  .md--mb-0\.5 {
    margin-bottom: -0.125rem ;
  }
  [class~="md--mb-0\.5"] {
    margin-bottom: -0.125rem ;
  }
  .md-!-mb-0\.5 {
    margin-bottom: -0.125rem  !important;
  }
  [class~="md-!-mb-0\.5"] {
    margin-bottom: -0.125rem  !important;
  }
  .md--ml-0\.5 {
    margin-left: -0.125rem ;
  }
  [class~="md--ml-0\.5"] {
    margin-left: -0.125rem ;
  }
  .md-!-ml-0\.5 {
    margin-left: -0.125rem  !important;
  }
  [class~="md-!-ml-0\.5"] {
    margin-left: -0.125rem  !important;
  }
  .md--m-1 {
    margin: -0.25rem ;
  }
  [class~="md--m-1"] {
    margin: -0.25rem ;
  }
  .md-!-m-1 {
    margin: -0.25rem  !important;
  }
  [class~="md-!-m-1"] {
    margin: -0.25rem  !important;
  }
  .md--mx-1 {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  [class~="md--mx-1"] {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  .md-!-mx-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  [class~="md-!-mx-1"] {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .md--my-1 {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  [class~="md--my-1"] {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  .md-!-my-1 {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  [class~="md-!-my-1"] {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  .md--ms-1 {
    margin-inline-start: -0.25rem ;
  }
  [class~="md--ms-1"] {
    margin-inline-start: -0.25rem ;
  }
  .md-!-ms-1 {
    margin-inline-start: -0.25rem  !important;
  }
  [class~="md-!-ms-1"] {
    margin-inline-start: -0.25rem  !important;
  }
  .md--me-1 {
    margin-inline-end: -0.25rem ;
  }
  [class~="md--me-1"] {
    margin-inline-end: -0.25rem ;
  }
  .md-!-me-1 {
    margin-inline-end: -0.25rem  !important;
  }
  [class~="md-!-me-1"] {
    margin-inline-end: -0.25rem  !important;
  }
  .md--mt-1 {
    margin-top: -0.25rem ;
  }
  [class~="md--mt-1"] {
    margin-top: -0.25rem ;
  }
  .md-!-mt-1 {
    margin-top: -0.25rem  !important;
  }
  [class~="md-!-mt-1"] {
    margin-top: -0.25rem  !important;
  }
  .md--mr-1 {
    margin-right: -0.25rem ;
  }
  [class~="md--mr-1"] {
    margin-right: -0.25rem ;
  }
  .md-!-mr-1 {
    margin-right: -0.25rem  !important;
  }
  [class~="md-!-mr-1"] {
    margin-right: -0.25rem  !important;
  }
  .md--mb-1 {
    margin-bottom: -0.25rem ;
  }
  [class~="md--mb-1"] {
    margin-bottom: -0.25rem ;
  }
  .md-!-mb-1 {
    margin-bottom: -0.25rem  !important;
  }
  [class~="md-!-mb-1"] {
    margin-bottom: -0.25rem  !important;
  }
  .md--ml-1 {
    margin-left: -0.25rem ;
  }
  [class~="md--ml-1"] {
    margin-left: -0.25rem ;
  }
  .md-!-ml-1 {
    margin-left: -0.25rem  !important;
  }
  [class~="md-!-ml-1"] {
    margin-left: -0.25rem  !important;
  }
  .md--m-1\.5 {
    margin: -0.375rem ;
  }
  [class~="md--m-1\.5"] {
    margin: -0.375rem ;
  }
  .md-!-m-1\.5 {
    margin: -0.375rem  !important;
  }
  [class~="md-!-m-1\.5"] {
    margin: -0.375rem  !important;
  }
  .md--mx-1\.5 {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  [class~="md--mx-1\.5"] {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  .md-!-mx-1\.5 {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  [class~="md-!-mx-1\.5"] {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  .md--my-1\.5 {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  [class~="md--my-1\.5"] {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  .md-!-my-1\.5 {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  [class~="md-!-my-1\.5"] {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  .md--ms-1\.5 {
    margin-inline-start: -0.375rem ;
  }
  [class~="md--ms-1\.5"] {
    margin-inline-start: -0.375rem ;
  }
  .md-!-ms-1\.5 {
    margin-inline-start: -0.375rem  !important;
  }
  [class~="md-!-ms-1\.5"] {
    margin-inline-start: -0.375rem  !important;
  }
  .md--me-1\.5 {
    margin-inline-end: -0.375rem ;
  }
  [class~="md--me-1\.5"] {
    margin-inline-end: -0.375rem ;
  }
  .md-!-me-1\.5 {
    margin-inline-end: -0.375rem  !important;
  }
  [class~="md-!-me-1\.5"] {
    margin-inline-end: -0.375rem  !important;
  }
  .md--mt-1\.5 {
    margin-top: -0.375rem ;
  }
  [class~="md--mt-1\.5"] {
    margin-top: -0.375rem ;
  }
  .md-!-mt-1\.5 {
    margin-top: -0.375rem  !important;
  }
  [class~="md-!-mt-1\.5"] {
    margin-top: -0.375rem  !important;
  }
  .md--mr-1\.5 {
    margin-right: -0.375rem ;
  }
  [class~="md--mr-1\.5"] {
    margin-right: -0.375rem ;
  }
  .md-!-mr-1\.5 {
    margin-right: -0.375rem  !important;
  }
  [class~="md-!-mr-1\.5"] {
    margin-right: -0.375rem  !important;
  }
  .md--mb-1\.5 {
    margin-bottom: -0.375rem ;
  }
  [class~="md--mb-1\.5"] {
    margin-bottom: -0.375rem ;
  }
  .md-!-mb-1\.5 {
    margin-bottom: -0.375rem  !important;
  }
  [class~="md-!-mb-1\.5"] {
    margin-bottom: -0.375rem  !important;
  }
  .md--ml-1\.5 {
    margin-left: -0.375rem ;
  }
  [class~="md--ml-1\.5"] {
    margin-left: -0.375rem ;
  }
  .md-!-ml-1\.5 {
    margin-left: -0.375rem  !important;
  }
  [class~="md-!-ml-1\.5"] {
    margin-left: -0.375rem  !important;
  }
  .md--m-2 {
    margin: -0.5rem ;
  }
  [class~="md--m-2"] {
    margin: -0.5rem ;
  }
  .md-!-m-2 {
    margin: -0.5rem  !important;
  }
  [class~="md-!-m-2"] {
    margin: -0.5rem  !important;
  }
  .md--mx-2 {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  [class~="md--mx-2"] {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  .md-!-mx-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  [class~="md-!-mx-2"] {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .md--my-2 {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  [class~="md--my-2"] {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  .md-!-my-2 {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  [class~="md-!-my-2"] {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  .md--ms-2 {
    margin-inline-start: -0.5rem ;
  }
  [class~="md--ms-2"] {
    margin-inline-start: -0.5rem ;
  }
  .md-!-ms-2 {
    margin-inline-start: -0.5rem  !important;
  }
  [class~="md-!-ms-2"] {
    margin-inline-start: -0.5rem  !important;
  }
  .md--me-2 {
    margin-inline-end: -0.5rem ;
  }
  [class~="md--me-2"] {
    margin-inline-end: -0.5rem ;
  }
  .md-!-me-2 {
    margin-inline-end: -0.5rem  !important;
  }
  [class~="md-!-me-2"] {
    margin-inline-end: -0.5rem  !important;
  }
  .md--mt-2 {
    margin-top: -0.5rem ;
  }
  [class~="md--mt-2"] {
    margin-top: -0.5rem ;
  }
  .md-!-mt-2 {
    margin-top: -0.5rem  !important;
  }
  [class~="md-!-mt-2"] {
    margin-top: -0.5rem  !important;
  }
  .md--mr-2 {
    margin-right: -0.5rem ;
  }
  [class~="md--mr-2"] {
    margin-right: -0.5rem ;
  }
  .md-!-mr-2 {
    margin-right: -0.5rem  !important;
  }
  [class~="md-!-mr-2"] {
    margin-right: -0.5rem  !important;
  }
  .md--mb-2 {
    margin-bottom: -0.5rem ;
  }
  [class~="md--mb-2"] {
    margin-bottom: -0.5rem ;
  }
  .md-!-mb-2 {
    margin-bottom: -0.5rem  !important;
  }
  [class~="md-!-mb-2"] {
    margin-bottom: -0.5rem  !important;
  }
  .md--ml-2 {
    margin-left: -0.5rem ;
  }
  [class~="md--ml-2"] {
    margin-left: -0.5rem ;
  }
  .md-!-ml-2 {
    margin-left: -0.5rem  !important;
  }
  [class~="md-!-ml-2"] {
    margin-left: -0.5rem  !important;
  }
  .md--m-2\.5 {
    margin: -0.625rem ;
  }
  [class~="md--m-2\.5"] {
    margin: -0.625rem ;
  }
  .md-!-m-2\.5 {
    margin: -0.625rem  !important;
  }
  [class~="md-!-m-2\.5"] {
    margin: -0.625rem  !important;
  }
  .md--mx-2\.5 {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  [class~="md--mx-2\.5"] {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  .md-!-mx-2\.5 {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  [class~="md-!-mx-2\.5"] {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  .md--my-2\.5 {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  [class~="md--my-2\.5"] {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  .md-!-my-2\.5 {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  [class~="md-!-my-2\.5"] {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  .md--ms-2\.5 {
    margin-inline-start: -0.625rem ;
  }
  [class~="md--ms-2\.5"] {
    margin-inline-start: -0.625rem ;
  }
  .md-!-ms-2\.5 {
    margin-inline-start: -0.625rem  !important;
  }
  [class~="md-!-ms-2\.5"] {
    margin-inline-start: -0.625rem  !important;
  }
  .md--me-2\.5 {
    margin-inline-end: -0.625rem ;
  }
  [class~="md--me-2\.5"] {
    margin-inline-end: -0.625rem ;
  }
  .md-!-me-2\.5 {
    margin-inline-end: -0.625rem  !important;
  }
  [class~="md-!-me-2\.5"] {
    margin-inline-end: -0.625rem  !important;
  }
  .md--mt-2\.5 {
    margin-top: -0.625rem ;
  }
  [class~="md--mt-2\.5"] {
    margin-top: -0.625rem ;
  }
  .md-!-mt-2\.5 {
    margin-top: -0.625rem  !important;
  }
  [class~="md-!-mt-2\.5"] {
    margin-top: -0.625rem  !important;
  }
  .md--mr-2\.5 {
    margin-right: -0.625rem ;
  }
  [class~="md--mr-2\.5"] {
    margin-right: -0.625rem ;
  }
  .md-!-mr-2\.5 {
    margin-right: -0.625rem  !important;
  }
  [class~="md-!-mr-2\.5"] {
    margin-right: -0.625rem  !important;
  }
  .md--mb-2\.5 {
    margin-bottom: -0.625rem ;
  }
  [class~="md--mb-2\.5"] {
    margin-bottom: -0.625rem ;
  }
  .md-!-mb-2\.5 {
    margin-bottom: -0.625rem  !important;
  }
  [class~="md-!-mb-2\.5"] {
    margin-bottom: -0.625rem  !important;
  }
  .md--ml-2\.5 {
    margin-left: -0.625rem ;
  }
  [class~="md--ml-2\.5"] {
    margin-left: -0.625rem ;
  }
  .md-!-ml-2\.5 {
    margin-left: -0.625rem  !important;
  }
  [class~="md-!-ml-2\.5"] {
    margin-left: -0.625rem  !important;
  }
  .md--m-3 {
    margin: -0.75rem ;
  }
  [class~="md--m-3"] {
    margin: -0.75rem ;
  }
  .md-!-m-3 {
    margin: -0.75rem  !important;
  }
  [class~="md-!-m-3"] {
    margin: -0.75rem  !important;
  }
  .md--mx-3 {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  [class~="md--mx-3"] {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  .md-!-mx-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  [class~="md-!-mx-3"] {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .md--my-3 {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  [class~="md--my-3"] {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  .md-!-my-3 {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  [class~="md-!-my-3"] {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  .md--ms-3 {
    margin-inline-start: -0.75rem ;
  }
  [class~="md--ms-3"] {
    margin-inline-start: -0.75rem ;
  }
  .md-!-ms-3 {
    margin-inline-start: -0.75rem  !important;
  }
  [class~="md-!-ms-3"] {
    margin-inline-start: -0.75rem  !important;
  }
  .md--me-3 {
    margin-inline-end: -0.75rem ;
  }
  [class~="md--me-3"] {
    margin-inline-end: -0.75rem ;
  }
  .md-!-me-3 {
    margin-inline-end: -0.75rem  !important;
  }
  [class~="md-!-me-3"] {
    margin-inline-end: -0.75rem  !important;
  }
  .md--mt-3 {
    margin-top: -0.75rem ;
  }
  [class~="md--mt-3"] {
    margin-top: -0.75rem ;
  }
  .md-!-mt-3 {
    margin-top: -0.75rem  !important;
  }
  [class~="md-!-mt-3"] {
    margin-top: -0.75rem  !important;
  }
  .md--mr-3 {
    margin-right: -0.75rem ;
  }
  [class~="md--mr-3"] {
    margin-right: -0.75rem ;
  }
  .md-!-mr-3 {
    margin-right: -0.75rem  !important;
  }
  [class~="md-!-mr-3"] {
    margin-right: -0.75rem  !important;
  }
  .md--mb-3 {
    margin-bottom: -0.75rem ;
  }
  [class~="md--mb-3"] {
    margin-bottom: -0.75rem ;
  }
  .md-!-mb-3 {
    margin-bottom: -0.75rem  !important;
  }
  [class~="md-!-mb-3"] {
    margin-bottom: -0.75rem  !important;
  }
  .md--ml-3 {
    margin-left: -0.75rem ;
  }
  [class~="md--ml-3"] {
    margin-left: -0.75rem ;
  }
  .md-!-ml-3 {
    margin-left: -0.75rem  !important;
  }
  [class~="md-!-ml-3"] {
    margin-left: -0.75rem  !important;
  }
  .md--m-3\.5 {
    margin: -0.875rem ;
  }
  [class~="md--m-3\.5"] {
    margin: -0.875rem ;
  }
  .md-!-m-3\.5 {
    margin: -0.875rem  !important;
  }
  [class~="md-!-m-3\.5"] {
    margin: -0.875rem  !important;
  }
  .md--mx-3\.5 {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  [class~="md--mx-3\.5"] {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  .md-!-mx-3\.5 {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  [class~="md-!-mx-3\.5"] {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  .md--my-3\.5 {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  [class~="md--my-3\.5"] {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  .md-!-my-3\.5 {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  [class~="md-!-my-3\.5"] {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  .md--ms-3\.5 {
    margin-inline-start: -0.875rem ;
  }
  [class~="md--ms-3\.5"] {
    margin-inline-start: -0.875rem ;
  }
  .md-!-ms-3\.5 {
    margin-inline-start: -0.875rem  !important;
  }
  [class~="md-!-ms-3\.5"] {
    margin-inline-start: -0.875rem  !important;
  }
  .md--me-3\.5 {
    margin-inline-end: -0.875rem ;
  }
  [class~="md--me-3\.5"] {
    margin-inline-end: -0.875rem ;
  }
  .md-!-me-3\.5 {
    margin-inline-end: -0.875rem  !important;
  }
  [class~="md-!-me-3\.5"] {
    margin-inline-end: -0.875rem  !important;
  }
  .md--mt-3\.5 {
    margin-top: -0.875rem ;
  }
  [class~="md--mt-3\.5"] {
    margin-top: -0.875rem ;
  }
  .md-!-mt-3\.5 {
    margin-top: -0.875rem  !important;
  }
  [class~="md-!-mt-3\.5"] {
    margin-top: -0.875rem  !important;
  }
  .md--mr-3\.5 {
    margin-right: -0.875rem ;
  }
  [class~="md--mr-3\.5"] {
    margin-right: -0.875rem ;
  }
  .md-!-mr-3\.5 {
    margin-right: -0.875rem  !important;
  }
  [class~="md-!-mr-3\.5"] {
    margin-right: -0.875rem  !important;
  }
  .md--mb-3\.5 {
    margin-bottom: -0.875rem ;
  }
  [class~="md--mb-3\.5"] {
    margin-bottom: -0.875rem ;
  }
  .md-!-mb-3\.5 {
    margin-bottom: -0.875rem  !important;
  }
  [class~="md-!-mb-3\.5"] {
    margin-bottom: -0.875rem  !important;
  }
  .md--ml-3\.5 {
    margin-left: -0.875rem ;
  }
  [class~="md--ml-3\.5"] {
    margin-left: -0.875rem ;
  }
  .md-!-ml-3\.5 {
    margin-left: -0.875rem  !important;
  }
  [class~="md-!-ml-3\.5"] {
    margin-left: -0.875rem  !important;
  }
  .md--m-4 {
    margin: -1rem ;
  }
  [class~="md--m-4"] {
    margin: -1rem ;
  }
  .md-!-m-4 {
    margin: -1rem  !important;
  }
  [class~="md-!-m-4"] {
    margin: -1rem  !important;
  }
  .md--mx-4 {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  [class~="md--mx-4"] {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  .md-!-mx-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  [class~="md-!-mx-4"] {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .md--my-4 {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  [class~="md--my-4"] {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  .md-!-my-4 {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  [class~="md-!-my-4"] {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  .md--ms-4 {
    margin-inline-start: -1rem ;
  }
  [class~="md--ms-4"] {
    margin-inline-start: -1rem ;
  }
  .md-!-ms-4 {
    margin-inline-start: -1rem  !important;
  }
  [class~="md-!-ms-4"] {
    margin-inline-start: -1rem  !important;
  }
  .md--me-4 {
    margin-inline-end: -1rem ;
  }
  [class~="md--me-4"] {
    margin-inline-end: -1rem ;
  }
  .md-!-me-4 {
    margin-inline-end: -1rem  !important;
  }
  [class~="md-!-me-4"] {
    margin-inline-end: -1rem  !important;
  }
  .md--mt-4 {
    margin-top: -1rem ;
  }
  [class~="md--mt-4"] {
    margin-top: -1rem ;
  }
  .md-!-mt-4 {
    margin-top: -1rem  !important;
  }
  [class~="md-!-mt-4"] {
    margin-top: -1rem  !important;
  }
  .md--mr-4 {
    margin-right: -1rem ;
  }
  [class~="md--mr-4"] {
    margin-right: -1rem ;
  }
  .md-!-mr-4 {
    margin-right: -1rem  !important;
  }
  [class~="md-!-mr-4"] {
    margin-right: -1rem  !important;
  }
  .md--mb-4 {
    margin-bottom: -1rem ;
  }
  [class~="md--mb-4"] {
    margin-bottom: -1rem ;
  }
  .md-!-mb-4 {
    margin-bottom: -1rem  !important;
  }
  [class~="md-!-mb-4"] {
    margin-bottom: -1rem  !important;
  }
  .md--ml-4 {
    margin-left: -1rem ;
  }
  [class~="md--ml-4"] {
    margin-left: -1rem ;
  }
  .md-!-ml-4 {
    margin-left: -1rem  !important;
  }
  [class~="md-!-ml-4"] {
    margin-left: -1rem  !important;
  }
  .md--m-5 {
    margin: -1.25rem ;
  }
  [class~="md--m-5"] {
    margin: -1.25rem ;
  }
  .md-!-m-5 {
    margin: -1.25rem  !important;
  }
  [class~="md-!-m-5"] {
    margin: -1.25rem  !important;
  }
  .md--mx-5 {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  [class~="md--mx-5"] {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  .md-!-mx-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  [class~="md-!-mx-5"] {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .md--my-5 {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  [class~="md--my-5"] {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  .md-!-my-5 {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  [class~="md-!-my-5"] {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  .md--ms-5 {
    margin-inline-start: -1.25rem ;
  }
  [class~="md--ms-5"] {
    margin-inline-start: -1.25rem ;
  }
  .md-!-ms-5 {
    margin-inline-start: -1.25rem  !important;
  }
  [class~="md-!-ms-5"] {
    margin-inline-start: -1.25rem  !important;
  }
  .md--me-5 {
    margin-inline-end: -1.25rem ;
  }
  [class~="md--me-5"] {
    margin-inline-end: -1.25rem ;
  }
  .md-!-me-5 {
    margin-inline-end: -1.25rem  !important;
  }
  [class~="md-!-me-5"] {
    margin-inline-end: -1.25rem  !important;
  }
  .md--mt-5 {
    margin-top: -1.25rem ;
  }
  [class~="md--mt-5"] {
    margin-top: -1.25rem ;
  }
  .md-!-mt-5 {
    margin-top: -1.25rem  !important;
  }
  [class~="md-!-mt-5"] {
    margin-top: -1.25rem  !important;
  }
  .md--mr-5 {
    margin-right: -1.25rem ;
  }
  [class~="md--mr-5"] {
    margin-right: -1.25rem ;
  }
  .md-!-mr-5 {
    margin-right: -1.25rem  !important;
  }
  [class~="md-!-mr-5"] {
    margin-right: -1.25rem  !important;
  }
  .md--mb-5 {
    margin-bottom: -1.25rem ;
  }
  [class~="md--mb-5"] {
    margin-bottom: -1.25rem ;
  }
  .md-!-mb-5 {
    margin-bottom: -1.25rem  !important;
  }
  [class~="md-!-mb-5"] {
    margin-bottom: -1.25rem  !important;
  }
  .md--ml-5 {
    margin-left: -1.25rem ;
  }
  [class~="md--ml-5"] {
    margin-left: -1.25rem ;
  }
  .md-!-ml-5 {
    margin-left: -1.25rem  !important;
  }
  [class~="md-!-ml-5"] {
    margin-left: -1.25rem  !important;
  }
  .md--m-6 {
    margin: -1.5rem ;
  }
  [class~="md--m-6"] {
    margin: -1.5rem ;
  }
  .md-!-m-6 {
    margin: -1.5rem  !important;
  }
  [class~="md-!-m-6"] {
    margin: -1.5rem  !important;
  }
  .md--mx-6 {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  [class~="md--mx-6"] {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  .md-!-mx-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  [class~="md-!-mx-6"] {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .md--my-6 {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  [class~="md--my-6"] {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  .md-!-my-6 {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  [class~="md-!-my-6"] {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  .md--ms-6 {
    margin-inline-start: -1.5rem ;
  }
  [class~="md--ms-6"] {
    margin-inline-start: -1.5rem ;
  }
  .md-!-ms-6 {
    margin-inline-start: -1.5rem  !important;
  }
  [class~="md-!-ms-6"] {
    margin-inline-start: -1.5rem  !important;
  }
  .md--me-6 {
    margin-inline-end: -1.5rem ;
  }
  [class~="md--me-6"] {
    margin-inline-end: -1.5rem ;
  }
  .md-!-me-6 {
    margin-inline-end: -1.5rem  !important;
  }
  [class~="md-!-me-6"] {
    margin-inline-end: -1.5rem  !important;
  }
  .md--mt-6 {
    margin-top: -1.5rem ;
  }
  [class~="md--mt-6"] {
    margin-top: -1.5rem ;
  }
  .md-!-mt-6 {
    margin-top: -1.5rem  !important;
  }
  [class~="md-!-mt-6"] {
    margin-top: -1.5rem  !important;
  }
  .md--mr-6 {
    margin-right: -1.5rem ;
  }
  [class~="md--mr-6"] {
    margin-right: -1.5rem ;
  }
  .md-!-mr-6 {
    margin-right: -1.5rem  !important;
  }
  [class~="md-!-mr-6"] {
    margin-right: -1.5rem  !important;
  }
  .md--mb-6 {
    margin-bottom: -1.5rem ;
  }
  [class~="md--mb-6"] {
    margin-bottom: -1.5rem ;
  }
  .md-!-mb-6 {
    margin-bottom: -1.5rem  !important;
  }
  [class~="md-!-mb-6"] {
    margin-bottom: -1.5rem  !important;
  }
  .md--ml-6 {
    margin-left: -1.5rem ;
  }
  [class~="md--ml-6"] {
    margin-left: -1.5rem ;
  }
  .md-!-ml-6 {
    margin-left: -1.5rem  !important;
  }
  [class~="md-!-ml-6"] {
    margin-left: -1.5rem  !important;
  }
  .md--m-7 {
    margin: -1.75rem ;
  }
  [class~="md--m-7"] {
    margin: -1.75rem ;
  }
  .md-!-m-7 {
    margin: -1.75rem  !important;
  }
  [class~="md-!-m-7"] {
    margin: -1.75rem  !important;
  }
  .md--mx-7 {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  [class~="md--mx-7"] {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  .md-!-mx-7 {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  [class~="md-!-mx-7"] {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  .md--my-7 {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  [class~="md--my-7"] {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  .md-!-my-7 {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  [class~="md-!-my-7"] {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  .md--ms-7 {
    margin-inline-start: -1.75rem ;
  }
  [class~="md--ms-7"] {
    margin-inline-start: -1.75rem ;
  }
  .md-!-ms-7 {
    margin-inline-start: -1.75rem  !important;
  }
  [class~="md-!-ms-7"] {
    margin-inline-start: -1.75rem  !important;
  }
  .md--me-7 {
    margin-inline-end: -1.75rem ;
  }
  [class~="md--me-7"] {
    margin-inline-end: -1.75rem ;
  }
  .md-!-me-7 {
    margin-inline-end: -1.75rem  !important;
  }
  [class~="md-!-me-7"] {
    margin-inline-end: -1.75rem  !important;
  }
  .md--mt-7 {
    margin-top: -1.75rem ;
  }
  [class~="md--mt-7"] {
    margin-top: -1.75rem ;
  }
  .md-!-mt-7 {
    margin-top: -1.75rem  !important;
  }
  [class~="md-!-mt-7"] {
    margin-top: -1.75rem  !important;
  }
  .md--mr-7 {
    margin-right: -1.75rem ;
  }
  [class~="md--mr-7"] {
    margin-right: -1.75rem ;
  }
  .md-!-mr-7 {
    margin-right: -1.75rem  !important;
  }
  [class~="md-!-mr-7"] {
    margin-right: -1.75rem  !important;
  }
  .md--mb-7 {
    margin-bottom: -1.75rem ;
  }
  [class~="md--mb-7"] {
    margin-bottom: -1.75rem ;
  }
  .md-!-mb-7 {
    margin-bottom: -1.75rem  !important;
  }
  [class~="md-!-mb-7"] {
    margin-bottom: -1.75rem  !important;
  }
  .md--ml-7 {
    margin-left: -1.75rem ;
  }
  [class~="md--ml-7"] {
    margin-left: -1.75rem ;
  }
  .md-!-ml-7 {
    margin-left: -1.75rem  !important;
  }
  [class~="md-!-ml-7"] {
    margin-left: -1.75rem  !important;
  }
  .md--m-8 {
    margin: -2rem ;
  }
  [class~="md--m-8"] {
    margin: -2rem ;
  }
  .md-!-m-8 {
    margin: -2rem  !important;
  }
  [class~="md-!-m-8"] {
    margin: -2rem  !important;
  }
  .md--mx-8 {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  [class~="md--mx-8"] {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  .md-!-mx-8 {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  [class~="md-!-mx-8"] {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  .md--my-8 {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  [class~="md--my-8"] {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  .md-!-my-8 {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  [class~="md-!-my-8"] {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  .md--ms-8 {
    margin-inline-start: -2rem ;
  }
  [class~="md--ms-8"] {
    margin-inline-start: -2rem ;
  }
  .md-!-ms-8 {
    margin-inline-start: -2rem  !important;
  }
  [class~="md-!-ms-8"] {
    margin-inline-start: -2rem  !important;
  }
  .md--me-8 {
    margin-inline-end: -2rem ;
  }
  [class~="md--me-8"] {
    margin-inline-end: -2rem ;
  }
  .md-!-me-8 {
    margin-inline-end: -2rem  !important;
  }
  [class~="md-!-me-8"] {
    margin-inline-end: -2rem  !important;
  }
  .md--mt-8 {
    margin-top: -2rem ;
  }
  [class~="md--mt-8"] {
    margin-top: -2rem ;
  }
  .md-!-mt-8 {
    margin-top: -2rem  !important;
  }
  [class~="md-!-mt-8"] {
    margin-top: -2rem  !important;
  }
  .md--mr-8 {
    margin-right: -2rem ;
  }
  [class~="md--mr-8"] {
    margin-right: -2rem ;
  }
  .md-!-mr-8 {
    margin-right: -2rem  !important;
  }
  [class~="md-!-mr-8"] {
    margin-right: -2rem  !important;
  }
  .md--mb-8 {
    margin-bottom: -2rem ;
  }
  [class~="md--mb-8"] {
    margin-bottom: -2rem ;
  }
  .md-!-mb-8 {
    margin-bottom: -2rem  !important;
  }
  [class~="md-!-mb-8"] {
    margin-bottom: -2rem  !important;
  }
  .md--ml-8 {
    margin-left: -2rem ;
  }
  [class~="md--ml-8"] {
    margin-left: -2rem ;
  }
  .md-!-ml-8 {
    margin-left: -2rem  !important;
  }
  [class~="md-!-ml-8"] {
    margin-left: -2rem  !important;
  }
  .md--m-9 {
    margin: -2.25rem ;
  }
  [class~="md--m-9"] {
    margin: -2.25rem ;
  }
  .md-!-m-9 {
    margin: -2.25rem  !important;
  }
  [class~="md-!-m-9"] {
    margin: -2.25rem  !important;
  }
  .md--mx-9 {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  [class~="md--mx-9"] {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  .md-!-mx-9 {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  [class~="md-!-mx-9"] {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  .md--my-9 {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  [class~="md--my-9"] {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  .md-!-my-9 {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  [class~="md-!-my-9"] {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  .md--ms-9 {
    margin-inline-start: -2.25rem ;
  }
  [class~="md--ms-9"] {
    margin-inline-start: -2.25rem ;
  }
  .md-!-ms-9 {
    margin-inline-start: -2.25rem  !important;
  }
  [class~="md-!-ms-9"] {
    margin-inline-start: -2.25rem  !important;
  }
  .md--me-9 {
    margin-inline-end: -2.25rem ;
  }
  [class~="md--me-9"] {
    margin-inline-end: -2.25rem ;
  }
  .md-!-me-9 {
    margin-inline-end: -2.25rem  !important;
  }
  [class~="md-!-me-9"] {
    margin-inline-end: -2.25rem  !important;
  }
  .md--mt-9 {
    margin-top: -2.25rem ;
  }
  [class~="md--mt-9"] {
    margin-top: -2.25rem ;
  }
  .md-!-mt-9 {
    margin-top: -2.25rem  !important;
  }
  [class~="md-!-mt-9"] {
    margin-top: -2.25rem  !important;
  }
  .md--mr-9 {
    margin-right: -2.25rem ;
  }
  [class~="md--mr-9"] {
    margin-right: -2.25rem ;
  }
  .md-!-mr-9 {
    margin-right: -2.25rem  !important;
  }
  [class~="md-!-mr-9"] {
    margin-right: -2.25rem  !important;
  }
  .md--mb-9 {
    margin-bottom: -2.25rem ;
  }
  [class~="md--mb-9"] {
    margin-bottom: -2.25rem ;
  }
  .md-!-mb-9 {
    margin-bottom: -2.25rem  !important;
  }
  [class~="md-!-mb-9"] {
    margin-bottom: -2.25rem  !important;
  }
  .md--ml-9 {
    margin-left: -2.25rem ;
  }
  [class~="md--ml-9"] {
    margin-left: -2.25rem ;
  }
  .md-!-ml-9 {
    margin-left: -2.25rem  !important;
  }
  [class~="md-!-ml-9"] {
    margin-left: -2.25rem  !important;
  }
  .md--m-10 {
    margin: -2.5rem ;
  }
  [class~="md--m-10"] {
    margin: -2.5rem ;
  }
  .md-!-m-10 {
    margin: -2.5rem  !important;
  }
  [class~="md-!-m-10"] {
    margin: -2.5rem  !important;
  }
  .md--mx-10 {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  [class~="md--mx-10"] {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  .md-!-mx-10 {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  [class~="md-!-mx-10"] {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  .md--my-10 {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  [class~="md--my-10"] {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  .md-!-my-10 {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  [class~="md-!-my-10"] {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  .md--ms-10 {
    margin-inline-start: -2.5rem ;
  }
  [class~="md--ms-10"] {
    margin-inline-start: -2.5rem ;
  }
  .md-!-ms-10 {
    margin-inline-start: -2.5rem  !important;
  }
  [class~="md-!-ms-10"] {
    margin-inline-start: -2.5rem  !important;
  }
  .md--me-10 {
    margin-inline-end: -2.5rem ;
  }
  [class~="md--me-10"] {
    margin-inline-end: -2.5rem ;
  }
  .md-!-me-10 {
    margin-inline-end: -2.5rem  !important;
  }
  [class~="md-!-me-10"] {
    margin-inline-end: -2.5rem  !important;
  }
  .md--mt-10 {
    margin-top: -2.5rem ;
  }
  [class~="md--mt-10"] {
    margin-top: -2.5rem ;
  }
  .md-!-mt-10 {
    margin-top: -2.5rem  !important;
  }
  [class~="md-!-mt-10"] {
    margin-top: -2.5rem  !important;
  }
  .md--mr-10 {
    margin-right: -2.5rem ;
  }
  [class~="md--mr-10"] {
    margin-right: -2.5rem ;
  }
  .md-!-mr-10 {
    margin-right: -2.5rem  !important;
  }
  [class~="md-!-mr-10"] {
    margin-right: -2.5rem  !important;
  }
  .md--mb-10 {
    margin-bottom: -2.5rem ;
  }
  [class~="md--mb-10"] {
    margin-bottom: -2.5rem ;
  }
  .md-!-mb-10 {
    margin-bottom: -2.5rem  !important;
  }
  [class~="md-!-mb-10"] {
    margin-bottom: -2.5rem  !important;
  }
  .md--ml-10 {
    margin-left: -2.5rem ;
  }
  [class~="md--ml-10"] {
    margin-left: -2.5rem ;
  }
  .md-!-ml-10 {
    margin-left: -2.5rem  !important;
  }
  [class~="md-!-ml-10"] {
    margin-left: -2.5rem  !important;
  }
  .md--m-11 {
    margin: -2.75rem ;
  }
  [class~="md--m-11"] {
    margin: -2.75rem ;
  }
  .md-!-m-11 {
    margin: -2.75rem  !important;
  }
  [class~="md-!-m-11"] {
    margin: -2.75rem  !important;
  }
  .md--mx-11 {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  [class~="md--mx-11"] {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  .md-!-mx-11 {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  [class~="md-!-mx-11"] {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  .md--my-11 {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  [class~="md--my-11"] {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  .md-!-my-11 {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  [class~="md-!-my-11"] {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  .md--ms-11 {
    margin-inline-start: -2.75rem ;
  }
  [class~="md--ms-11"] {
    margin-inline-start: -2.75rem ;
  }
  .md-!-ms-11 {
    margin-inline-start: -2.75rem  !important;
  }
  [class~="md-!-ms-11"] {
    margin-inline-start: -2.75rem  !important;
  }
  .md--me-11 {
    margin-inline-end: -2.75rem ;
  }
  [class~="md--me-11"] {
    margin-inline-end: -2.75rem ;
  }
  .md-!-me-11 {
    margin-inline-end: -2.75rem  !important;
  }
  [class~="md-!-me-11"] {
    margin-inline-end: -2.75rem  !important;
  }
  .md--mt-11 {
    margin-top: -2.75rem ;
  }
  [class~="md--mt-11"] {
    margin-top: -2.75rem ;
  }
  .md-!-mt-11 {
    margin-top: -2.75rem  !important;
  }
  [class~="md-!-mt-11"] {
    margin-top: -2.75rem  !important;
  }
  .md--mr-11 {
    margin-right: -2.75rem ;
  }
  [class~="md--mr-11"] {
    margin-right: -2.75rem ;
  }
  .md-!-mr-11 {
    margin-right: -2.75rem  !important;
  }
  [class~="md-!-mr-11"] {
    margin-right: -2.75rem  !important;
  }
  .md--mb-11 {
    margin-bottom: -2.75rem ;
  }
  [class~="md--mb-11"] {
    margin-bottom: -2.75rem ;
  }
  .md-!-mb-11 {
    margin-bottom: -2.75rem  !important;
  }
  [class~="md-!-mb-11"] {
    margin-bottom: -2.75rem  !important;
  }
  .md--ml-11 {
    margin-left: -2.75rem ;
  }
  [class~="md--ml-11"] {
    margin-left: -2.75rem ;
  }
  .md-!-ml-11 {
    margin-left: -2.75rem  !important;
  }
  [class~="md-!-ml-11"] {
    margin-left: -2.75rem  !important;
  }
  .md--m-12 {
    margin: -3rem ;
  }
  [class~="md--m-12"] {
    margin: -3rem ;
  }
  .md-!-m-12 {
    margin: -3rem  !important;
  }
  [class~="md-!-m-12"] {
    margin: -3rem  !important;
  }
  .md--mx-12 {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  [class~="md--mx-12"] {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  .md-!-mx-12 {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  [class~="md-!-mx-12"] {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  .md--my-12 {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  [class~="md--my-12"] {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  .md-!-my-12 {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  [class~="md-!-my-12"] {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  .md--ms-12 {
    margin-inline-start: -3rem ;
  }
  [class~="md--ms-12"] {
    margin-inline-start: -3rem ;
  }
  .md-!-ms-12 {
    margin-inline-start: -3rem  !important;
  }
  [class~="md-!-ms-12"] {
    margin-inline-start: -3rem  !important;
  }
  .md--me-12 {
    margin-inline-end: -3rem ;
  }
  [class~="md--me-12"] {
    margin-inline-end: -3rem ;
  }
  .md-!-me-12 {
    margin-inline-end: -3rem  !important;
  }
  [class~="md-!-me-12"] {
    margin-inline-end: -3rem  !important;
  }
  .md--mt-12 {
    margin-top: -3rem ;
  }
  [class~="md--mt-12"] {
    margin-top: -3rem ;
  }
  .md-!-mt-12 {
    margin-top: -3rem  !important;
  }
  [class~="md-!-mt-12"] {
    margin-top: -3rem  !important;
  }
  .md--mr-12 {
    margin-right: -3rem ;
  }
  [class~="md--mr-12"] {
    margin-right: -3rem ;
  }
  .md-!-mr-12 {
    margin-right: -3rem  !important;
  }
  [class~="md-!-mr-12"] {
    margin-right: -3rem  !important;
  }
  .md--mb-12 {
    margin-bottom: -3rem ;
  }
  [class~="md--mb-12"] {
    margin-bottom: -3rem ;
  }
  .md-!-mb-12 {
    margin-bottom: -3rem  !important;
  }
  [class~="md-!-mb-12"] {
    margin-bottom: -3rem  !important;
  }
  .md--ml-12 {
    margin-left: -3rem ;
  }
  [class~="md--ml-12"] {
    margin-left: -3rem ;
  }
  .md-!-ml-12 {
    margin-left: -3rem  !important;
  }
  [class~="md-!-ml-12"] {
    margin-left: -3rem  !important;
  }
  .md--m-14 {
    margin: -3.5rem ;
  }
  [class~="md--m-14"] {
    margin: -3.5rem ;
  }
  .md-!-m-14 {
    margin: -3.5rem  !important;
  }
  [class~="md-!-m-14"] {
    margin: -3.5rem  !important;
  }
  .md--mx-14 {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  [class~="md--mx-14"] {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  .md-!-mx-14 {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  [class~="md-!-mx-14"] {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  .md--my-14 {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  [class~="md--my-14"] {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  .md-!-my-14 {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  [class~="md-!-my-14"] {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  .md--ms-14 {
    margin-inline-start: -3.5rem ;
  }
  [class~="md--ms-14"] {
    margin-inline-start: -3.5rem ;
  }
  .md-!-ms-14 {
    margin-inline-start: -3.5rem  !important;
  }
  [class~="md-!-ms-14"] {
    margin-inline-start: -3.5rem  !important;
  }
  .md--me-14 {
    margin-inline-end: -3.5rem ;
  }
  [class~="md--me-14"] {
    margin-inline-end: -3.5rem ;
  }
  .md-!-me-14 {
    margin-inline-end: -3.5rem  !important;
  }
  [class~="md-!-me-14"] {
    margin-inline-end: -3.5rem  !important;
  }
  .md--mt-14 {
    margin-top: -3.5rem ;
  }
  [class~="md--mt-14"] {
    margin-top: -3.5rem ;
  }
  .md-!-mt-14 {
    margin-top: -3.5rem  !important;
  }
  [class~="md-!-mt-14"] {
    margin-top: -3.5rem  !important;
  }
  .md--mr-14 {
    margin-right: -3.5rem ;
  }
  [class~="md--mr-14"] {
    margin-right: -3.5rem ;
  }
  .md-!-mr-14 {
    margin-right: -3.5rem  !important;
  }
  [class~="md-!-mr-14"] {
    margin-right: -3.5rem  !important;
  }
  .md--mb-14 {
    margin-bottom: -3.5rem ;
  }
  [class~="md--mb-14"] {
    margin-bottom: -3.5rem ;
  }
  .md-!-mb-14 {
    margin-bottom: -3.5rem  !important;
  }
  [class~="md-!-mb-14"] {
    margin-bottom: -3.5rem  !important;
  }
  .md--ml-14 {
    margin-left: -3.5rem ;
  }
  [class~="md--ml-14"] {
    margin-left: -3.5rem ;
  }
  .md-!-ml-14 {
    margin-left: -3.5rem  !important;
  }
  [class~="md-!-ml-14"] {
    margin-left: -3.5rem  !important;
  }
  .md--m-16 {
    margin: -4rem ;
  }
  [class~="md--m-16"] {
    margin: -4rem ;
  }
  .md-!-m-16 {
    margin: -4rem  !important;
  }
  [class~="md-!-m-16"] {
    margin: -4rem  !important;
  }
  .md--mx-16 {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  [class~="md--mx-16"] {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  .md-!-mx-16 {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  [class~="md-!-mx-16"] {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  .md--my-16 {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  [class~="md--my-16"] {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  .md-!-my-16 {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  [class~="md-!-my-16"] {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  .md--ms-16 {
    margin-inline-start: -4rem ;
  }
  [class~="md--ms-16"] {
    margin-inline-start: -4rem ;
  }
  .md-!-ms-16 {
    margin-inline-start: -4rem  !important;
  }
  [class~="md-!-ms-16"] {
    margin-inline-start: -4rem  !important;
  }
  .md--me-16 {
    margin-inline-end: -4rem ;
  }
  [class~="md--me-16"] {
    margin-inline-end: -4rem ;
  }
  .md-!-me-16 {
    margin-inline-end: -4rem  !important;
  }
  [class~="md-!-me-16"] {
    margin-inline-end: -4rem  !important;
  }
  .md--mt-16 {
    margin-top: -4rem ;
  }
  [class~="md--mt-16"] {
    margin-top: -4rem ;
  }
  .md-!-mt-16 {
    margin-top: -4rem  !important;
  }
  [class~="md-!-mt-16"] {
    margin-top: -4rem  !important;
  }
  .md--mr-16 {
    margin-right: -4rem ;
  }
  [class~="md--mr-16"] {
    margin-right: -4rem ;
  }
  .md-!-mr-16 {
    margin-right: -4rem  !important;
  }
  [class~="md-!-mr-16"] {
    margin-right: -4rem  !important;
  }
  .md--mb-16 {
    margin-bottom: -4rem ;
  }
  [class~="md--mb-16"] {
    margin-bottom: -4rem ;
  }
  .md-!-mb-16 {
    margin-bottom: -4rem  !important;
  }
  [class~="md-!-mb-16"] {
    margin-bottom: -4rem  !important;
  }
  .md--ml-16 {
    margin-left: -4rem ;
  }
  [class~="md--ml-16"] {
    margin-left: -4rem ;
  }
  .md-!-ml-16 {
    margin-left: -4rem  !important;
  }
  [class~="md-!-ml-16"] {
    margin-left: -4rem  !important;
  }
  .md--m-20 {
    margin: -5rem ;
  }
  [class~="md--m-20"] {
    margin: -5rem ;
  }
  .md-!-m-20 {
    margin: -5rem  !important;
  }
  [class~="md-!-m-20"] {
    margin: -5rem  !important;
  }
  .md--mx-20 {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  [class~="md--mx-20"] {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  .md-!-mx-20 {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  [class~="md-!-mx-20"] {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  .md--my-20 {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  [class~="md--my-20"] {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  .md-!-my-20 {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  [class~="md-!-my-20"] {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  .md--ms-20 {
    margin-inline-start: -5rem ;
  }
  [class~="md--ms-20"] {
    margin-inline-start: -5rem ;
  }
  .md-!-ms-20 {
    margin-inline-start: -5rem  !important;
  }
  [class~="md-!-ms-20"] {
    margin-inline-start: -5rem  !important;
  }
  .md--me-20 {
    margin-inline-end: -5rem ;
  }
  [class~="md--me-20"] {
    margin-inline-end: -5rem ;
  }
  .md-!-me-20 {
    margin-inline-end: -5rem  !important;
  }
  [class~="md-!-me-20"] {
    margin-inline-end: -5rem  !important;
  }
  .md--mt-20 {
    margin-top: -5rem ;
  }
  [class~="md--mt-20"] {
    margin-top: -5rem ;
  }
  .md-!-mt-20 {
    margin-top: -5rem  !important;
  }
  [class~="md-!-mt-20"] {
    margin-top: -5rem  !important;
  }
  .md--mr-20 {
    margin-right: -5rem ;
  }
  [class~="md--mr-20"] {
    margin-right: -5rem ;
  }
  .md-!-mr-20 {
    margin-right: -5rem  !important;
  }
  [class~="md-!-mr-20"] {
    margin-right: -5rem  !important;
  }
  .md--mb-20 {
    margin-bottom: -5rem ;
  }
  [class~="md--mb-20"] {
    margin-bottom: -5rem ;
  }
  .md-!-mb-20 {
    margin-bottom: -5rem  !important;
  }
  [class~="md-!-mb-20"] {
    margin-bottom: -5rem  !important;
  }
  .md--ml-20 {
    margin-left: -5rem ;
  }
  [class~="md--ml-20"] {
    margin-left: -5rem ;
  }
  .md-!-ml-20 {
    margin-left: -5rem  !important;
  }
  [class~="md-!-ml-20"] {
    margin-left: -5rem  !important;
  }
  .md--m-24 {
    margin: -6rem ;
  }
  [class~="md--m-24"] {
    margin: -6rem ;
  }
  .md-!-m-24 {
    margin: -6rem  !important;
  }
  [class~="md-!-m-24"] {
    margin: -6rem  !important;
  }
  .md--mx-24 {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  [class~="md--mx-24"] {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  .md-!-mx-24 {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  [class~="md-!-mx-24"] {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  .md--my-24 {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  [class~="md--my-24"] {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  .md-!-my-24 {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  [class~="md-!-my-24"] {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  .md--ms-24 {
    margin-inline-start: -6rem ;
  }
  [class~="md--ms-24"] {
    margin-inline-start: -6rem ;
  }
  .md-!-ms-24 {
    margin-inline-start: -6rem  !important;
  }
  [class~="md-!-ms-24"] {
    margin-inline-start: -6rem  !important;
  }
  .md--me-24 {
    margin-inline-end: -6rem ;
  }
  [class~="md--me-24"] {
    margin-inline-end: -6rem ;
  }
  .md-!-me-24 {
    margin-inline-end: -6rem  !important;
  }
  [class~="md-!-me-24"] {
    margin-inline-end: -6rem  !important;
  }
  .md--mt-24 {
    margin-top: -6rem ;
  }
  [class~="md--mt-24"] {
    margin-top: -6rem ;
  }
  .md-!-mt-24 {
    margin-top: -6rem  !important;
  }
  [class~="md-!-mt-24"] {
    margin-top: -6rem  !important;
  }
  .md--mr-24 {
    margin-right: -6rem ;
  }
  [class~="md--mr-24"] {
    margin-right: -6rem ;
  }
  .md-!-mr-24 {
    margin-right: -6rem  !important;
  }
  [class~="md-!-mr-24"] {
    margin-right: -6rem  !important;
  }
  .md--mb-24 {
    margin-bottom: -6rem ;
  }
  [class~="md--mb-24"] {
    margin-bottom: -6rem ;
  }
  .md-!-mb-24 {
    margin-bottom: -6rem  !important;
  }
  [class~="md-!-mb-24"] {
    margin-bottom: -6rem  !important;
  }
  .md--ml-24 {
    margin-left: -6rem ;
  }
  [class~="md--ml-24"] {
    margin-left: -6rem ;
  }
  .md-!-ml-24 {
    margin-left: -6rem  !important;
  }
  [class~="md-!-ml-24"] {
    margin-left: -6rem  !important;
  }
  .md--m-28 {
    margin: -7rem ;
  }
  [class~="md--m-28"] {
    margin: -7rem ;
  }
  .md-!-m-28 {
    margin: -7rem  !important;
  }
  [class~="md-!-m-28"] {
    margin: -7rem  !important;
  }
  .md--mx-28 {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  [class~="md--mx-28"] {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  .md-!-mx-28 {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  [class~="md-!-mx-28"] {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  .md--my-28 {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  [class~="md--my-28"] {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  .md-!-my-28 {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  [class~="md-!-my-28"] {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  .md--ms-28 {
    margin-inline-start: -7rem ;
  }
  [class~="md--ms-28"] {
    margin-inline-start: -7rem ;
  }
  .md-!-ms-28 {
    margin-inline-start: -7rem  !important;
  }
  [class~="md-!-ms-28"] {
    margin-inline-start: -7rem  !important;
  }
  .md--me-28 {
    margin-inline-end: -7rem ;
  }
  [class~="md--me-28"] {
    margin-inline-end: -7rem ;
  }
  .md-!-me-28 {
    margin-inline-end: -7rem  !important;
  }
  [class~="md-!-me-28"] {
    margin-inline-end: -7rem  !important;
  }
  .md--mt-28 {
    margin-top: -7rem ;
  }
  [class~="md--mt-28"] {
    margin-top: -7rem ;
  }
  .md-!-mt-28 {
    margin-top: -7rem  !important;
  }
  [class~="md-!-mt-28"] {
    margin-top: -7rem  !important;
  }
  .md--mr-28 {
    margin-right: -7rem ;
  }
  [class~="md--mr-28"] {
    margin-right: -7rem ;
  }
  .md-!-mr-28 {
    margin-right: -7rem  !important;
  }
  [class~="md-!-mr-28"] {
    margin-right: -7rem  !important;
  }
  .md--mb-28 {
    margin-bottom: -7rem ;
  }
  [class~="md--mb-28"] {
    margin-bottom: -7rem ;
  }
  .md-!-mb-28 {
    margin-bottom: -7rem  !important;
  }
  [class~="md-!-mb-28"] {
    margin-bottom: -7rem  !important;
  }
  .md--ml-28 {
    margin-left: -7rem ;
  }
  [class~="md--ml-28"] {
    margin-left: -7rem ;
  }
  .md-!-ml-28 {
    margin-left: -7rem  !important;
  }
  [class~="md-!-ml-28"] {
    margin-left: -7rem  !important;
  }
  .md--m-32 {
    margin: -8rem ;
  }
  [class~="md--m-32"] {
    margin: -8rem ;
  }
  .md-!-m-32 {
    margin: -8rem  !important;
  }
  [class~="md-!-m-32"] {
    margin: -8rem  !important;
  }
  .md--mx-32 {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  [class~="md--mx-32"] {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  .md-!-mx-32 {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  [class~="md-!-mx-32"] {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  .md--my-32 {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  [class~="md--my-32"] {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  .md-!-my-32 {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  [class~="md-!-my-32"] {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  .md--ms-32 {
    margin-inline-start: -8rem ;
  }
  [class~="md--ms-32"] {
    margin-inline-start: -8rem ;
  }
  .md-!-ms-32 {
    margin-inline-start: -8rem  !important;
  }
  [class~="md-!-ms-32"] {
    margin-inline-start: -8rem  !important;
  }
  .md--me-32 {
    margin-inline-end: -8rem ;
  }
  [class~="md--me-32"] {
    margin-inline-end: -8rem ;
  }
  .md-!-me-32 {
    margin-inline-end: -8rem  !important;
  }
  [class~="md-!-me-32"] {
    margin-inline-end: -8rem  !important;
  }
  .md--mt-32 {
    margin-top: -8rem ;
  }
  [class~="md--mt-32"] {
    margin-top: -8rem ;
  }
  .md-!-mt-32 {
    margin-top: -8rem  !important;
  }
  [class~="md-!-mt-32"] {
    margin-top: -8rem  !important;
  }
  .md--mr-32 {
    margin-right: -8rem ;
  }
  [class~="md--mr-32"] {
    margin-right: -8rem ;
  }
  .md-!-mr-32 {
    margin-right: -8rem  !important;
  }
  [class~="md-!-mr-32"] {
    margin-right: -8rem  !important;
  }
  .md--mb-32 {
    margin-bottom: -8rem ;
  }
  [class~="md--mb-32"] {
    margin-bottom: -8rem ;
  }
  .md-!-mb-32 {
    margin-bottom: -8rem  !important;
  }
  [class~="md-!-mb-32"] {
    margin-bottom: -8rem  !important;
  }
  .md--ml-32 {
    margin-left: -8rem ;
  }
  [class~="md--ml-32"] {
    margin-left: -8rem ;
  }
  .md-!-ml-32 {
    margin-left: -8rem  !important;
  }
  [class~="md-!-ml-32"] {
    margin-left: -8rem  !important;
  }
  .md--m-36 {
    margin: -9rem ;
  }
  [class~="md--m-36"] {
    margin: -9rem ;
  }
  .md-!-m-36 {
    margin: -9rem  !important;
  }
  [class~="md-!-m-36"] {
    margin: -9rem  !important;
  }
  .md--mx-36 {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  [class~="md--mx-36"] {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  .md-!-mx-36 {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  [class~="md-!-mx-36"] {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  .md--my-36 {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  [class~="md--my-36"] {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  .md-!-my-36 {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  [class~="md-!-my-36"] {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  .md--ms-36 {
    margin-inline-start: -9rem ;
  }
  [class~="md--ms-36"] {
    margin-inline-start: -9rem ;
  }
  .md-!-ms-36 {
    margin-inline-start: -9rem  !important;
  }
  [class~="md-!-ms-36"] {
    margin-inline-start: -9rem  !important;
  }
  .md--me-36 {
    margin-inline-end: -9rem ;
  }
  [class~="md--me-36"] {
    margin-inline-end: -9rem ;
  }
  .md-!-me-36 {
    margin-inline-end: -9rem  !important;
  }
  [class~="md-!-me-36"] {
    margin-inline-end: -9rem  !important;
  }
  .md--mt-36 {
    margin-top: -9rem ;
  }
  [class~="md--mt-36"] {
    margin-top: -9rem ;
  }
  .md-!-mt-36 {
    margin-top: -9rem  !important;
  }
  [class~="md-!-mt-36"] {
    margin-top: -9rem  !important;
  }
  .md--mr-36 {
    margin-right: -9rem ;
  }
  [class~="md--mr-36"] {
    margin-right: -9rem ;
  }
  .md-!-mr-36 {
    margin-right: -9rem  !important;
  }
  [class~="md-!-mr-36"] {
    margin-right: -9rem  !important;
  }
  .md--mb-36 {
    margin-bottom: -9rem ;
  }
  [class~="md--mb-36"] {
    margin-bottom: -9rem ;
  }
  .md-!-mb-36 {
    margin-bottom: -9rem  !important;
  }
  [class~="md-!-mb-36"] {
    margin-bottom: -9rem  !important;
  }
  .md--ml-36 {
    margin-left: -9rem ;
  }
  [class~="md--ml-36"] {
    margin-left: -9rem ;
  }
  .md-!-ml-36 {
    margin-left: -9rem  !important;
  }
  [class~="md-!-ml-36"] {
    margin-left: -9rem  !important;
  }
  .md--m-40 {
    margin: -10rem ;
  }
  [class~="md--m-40"] {
    margin: -10rem ;
  }
  .md-!-m-40 {
    margin: -10rem  !important;
  }
  [class~="md-!-m-40"] {
    margin: -10rem  !important;
  }
  .md--mx-40 {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  [class~="md--mx-40"] {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  .md-!-mx-40 {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  [class~="md-!-mx-40"] {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  .md--my-40 {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  [class~="md--my-40"] {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  .md-!-my-40 {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  [class~="md-!-my-40"] {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  .md--ms-40 {
    margin-inline-start: -10rem ;
  }
  [class~="md--ms-40"] {
    margin-inline-start: -10rem ;
  }
  .md-!-ms-40 {
    margin-inline-start: -10rem  !important;
  }
  [class~="md-!-ms-40"] {
    margin-inline-start: -10rem  !important;
  }
  .md--me-40 {
    margin-inline-end: -10rem ;
  }
  [class~="md--me-40"] {
    margin-inline-end: -10rem ;
  }
  .md-!-me-40 {
    margin-inline-end: -10rem  !important;
  }
  [class~="md-!-me-40"] {
    margin-inline-end: -10rem  !important;
  }
  .md--mt-40 {
    margin-top: -10rem ;
  }
  [class~="md--mt-40"] {
    margin-top: -10rem ;
  }
  .md-!-mt-40 {
    margin-top: -10rem  !important;
  }
  [class~="md-!-mt-40"] {
    margin-top: -10rem  !important;
  }
  .md--mr-40 {
    margin-right: -10rem ;
  }
  [class~="md--mr-40"] {
    margin-right: -10rem ;
  }
  .md-!-mr-40 {
    margin-right: -10rem  !important;
  }
  [class~="md-!-mr-40"] {
    margin-right: -10rem  !important;
  }
  .md--mb-40 {
    margin-bottom: -10rem ;
  }
  [class~="md--mb-40"] {
    margin-bottom: -10rem ;
  }
  .md-!-mb-40 {
    margin-bottom: -10rem  !important;
  }
  [class~="md-!-mb-40"] {
    margin-bottom: -10rem  !important;
  }
  .md--ml-40 {
    margin-left: -10rem ;
  }
  [class~="md--ml-40"] {
    margin-left: -10rem ;
  }
  .md-!-ml-40 {
    margin-left: -10rem  !important;
  }
  [class~="md-!-ml-40"] {
    margin-left: -10rem  !important;
  }
  .md--m-44 {
    margin: -11rem ;
  }
  [class~="md--m-44"] {
    margin: -11rem ;
  }
  .md-!-m-44 {
    margin: -11rem  !important;
  }
  [class~="md-!-m-44"] {
    margin: -11rem  !important;
  }
  .md--mx-44 {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  [class~="md--mx-44"] {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  .md-!-mx-44 {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  [class~="md-!-mx-44"] {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  .md--my-44 {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  [class~="md--my-44"] {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  .md-!-my-44 {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  [class~="md-!-my-44"] {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  .md--ms-44 {
    margin-inline-start: -11rem ;
  }
  [class~="md--ms-44"] {
    margin-inline-start: -11rem ;
  }
  .md-!-ms-44 {
    margin-inline-start: -11rem  !important;
  }
  [class~="md-!-ms-44"] {
    margin-inline-start: -11rem  !important;
  }
  .md--me-44 {
    margin-inline-end: -11rem ;
  }
  [class~="md--me-44"] {
    margin-inline-end: -11rem ;
  }
  .md-!-me-44 {
    margin-inline-end: -11rem  !important;
  }
  [class~="md-!-me-44"] {
    margin-inline-end: -11rem  !important;
  }
  .md--mt-44 {
    margin-top: -11rem ;
  }
  [class~="md--mt-44"] {
    margin-top: -11rem ;
  }
  .md-!-mt-44 {
    margin-top: -11rem  !important;
  }
  [class~="md-!-mt-44"] {
    margin-top: -11rem  !important;
  }
  .md--mr-44 {
    margin-right: -11rem ;
  }
  [class~="md--mr-44"] {
    margin-right: -11rem ;
  }
  .md-!-mr-44 {
    margin-right: -11rem  !important;
  }
  [class~="md-!-mr-44"] {
    margin-right: -11rem  !important;
  }
  .md--mb-44 {
    margin-bottom: -11rem ;
  }
  [class~="md--mb-44"] {
    margin-bottom: -11rem ;
  }
  .md-!-mb-44 {
    margin-bottom: -11rem  !important;
  }
  [class~="md-!-mb-44"] {
    margin-bottom: -11rem  !important;
  }
  .md--ml-44 {
    margin-left: -11rem ;
  }
  [class~="md--ml-44"] {
    margin-left: -11rem ;
  }
  .md-!-ml-44 {
    margin-left: -11rem  !important;
  }
  [class~="md-!-ml-44"] {
    margin-left: -11rem  !important;
  }
  .md--m-48 {
    margin: -12rem ;
  }
  [class~="md--m-48"] {
    margin: -12rem ;
  }
  .md-!-m-48 {
    margin: -12rem  !important;
  }
  [class~="md-!-m-48"] {
    margin: -12rem  !important;
  }
  .md--mx-48 {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  [class~="md--mx-48"] {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  .md-!-mx-48 {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  [class~="md-!-mx-48"] {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  .md--my-48 {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  [class~="md--my-48"] {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  .md-!-my-48 {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  [class~="md-!-my-48"] {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  .md--ms-48 {
    margin-inline-start: -12rem ;
  }
  [class~="md--ms-48"] {
    margin-inline-start: -12rem ;
  }
  .md-!-ms-48 {
    margin-inline-start: -12rem  !important;
  }
  [class~="md-!-ms-48"] {
    margin-inline-start: -12rem  !important;
  }
  .md--me-48 {
    margin-inline-end: -12rem ;
  }
  [class~="md--me-48"] {
    margin-inline-end: -12rem ;
  }
  .md-!-me-48 {
    margin-inline-end: -12rem  !important;
  }
  [class~="md-!-me-48"] {
    margin-inline-end: -12rem  !important;
  }
  .md--mt-48 {
    margin-top: -12rem ;
  }
  [class~="md--mt-48"] {
    margin-top: -12rem ;
  }
  .md-!-mt-48 {
    margin-top: -12rem  !important;
  }
  [class~="md-!-mt-48"] {
    margin-top: -12rem  !important;
  }
  .md--mr-48 {
    margin-right: -12rem ;
  }
  [class~="md--mr-48"] {
    margin-right: -12rem ;
  }
  .md-!-mr-48 {
    margin-right: -12rem  !important;
  }
  [class~="md-!-mr-48"] {
    margin-right: -12rem  !important;
  }
  .md--mb-48 {
    margin-bottom: -12rem ;
  }
  [class~="md--mb-48"] {
    margin-bottom: -12rem ;
  }
  .md-!-mb-48 {
    margin-bottom: -12rem  !important;
  }
  [class~="md-!-mb-48"] {
    margin-bottom: -12rem  !important;
  }
  .md--ml-48 {
    margin-left: -12rem ;
  }
  [class~="md--ml-48"] {
    margin-left: -12rem ;
  }
  .md-!-ml-48 {
    margin-left: -12rem  !important;
  }
  [class~="md-!-ml-48"] {
    margin-left: -12rem  !important;
  }
  .md--m-52 {
    margin: -13rem ;
  }
  [class~="md--m-52"] {
    margin: -13rem ;
  }
  .md-!-m-52 {
    margin: -13rem  !important;
  }
  [class~="md-!-m-52"] {
    margin: -13rem  !important;
  }
  .md--mx-52 {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  [class~="md--mx-52"] {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  .md-!-mx-52 {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  [class~="md-!-mx-52"] {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  .md--my-52 {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  [class~="md--my-52"] {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  .md-!-my-52 {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  [class~="md-!-my-52"] {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  .md--ms-52 {
    margin-inline-start: -13rem ;
  }
  [class~="md--ms-52"] {
    margin-inline-start: -13rem ;
  }
  .md-!-ms-52 {
    margin-inline-start: -13rem  !important;
  }
  [class~="md-!-ms-52"] {
    margin-inline-start: -13rem  !important;
  }
  .md--me-52 {
    margin-inline-end: -13rem ;
  }
  [class~="md--me-52"] {
    margin-inline-end: -13rem ;
  }
  .md-!-me-52 {
    margin-inline-end: -13rem  !important;
  }
  [class~="md-!-me-52"] {
    margin-inline-end: -13rem  !important;
  }
  .md--mt-52 {
    margin-top: -13rem ;
  }
  [class~="md--mt-52"] {
    margin-top: -13rem ;
  }
  .md-!-mt-52 {
    margin-top: -13rem  !important;
  }
  [class~="md-!-mt-52"] {
    margin-top: -13rem  !important;
  }
  .md--mr-52 {
    margin-right: -13rem ;
  }
  [class~="md--mr-52"] {
    margin-right: -13rem ;
  }
  .md-!-mr-52 {
    margin-right: -13rem  !important;
  }
  [class~="md-!-mr-52"] {
    margin-right: -13rem  !important;
  }
  .md--mb-52 {
    margin-bottom: -13rem ;
  }
  [class~="md--mb-52"] {
    margin-bottom: -13rem ;
  }
  .md-!-mb-52 {
    margin-bottom: -13rem  !important;
  }
  [class~="md-!-mb-52"] {
    margin-bottom: -13rem  !important;
  }
  .md--ml-52 {
    margin-left: -13rem ;
  }
  [class~="md--ml-52"] {
    margin-left: -13rem ;
  }
  .md-!-ml-52 {
    margin-left: -13rem  !important;
  }
  [class~="md-!-ml-52"] {
    margin-left: -13rem  !important;
  }
  .md--m-56 {
    margin: -14rem ;
  }
  [class~="md--m-56"] {
    margin: -14rem ;
  }
  .md-!-m-56 {
    margin: -14rem  !important;
  }
  [class~="md-!-m-56"] {
    margin: -14rem  !important;
  }
  .md--mx-56 {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  [class~="md--mx-56"] {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  .md-!-mx-56 {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  [class~="md-!-mx-56"] {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  .md--my-56 {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  [class~="md--my-56"] {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  .md-!-my-56 {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  [class~="md-!-my-56"] {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  .md--ms-56 {
    margin-inline-start: -14rem ;
  }
  [class~="md--ms-56"] {
    margin-inline-start: -14rem ;
  }
  .md-!-ms-56 {
    margin-inline-start: -14rem  !important;
  }
  [class~="md-!-ms-56"] {
    margin-inline-start: -14rem  !important;
  }
  .md--me-56 {
    margin-inline-end: -14rem ;
  }
  [class~="md--me-56"] {
    margin-inline-end: -14rem ;
  }
  .md-!-me-56 {
    margin-inline-end: -14rem  !important;
  }
  [class~="md-!-me-56"] {
    margin-inline-end: -14rem  !important;
  }
  .md--mt-56 {
    margin-top: -14rem ;
  }
  [class~="md--mt-56"] {
    margin-top: -14rem ;
  }
  .md-!-mt-56 {
    margin-top: -14rem  !important;
  }
  [class~="md-!-mt-56"] {
    margin-top: -14rem  !important;
  }
  .md--mr-56 {
    margin-right: -14rem ;
  }
  [class~="md--mr-56"] {
    margin-right: -14rem ;
  }
  .md-!-mr-56 {
    margin-right: -14rem  !important;
  }
  [class~="md-!-mr-56"] {
    margin-right: -14rem  !important;
  }
  .md--mb-56 {
    margin-bottom: -14rem ;
  }
  [class~="md--mb-56"] {
    margin-bottom: -14rem ;
  }
  .md-!-mb-56 {
    margin-bottom: -14rem  !important;
  }
  [class~="md-!-mb-56"] {
    margin-bottom: -14rem  !important;
  }
  .md--ml-56 {
    margin-left: -14rem ;
  }
  [class~="md--ml-56"] {
    margin-left: -14rem ;
  }
  .md-!-ml-56 {
    margin-left: -14rem  !important;
  }
  [class~="md-!-ml-56"] {
    margin-left: -14rem  !important;
  }
  .md--m-60 {
    margin: -15rem ;
  }
  [class~="md--m-60"] {
    margin: -15rem ;
  }
  .md-!-m-60 {
    margin: -15rem  !important;
  }
  [class~="md-!-m-60"] {
    margin: -15rem  !important;
  }
  .md--mx-60 {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  [class~="md--mx-60"] {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  .md-!-mx-60 {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  [class~="md-!-mx-60"] {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  .md--my-60 {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  [class~="md--my-60"] {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  .md-!-my-60 {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  [class~="md-!-my-60"] {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  .md--ms-60 {
    margin-inline-start: -15rem ;
  }
  [class~="md--ms-60"] {
    margin-inline-start: -15rem ;
  }
  .md-!-ms-60 {
    margin-inline-start: -15rem  !important;
  }
  [class~="md-!-ms-60"] {
    margin-inline-start: -15rem  !important;
  }
  .md--me-60 {
    margin-inline-end: -15rem ;
  }
  [class~="md--me-60"] {
    margin-inline-end: -15rem ;
  }
  .md-!-me-60 {
    margin-inline-end: -15rem  !important;
  }
  [class~="md-!-me-60"] {
    margin-inline-end: -15rem  !important;
  }
  .md--mt-60 {
    margin-top: -15rem ;
  }
  [class~="md--mt-60"] {
    margin-top: -15rem ;
  }
  .md-!-mt-60 {
    margin-top: -15rem  !important;
  }
  [class~="md-!-mt-60"] {
    margin-top: -15rem  !important;
  }
  .md--mr-60 {
    margin-right: -15rem ;
  }
  [class~="md--mr-60"] {
    margin-right: -15rem ;
  }
  .md-!-mr-60 {
    margin-right: -15rem  !important;
  }
  [class~="md-!-mr-60"] {
    margin-right: -15rem  !important;
  }
  .md--mb-60 {
    margin-bottom: -15rem ;
  }
  [class~="md--mb-60"] {
    margin-bottom: -15rem ;
  }
  .md-!-mb-60 {
    margin-bottom: -15rem  !important;
  }
  [class~="md-!-mb-60"] {
    margin-bottom: -15rem  !important;
  }
  .md--ml-60 {
    margin-left: -15rem ;
  }
  [class~="md--ml-60"] {
    margin-left: -15rem ;
  }
  .md-!-ml-60 {
    margin-left: -15rem  !important;
  }
  [class~="md-!-ml-60"] {
    margin-left: -15rem  !important;
  }
  .md--m-64 {
    margin: -16rem ;
  }
  [class~="md--m-64"] {
    margin: -16rem ;
  }
  .md-!-m-64 {
    margin: -16rem  !important;
  }
  [class~="md-!-m-64"] {
    margin: -16rem  !important;
  }
  .md--mx-64 {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  [class~="md--mx-64"] {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  .md-!-mx-64 {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  [class~="md-!-mx-64"] {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  .md--my-64 {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  [class~="md--my-64"] {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  .md-!-my-64 {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  [class~="md-!-my-64"] {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  .md--ms-64 {
    margin-inline-start: -16rem ;
  }
  [class~="md--ms-64"] {
    margin-inline-start: -16rem ;
  }
  .md-!-ms-64 {
    margin-inline-start: -16rem  !important;
  }
  [class~="md-!-ms-64"] {
    margin-inline-start: -16rem  !important;
  }
  .md--me-64 {
    margin-inline-end: -16rem ;
  }
  [class~="md--me-64"] {
    margin-inline-end: -16rem ;
  }
  .md-!-me-64 {
    margin-inline-end: -16rem  !important;
  }
  [class~="md-!-me-64"] {
    margin-inline-end: -16rem  !important;
  }
  .md--mt-64 {
    margin-top: -16rem ;
  }
  [class~="md--mt-64"] {
    margin-top: -16rem ;
  }
  .md-!-mt-64 {
    margin-top: -16rem  !important;
  }
  [class~="md-!-mt-64"] {
    margin-top: -16rem  !important;
  }
  .md--mr-64 {
    margin-right: -16rem ;
  }
  [class~="md--mr-64"] {
    margin-right: -16rem ;
  }
  .md-!-mr-64 {
    margin-right: -16rem  !important;
  }
  [class~="md-!-mr-64"] {
    margin-right: -16rem  !important;
  }
  .md--mb-64 {
    margin-bottom: -16rem ;
  }
  [class~="md--mb-64"] {
    margin-bottom: -16rem ;
  }
  .md-!-mb-64 {
    margin-bottom: -16rem  !important;
  }
  [class~="md-!-mb-64"] {
    margin-bottom: -16rem  !important;
  }
  .md--ml-64 {
    margin-left: -16rem ;
  }
  [class~="md--ml-64"] {
    margin-left: -16rem ;
  }
  .md-!-ml-64 {
    margin-left: -16rem  !important;
  }
  [class~="md-!-ml-64"] {
    margin-left: -16rem  !important;
  }
  .md--m-72 {
    margin: -18rem ;
  }
  [class~="md--m-72"] {
    margin: -18rem ;
  }
  .md-!-m-72 {
    margin: -18rem  !important;
  }
  [class~="md-!-m-72"] {
    margin: -18rem  !important;
  }
  .md--mx-72 {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  [class~="md--mx-72"] {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  .md-!-mx-72 {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  [class~="md-!-mx-72"] {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  .md--my-72 {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  [class~="md--my-72"] {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  .md-!-my-72 {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  [class~="md-!-my-72"] {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  .md--ms-72 {
    margin-inline-start: -18rem ;
  }
  [class~="md--ms-72"] {
    margin-inline-start: -18rem ;
  }
  .md-!-ms-72 {
    margin-inline-start: -18rem  !important;
  }
  [class~="md-!-ms-72"] {
    margin-inline-start: -18rem  !important;
  }
  .md--me-72 {
    margin-inline-end: -18rem ;
  }
  [class~="md--me-72"] {
    margin-inline-end: -18rem ;
  }
  .md-!-me-72 {
    margin-inline-end: -18rem  !important;
  }
  [class~="md-!-me-72"] {
    margin-inline-end: -18rem  !important;
  }
  .md--mt-72 {
    margin-top: -18rem ;
  }
  [class~="md--mt-72"] {
    margin-top: -18rem ;
  }
  .md-!-mt-72 {
    margin-top: -18rem  !important;
  }
  [class~="md-!-mt-72"] {
    margin-top: -18rem  !important;
  }
  .md--mr-72 {
    margin-right: -18rem ;
  }
  [class~="md--mr-72"] {
    margin-right: -18rem ;
  }
  .md-!-mr-72 {
    margin-right: -18rem  !important;
  }
  [class~="md-!-mr-72"] {
    margin-right: -18rem  !important;
  }
  .md--mb-72 {
    margin-bottom: -18rem ;
  }
  [class~="md--mb-72"] {
    margin-bottom: -18rem ;
  }
  .md-!-mb-72 {
    margin-bottom: -18rem  !important;
  }
  [class~="md-!-mb-72"] {
    margin-bottom: -18rem  !important;
  }
  .md--ml-72 {
    margin-left: -18rem ;
  }
  [class~="md--ml-72"] {
    margin-left: -18rem ;
  }
  .md-!-ml-72 {
    margin-left: -18rem  !important;
  }
  [class~="md-!-ml-72"] {
    margin-left: -18rem  !important;
  }
  .md--m-80 {
    margin: -20rem ;
  }
  [class~="md--m-80"] {
    margin: -20rem ;
  }
  .md-!-m-80 {
    margin: -20rem  !important;
  }
  [class~="md-!-m-80"] {
    margin: -20rem  !important;
  }
  .md--mx-80 {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  [class~="md--mx-80"] {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  .md-!-mx-80 {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  [class~="md-!-mx-80"] {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  .md--my-80 {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  [class~="md--my-80"] {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  .md-!-my-80 {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  [class~="md-!-my-80"] {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  .md--ms-80 {
    margin-inline-start: -20rem ;
  }
  [class~="md--ms-80"] {
    margin-inline-start: -20rem ;
  }
  .md-!-ms-80 {
    margin-inline-start: -20rem  !important;
  }
  [class~="md-!-ms-80"] {
    margin-inline-start: -20rem  !important;
  }
  .md--me-80 {
    margin-inline-end: -20rem ;
  }
  [class~="md--me-80"] {
    margin-inline-end: -20rem ;
  }
  .md-!-me-80 {
    margin-inline-end: -20rem  !important;
  }
  [class~="md-!-me-80"] {
    margin-inline-end: -20rem  !important;
  }
  .md--mt-80 {
    margin-top: -20rem ;
  }
  [class~="md--mt-80"] {
    margin-top: -20rem ;
  }
  .md-!-mt-80 {
    margin-top: -20rem  !important;
  }
  [class~="md-!-mt-80"] {
    margin-top: -20rem  !important;
  }
  .md--mr-80 {
    margin-right: -20rem ;
  }
  [class~="md--mr-80"] {
    margin-right: -20rem ;
  }
  .md-!-mr-80 {
    margin-right: -20rem  !important;
  }
  [class~="md-!-mr-80"] {
    margin-right: -20rem  !important;
  }
  .md--mb-80 {
    margin-bottom: -20rem ;
  }
  [class~="md--mb-80"] {
    margin-bottom: -20rem ;
  }
  .md-!-mb-80 {
    margin-bottom: -20rem  !important;
  }
  [class~="md-!-mb-80"] {
    margin-bottom: -20rem  !important;
  }
  .md--ml-80 {
    margin-left: -20rem ;
  }
  [class~="md--ml-80"] {
    margin-left: -20rem ;
  }
  .md-!-ml-80 {
    margin-left: -20rem  !important;
  }
  [class~="md-!-ml-80"] {
    margin-left: -20rem  !important;
  }
  .md--m-96 {
    margin: -24rem ;
  }
  [class~="md--m-96"] {
    margin: -24rem ;
  }
  .md-!-m-96 {
    margin: -24rem  !important;
  }
  [class~="md-!-m-96"] {
    margin: -24rem  !important;
  }
  .md--mx-96 {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  [class~="md--mx-96"] {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  .md-!-mx-96 {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  [class~="md-!-mx-96"] {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  .md--my-96 {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  [class~="md--my-96"] {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  .md-!-my-96 {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  [class~="md-!-my-96"] {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  .md--ms-96 {
    margin-inline-start: -24rem ;
  }
  [class~="md--ms-96"] {
    margin-inline-start: -24rem ;
  }
  .md-!-ms-96 {
    margin-inline-start: -24rem  !important;
  }
  [class~="md-!-ms-96"] {
    margin-inline-start: -24rem  !important;
  }
  .md--me-96 {
    margin-inline-end: -24rem ;
  }
  [class~="md--me-96"] {
    margin-inline-end: -24rem ;
  }
  .md-!-me-96 {
    margin-inline-end: -24rem  !important;
  }
  [class~="md-!-me-96"] {
    margin-inline-end: -24rem  !important;
  }
  .md--mt-96 {
    margin-top: -24rem ;
  }
  [class~="md--mt-96"] {
    margin-top: -24rem ;
  }
  .md-!-mt-96 {
    margin-top: -24rem  !important;
  }
  [class~="md-!-mt-96"] {
    margin-top: -24rem  !important;
  }
  .md--mr-96 {
    margin-right: -24rem ;
  }
  [class~="md--mr-96"] {
    margin-right: -24rem ;
  }
  .md-!-mr-96 {
    margin-right: -24rem  !important;
  }
  [class~="md-!-mr-96"] {
    margin-right: -24rem  !important;
  }
  .md--mb-96 {
    margin-bottom: -24rem ;
  }
  [class~="md--mb-96"] {
    margin-bottom: -24rem ;
  }
  .md-!-mb-96 {
    margin-bottom: -24rem  !important;
  }
  [class~="md-!-mb-96"] {
    margin-bottom: -24rem  !important;
  }
  .md--ml-96 {
    margin-left: -24rem ;
  }
  [class~="md--ml-96"] {
    margin-left: -24rem ;
  }
  .md-!-ml-96 {
    margin-left: -24rem  !important;
  }
  [class~="md-!-ml-96"] {
    margin-left: -24rem  !important;
  }
  .md-space-x-0 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-0"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-0 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-0"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-0 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-0"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-0 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-0"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-1 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-1"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-1 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-1"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-1 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-1"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-1 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-1"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-2 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-2"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-2 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-2"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-2 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-2"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-2 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-2"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-3 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-3"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-3 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-3"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-3 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-3"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-3 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-3"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-4 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-4"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-4 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-4"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-4 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-4"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-4 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-4"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-6 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-6"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-6 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-6"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-6 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-6"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-6 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-6"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-7 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-7"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-7 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-7"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-7 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-7"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-7 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-7"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-8 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-8"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-8 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-8"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-8 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-8"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-8 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-8"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-9 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-9"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-9 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-9"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-9 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-9"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-9 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-9"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-10 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-10"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-10 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-10"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-10 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-10"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-10 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-10"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-11 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-11"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-11 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-11"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-11 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-11"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-11 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-11"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-12 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-12"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-12 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-12"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-12 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-12"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-12 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-12"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-14 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-14"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-14 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-14"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-14 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-14"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-14 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-14"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-16 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-16"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-16 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-16"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-16 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-16"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-16 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-16"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-20 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-20"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-20 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-20"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-20 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-20"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-20 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-20"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-24 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-24"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-24 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-24"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-24 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-24"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-24 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-24"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-28 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-28"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-28 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-28"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-28 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-28"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-28 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-28"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-32 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-32"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-32 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-32"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-32 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-32"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-32 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-32"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-36 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-36"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-36 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-36"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-36 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-36"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-36 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-36"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-40 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-40"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-40 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-40"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-40 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-40"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-40 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-40"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-44 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-44"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-44 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-44"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-44 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-44"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-44 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-44"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-48 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-48"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-48 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-48"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-48 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-48"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-48 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-48"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-52 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-52"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-52 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-52"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-52 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-52"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-52 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-52"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-56 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-56"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-56 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-56"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-56 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-56"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-56 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-56"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-60 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-60"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-60 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-60"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-60 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-60"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-60 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-60"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-64 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-64"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-64 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-64"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-64 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-64"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-64 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-64"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-72 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-72"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-72 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-72"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-72 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-72"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-72 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-72"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-80 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-80"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-80 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-80"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-80 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-80"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-80 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-80"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-96 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-96"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-96 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-96"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-96 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-96"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-96 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-96"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-px > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="md-space-x-px"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  .md-!space-x-px > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="md-!space-x-px"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .md-space-y-px > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="md-space-y-px"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  .md-!space-y-px > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="md-!space-y-px"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .md-space-x-reverse > * + * {
    --tw-space-x-reverse: 1;
  }
  .md-space-y-reverse > * + * {
    --tw-space-y-reverse: 1;
  }
  .md-text-left {
    text-align: left;
  }
  [class~="md-text-left"] {
    text-align: left;
  }
  .md-!text-left {
    text-align: left !important;
  }
  [class~="md-!text-left"] {
    text-align: left !important;
  }
  .md-text-center {
    text-align: center;
  }
  [class~="md-text-center"] {
    text-align: center;
  }
  .md-!text-center {
    text-align: center !important;
  }
  [class~="md-!text-center"] {
    text-align: center !important;
  }
  .md-text-right {
    text-align: right;
  }
  [class~="md-text-right"] {
    text-align: right;
  }
  .md-!text-right {
    text-align: right !important;
  }
  [class~="md-!text-right"] {
    text-align: right !important;
  }
  .md-text-justify {
    text-align: justify;
  }
  [class~="md-text-justify"] {
    text-align: justify;
  }
  .md-!text-justify {
    text-align: justify !important;
  }
  [class~="md-!text-justify"] {
    text-align: justify !important;
  }
  .md-text-start {
    text-align: start;
  }
  [class~="md-text-start"] {
    text-align: start;
  }
  .md-!text-start {
    text-align: start !important;
  }
  [class~="md-!text-start"] {
    text-align: start !important;
  }
  .md-text-end {
    text-align: end;
  }
  [class~="md-text-end"] {
    text-align: end;
  }
  .md-!text-end {
    text-align: end !important;
  }
  [class~="md-!text-end"] {
    text-align: end !important;
  }
  .md-w-0 {
    width: 0px;
  }
  [class~="md-w-0"] {
    width: 0px;
  }
  .md-!w-0 {
    width: 0px !important;
  }
  [class~="md-!w-0"] {
    width: 0px !important;
  }
  .md-w-px {
    width: 1px;
  }
  [class~="md-w-px"] {
    width: 1px;
  }
  .md-!w-px {
    width: 1px !important;
  }
  [class~="md-!w-px"] {
    width: 1px !important;
  }
  .md-w-0.5 {
    width: 0.125rem;
  }
  [class~="md-w-0.5"] {
    width: 0.125rem;
  }
  .md-!w-0.5 {
    width: 0.125rem !important;
  }
  [class~="md-!w-0.5"] {
    width: 0.125rem !important;
  }
  .md-w-1 {
    width: 0.25rem;
  }
  [class~="md-w-1"] {
    width: 0.25rem;
  }
  .md-!w-1 {
    width: 0.25rem !important;
  }
  [class~="md-!w-1"] {
    width: 0.25rem !important;
  }
  .md-w-1.5 {
    width: 0.375rem;
  }
  [class~="md-w-1.5"] {
    width: 0.375rem;
  }
  .md-!w-1.5 {
    width: 0.375rem !important;
  }
  [class~="md-!w-1.5"] {
    width: 0.375rem !important;
  }
  .md-w-2 {
    width: 0.5rem;
  }
  [class~="md-w-2"] {
    width: 0.5rem;
  }
  .md-!w-2 {
    width: 0.5rem !important;
  }
  [class~="md-!w-2"] {
    width: 0.5rem !important;
  }
  .md-w-2.5 {
    width: 0.625rem;
  }
  [class~="md-w-2.5"] {
    width: 0.625rem;
  }
  .md-!w-2.5 {
    width: 0.625rem !important;
  }
  [class~="md-!w-2.5"] {
    width: 0.625rem !important;
  }
  .md-w-3 {
    width: 0.75rem;
  }
  [class~="md-w-3"] {
    width: 0.75rem;
  }
  .md-!w-3 {
    width: 0.75rem !important;
  }
  [class~="md-!w-3"] {
    width: 0.75rem !important;
  }
  .md-w-3.5 {
    width: 0.875rem;
  }
  [class~="md-w-3.5"] {
    width: 0.875rem;
  }
  .md-!w-3.5 {
    width: 0.875rem !important;
  }
  [class~="md-!w-3.5"] {
    width: 0.875rem !important;
  }
  .md-w-4 {
    width: 1rem;
  }
  [class~="md-w-4"] {
    width: 1rem;
  }
  .md-!w-4 {
    width: 1rem !important;
  }
  [class~="md-!w-4"] {
    width: 1rem !important;
  }
  .md-w-5 {
    width: 1.25rem;
  }
  [class~="md-w-5"] {
    width: 1.25rem;
  }
  .md-!w-5 {
    width: 1.25rem !important;
  }
  [class~="md-!w-5"] {
    width: 1.25rem !important;
  }
  .md-w-6 {
    width: 1.5rem;
  }
  [class~="md-w-6"] {
    width: 1.5rem;
  }
  .md-!w-6 {
    width: 1.5rem !important;
  }
  [class~="md-!w-6"] {
    width: 1.5rem !important;
  }
  .md-w-7 {
    width: 1.75rem;
  }
  [class~="md-w-7"] {
    width: 1.75rem;
  }
  .md-!w-7 {
    width: 1.75rem !important;
  }
  [class~="md-!w-7"] {
    width: 1.75rem !important;
  }
  .md-w-8 {
    width: 2rem;
  }
  [class~="md-w-8"] {
    width: 2rem;
  }
  .md-!w-8 {
    width: 2rem !important;
  }
  [class~="md-!w-8"] {
    width: 2rem !important;
  }
  .md-w-9 {
    width: 2.25rem;
  }
  [class~="md-w-9"] {
    width: 2.25rem;
  }
  .md-!w-9 {
    width: 2.25rem !important;
  }
  [class~="md-!w-9"] {
    width: 2.25rem !important;
  }
  .md-w-10 {
    width: 2.5rem;
  }
  [class~="md-w-10"] {
    width: 2.5rem;
  }
  .md-!w-10 {
    width: 2.5rem !important;
  }
  [class~="md-!w-10"] {
    width: 2.5rem !important;
  }
  .md-w-11 {
    width: 2.75rem;
  }
  [class~="md-w-11"] {
    width: 2.75rem;
  }
  .md-!w-11 {
    width: 2.75rem !important;
  }
  [class~="md-!w-11"] {
    width: 2.75rem !important;
  }
  .md-w-12 {
    width: 3rem;
  }
  [class~="md-w-12"] {
    width: 3rem;
  }
  .md-!w-12 {
    width: 3rem !important;
  }
  [class~="md-!w-12"] {
    width: 3rem !important;
  }
  .md-w-14 {
    width: 3.5rem;
  }
  [class~="md-w-14"] {
    width: 3.5rem;
  }
  .md-!w-14 {
    width: 3.5rem !important;
  }
  [class~="md-!w-14"] {
    width: 3.5rem !important;
  }
  .md-w-16 {
    width: 4rem;
  }
  [class~="md-w-16"] {
    width: 4rem;
  }
  .md-!w-16 {
    width: 4rem !important;
  }
  [class~="md-!w-16"] {
    width: 4rem !important;
  }
  .md-w-20 {
    width: 5rem;
  }
  [class~="md-w-20"] {
    width: 5rem;
  }
  .md-!w-20 {
    width: 5rem !important;
  }
  [class~="md-!w-20"] {
    width: 5rem !important;
  }
  .md-w-24 {
    width: 6rem;
  }
  [class~="md-w-24"] {
    width: 6rem;
  }
  .md-!w-24 {
    width: 6rem !important;
  }
  [class~="md-!w-24"] {
    width: 6rem !important;
  }
  .md-w-28 {
    width: 7rem;
  }
  [class~="md-w-28"] {
    width: 7rem;
  }
  .md-!w-28 {
    width: 7rem !important;
  }
  [class~="md-!w-28"] {
    width: 7rem !important;
  }
  .md-w-32 {
    width: 8rem;
  }
  [class~="md-w-32"] {
    width: 8rem;
  }
  .md-!w-32 {
    width: 8rem !important;
  }
  [class~="md-!w-32"] {
    width: 8rem !important;
  }
  .md-w-36 {
    width: 9rem;
  }
  [class~="md-w-36"] {
    width: 9rem;
  }
  .md-!w-36 {
    width: 9rem !important;
  }
  [class~="md-!w-36"] {
    width: 9rem !important;
  }
  .md-w-40 {
    width: 10rem;
  }
  [class~="md-w-40"] {
    width: 10rem;
  }
  .md-!w-40 {
    width: 10rem !important;
  }
  [class~="md-!w-40"] {
    width: 10rem !important;
  }
  .md-w-44 {
    width: 11rem;
  }
  [class~="md-w-44"] {
    width: 11rem;
  }
  .md-!w-44 {
    width: 11rem !important;
  }
  [class~="md-!w-44"] {
    width: 11rem !important;
  }
  .md-w-48 {
    width: 12rem;
  }
  [class~="md-w-48"] {
    width: 12rem;
  }
  .md-!w-48 {
    width: 12rem !important;
  }
  [class~="md-!w-48"] {
    width: 12rem !important;
  }
  .md-w-52 {
    width: 13rem;
  }
  [class~="md-w-52"] {
    width: 13rem;
  }
  .md-!w-52 {
    width: 13rem !important;
  }
  [class~="md-!w-52"] {
    width: 13rem !important;
  }
  .md-w-56 {
    width: 14rem;
  }
  [class~="md-w-56"] {
    width: 14rem;
  }
  .md-!w-56 {
    width: 14rem !important;
  }
  [class~="md-!w-56"] {
    width: 14rem !important;
  }
  .md-w-60 {
    width: 15rem;
  }
  [class~="md-w-60"] {
    width: 15rem;
  }
  .md-!w-60 {
    width: 15rem !important;
  }
  [class~="md-!w-60"] {
    width: 15rem !important;
  }
  .md-w-64 {
    width: 16rem;
  }
  [class~="md-w-64"] {
    width: 16rem;
  }
  .md-!w-64 {
    width: 16rem !important;
  }
  [class~="md-!w-64"] {
    width: 16rem !important;
  }
  .md-w-72 {
    width: 18rem;
  }
  [class~="md-w-72"] {
    width: 18rem;
  }
  .md-!w-72 {
    width: 18rem !important;
  }
  [class~="md-!w-72"] {
    width: 18rem !important;
  }
  .md-w-80 {
    width: 20rem;
  }
  [class~="md-w-80"] {
    width: 20rem;
  }
  .md-!w-80 {
    width: 20rem !important;
  }
  [class~="md-!w-80"] {
    width: 20rem !important;
  }
  .md-w-96 {
    width: 24rem;
  }
  [class~="md-w-96"] {
    width: 24rem;
  }
  .md-!w-96 {
    width: 24rem !important;
  }
  [class~="md-!w-96"] {
    width: 24rem !important;
  }
  .md-w-auto {
    width: auto;
  }
  [class~="md-w-auto"] {
    width: auto;
  }
  .md-!w-auto {
    width: auto !important;
  }
  [class~="md-!w-auto"] {
    width: auto !important;
  }
  .md-w-1/2 {
    width: 50%;
  }
  [class~="md-w-1/2"] {
    width: 50%;
  }
  .md-!w-1/2 {
    width: 50% !important;
  }
  [class~="md-!w-1/2"] {
    width: 50% !important;
  }
  .md-w-1/3 {
    width: 33.333333%;
  }
  [class~="md-w-1/3"] {
    width: 33.333333%;
  }
  .md-!w-1/3 {
    width: 33.333333% !important;
  }
  [class~="md-!w-1/3"] {
    width: 33.333333% !important;
  }
  .md-w-2/3 {
    width: 66.666667%;
  }
  [class~="md-w-2/3"] {
    width: 66.666667%;
  }
  .md-!w-2/3 {
    width: 66.666667% !important;
  }
  [class~="md-!w-2/3"] {
    width: 66.666667% !important;
  }
  .md-w-1/4 {
    width: 25%;
  }
  [class~="md-w-1/4"] {
    width: 25%;
  }
  .md-!w-1/4 {
    width: 25% !important;
  }
  [class~="md-!w-1/4"] {
    width: 25% !important;
  }
  .md-w-2/4 {
    width: 50%;
  }
  [class~="md-w-2/4"] {
    width: 50%;
  }
  .md-!w-2/4 {
    width: 50% !important;
  }
  [class~="md-!w-2/4"] {
    width: 50% !important;
  }
  .md-w-3/4 {
    width: 75%;
  }
  [class~="md-w-3/4"] {
    width: 75%;
  }
  .md-!w-3/4 {
    width: 75% !important;
  }
  [class~="md-!w-3/4"] {
    width: 75% !important;
  }
  .md-w-1/5 {
    width: 20%;
  }
  [class~="md-w-1/5"] {
    width: 20%;
  }
  .md-!w-1/5 {
    width: 20% !important;
  }
  [class~="md-!w-1/5"] {
    width: 20% !important;
  }
  .md-w-2/5 {
    width: 40%;
  }
  [class~="md-w-2/5"] {
    width: 40%;
  }
  .md-!w-2/5 {
    width: 40% !important;
  }
  [class~="md-!w-2/5"] {
    width: 40% !important;
  }
  .md-w-3/5 {
    width: 60%;
  }
  [class~="md-w-3/5"] {
    width: 60%;
  }
  .md-!w-3/5 {
    width: 60% !important;
  }
  [class~="md-!w-3/5"] {
    width: 60% !important;
  }
  .md-w-4/5 {
    width: 80%;
  }
  [class~="md-w-4/5"] {
    width: 80%;
  }
  .md-!w-4/5 {
    width: 80% !important;
  }
  [class~="md-!w-4/5"] {
    width: 80% !important;
  }
  .md-w-1/6 {
    width: 16.666667%;
  }
  [class~="md-w-1/6"] {
    width: 16.666667%;
  }
  .md-!w-1/6 {
    width: 16.666667% !important;
  }
  [class~="md-!w-1/6"] {
    width: 16.666667% !important;
  }
  .md-w-2/6 {
    width: 33.333333%;
  }
  [class~="md-w-2/6"] {
    width: 33.333333%;
  }
  .md-!w-2/6 {
    width: 33.333333% !important;
  }
  [class~="md-!w-2/6"] {
    width: 33.333333% !important;
  }
  .md-w-3/6 {
    width: 50%;
  }
  [class~="md-w-3/6"] {
    width: 50%;
  }
  .md-!w-3/6 {
    width: 50% !important;
  }
  [class~="md-!w-3/6"] {
    width: 50% !important;
  }
  .md-w-4/6 {
    width: 66.666667%;
  }
  [class~="md-w-4/6"] {
    width: 66.666667%;
  }
  .md-!w-4/6 {
    width: 66.666667% !important;
  }
  [class~="md-!w-4/6"] {
    width: 66.666667% !important;
  }
  .md-w-5/6 {
    width: 83.333333%;
  }
  [class~="md-w-5/6"] {
    width: 83.333333%;
  }
  .md-!w-5/6 {
    width: 83.333333% !important;
  }
  [class~="md-!w-5/6"] {
    width: 83.333333% !important;
  }
  .md-w-1/12 {
    width: 8.333333%;
  }
  [class~="md-w-1/12"] {
    width: 8.333333%;
  }
  .md-!w-1/12 {
    width: 8.333333% !important;
  }
  [class~="md-!w-1/12"] {
    width: 8.333333% !important;
  }
  .md-w-2/12 {
    width: 16.666667%;
  }
  [class~="md-w-2/12"] {
    width: 16.666667%;
  }
  .md-!w-2/12 {
    width: 16.666667% !important;
  }
  [class~="md-!w-2/12"] {
    width: 16.666667% !important;
  }
  .md-w-3/12 {
    width: 25%;
  }
  [class~="md-w-3/12"] {
    width: 25%;
  }
  .md-!w-3/12 {
    width: 25% !important;
  }
  [class~="md-!w-3/12"] {
    width: 25% !important;
  }
  .md-w-4/12 {
    width: 33.333333%;
  }
  [class~="md-w-4/12"] {
    width: 33.333333%;
  }
  .md-!w-4/12 {
    width: 33.333333% !important;
  }
  [class~="md-!w-4/12"] {
    width: 33.333333% !important;
  }
  .md-w-5/12 {
    width: 41.666667%;
  }
  [class~="md-w-5/12"] {
    width: 41.666667%;
  }
  .md-!w-5/12 {
    width: 41.666667% !important;
  }
  [class~="md-!w-5/12"] {
    width: 41.666667% !important;
  }
  .md-w-6/12 {
    width: 50%;
  }
  [class~="md-w-6/12"] {
    width: 50%;
  }
  .md-!w-6/12 {
    width: 50% !important;
  }
  [class~="md-!w-6/12"] {
    width: 50% !important;
  }
  .md-w-7/12 {
    width: 58.333333%;
  }
  [class~="md-w-7/12"] {
    width: 58.333333%;
  }
  .md-!w-7/12 {
    width: 58.333333% !important;
  }
  [class~="md-!w-7/12"] {
    width: 58.333333% !important;
  }
  .md-w-8/12 {
    width: 66.666667%;
  }
  [class~="md-w-8/12"] {
    width: 66.666667%;
  }
  .md-!w-8/12 {
    width: 66.666667% !important;
  }
  [class~="md-!w-8/12"] {
    width: 66.666667% !important;
  }
  .md-w-9/12 {
    width: 75%;
  }
  [class~="md-w-9/12"] {
    width: 75%;
  }
  .md-!w-9/12 {
    width: 75% !important;
  }
  [class~="md-!w-9/12"] {
    width: 75% !important;
  }
  .md-w-10/12 {
    width: 83.333333%;
  }
  [class~="md-w-10/12"] {
    width: 83.333333%;
  }
  .md-!w-10/12 {
    width: 83.333333% !important;
  }
  [class~="md-!w-10/12"] {
    width: 83.333333% !important;
  }
  .md-w-11/12 {
    width: 91.666667%;
  }
  [class~="md-w-11/12"] {
    width: 91.666667%;
  }
  .md-!w-11/12 {
    width: 91.666667% !important;
  }
  [class~="md-!w-11/12"] {
    width: 91.666667% !important;
  }
  .md-w-full {
    width: 100%;
  }
  [class~="md-w-full"] {
    width: 100%;
  }
  .md-!w-full {
    width: 100% !important;
  }
  [class~="md-!w-full"] {
    width: 100% !important;
  }
  .md-w-screen {
    width: 100vw;
  }
  [class~="md-w-screen"] {
    width: 100vw;
  }
  .md-!w-screen {
    width: 100vw !important;
  }
  [class~="md-!w-screen"] {
    width: 100vw !important;
  }
  .md-w-svw {
    width: 100svw;
  }
  [class~="md-w-svw"] {
    width: 100svw;
  }
  .md-!w-svw {
    width: 100svw !important;
  }
  [class~="md-!w-svw"] {
    width: 100svw !important;
  }
  .md-w-lvw {
    width: 100lvw;
  }
  [class~="md-w-lvw"] {
    width: 100lvw;
  }
  .md-!w-lvw {
    width: 100lvw !important;
  }
  [class~="md-!w-lvw"] {
    width: 100lvw !important;
  }
  .md-w-dvw {
    width: 100dvw;
  }
  [class~="md-w-dvw"] {
    width: 100dvw;
  }
  .md-!w-dvw {
    width: 100dvw !important;
  }
  [class~="md-!w-dvw"] {
    width: 100dvw !important;
  }
  .md-w-min {
    width: min-content;
  }
  [class~="md-w-min"] {
    width: min-content;
  }
  .md-!w-min {
    width: min-content !important;
  }
  [class~="md-!w-min"] {
    width: min-content !important;
  }
  .md-w-max {
    width: max-content;
  }
  [class~="md-w-max"] {
    width: max-content;
  }
  .md-!w-max {
    width: max-content !important;
  }
  [class~="md-!w-max"] {
    width: max-content !important;
  }
  .md-w-fit {
    width: fit-content;
  }
  [class~="md-w-fit"] {
    width: fit-content;
  }
  .md-!w-fit {
    width: fit-content !important;
  }
  [class~="md-!w-fit"] {
    width: fit-content !important;
  }
  .md-max-w-0 {
    max-width: 0px;
  }
  [class~="md-max-w-0"] {
    max-width: 0px;
  }
  .md-!max-w-0 {
    max-width: 0px !important;
  }
  [class~="md-!max-w-0"] {
    max-width: 0px !important;
  }
  .md-max-w-px {
    max-width: 1px;
  }
  [class~="md-max-w-px"] {
    max-width: 1px;
  }
  .md-!max-w-px {
    max-width: 1px !important;
  }
  [class~="md-!max-w-px"] {
    max-width: 1px !important;
  }
  .md-max-w-0\.5 {
    max-width: 0.125rem;
  }
  [class~="md-max-w-0\.5"] {
    max-width: 0.125rem;
  }
  .md-!max-w-0\.5 {
    max-width: 0.125rem !important;
  }
  [class~="md-!max-w-0\.5"] {
    max-width: 0.125rem !important;
  }
  .md-max-w-1 {
    max-width: 0.25rem;
  }
  [class~="md-max-w-1"] {
    max-width: 0.25rem;
  }
  .md-!max-w-1 {
    max-width: 0.25rem !important;
  }
  [class~="md-!max-w-1"] {
    max-width: 0.25rem !important;
  }
  .md-max-w-1\.5 {
    max-width: 0.375rem;
  }
  [class~="md-max-w-1\.5"] {
    max-width: 0.375rem;
  }
  .md-!max-w-1\.5 {
    max-width: 0.375rem !important;
  }
  [class~="md-!max-w-1\.5"] {
    max-width: 0.375rem !important;
  }
  .md-max-w-2 {
    max-width: 0.5rem;
  }
  [class~="md-max-w-2"] {
    max-width: 0.5rem;
  }
  .md-!max-w-2 {
    max-width: 0.5rem !important;
  }
  [class~="md-!max-w-2"] {
    max-width: 0.5rem !important;
  }
  .md-max-w-2\.5 {
    max-width: 0.625rem;
  }
  [class~="md-max-w-2\.5"] {
    max-width: 0.625rem;
  }
  .md-!max-w-2\.5 {
    max-width: 0.625rem !important;
  }
  [class~="md-!max-w-2\.5"] {
    max-width: 0.625rem !important;
  }
  .md-max-w-3 {
    max-width: 0.75rem;
  }
  [class~="md-max-w-3"] {
    max-width: 0.75rem;
  }
  .md-!max-w-3 {
    max-width: 0.75rem !important;
  }
  [class~="md-!max-w-3"] {
    max-width: 0.75rem !important;
  }
  .md-max-w-3\.5 {
    max-width: 0.875rem;
  }
  [class~="md-max-w-3\.5"] {
    max-width: 0.875rem;
  }
  .md-!max-w-3\.5 {
    max-width: 0.875rem !important;
  }
  [class~="md-!max-w-3\.5"] {
    max-width: 0.875rem !important;
  }
  .md-max-w-4 {
    max-width: 1rem;
  }
  [class~="md-max-w-4"] {
    max-width: 1rem;
  }
  .md-!max-w-4 {
    max-width: 1rem !important;
  }
  [class~="md-!max-w-4"] {
    max-width: 1rem !important;
  }
  .md-max-w-5 {
    max-width: 1.25rem;
  }
  [class~="md-max-w-5"] {
    max-width: 1.25rem;
  }
  .md-!max-w-5 {
    max-width: 1.25rem !important;
  }
  [class~="md-!max-w-5"] {
    max-width: 1.25rem !important;
  }
  .md-max-w-6 {
    max-width: 1.5rem;
  }
  [class~="md-max-w-6"] {
    max-width: 1.5rem;
  }
  .md-!max-w-6 {
    max-width: 1.5rem !important;
  }
  [class~="md-!max-w-6"] {
    max-width: 1.5rem !important;
  }
  .md-max-w-7 {
    max-width: 1.75rem;
  }
  [class~="md-max-w-7"] {
    max-width: 1.75rem;
  }
  .md-!max-w-7 {
    max-width: 1.75rem !important;
  }
  [class~="md-!max-w-7"] {
    max-width: 1.75rem !important;
  }
  .md-max-w-8 {
    max-width: 2rem;
  }
  [class~="md-max-w-8"] {
    max-width: 2rem;
  }
  .md-!max-w-8 {
    max-width: 2rem !important;
  }
  [class~="md-!max-w-8"] {
    max-width: 2rem !important;
  }
  .md-max-w-9 {
    max-width: 2.25rem;
  }
  [class~="md-max-w-9"] {
    max-width: 2.25rem;
  }
  .md-!max-w-9 {
    max-width: 2.25rem !important;
  }
  [class~="md-!max-w-9"] {
    max-width: 2.25rem !important;
  }
  .md-max-w-10 {
    max-width: 2.5rem;
  }
  [class~="md-max-w-10"] {
    max-width: 2.5rem;
  }
  .md-!max-w-10 {
    max-width: 2.5rem !important;
  }
  [class~="md-!max-w-10"] {
    max-width: 2.5rem !important;
  }
  .md-max-w-11 {
    max-width: 2.75rem;
  }
  [class~="md-max-w-11"] {
    max-width: 2.75rem;
  }
  .md-!max-w-11 {
    max-width: 2.75rem !important;
  }
  [class~="md-!max-w-11"] {
    max-width: 2.75rem !important;
  }
  .md-max-w-12 {
    max-width: 3rem;
  }
  [class~="md-max-w-12"] {
    max-width: 3rem;
  }
  .md-!max-w-12 {
    max-width: 3rem !important;
  }
  [class~="md-!max-w-12"] {
    max-width: 3rem !important;
  }
  .md-max-w-14 {
    max-width: 3.5rem;
  }
  [class~="md-max-w-14"] {
    max-width: 3.5rem;
  }
  .md-!max-w-14 {
    max-width: 3.5rem !important;
  }
  [class~="md-!max-w-14"] {
    max-width: 3.5rem !important;
  }
  .md-max-w-16 {
    max-width: 4rem;
  }
  [class~="md-max-w-16"] {
    max-width: 4rem;
  }
  .md-!max-w-16 {
    max-width: 4rem !important;
  }
  [class~="md-!max-w-16"] {
    max-width: 4rem !important;
  }
  .md-max-w-20 {
    max-width: 5rem;
  }
  [class~="md-max-w-20"] {
    max-width: 5rem;
  }
  .md-!max-w-20 {
    max-width: 5rem !important;
  }
  [class~="md-!max-w-20"] {
    max-width: 5rem !important;
  }
  .md-max-w-24 {
    max-width: 6rem;
  }
  [class~="md-max-w-24"] {
    max-width: 6rem;
  }
  .md-!max-w-24 {
    max-width: 6rem !important;
  }
  [class~="md-!max-w-24"] {
    max-width: 6rem !important;
  }
  .md-max-w-28 {
    max-width: 7rem;
  }
  [class~="md-max-w-28"] {
    max-width: 7rem;
  }
  .md-!max-w-28 {
    max-width: 7rem !important;
  }
  [class~="md-!max-w-28"] {
    max-width: 7rem !important;
  }
  .md-max-w-32 {
    max-width: 8rem;
  }
  [class~="md-max-w-32"] {
    max-width: 8rem;
  }
  .md-!max-w-32 {
    max-width: 8rem !important;
  }
  [class~="md-!max-w-32"] {
    max-width: 8rem !important;
  }
  .md-max-w-36 {
    max-width: 9rem;
  }
  [class~="md-max-w-36"] {
    max-width: 9rem;
  }
  .md-!max-w-36 {
    max-width: 9rem !important;
  }
  [class~="md-!max-w-36"] {
    max-width: 9rem !important;
  }
  .md-max-w-40 {
    max-width: 10rem;
  }
  [class~="md-max-w-40"] {
    max-width: 10rem;
  }
  .md-!max-w-40 {
    max-width: 10rem !important;
  }
  [class~="md-!max-w-40"] {
    max-width: 10rem !important;
  }
  .md-max-w-44 {
    max-width: 11rem;
  }
  [class~="md-max-w-44"] {
    max-width: 11rem;
  }
  .md-!max-w-44 {
    max-width: 11rem !important;
  }
  [class~="md-!max-w-44"] {
    max-width: 11rem !important;
  }
  .md-max-w-48 {
    max-width: 12rem;
  }
  [class~="md-max-w-48"] {
    max-width: 12rem;
  }
  .md-!max-w-48 {
    max-width: 12rem !important;
  }
  [class~="md-!max-w-48"] {
    max-width: 12rem !important;
  }
  .md-max-w-52 {
    max-width: 13rem;
  }
  [class~="md-max-w-52"] {
    max-width: 13rem;
  }
  .md-!max-w-52 {
    max-width: 13rem !important;
  }
  [class~="md-!max-w-52"] {
    max-width: 13rem !important;
  }
  .md-max-w-56 {
    max-width: 14rem;
  }
  [class~="md-max-w-56"] {
    max-width: 14rem;
  }
  .md-!max-w-56 {
    max-width: 14rem !important;
  }
  [class~="md-!max-w-56"] {
    max-width: 14rem !important;
  }
  .md-max-w-60 {
    max-width: 15rem;
  }
  [class~="md-max-w-60"] {
    max-width: 15rem;
  }
  .md-!max-w-60 {
    max-width: 15rem !important;
  }
  [class~="md-!max-w-60"] {
    max-width: 15rem !important;
  }
  .md-max-w-64 {
    max-width: 16rem;
  }
  [class~="md-max-w-64"] {
    max-width: 16rem;
  }
  .md-!max-w-64 {
    max-width: 16rem !important;
  }
  [class~="md-!max-w-64"] {
    max-width: 16rem !important;
  }
  .md-max-w-72 {
    max-width: 18rem;
  }
  [class~="md-max-w-72"] {
    max-width: 18rem;
  }
  .md-!max-w-72 {
    max-width: 18rem !important;
  }
  [class~="md-!max-w-72"] {
    max-width: 18rem !important;
  }
  .md-max-w-80 {
    max-width: 20rem;
  }
  [class~="md-max-w-80"] {
    max-width: 20rem;
  }
  .md-!max-w-80 {
    max-width: 20rem !important;
  }
  [class~="md-!max-w-80"] {
    max-width: 20rem !important;
  }
  .md-max-w-96 {
    max-width: 24rem;
  }
  [class~="md-max-w-96"] {
    max-width: 24rem;
  }
  .md-!max-w-96 {
    max-width: 24rem !important;
  }
  [class~="md-!max-w-96"] {
    max-width: 24rem !important;
  }
  .md-max-w-none {
    max-width: none;
  }
  [class~="md-max-w-none"] {
    max-width: none;
  }
  .md-!max-w-none {
    max-width: none !important;
  }
  [class~="md-!max-w-none"] {
    max-width: none !important;
  }
  .md-max-w-xs {
    max-width: 20rem;
  }
  [class~="md-max-w-xs"] {
    max-width: 20rem;
  }
  .md-!max-w-xs {
    max-width: 20rem !important;
  }
  [class~="md-!max-w-xs"] {
    max-width: 20rem !important;
  }
  .md-max-w-sm {
    max-width: 24rem;
  }
  [class~="md-max-w-sm"] {
    max-width: 24rem;
  }
  .md-!max-w-sm {
    max-width: 24rem !important;
  }
  [class~="md-!max-w-sm"] {
    max-width: 24rem !important;
  }
  .md-max-w-md {
    max-width: 28rem;
  }
  [class~="md-max-w-md"] {
    max-width: 28rem;
  }
  .md-!max-w-md {
    max-width: 28rem !important;
  }
  [class~="md-!max-w-md"] {
    max-width: 28rem !important;
  }
  .md-max-w-lg {
    max-width: 32rem;
  }
  [class~="md-max-w-lg"] {
    max-width: 32rem;
  }
  .md-!max-w-lg {
    max-width: 32rem !important;
  }
  [class~="md-!max-w-lg"] {
    max-width: 32rem !important;
  }
  .md-max-w-xl {
    max-width: 36rem;
  }
  [class~="md-max-w-xl"] {
    max-width: 36rem;
  }
  .md-!max-w-xl {
    max-width: 36rem !important;
  }
  [class~="md-!max-w-xl"] {
    max-width: 36rem !important;
  }
  .md-max-w-2xl {
    max-width: 42rem;
  }
  [class~="md-max-w-2xl"] {
    max-width: 42rem;
  }
  .md-!max-w-2xl {
    max-width: 42rem !important;
  }
  [class~="md-!max-w-2xl"] {
    max-width: 42rem !important;
  }
  .md-max-w-3xl {
    max-width: 48rem;
  }
  [class~="md-max-w-3xl"] {
    max-width: 48rem;
  }
  .md-!max-w-3xl {
    max-width: 48rem !important;
  }
  [class~="md-!max-w-3xl"] {
    max-width: 48rem !important;
  }
  .md-max-w-4xl {
    max-width: 56rem;
  }
  [class~="md-max-w-4xl"] {
    max-width: 56rem;
  }
  .md-!max-w-4xl {
    max-width: 56rem !important;
  }
  [class~="md-!max-w-4xl"] {
    max-width: 56rem !important;
  }
  .md-max-w-5xl {
    max-width: 64rem;
  }
  [class~="md-max-w-5xl"] {
    max-width: 64rem;
  }
  .md-!max-w-5xl {
    max-width: 64rem !important;
  }
  [class~="md-!max-w-5xl"] {
    max-width: 64rem !important;
  }
  .md-max-w-6xl {
    max-width: 72rem;
  }
  [class~="md-max-w-6xl"] {
    max-width: 72rem;
  }
  .md-!max-w-6xl {
    max-width: 72rem !important;
  }
  [class~="md-!max-w-6xl"] {
    max-width: 72rem !important;
  }
  .md-max-w-7xl {
    max-width: 80rem;
  }
  [class~="md-max-w-7xl"] {
    max-width: 80rem;
  }
  .md-!max-w-7xl {
    max-width: 80rem !important;
  }
  [class~="md-!max-w-7xl"] {
    max-width: 80rem !important;
  }
  .md-max-w-full {
    max-width: 100%;
  }
  [class~="md-max-w-full"] {
    max-width: 100%;
  }
  .md-!max-w-full {
    max-width: 100% !important;
  }
  [class~="md-!max-w-full"] {
    max-width: 100% !important;
  }
  .md-max-w-min {
    max-width: min-content;
  }
  [class~="md-max-w-min"] {
    max-width: min-content;
  }
  .md-!max-w-min {
    max-width: min-content !important;
  }
  [class~="md-!max-w-min"] {
    max-width: min-content !important;
  }
  .md-max-w-max {
    max-width: max-content;
  }
  [class~="md-max-w-max"] {
    max-width: max-content;
  }
  .md-!max-w-max {
    max-width: max-content !important;
  }
  [class~="md-!max-w-max"] {
    max-width: max-content !important;
  }
  .md-max-w-fit {
    max-width: fit-content;
  }
  [class~="md-max-w-fit"] {
    max-width: fit-content;
  }
  .md-!max-w-fit {
    max-width: fit-content !important;
  }
  [class~="md-!max-w-fit"] {
    max-width: fit-content !important;
  }
  .md-max-w-prose {
    max-width: 65ch;
  }
  [class~="md-max-w-prose"] {
    max-width: 65ch;
  }
  .md-!max-w-prose {
    max-width: 65ch !important;
  }
  [class~="md-!max-w-prose"] {
    max-width: 65ch !important;
  }
  .md-max-w-screen-sm {
    max-width: 640px;
  }
  [class~="md-max-w-screen-sm"] {
    max-width: 640px;
  }
  .md-!max-w-screen-sm {
    max-width: 640px !important;
  }
  [class~="md-!max-w-screen-sm"] {
    max-width: 640px !important;
  }
  .md-max-w-screen-md {
    max-width: 768px;
  }
  [class~="md-max-w-screen-md"] {
    max-width: 768px;
  }
  .md-!max-w-screen-md {
    max-width: 768px !important;
  }
  [class~="md-!max-w-screen-md"] {
    max-width: 768px !important;
  }
  .md-max-w-screen-lg {
    max-width: 1024px;
  }
  [class~="md-max-w-screen-lg"] {
    max-width: 1024px;
  }
  .md-!max-w-screen-lg {
    max-width: 1024px !important;
  }
  [class~="md-!max-w-screen-lg"] {
    max-width: 1024px !important;
  }
  .md-max-w-screen-xl {
    max-width: 1280px;
  }
  [class~="md-max-w-screen-xl"] {
    max-width: 1280px;
  }
  .md-!max-w-screen-xl {
    max-width: 1280px !important;
  }
  [class~="md-!max-w-screen-xl"] {
    max-width: 1280px !important;
  }
  .md-max-w-screen-2xl {
    max-width: 1536px;
  }
  [class~="md-max-w-screen-2xl"] {
    max-width: 1536px;
  }
  .md-!max-w-screen-2xl {
    max-width: 1536px !important;
  }
  [class~="md-!max-w-screen-2xl"] {
    max-width: 1536px !important;
  }
  .md-min-h-0 {
    min-height: 0px;
  }
  [class~="md-min-h-0"] {
    min-height: 0px;
  }
  .md-!min-h-0 {
    min-height: 0px !important;
  }
  [class~="md-!min-h-0"] {
    min-height: 0px !important;
  }
  .md-min-h-px {
    min-height: 1px;
  }
  [class~="md-min-h-px"] {
    min-height: 1px;
  }
  .md-!min-h-px {
    min-height: 1px !important;
  }
  [class~="md-!min-h-px"] {
    min-height: 1px !important;
  }
  .md-min-h-0.5 {
    min-height: 0.125rem;
  }
  [class~="md-min-h-0.5"] {
    min-height: 0.125rem;
  }
  .md-!min-h-0.5 {
    min-height: 0.125rem !important;
  }
  [class~="md-!min-h-0.5"] {
    min-height: 0.125rem !important;
  }
  .md-min-h-1 {
    min-height: 0.25rem;
  }
  [class~="md-min-h-1"] {
    min-height: 0.25rem;
  }
  .md-!min-h-1 {
    min-height: 0.25rem !important;
  }
  [class~="md-!min-h-1"] {
    min-height: 0.25rem !important;
  }
  .md-min-h-1.5 {
    min-height: 0.375rem;
  }
  [class~="md-min-h-1.5"] {
    min-height: 0.375rem;
  }
  .md-!min-h-1.5 {
    min-height: 0.375rem !important;
  }
  [class~="md-!min-h-1.5"] {
    min-height: 0.375rem !important;
  }
  .md-min-h-2 {
    min-height: 0.5rem;
  }
  [class~="md-min-h-2"] {
    min-height: 0.5rem;
  }
  .md-!min-h-2 {
    min-height: 0.5rem !important;
  }
  [class~="md-!min-h-2"] {
    min-height: 0.5rem !important;
  }
  .md-min-h-2.5 {
    min-height: 0.625rem;
  }
  [class~="md-min-h-2.5"] {
    min-height: 0.625rem;
  }
  .md-!min-h-2.5 {
    min-height: 0.625rem !important;
  }
  [class~="md-!min-h-2.5"] {
    min-height: 0.625rem !important;
  }
  .md-min-h-3 {
    min-height: 0.75rem;
  }
  [class~="md-min-h-3"] {
    min-height: 0.75rem;
  }
  .md-!min-h-3 {
    min-height: 0.75rem !important;
  }
  [class~="md-!min-h-3"] {
    min-height: 0.75rem !important;
  }
  .md-min-h-3.5 {
    min-height: 0.875rem;
  }
  [class~="md-min-h-3.5"] {
    min-height: 0.875rem;
  }
  .md-!min-h-3.5 {
    min-height: 0.875rem !important;
  }
  [class~="md-!min-h-3.5"] {
    min-height: 0.875rem !important;
  }
  .md-min-h-4 {
    min-height: 1rem;
  }
  [class~="md-min-h-4"] {
    min-height: 1rem;
  }
  .md-!min-h-4 {
    min-height: 1rem !important;
  }
  [class~="md-!min-h-4"] {
    min-height: 1rem !important;
  }
  .md-min-h-5 {
    min-height: 1.25rem;
  }
  [class~="md-min-h-5"] {
    min-height: 1.25rem;
  }
  .md-!min-h-5 {
    min-height: 1.25rem !important;
  }
  [class~="md-!min-h-5"] {
    min-height: 1.25rem !important;
  }
  .md-min-h-6 {
    min-height: 1.5rem;
  }
  [class~="md-min-h-6"] {
    min-height: 1.5rem;
  }
  .md-!min-h-6 {
    min-height: 1.5rem !important;
  }
  [class~="md-!min-h-6"] {
    min-height: 1.5rem !important;
  }
  .md-min-h-7 {
    min-height: 1.75rem;
  }
  [class~="md-min-h-7"] {
    min-height: 1.75rem;
  }
  .md-!min-h-7 {
    min-height: 1.75rem !important;
  }
  [class~="md-!min-h-7"] {
    min-height: 1.75rem !important;
  }
  .md-min-h-8 {
    min-height: 2rem;
  }
  [class~="md-min-h-8"] {
    min-height: 2rem;
  }
  .md-!min-h-8 {
    min-height: 2rem !important;
  }
  [class~="md-!min-h-8"] {
    min-height: 2rem !important;
  }
  .md-min-h-9 {
    min-height: 2.25rem;
  }
  [class~="md-min-h-9"] {
    min-height: 2.25rem;
  }
  .md-!min-h-9 {
    min-height: 2.25rem !important;
  }
  [class~="md-!min-h-9"] {
    min-height: 2.25rem !important;
  }
  .md-min-h-10 {
    min-height: 2.5rem;
  }
  [class~="md-min-h-10"] {
    min-height: 2.5rem;
  }
  .md-!min-h-10 {
    min-height: 2.5rem !important;
  }
  [class~="md-!min-h-10"] {
    min-height: 2.5rem !important;
  }
  .md-min-h-11 {
    min-height: 2.75rem;
  }
  [class~="md-min-h-11"] {
    min-height: 2.75rem;
  }
  .md-!min-h-11 {
    min-height: 2.75rem !important;
  }
  [class~="md-!min-h-11"] {
    min-height: 2.75rem !important;
  }
  .md-min-h-12 {
    min-height: 3rem;
  }
  [class~="md-min-h-12"] {
    min-height: 3rem;
  }
  .md-!min-h-12 {
    min-height: 3rem !important;
  }
  [class~="md-!min-h-12"] {
    min-height: 3rem !important;
  }
  .md-min-h-14 {
    min-height: 3.5rem;
  }
  [class~="md-min-h-14"] {
    min-height: 3.5rem;
  }
  .md-!min-h-14 {
    min-height: 3.5rem !important;
  }
  [class~="md-!min-h-14"] {
    min-height: 3.5rem !important;
  }
  .md-min-h-16 {
    min-height: 4rem;
  }
  [class~="md-min-h-16"] {
    min-height: 4rem;
  }
  .md-!min-h-16 {
    min-height: 4rem !important;
  }
  [class~="md-!min-h-16"] {
    min-height: 4rem !important;
  }
  .md-min-h-20 {
    min-height: 5rem;
  }
  [class~="md-min-h-20"] {
    min-height: 5rem;
  }
  .md-!min-h-20 {
    min-height: 5rem !important;
  }
  [class~="md-!min-h-20"] {
    min-height: 5rem !important;
  }
  .md-min-h-24 {
    min-height: 6rem;
  }
  [class~="md-min-h-24"] {
    min-height: 6rem;
  }
  .md-!min-h-24 {
    min-height: 6rem !important;
  }
  [class~="md-!min-h-24"] {
    min-height: 6rem !important;
  }
  .md-min-h-28 {
    min-height: 7rem;
  }
  [class~="md-min-h-28"] {
    min-height: 7rem;
  }
  .md-!min-h-28 {
    min-height: 7rem !important;
  }
  [class~="md-!min-h-28"] {
    min-height: 7rem !important;
  }
  .md-min-h-32 {
    min-height: 8rem;
  }
  [class~="md-min-h-32"] {
    min-height: 8rem;
  }
  .md-!min-h-32 {
    min-height: 8rem !important;
  }
  [class~="md-!min-h-32"] {
    min-height: 8rem !important;
  }
  .md-min-h-36 {
    min-height: 9rem;
  }
  [class~="md-min-h-36"] {
    min-height: 9rem;
  }
  .md-!min-h-36 {
    min-height: 9rem !important;
  }
  [class~="md-!min-h-36"] {
    min-height: 9rem !important;
  }
  .md-min-h-40 {
    min-height: 10rem;
  }
  [class~="md-min-h-40"] {
    min-height: 10rem;
  }
  .md-!min-h-40 {
    min-height: 10rem !important;
  }
  [class~="md-!min-h-40"] {
    min-height: 10rem !important;
  }
  .md-min-h-44 {
    min-height: 11rem;
  }
  [class~="md-min-h-44"] {
    min-height: 11rem;
  }
  .md-!min-h-44 {
    min-height: 11rem !important;
  }
  [class~="md-!min-h-44"] {
    min-height: 11rem !important;
  }
  .md-min-h-48 {
    min-height: 12rem;
  }
  [class~="md-min-h-48"] {
    min-height: 12rem;
  }
  .md-!min-h-48 {
    min-height: 12rem !important;
  }
  [class~="md-!min-h-48"] {
    min-height: 12rem !important;
  }
  .md-min-h-52 {
    min-height: 13rem;
  }
  [class~="md-min-h-52"] {
    min-height: 13rem;
  }
  .md-!min-h-52 {
    min-height: 13rem !important;
  }
  [class~="md-!min-h-52"] {
    min-height: 13rem !important;
  }
  .md-min-h-56 {
    min-height: 14rem;
  }
  [class~="md-min-h-56"] {
    min-height: 14rem;
  }
  .md-!min-h-56 {
    min-height: 14rem !important;
  }
  [class~="md-!min-h-56"] {
    min-height: 14rem !important;
  }
  .md-min-h-60 {
    min-height: 15rem;
  }
  [class~="md-min-h-60"] {
    min-height: 15rem;
  }
  .md-!min-h-60 {
    min-height: 15rem !important;
  }
  [class~="md-!min-h-60"] {
    min-height: 15rem !important;
  }
  .md-min-h-64 {
    min-height: 16rem;
  }
  [class~="md-min-h-64"] {
    min-height: 16rem;
  }
  .md-!min-h-64 {
    min-height: 16rem !important;
  }
  [class~="md-!min-h-64"] {
    min-height: 16rem !important;
  }
  .md-min-h-72 {
    min-height: 18rem;
  }
  [class~="md-min-h-72"] {
    min-height: 18rem;
  }
  .md-!min-h-72 {
    min-height: 18rem !important;
  }
  [class~="md-!min-h-72"] {
    min-height: 18rem !important;
  }
  .md-min-h-80 {
    min-height: 20rem;
  }
  [class~="md-min-h-80"] {
    min-height: 20rem;
  }
  .md-!min-h-80 {
    min-height: 20rem !important;
  }
  [class~="md-!min-h-80"] {
    min-height: 20rem !important;
  }
  .md-min-h-96 {
    min-height: 24rem;
  }
  [class~="md-min-h-96"] {
    min-height: 24rem;
  }
  .md-!min-h-96 {
    min-height: 24rem !important;
  }
  [class~="md-!min-h-96"] {
    min-height: 24rem !important;
  }
  .md-min-h-full {
    min-height: 100%;
  }
  [class~="md-min-h-full"] {
    min-height: 100%;
  }
  .md-!min-h-full {
    min-height: 100% !important;
  }
  [class~="md-!min-h-full"] {
    min-height: 100% !important;
  }
  .md-min-h-screen {
    min-height: 100vh;
  }
  [class~="md-min-h-screen"] {
    min-height: 100vh;
  }
  .md-!min-h-screen {
    min-height: 100vh !important;
  }
  [class~="md-!min-h-screen"] {
    min-height: 100vh !important;
  }
  .md-min-h-svh {
    min-height: 100svh;
  }
  [class~="md-min-h-svh"] {
    min-height: 100svh;
  }
  .md-!min-h-svh {
    min-height: 100svh !important;
  }
  [class~="md-!min-h-svh"] {
    min-height: 100svh !important;
  }
  .md-min-h-lvh {
    min-height: 100lvh;
  }
  [class~="md-min-h-lvh"] {
    min-height: 100lvh;
  }
  .md-!min-h-lvh {
    min-height: 100lvh !important;
  }
  [class~="md-!min-h-lvh"] {
    min-height: 100lvh !important;
  }
  .md-min-h-dvh {
    min-height: 100dvh;
  }
  [class~="md-min-h-dvh"] {
    min-height: 100dvh;
  }
  .md-!min-h-dvh {
    min-height: 100dvh !important;
  }
  [class~="md-!min-h-dvh"] {
    min-height: 100dvh !important;
  }
  .md-min-h-min {
    min-height: min-content;
  }
  [class~="md-min-h-min"] {
    min-height: min-content;
  }
  .md-!min-h-min {
    min-height: min-content !important;
  }
  [class~="md-!min-h-min"] {
    min-height: min-content !important;
  }
  .md-min-h-max {
    min-height: max-content;
  }
  [class~="md-min-h-max"] {
    min-height: max-content;
  }
  .md-!min-h-max {
    min-height: max-content !important;
  }
  [class~="md-!min-h-max"] {
    min-height: max-content !important;
  }
  .md-min-h-fit {
    min-height: fit-content;
  }
  [class~="md-min-h-fit"] {
    min-height: fit-content;
  }
  .md-!min-h-fit {
    min-height: fit-content !important;
  }
  [class~="md-!min-h-fit"] {
    min-height: fit-content !important;
  }
  h1,
  .amtheme-tabs-widget h1.amtheme-heading,
  .amtheme-tabs-widget .amtheme-heading,
  .amtheme-tabs-widget .amtheme-tabs-widget .amtheme-heading.amtheme-heading {
    font-size: 3.2rem;
  }
  h2,
  .amtheme-tabs-widget h2.amtheme-heading {
    font-size: 2.8rem;
  }
  h3,
  .amtheme-tabs-widget h3.amtheme-heading {
    font-size: 1.6rem;
  }
  h4,
  .amtheme-tabs-widget h4.amtheme-heading {
    font-size: 1.4rem;
  }
  h1,
  .amtheme-tabs-widget h1.amtheme-heading,
  .amtheme-tabs-widget .amtheme-heading,
  .amtheme-tabs-widget .amtheme-tabs-widget .amtheme-heading.amtheme-heading {
    font-size: 3.2rem;
  }
  h2,
  .amtheme-tabs-widget h2.amtheme-heading {
    font-size: 3.2rem;
  }
  h3,
  .amtheme-tabs-widget h3.amtheme-heading {
    font-size: 2rem;
  }
  h4,
  .amtheme-tabs-widget h4.amtheme-heading {
    font-size: 1.8rem;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo,
  .amtheme-products-secondary.-in-widget .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo {
    margin-bottom: 0;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo:after,
  .amtheme-products-secondary.-in-widget .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo:after,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-photo:after,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-photo:after,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-photo:after,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-photo:after {
    display: none;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details,
  .amtheme-products-secondary.-in-widget .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details {
    transform: translateY(0);
  }
  .products-grid.products > .amtheme-products-secondary .product-item-details > .price-box,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box,
  .amtheme-products-secondary.-in-widget .product-item-details > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-details > .price-box,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-details > .price-box,
  .block.widget.amrelated-grid-wrapper.grid .widget-product-grid .product-item-details > .price-box,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-details > .price-box {
    overflow: visible;
  }
  .products.product-items li.product-item .product-item-info .product-item-actions {
    min-height: 50px !important;
  }
  .amtheme-tabs-widget .products.products-grid {
    margin: 0 -30px !important;
  }
  .-slick-arrows-hover .slick-list,
  .-slick-arrows-always .slick-list {
    padding: 0 !important;
    margin: 0 30px !important;
  }
  .block:not(.am-widget) .amtheme-products-secondary:not(.slick-slider) {
    padding: 0 0;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item {
    width: 40%;
  }
  .block:not(.am-widget) .amtheme-products-secondary .item.product-item :last-of-type {
    margin-right: 0;
  }
  .product-photo-wrapper .product-action--small.product-action--yellow,
  .gallery-placeholder .product-action--small.product-action--yellow {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-top: 20px;
    margin-left: 0;
  }
  .product-photo-wrapper .product-action--small .product-action__large-text,
  .gallery-placeholder .product-action--small .product-action__large-text {
    font-size: 26px;
    line-height: 26px;
  }
  .product-photo-wrapper .product-action--red.product-action--small .product-action__large-text,
  .gallery-placeholder .product-action--red.product-action--small .product-action__large-text {
    font-size: 20px;
    line-height: 20px;
  }
  .product-photo-wrapper span.sticker-wrapper.bottom-left {
    left: 0px;
    bottom: 15px;
  }
  .product-photo-wrapper span.sticker-wrapper.bottom-left span.sticker img {
    max-width: 100px !important;
  }
  .gallery-placeholder span.sticker-wrapper.bottom-left {
    left: 0px;
    bottom: 30px;
  }
  .gallery-placeholder span.sticker-wrapper.bottom-left span.sticker img {
    max-width: 100px !important;
  }
  .flex-justified {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .d3_USP-block-wrapper .d3-bordered {
    width: 100%;
    overflow: unset;
  }
  .amblog-index-index .page-title-wrapper .page-title,
  .amblog-index-category .page-title-wrapper .page-title,
  .amblog-index-search .page-title-wrapper .page-title {
    font-size: 3.6em !important;
  }
  .amblog-index-index .columns .column.main,
  .amblog-index-category .columns .column.main,
  .amblog-index-search .columns .column.main {
    border-right: 2px solid black;
    padding-right: 25px;
  }
  .amblog-index-post #maincontent {
    position: relative;
  }
  .amblog-index-post #maincontent .page-title-wrapper .page-title {
    font-size: 3.6em !important;
  }
  .checkout-cart-index .column.main .cart-container .amtheme-form-wrapper {
    width: 100%;
    padding-right: calc(25% + 65px);
  }
  .checkout-cart-index .column.main .cart-container .amtheme-form-wrapper .mobile-proceed-checkout {
    display: none;
  }
  .checkout-cart-index .column.main .cart-container .cart-summary {
    position: absolute;
    width: 25%;
  }
  .catalog-category-view {
    background-size: 100% 650px;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .column.main {
    grid-column: span 8 / span 8 !important;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .sidebar {
    grid-column: span 4 / span 4 !important;
    grid-column-start: 1 !important;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .sidebar .page-title-wrapper h2#page-title-heading {
    font-size: 30px;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .sidebar .widget {
    display: block;
  }
  .top-toolbar .toolbar-amount {
    display: block !important;
  }
  .top-toolbar .toolbar-sorter.sorter .amtheme-select-block .amtheme-placeholder {
    padding: 25px 100px 25px 25px;
  }
  .cms-page-view .row .widget .folder-blok {
    flex-direction: row;
  }
  .cms-page-view .row .widget .folder-blok .img-blok {
    width: 50%;
  }
  .cms-page-view .row .widget .folder-blok .text-blok {
    width: 50%;
  }
  .cms-kadokaart #maincontent .container .main-column {
    padding-right: 30px;
    box-shadow: inset -2px 0px 0px 0px #000000;
  }
  .cms-kadokaart #maincontent .container .cms-sidebar {
    padding-left: 30px;
  }
  .amasty_xlanding-page-view {
    background-size: 100% 650px;
  }
  .cms-no-route #maincontent {
    margin-top: 280px !important;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap {
    padding: 30px;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .page-title-wrapper.product {
    order: 1;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .dirckiii-inhoud-attribute {
    order: 2;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-reviews-summary {
    order: 3;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .dirckiii-highlight-attributes {
    order: 6;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .dirckiii-short-description {
    order: 7;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .dirckiii-product-usp-wrapper {
    order: 5;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .dirckiii-product-usp-wrapper .usps-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main {
    order: 4;
  }
  .catalog-product-view main#maincontent .amtheme-productinfo-wrap .product.info.detailed .product.data.items.mage-tabs-disabled .data.item.content {
    margin-top: 43px !important;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .amtheme-custom-footer.-two-columns .footer-column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .amtheme-custom-footer.-three-columns .footer-column {
    flex-basis: 33%;
    max-width: 33%;
  }
  .amtheme-custom-footer .footer-column {
    display: flex;
    flex-direction: column;
  }
  .amtheme-custom-footer .footer-column:last-child {
    align-items: flex-end;
  }
  .amtheme-custom-footer.-three-columns .footer.links {
    column-count: 2;
  }
  .amtheme-custom-footer .footer-column {
    padding: 20px;
  }
  .amtheme-custom-footer .footer-column > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .amtheme-custom-footer .footer-column .logo {
    display: inline-flex;
    flex: initial;
  }
  .amtheme-custom-footer .amtheme-socials-list {
    flex: initial;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe {
    flex-basis: auto;
    margin-top: 0;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-container {
    justify-content: flex-start;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 100%;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .mage-error[generated] {
    position: static;
  }
  .amtheme-custom-footer .amtheme-payment-methods.custom-footer-payments {
    width: auto;
  }
  .amtheme-custom-footer .amtheme-payment-methods {
    margin-top: 0;
  }
  .amtheme-custom-footer.-three-columns .newsletter {
    flex-direction: column;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .amtheme-label {
    margin-bottom: 15px;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin: 0;
    width: 100%;
  }
  .customer-account-create .block.block-amazon-login,
  .login-container > .block.block-amazon-login {
    text-align: center;
  }
  .customer-account-create .block.block-amazon-login > .block-content .actions-toolbar,
  .login-container > .block.block-amazon-login > .block-content .actions-toolbar {
    justify-content: center;
  }
  .customer-account-create .block.block-amazon-login {
    margin: 0 auto 50px;
  }
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .amtheme-gift-options {
    display: flex;
    flex-wrap: wrap;
  }
  .amtheme-gift-options .amtheme-gift-wrapping,
  .amtheme-gift-options .amtheme-gift-message {
    flex: 1 0 45%;
  }
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    margin-inline-start: 15px;
    padding-inline-start: 15px;
    border-inline-start: 1px solid #dfdedd;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .sidebar-main {
    margin-right: 2%;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content {
    padding-left: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu.amtheme-menu-flex > li:not(:last-child) {
    border-right: 1px solid #dfdedd;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu > li {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0 > .submenu .submenu:not(.level1) {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation li.level0.parent {
    padding-right: 65px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse .primary .action {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse > .secondary {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .actions-toolbar.-reverse > .secondary {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .modal-popup .modal-footer .action:not(.primary):not(.secondary) {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .modal-popup .modal-footer .action-secondary,
  .modal-popup .modal-footer .action.secondary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-grid.products > .amtheme-products-secondary .price-container .price-excluding-tax:before {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .catalogsearch-result-index .products.wrapper ~ .toolbar .limiter,
  .catalogsearch-advanced-result .products.wrapper ~ .toolbar .limiter,
  .catalog-category-view .products.wrapper ~ .toolbar .limiter {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .sidebar .product-item .price-box .price-container .weee:before {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .amtheme-sidebar-block,
  .page-layout-1column.catalog-category-view .amtheme-sidebar-block,
  .page-layout-empty.catalog-category-view .amtheme-sidebar-block,
  .page-with-filter.-filter-inactive:not(.page-layout-3columns) .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-1column.catalog-category-view .sidebar > .admin__data-grid-outer-wrap,
  .page-layout-empty.catalog-category-view .sidebar > .admin__data-grid-outer-wrap {
    margin-left: 0;
    margin-right: 6vw;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amasty-jet-theme .amtheme-product-popup .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-1column.catalog-category-view .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-1column.catalog-category-view .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-details {
    margin-left: 20px;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-inner {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-back > .amtheme-controller {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-back > .amtheme-controller > .amtheme-icon {
    margin-left: -1px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-forward > .amtheme-controller {
    margin-left: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-scroll-controller.-forward > .amtheme-controller > .amtheme-icon {
    margin-left: 2px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart .col:first-of-type {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart .col:last-of-type {
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .cart.item .item-info .product-item-details {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-payment-method .payment-option-content .secondary {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  [class*='sales-guest-']:not(.sales-guest-form) .page-title-wrapper > .amtheme-info > *,
  .account[class*='sales-'] .page-title-wrapper > .amtheme-info > * {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-information {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.-filter-active .sidebar-main {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.-filter-inactive .sidebar-main,
  .page-layout-2columns-right.-filter-inactive .sidebar-main,
  .page-layout-3columns.-filter-inactive .sidebar-main {
    margin-left: -255px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.page-with-filter .block.filter .filter-options-item {
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multishipping-checkout_address-selectbilling .form-address-edit,
  .multishipping-checkout_address-newshipping .form-address-edit,
  .multishipping-checkout_address-newbilling .form-address-edit,
  .multishipping-checkout_address-editshipping .form-address-edit,
  .multishipping-checkout_address-editaddress .form-address-edit {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.address.form .actions-toolbar .action.continue {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .paypal-review-items {
    margin-right: 70px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-customer-review.view .product-media {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form.send.friend .fieldset.sender .field.sender {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form.send.friend .fieldset.recipients .field.name {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget .grid .product.item,
  .page-layout-checkout .block.am-widget .grid .product.item,
  .page-layout-1column .block.am-widget .grid .product.item,
  .page-layout-empty .block.am-widget .products-grid .product.item,
  .page-layout-checkout .block.am-widget .products-grid .product.item,
  .page-layout-1column .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-empty .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-checkout .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-1column .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(50% - 12.5px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(2n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .logo {
    margin-right: auto;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .block-search {
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .amtheme-icons-container .account-icon {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-navigation-icon {
    margin-right: 40px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header.-sticky-header .amtheme-header-icon:not(:last-child) {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-header-icon:not(:last-child) {
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .form-wishlist-items .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .shared.wishlist .col.comment {
    padding-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .shared.wishlist .amtheme-split ~ .tocart {
    margin-left: 20px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .toolbar .toolbar-amount,
  .toolbar .pager .toolbar-amount {
    padding-left: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .toolbar-sorter .sorter-label:after {
    margin-right: 5px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-empty .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1),
  .page-layout-1column .block .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-amazon-product > .amazon-checkout-now {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    margin-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-gift-options .amtheme-gift-wrapping + .amtheme-gift-message {
    border-left: 1px solid #dfdedd;
  }
}
@media all and (min-width: 1024px), print {
  .page-layout-3columns .main {
    width: calc(100% - 185px - 185px - 2% * 2);
    display: inline-block;
    clear: none;
    float: none;
  }
  .page-layout-3columns .sidebar-main {
    float: left;
  }
  .page-layout-3columns .sidebar-additional {
    float: right;
    clear: right;
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px ) auto;
    }
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .-slick-arrows-hover .slick-list,
  .-slick-arrows-always .slick-list {
    max-width: calc(100% - 60px * 2);
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((36px + 12px) * 4) + (14px * 2));
    width: calc(((36px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amasty_xlanding-page-view .products-grid .product-items {
    margin: 0;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .atv-adcpopup-modal .modal-inner-wrap {
    transform: translateY(-50%) !important;
    top: 50%;
    height: auto !important;
  }
  .atv-adcpopup-modal .modal-inner-wrap .modal-header button.action-close {
    top: -50px;
  }
  .atv-adcpopup-modal .modal-inner-wrap .atv-adcpopup-block .adcpopup-content .content-inner {
    flex-wrap: nowrap;
    flex-direction: row;
    border: 2px solid #000000;
  }
  .atv-adcpopup-modal {
    max-width: 1000px !important;
  }
  .atv-adcpopup-block {
    height: auto !important;
  }
  .atv-adcpopup-block .adcpopup-content {
    border: 2px solid #000;
    overflow: unset !important;
    padding: 0 !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-inner {
    display: flex;
    border: unset !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart {
    width: 55%;
    padding: 1.5rem 2rem !important;
    border-right: 2px solid;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items {
    padding: 0 !important;
    margin: 0 !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .product-item-pricing {
    overflow: visible !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .product-item-pricing .old-price {
    flex-flow: row !important;
    align-items: center !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .product-item-pricing .old-price__label {
    font-size: 14px !important;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .product-item-pricing .special-price-link .special-price .price-container .price .euros {
    font-size: 60px;
  }
  .atv-adcpopup-block .adcpopup-content .content-cart .product-items .product-item-details .product-item-pricing .special-price-link .special-price .prijsster {
    transform: translate(-50%, -50%) scale(1.4);
  }
  .atv-adcpopup-block .adcpopup-related {
    flex: 1 1;
    padding: 1.5rem 2rem !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items {
    flex-direction: row !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item {
    flex: 1 1 0;
    width: 0;
    margin-right: 10px;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info {
    flex-direction: column !important;
    box-shadow: unset;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-photo {
    width: 100% !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder {
    flex-direction: column;
    width: 100% !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-details {
    width: 100%;
    padding-right: 0 !important;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-details .product-item-pricing .price-box .normal-price-wrapper,
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-details .product-item-pricing .price-box .special-price-wrapper {
    align-items: center;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-details .product-item-pricing .price-box .normal-price-wrapper .old-price,
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-details .product-item-pricing .price-box .special-price-wrapper .old-price {
    flex-flow: column;
    align-items: baseline;
  }
  .atv-adcpopup-block .adcpopup-related .product-items .product-item-info .product-item-details-holder .product-item-addtocart {
    display: none;
  }
  .products-grid.products > .amtheme-products-secondary .product-item-info,
  .amtheme-products-secondary.-in-widget .product-item-info,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item-info,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item-info,
  .block.amrelated-grid-wrapper.grid .widget-product-grid .product-item-info,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item-info {
    padding: 15px;
  }
  .amtheme-products-secondary.-in-widget .product-item,
  .amtheme-products-grid .widget.block-static-block .block.block-products-list .product-items .product-item,
  .widget.block-static-block .amtheme-products-grid .block.block-products-list .product-items .product-item,
  .block.amrelated-grid-wrapper.grid .widget-product-grid .product-item,
  .amasty-jet-theme .block.amshopby-morefrom .block-content .product-items .product-item {
    max-width: 215px;
    width: 215px;
  }
  .products-list .product-item-description {
    margin-inline-end: 40px;
  }
  .page-layout-1column.catalog-category-view .wrapper-description {
    margin-bottom: 0;
  }
  .page-layout-1column.catalog-category-view .toolbar-products {
    box-sizing: border-box;
    margin-bottom: 0;
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-1column.catalog-category-view .products.wrapper {
    transition: padding 0.4s ease-in-out;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 6.67px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 7.5px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 10px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 10px;
    margin-top: 10px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-inline-end: 30px;
  }
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n + 1) {
    margin-inline-start: 30px;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-start: 30px;
  }
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 5px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item {
    width: calc(33.33% - 6.67px);
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 10px;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    width: calc(50% - 15px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .products-list .product-item-info {
    align-items: flex-start;
    display: flex;
    padding: 20px;
  }
  .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .products-list .action.towishlist {
    bottom: 20px;
  }
  .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .products-list .price-box,
  .products-list .old-price-wrap,
  .products-list .price-container,
  .products-list .product-item-actions,
  .products-list .price-container .weee {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .products-list .price-including-tax,
  .products-list .price-excluding-tax.price-wrapper .price {
    margin-inline-end: 0;
  }
  .products-list .price-excluding-tax {
    justify-content: flex-end;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-info {
    display: block;
    min-height: 260px;
    padding: 20px 20px 20px calc(32.5% + 20px);
  }
  .page-layout-3columns.catalog-category-view .products-list .product-photo-wrapper {
    left: 20px;
    max-width: 220px;
    position: absolute;
    width: 100%;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin-inline-start: 20px;
    margin-top: 10px;
  }
  .page-layout-3columns.catalog-category-view .products-list .price-box {
    justify-content: flex-start;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item {
    max-width: none;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.page-with-filter.-filter-inactive .products-list .price-box {
    justify-content: flex-end;
  }
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    padding-bottom: 0;
    padding-inline-end: 30px;
    padding-inline-start: 0;
    padding-top: 0;
    margin-inline-start: 0;
    box-sizing: border-box;
    max-width: calc(66.66666667%);
  }
  .-amcaret-enabled .amtheme-productinfo-wrap {
    min-height: 360px;
  }
  .-amcaret-enabled .amtheme-product-info .product-add-form.-amcaret-active {
    margin: 0;
  }
  .-amcaret-enabled .-sticky-header ~ .page-main .-amcaret-stick {
    margin-top: 40px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active {
    scrollbar-color: #dfdedd #ffffff;
    scrollbar-face-color: #dfdedd;
    scrollbar-highlight-color: #dfdedd;
    scrollbar-shadow-color: #dfdedd;
    scrollbar-track-color: #ffffff;
    scrollbar-width: thin;
    padding: 35px 25px 25px;
    background: #ffffff;
    border: 1px solid #a19e9b;
    box-sizing: border-box;
    margin: 0;
    max-width: calc(33.33333333%);
    overflow: auto;
    position: absolute;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    z-index: 9;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active::-webkit-scrollbar-thumb {
    background: #dfdedd;
    border-radius: 12px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active > * {
    max-width: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active.-amcaret-stick {
    position: fixed;
    top: 30px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amcaret-product-name {
    display: block;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-info-price {
    margin-top: 35px;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-options-wrapper > .fieldset > br {
    display: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart {
    flex-grow: 1;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart.qty {
    margin: 35px 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .box-tocart.qty .amtheme-label {
    margin: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product.alert {
    margin: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .action.tocart {
    margin: 0 0 15px;
    min-width: auto;
    width: 100%;
  }
  .page-layout-3columns .amtheme-product-info .product-add-form.-amcaret-active .action.tocart {
    padding: 15px;
    font-size: 1.6rem;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .product-options-bottom,
  .amtheme-product-info .product-add-form.-amcaret-active .swatch-attribute {
    margin-bottom: 0;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-actions-wrap {
    display: none;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .swatch-attribute-options {
    width: 100%;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-select-options {
    max-width: 100%;
    min-width: 100% !important;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > div.mage-error {
    min-width: inherit;
    position: static;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box {
    height: auto;
  }
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > .amtheme-minus,
  .amtheme-product-info .product-add-form.-amcaret-active .amtheme-qty-box > .amtheme-plus {
    height: 42px;
  }
  .ie11 .amtheme-product-info .product-add-form.-amcaret-active .note {
    max-width: 100%;
  }
  .ie11 .amtheme-product-info .product-add-form.-amcaret-active .product-row > .product {
    min-width: 100%;
  }
  .product-add-form.-amcaret-active .-on-line {
    flex-direction: column;
  }
  .product-add-form.-amcaret-active .-on-line .product-info-price {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .-on-line .box-tocart.qty {
    margin: 25px 0;
  }
  .product-add-form.-amcaret-active .-on-line .box-tocart.qty,
  .product-add-form.-amcaret-active .-on-line .product-options-bottom {
    flex-basis: 100%;
  }
  .product-add-form.-amcaret-active .-on-line .qty.-without-options {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .-on-line .product-options-bottom {
    order: 5;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) > .control {
    display: block;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice:not(.downloads-all) > .label {
    padding: 7px 10px;
    margin: 0 0 10px;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice.downloads-all > .label {
    margin: 5px 0 0;
  }
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice .price-container {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 5px;
    margin-top: 0;
    white-space: nowrap;
  }
  .page-product-grouped .-amcaret-active .table.grouped .product-row {
    padding: 0 0 10px;
    border-width: 0 0 1px;
    display: block;
    margin-bottom: 20px;
  }
  .page-product-grouped .-amcaret-active .table.grouped .row:last-child .product-row {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .page-product-grouped .-amcaret-active .table-wrapper.grouped {
    margin-bottom: 35px;
  }
  .page-product-grouped .-amcaret-active .box-tocart {
    margin-top: 0;
  }
  .page-product-grouped .-amcaret-active .amtheme-qty-wrap.-grouped {
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .product-add-form.-amcaret-active .field.option {
    margin: 10px 0 0;
    padding: 15px 10px;
  }
  .product-add-form.-amcaret-active .field.option:first-of-type {
    margin-top: 0;
  }
  .product-add-form.-amcaret-active .field.option > .label {
    cursor: pointer;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .product-add-form.-amcaret-active .field.option > .label.block-title > .amtheme-icon {
    display: block;
  }
  .product-add-form.-amcaret-active .field.option > .control {
    margin-top: 15px;
  }
  .product-add-form.-amcaret-active .field.option .field.option {
    padding: 0;
  }
  .product-add-form.-amcaret-active .field.option.amtheme-collapsible-block > .label {
    padding-inline-end: 30px;
    box-sizing: border-box;
  }
  .product-add-form.-amcaret-active .field.option .field.option.amtheme-collapsible-block {
    padding: 15px 0;
  }
  .product-add-form.-amcaret-active .field.option .field.option > .label.block-title {
    width: 100%;
  }
  .page-product-bundle .-amcaret-active .button-as-link.-back.customization {
    display: none;
  }
  .page-product-bundle .-amcaret-active .amtheme-item-text {
    align-items: baseline;
  }
  .page-product-bundle .-amcaret-active .amtheme-bundle-choice.field.choice > .amtheme-label {
    align-items: baseline;
    justify-content: space-between;
  }
  .page-product-bundle .-amcaret-active .amtheme-bundle-choice.field.choice .price-including-tax + .price-excluding-tax:before {
    line-height: 2.5rem;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 50px;
      grid-template-columns: calc(45% - 50px) 55%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 50px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-1column .amtheme-product-wrap > .amtheme-product-info {
    max-width: 515px;
  }
  .page-layout-1column .amtheme-product-info .product-info-price {
    margin-bottom: 25px;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap,
  .page-layout-2columns-right .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-2columns-left .amtheme-product-wrap .amtheme-product-info,
  .page-layout-2columns-right .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-2columns-left .amtheme-product-wrap .product.media,
  .page-layout-2columns-right .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media .towishlist,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media .towishlist .amtheme-icon,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-2columns-left .amtheme-short-info,
  .page-layout-2columns-right .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-2columns-left .amtheme-short-info .reviews-actions,
  .page-layout-2columns-right .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-add-form,
  .page-layout-2columns-right .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-label,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-label,
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-options,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-attribute-options,
  .page-layout-2columns-right .amtheme-product-info .swatch-attribute-options {
    width: 85%;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option.color,
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-info .product-info-price,
  .page-layout-2columns-right .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-2columns-left .amtheme-product-info .box-tocart .action.tocart,
  .page-layout-2columns-right .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-social-links,
  .page-layout-2columns-right .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-2columns-left .amtheme-product-info .qty.-without-options,
  .page-layout-2columns-right .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-2columns-left .action.mailto.friend:before,
  .page-layout-2columns-right .action.mailto.friend:before {
    content: none;
  }
  .page-layout-2columns-left .amtheme-actions-wrap > .product-social-links,
  .page-layout-2columns-right .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-empty .amtheme-product-wrap > .product.media {
    max-width: 600px;
  }
  .page-header .block-search {
    margin-inline-end: 40px;
    max-width: 340px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper,
  .checkout-cart-index .cart-container .crosssell,
  .amasty-jet-theme .amrelated-cart-bundle,
  .amasty-jet-theme .cart-container .amrelated-grid-wrapper {
    width: calc(100% - 25% - 35px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 35px;
    width: 25%;
  }
  .opc-block-summary .amtheme-estimated-total {
    padding: 20px 0 0;
  }
  .opc-progress-bar {
    counter-reset: i;
    margin-bottom: 50px;
    max-width: 1045px;
  }
  .opc-progress-bar.-success {
    margin-bottom: 65px;
  }
  .opc-progress-bar > .opc-progress-bar-item:before {
    background: #dfdedd;
    border-radius: 50%;
    color: #a8a69f;
    content: counter(i);
    counter-increment: i;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
  }
  .opc-progress-bar > .opc-progress-bar-item:after {
    background: url("../svg/color_mode/dark/progressbar-arrow-l.svg");
    height: 15px;
    width: 27px;
  }
  .opc-progress-bar > .opc-progress-bar-item._active:before {
    background: none;
    border: 1px solid #7aa022;
    color: #7aa022;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar > .opc-progress-bar-item.-no-item:before {
    display: none;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete:before {
    background-color: #7aa022;
    background-image: url("../svg/color_mode/dark/complete.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    content: '';
    cursor: default;
    height: 20px;
    width: 20px;
  }
  .opc-progress-bar > .opc-progress-bar-item._complete:after {
    background: url("../svg/color_mode/dark/progressbar-arrow-l-active.svg");
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .field-tooltip .field-tooltip-content {
    left: 35px;
    top: -50%;
  }
  .opc-summary-open {
    overflow: inherit;
  }
  .opc-block-summary .amtheme-summary-content {
    height: auto;
    padding: 10px 10px 10px 20px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper {
    overflow: auto;
    scrollbar-color: #dfdedd #ffffff;
    scrollbar-face-color: #dfdedd;
    scrollbar-highlight-color: #dfdedd;
    scrollbar-shadow-color: #dfdedd;
    scrollbar-track-color: #ffffff;
    scrollbar-width: thin;
    max-height: 660px;
    padding: 10px 10px 0 0;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #dfdedd;
    border-radius: 12px;
  }
  .opc-block-summary .amtheme-summary-content .minicart-items-wrapper > * {
    max-width: none;
  }
  .opc-block-summary .amtheme-summary-content > .table-totals + .items-in-cart .minicart-items-wrapper {
    max-height: 350px;
  }
  .opc-block-summary {
    background: #fcfcfc;
    border: 1px solid #dfdedd;
    border-radius: 6px;
    box-shadow: none;
    overflow-y: inherit;
    padding: 10px 0;
    position: static;
    width: auto;
    z-index: 1;
  }
  .opc-block-summary .actions-toolbar {
    margin-top: 30px;
  }
  .opc-block-summary .actions-toolbar .action.viewcart {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    padding: 0;
  }
  .opc-block-summary .amtheme-summary-order {
    display: none;
  }
  .opc-block-summary > .amtheme-summary-content {
    display: block !important;
  }
  .opc-block-summary .minicart-items-wrapper > .minicart-items {
    padding: 0;
  }
  .opc-block-summary .items-in-cart > .title {
    display: block;
  }
  .opc-block-summary .table-totals {
    margin: 0 0 40px;
  }
  .opc-block-summary .table-totals:after {
    left: 0;
    right: 0;
  }
  .opc-block-summary .table-totals .mark,
  .opc-block-summary .table-totals .amount {
    padding: 10px;
  }
  .opc-block-summary .table-totals .mark {
    padding-inline-start: 0;
  }
  .opc-block-summary .table-totals .amount {
    padding-inline-end: 0;
  }
  .opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
    padding-inline-end: 18px;
  }
  .checkout-index-index .page-main {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
  }
  .checkout-index-index .header.content {
    padding: 50px 50px 70px;
  }
  .checkout-index-index .header.content > .logo {
    margin: auto;
  }
  .checkout-index-index .page-header:before {
    background: #fafce2;
    content: '';
    display: block;
    height: 15px;
    width: 100%;
  }
  .checkout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .checkout-container > .opc-progress-bar,
  .checkout-container > .messages {
    width: 100%;
  }
  .checkout-container > .opc-sidebar {
    float: none;
    margin: 0 0 20px;
    width: 410px;
  }
  .checkout-container > .opc-wrapper {
    margin-bottom: 20px;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    padding: 0;
    width: calc(100% - 410px - 35px);
  }
  .checkout-container > .opc-wrapper .field .note {
    font-size: 1.6rem;
  }
  .checkout-payment-method .braintree-choice.field.choice > .field-tooltip {
    position: relative;
    top: 0;
  }
  .checkout-payment-method .braintree-choice.field.choice .field-tooltip-content {
    left: 35px;
    margin-top: 0;
  }
  .amtheme-summary-content .fieldset.address {
    padding: 0;
  }
  .amtheme-addresses-block.-addresses-grid .amtheme-card-wrap {
    width: calc(100% / 3 - 15px);
  }
  .amtheme-dashboard-info .amtheme-information .amtheme-item {
    display: flex;
    margin: 0;
  }
  .amtheme-dashboard-info .amtheme-customer-email {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .amtheme-dashboard-info .amtheme-customer-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-inline-end: 10px;
    padding-inline-end: 12px;
    max-width: 50%;
    position: relative;
  }
  .amtheme-dashboard-info .amtheme-customer-name:after {
    background: #a8a69f;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    width: 2px;
  }
  .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 3 - 20px);
  }
  .ie11 .amtheme-card-block.amtheme-reviews-dashboard .amtheme-items > .amtheme-item {
    max-width: calc(100% / 3 - 20px - 1px);
  }
  @supports (display: grid) {
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-areas: 'sidebar-main main sidebar-additional';
    }
    .page-layout-3columns.-filter-inactive .page-main .column.main {
      justify-self: start;
      width: calc(100% - 25px);
    }
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 185px - 2%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(185px + 2%);
    right: 0;
  }
  .multicheckout.address.form .actions-toolbar {
    align-items: center;
    justify-content: flex-start;
  }
  .multicheckout.address.form .actions-toolbar .action:not(:first-of-type) {
    margin-inline-start: 20px;
  }
  .multicheckout.address.form .actions-toolbar .action.back {
    margin: 0 auto 0 0;
  }
  .multicheckout.address.form .actions-toolbar .action.back,
  .multicheckout.address.form .actions-toolbar .action.update {
    flex-basis: auto;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box,
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    margin-bottom: 0;
    width: calc(100% / 3);
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-inline-end: 45px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-inline-start: 45px;
  }
  .paypal-review > .block-order-details-view.block .box {
    padding-bottom: 0;
    padding-inline-end: 55px;
    padding-inline-start: 0;
    padding-top: 0;
  }
  .block.block-order-details-view > .block-content {
    display: flex;
    flex-wrap: nowrap;
  }
  .block.block-order-details-view .column {
    flex-basis: calc((100% - 20px * 2) / 3);
    margin-bottom: 0;
  }
  .block.block-order-details-view .column:not(:last-of-type) {
    margin-bottom: 0;
    margin-inline-end: 20px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .block.block-order-details-view .column.-methods {
    flex-direction: column;
  }
  .block.block-order-details-view .column.-methods > .box,
  .block.block-order-details-view .column.-methods > .box.-fullwidth {
    flex-basis: auto;
  }
  .block.block-order-details-view .column.-methods > .box:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(20% - 20px);
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(-n + 5),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 5),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-empty .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(5n),
  .page-layout-1column .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(5n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .panel.header .greet.welcome {
    margin-inline-end: 60px;
    flex: 1 0 33%;
    margin-bottom: 0;
  }
  .footer.links {
    column-count: 3;
    column-gap: 60px;
  }
  .form-wishlist-items .products-grid .product-item {
    width: calc(33.33% - 20px);
    padding: 0;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .form-wishlist-items .products-grid .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.am-widget.block-new-products.list .product-item-actions {
    align-items: flex-end;
    flex-direction: column;
  }
  .block.am-widget.list .products .item.product.product-item {
    width: 100%;
  }
  .page-layout-3columns .main .am-widget .price-box {
    flex-wrap: wrap;
  }
  .page-layout-3columns .am-widget.block-new-products.list .product-item-info {
    display: flex;
    flex-direction: row;
  }
  .page-layout-3columns .am-widget.block-new-products.list .price-box.price-final_price {
    justify-content: flex-end;
  }
  .page-layout-3columns .am-widget.block-new-products.list .product-item-details {
    margin-top: 20px;
  }
  .page-layout-3columns:not(.-filter-inactive) .block-new-products.list .product-item-info .product-photo-wrapper {
    left: 20px;
    position: absolute;
  }
  .amasty-jet-theme.checkout-index-index .checkout-container.am-checkout {
    display: block;
  }
  .amasty-jet-theme .checkout-success {
    max-width: none;
  }
  .amasty-jet-theme .checkout-success .block-order-details-view .paypal-review-items {
    margin-right: 0;
  }
  .amasty-jet-theme .amcheckout-additional-options {
    border: none;
  }
  .amcheckout-main-container.-modern .checkout-payment-method.submit {
    padding: 0 20px;
  }
  .amasty-jet-theme .am-checkout.-modern.-layout-3columns ._has-datepicker ~ .ui-datepicker-trigger {
    right: 0 !important;
    top: 0 !important;
  }
  .amasty-jet-theme .am-checkout.-modern.-layout-3columns .checkout-payment-method.submit .actions-toolbar {
    justify-content: center;
  }
  .amasty-jet-theme .am-checkout.-modern .amcheckout-additional-options .amcheckout-checkboxes {
    width: 100%;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .amasty-jet-theme.-amcaret-enabled .column.main .amtheme-productinfo-wrap ~ .widget.amrelated-grid-wrapper {
    box-sizing: border-box;
    max-width: calc(66.66666667%);
    padding: 0 30px 0 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-plus,
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .amrelated-equal {
    font-size: 50px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-content-wrapper .rating-summary > .rating-result {
    margin: 0;
  }
  .amasty-jet-theme .ambrands-list-popup {
    z-index: 70;
  }
  .amasty-jet-theme .ambrands-list-popup .ambrands-list-container {
    display: flex;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 9px 9px 0;
  }
  .amasty-jet-theme .ambrands-list-popup {
    border-radius: 4px;
    box-shadow: none;
  }
  .amasty-jet-theme .ambrands-list-popup .ambrands-letters-filter {
    background: transparent;
  }
  .ambrands-letter .ambrands-brand-item .ambrands-label {
    letter-spacing: .03em;
    font-weight: 500;
    line-height: 16px;
  }
  .ambrands-list-popup {
    background: #f7f7f7;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    position: relative;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    margin: 0 5px 10px;
  }
  .ambrands-list-popup .ambrands-letters-filter:before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: calc(100% - 40px);
    background: #dfdedd;
    content: '';
  }
  .breadcrumbs-usp-wrapper .diii-usps .tablet {
    display: block;
  }
  .ammenu-header-container a.logo.ammenu-logo img {
    max-height: 50px;
  }
  .ammenu-header-container .dirckiii-icons-container .dirckiii-header-links {
    display: flex;
    align-items: center;
    padding: 0 12px;
  }
  .ammenu-header-container .dirckiii-icons-container .dirckiii-header-links.folder-link svg {
    width: 19px;
    height: 19px;
  }
  .ammenu-header-container .dirckiii-icons-container .dirckiii-header-links a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .ammenu-header-container .dirckiii-icons-container .dirckiii-header-links a i {
    color: #000000;
    font-size: 19px;
    margin-right: 5px;
  }
  .ammenu-header-container .dirckiii-icons-container .dirckiii-header-links a span {
    color: #000000;
    display: inline;
    font-size: 14px;
    line-height: 19px;
    margin-top: 0;
  }
  .ammenu-header-container .dirckiii-icons-container .minicart-wrapper.amtheme-header-icon {
    display: flex;
    align-items: center;
    padding: 0 22px;
  }
  .ammenu-header-container .dirckiii-icons-container .minicart-wrapper.amtheme-header-icon .counter {
    bottom: 50%;
    top: unset;
    right: 12px;
  }
  .hidden-md {
    display: block !important;
  }
  .lg-flex-row {
    flex-direction: row;
  }
  [class~="lg-flex-row"] {
    flex-direction: row;
  }
  .lg-!flex-row {
    flex-direction: row !important;
  }
  [class~="lg-!flex-row"] {
    flex-direction: row !important;
  }
  .lg-flex-row-reverse {
    flex-direction: row-reverse;
  }
  [class~="lg-flex-row-reverse"] {
    flex-direction: row-reverse;
  }
  .lg-!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  [class~="lg-!flex-row-reverse"] {
    flex-direction: row-reverse !important;
  }
  .lg-flex-col {
    flex-direction: column;
  }
  [class~="lg-flex-col"] {
    flex-direction: column;
  }
  .lg-!flex-col {
    flex-direction: column !important;
  }
  [class~="lg-!flex-col"] {
    flex-direction: column !important;
  }
  .lg-flex-col-reverse {
    flex-direction: column-reverse;
  }
  [class~="lg-flex-col-reverse"] {
    flex-direction: column-reverse;
  }
  .lg-!flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  [class~="lg-!flex-col-reverse"] {
    flex-direction: column-reverse !important;
  }
  .lg-flex-1 {
    flex: 1 1 0%;
  }
  [class~="lg-flex-1"] {
    flex: 1 1 0%;
  }
  .lg-!flex-1 {
    flex: 1 1 0% !important;
  }
  [class~="lg-!flex-1"] {
    flex: 1 1 0% !important;
  }
  .lg-flex-auto {
    flex: 1 1 auto;
  }
  [class~="lg-flex-auto"] {
    flex: 1 1 auto;
  }
  .lg-!flex-auto {
    flex: 1 1 auto !important;
  }
  [class~="lg-!flex-auto"] {
    flex: 1 1 auto !important;
  }
  .lg-flex-initial {
    flex: 0 1 auto;
  }
  [class~="lg-flex-initial"] {
    flex: 0 1 auto;
  }
  .lg-!flex-initial {
    flex: 0 1 auto !important;
  }
  [class~="lg-!flex-initial"] {
    flex: 0 1 auto !important;
  }
  .lg-flex-none {
    flex: none;
  }
  [class~="lg-flex-none"] {
    flex: none;
  }
  .lg-!flex-none {
    flex: none !important;
  }
  [class~="lg-!flex-none"] {
    flex: none !important;
  }
  .lg-basis-0 {
    flex-basis: 0px;
  }
  [class~="lg-basis-0"] {
    flex-basis: 0px;
  }
  .lg-!basis-0 {
    flex-basis: 0px !important;
  }
  [class~="lg-!basis-0"] {
    flex-basis: 0px !important;
  }
  .lg-basis-0.5 {
    flex-basis: 0.125rem;
  }
  [class~="lg-basis-0.5"] {
    flex-basis: 0.125rem;
  }
  .lg-!basis-0.5 {
    flex-basis: 0.125rem !important;
  }
  [class~="lg-!basis-0.5"] {
    flex-basis: 0.125rem !important;
  }
  .lg-basis-1 {
    flex-basis: 0.25rem;
  }
  [class~="lg-basis-1"] {
    flex-basis: 0.25rem;
  }
  .lg-!basis-1 {
    flex-basis: 0.25rem !important;
  }
  [class~="lg-!basis-1"] {
    flex-basis: 0.25rem !important;
  }
  .lg-basis-1.5 {
    flex-basis: 0.375rem;
  }
  [class~="lg-basis-1.5"] {
    flex-basis: 0.375rem;
  }
  .lg-!basis-1.5 {
    flex-basis: 0.375rem !important;
  }
  [class~="lg-!basis-1.5"] {
    flex-basis: 0.375rem !important;
  }
  .lg-basis-2 {
    flex-basis: 0.5rem;
  }
  [class~="lg-basis-2"] {
    flex-basis: 0.5rem;
  }
  .lg-!basis-2 {
    flex-basis: 0.5rem !important;
  }
  [class~="lg-!basis-2"] {
    flex-basis: 0.5rem !important;
  }
  .lg-basis-2.5 {
    flex-basis: 0.625rem;
  }
  [class~="lg-basis-2.5"] {
    flex-basis: 0.625rem;
  }
  .lg-!basis-2.5 {
    flex-basis: 0.625rem !important;
  }
  [class~="lg-!basis-2.5"] {
    flex-basis: 0.625rem !important;
  }
  .lg-basis-3 {
    flex-basis: 0.75rem;
  }
  [class~="lg-basis-3"] {
    flex-basis: 0.75rem;
  }
  .lg-!basis-3 {
    flex-basis: 0.75rem !important;
  }
  [class~="lg-!basis-3"] {
    flex-basis: 0.75rem !important;
  }
  .lg-basis-3.5 {
    flex-basis: 0.875rem;
  }
  [class~="lg-basis-3.5"] {
    flex-basis: 0.875rem;
  }
  .lg-!basis-3.5 {
    flex-basis: 0.875rem !important;
  }
  [class~="lg-!basis-3.5"] {
    flex-basis: 0.875rem !important;
  }
  .lg-basis-4 {
    flex-basis: 1rem;
  }
  [class~="lg-basis-4"] {
    flex-basis: 1rem;
  }
  .lg-!basis-4 {
    flex-basis: 1rem !important;
  }
  [class~="lg-!basis-4"] {
    flex-basis: 1rem !important;
  }
  .lg-basis-5 {
    flex-basis: 1.25rem;
  }
  [class~="lg-basis-5"] {
    flex-basis: 1.25rem;
  }
  .lg-!basis-5 {
    flex-basis: 1.25rem !important;
  }
  [class~="lg-!basis-5"] {
    flex-basis: 1.25rem !important;
  }
  .lg-basis-6 {
    flex-basis: 1.5rem;
  }
  [class~="lg-basis-6"] {
    flex-basis: 1.5rem;
  }
  .lg-!basis-6 {
    flex-basis: 1.5rem !important;
  }
  [class~="lg-!basis-6"] {
    flex-basis: 1.5rem !important;
  }
  .lg-basis-7 {
    flex-basis: 1.75rem;
  }
  [class~="lg-basis-7"] {
    flex-basis: 1.75rem;
  }
  .lg-!basis-7 {
    flex-basis: 1.75rem !important;
  }
  [class~="lg-!basis-7"] {
    flex-basis: 1.75rem !important;
  }
  .lg-basis-8 {
    flex-basis: 2rem;
  }
  [class~="lg-basis-8"] {
    flex-basis: 2rem;
  }
  .lg-!basis-8 {
    flex-basis: 2rem !important;
  }
  [class~="lg-!basis-8"] {
    flex-basis: 2rem !important;
  }
  .lg-basis-9 {
    flex-basis: 2.25rem;
  }
  [class~="lg-basis-9"] {
    flex-basis: 2.25rem;
  }
  .lg-!basis-9 {
    flex-basis: 2.25rem !important;
  }
  [class~="lg-!basis-9"] {
    flex-basis: 2.25rem !important;
  }
  .lg-basis-10 {
    flex-basis: 2.5rem;
  }
  [class~="lg-basis-10"] {
    flex-basis: 2.5rem;
  }
  .lg-!basis-10 {
    flex-basis: 2.5rem !important;
  }
  [class~="lg-!basis-10"] {
    flex-basis: 2.5rem !important;
  }
  .lg-basis-11 {
    flex-basis: 2.75rem;
  }
  [class~="lg-basis-11"] {
    flex-basis: 2.75rem;
  }
  .lg-!basis-11 {
    flex-basis: 2.75rem !important;
  }
  [class~="lg-!basis-11"] {
    flex-basis: 2.75rem !important;
  }
  .lg-basis-12 {
    flex-basis: 3rem;
  }
  [class~="lg-basis-12"] {
    flex-basis: 3rem;
  }
  .lg-!basis-12 {
    flex-basis: 3rem !important;
  }
  [class~="lg-!basis-12"] {
    flex-basis: 3rem !important;
  }
  .lg-basis-14 {
    flex-basis: 3.5rem;
  }
  [class~="lg-basis-14"] {
    flex-basis: 3.5rem;
  }
  .lg-!basis-14 {
    flex-basis: 3.5rem !important;
  }
  [class~="lg-!basis-14"] {
    flex-basis: 3.5rem !important;
  }
  .lg-basis-16 {
    flex-basis: 4rem;
  }
  [class~="lg-basis-16"] {
    flex-basis: 4rem;
  }
  .lg-!basis-16 {
    flex-basis: 4rem !important;
  }
  [class~="lg-!basis-16"] {
    flex-basis: 4rem !important;
  }
  .lg-basis-20 {
    flex-basis: 5rem;
  }
  [class~="lg-basis-20"] {
    flex-basis: 5rem;
  }
  .lg-!basis-20 {
    flex-basis: 5rem !important;
  }
  [class~="lg-!basis-20"] {
    flex-basis: 5rem !important;
  }
  .lg-basis-24 {
    flex-basis: 6rem;
  }
  [class~="lg-basis-24"] {
    flex-basis: 6rem;
  }
  .lg-!basis-24 {
    flex-basis: 6rem !important;
  }
  [class~="lg-!basis-24"] {
    flex-basis: 6rem !important;
  }
  .lg-basis-28 {
    flex-basis: 7rem;
  }
  [class~="lg-basis-28"] {
    flex-basis: 7rem;
  }
  .lg-!basis-28 {
    flex-basis: 7rem !important;
  }
  [class~="lg-!basis-28"] {
    flex-basis: 7rem !important;
  }
  .lg-basis-32 {
    flex-basis: 8rem;
  }
  [class~="lg-basis-32"] {
    flex-basis: 8rem;
  }
  .lg-!basis-32 {
    flex-basis: 8rem !important;
  }
  [class~="lg-!basis-32"] {
    flex-basis: 8rem !important;
  }
  .lg-basis-36 {
    flex-basis: 9rem;
  }
  [class~="lg-basis-36"] {
    flex-basis: 9rem;
  }
  .lg-!basis-36 {
    flex-basis: 9rem !important;
  }
  [class~="lg-!basis-36"] {
    flex-basis: 9rem !important;
  }
  .lg-basis-40 {
    flex-basis: 10rem;
  }
  [class~="lg-basis-40"] {
    flex-basis: 10rem;
  }
  .lg-!basis-40 {
    flex-basis: 10rem !important;
  }
  [class~="lg-!basis-40"] {
    flex-basis: 10rem !important;
  }
  .lg-basis-44 {
    flex-basis: 11rem;
  }
  [class~="lg-basis-44"] {
    flex-basis: 11rem;
  }
  .lg-!basis-44 {
    flex-basis: 11rem !important;
  }
  [class~="lg-!basis-44"] {
    flex-basis: 11rem !important;
  }
  .lg-basis-48 {
    flex-basis: 12rem;
  }
  [class~="lg-basis-48"] {
    flex-basis: 12rem;
  }
  .lg-!basis-48 {
    flex-basis: 12rem !important;
  }
  [class~="lg-!basis-48"] {
    flex-basis: 12rem !important;
  }
  .lg-basis-52 {
    flex-basis: 13rem;
  }
  [class~="lg-basis-52"] {
    flex-basis: 13rem;
  }
  .lg-!basis-52 {
    flex-basis: 13rem !important;
  }
  [class~="lg-!basis-52"] {
    flex-basis: 13rem !important;
  }
  .lg-basis-56 {
    flex-basis: 14rem;
  }
  [class~="lg-basis-56"] {
    flex-basis: 14rem;
  }
  .lg-!basis-56 {
    flex-basis: 14rem !important;
  }
  [class~="lg-!basis-56"] {
    flex-basis: 14rem !important;
  }
  .lg-basis-60 {
    flex-basis: 15rem;
  }
  [class~="lg-basis-60"] {
    flex-basis: 15rem;
  }
  .lg-!basis-60 {
    flex-basis: 15rem !important;
  }
  [class~="lg-!basis-60"] {
    flex-basis: 15rem !important;
  }
  .lg-basis-64 {
    flex-basis: 16rem;
  }
  [class~="lg-basis-64"] {
    flex-basis: 16rem;
  }
  .lg-!basis-64 {
    flex-basis: 16rem !important;
  }
  [class~="lg-!basis-64"] {
    flex-basis: 16rem !important;
  }
  .lg-basis-72 {
    flex-basis: 18rem;
  }
  [class~="lg-basis-72"] {
    flex-basis: 18rem;
  }
  .lg-!basis-72 {
    flex-basis: 18rem !important;
  }
  [class~="lg-!basis-72"] {
    flex-basis: 18rem !important;
  }
  .lg-basis-80 {
    flex-basis: 20rem;
  }
  [class~="lg-basis-80"] {
    flex-basis: 20rem;
  }
  .lg-!basis-80 {
    flex-basis: 20rem !important;
  }
  [class~="lg-!basis-80"] {
    flex-basis: 20rem !important;
  }
  .lg-basis-96 {
    flex-basis: 24rem;
  }
  [class~="lg-basis-96"] {
    flex-basis: 24rem;
  }
  .lg-!basis-96 {
    flex-basis: 24rem !important;
  }
  [class~="lg-!basis-96"] {
    flex-basis: 24rem !important;
  }
  .lg-basis-auto {
    flex-basis: auto;
  }
  [class~="lg-basis-auto"] {
    flex-basis: auto;
  }
  .lg-!basis-auto {
    flex-basis: auto !important;
  }
  [class~="lg-!basis-auto"] {
    flex-basis: auto !important;
  }
  .lg-basis-px {
    flex-basis: 1px;
  }
  [class~="lg-basis-px"] {
    flex-basis: 1px;
  }
  .lg-!basis-px {
    flex-basis: 1px !important;
  }
  [class~="lg-!basis-px"] {
    flex-basis: 1px !important;
  }
  .lg-basis-1/2 {
    flex-basis: 50%;
  }
  [class~="lg-basis-1/2"] {
    flex-basis: 50%;
  }
  .lg-!basis-1/2 {
    flex-basis: 50% !important;
  }
  [class~="lg-!basis-1/2"] {
    flex-basis: 50% !important;
  }
  .lg-basis-1/3 {
    flex-basis: 33.333333%;
  }
  [class~="lg-basis-1/3"] {
    flex-basis: 33.333333%;
  }
  .lg-!basis-1/3 {
    flex-basis: 33.333333% !important;
  }
  [class~="lg-!basis-1/3"] {
    flex-basis: 33.333333% !important;
  }
  .lg-basis-2/3 {
    flex-basis: 66.666667%;
  }
  [class~="lg-basis-2/3"] {
    flex-basis: 66.666667%;
  }
  .lg-!basis-2/3 {
    flex-basis: 66.666667% !important;
  }
  [class~="lg-!basis-2/3"] {
    flex-basis: 66.666667% !important;
  }
  .lg-basis-1/4 {
    flex-basis: 25%;
  }
  [class~="lg-basis-1/4"] {
    flex-basis: 25%;
  }
  .lg-!basis-1/4 {
    flex-basis: 25% !important;
  }
  [class~="lg-!basis-1/4"] {
    flex-basis: 25% !important;
  }
  .lg-basis-2/4 {
    flex-basis: 50%;
  }
  [class~="lg-basis-2/4"] {
    flex-basis: 50%;
  }
  .lg-!basis-2/4 {
    flex-basis: 50% !important;
  }
  [class~="lg-!basis-2/4"] {
    flex-basis: 50% !important;
  }
  .lg-basis-3/4 {
    flex-basis: 75%;
  }
  [class~="lg-basis-3/4"] {
    flex-basis: 75%;
  }
  .lg-!basis-3/4 {
    flex-basis: 75% !important;
  }
  [class~="lg-!basis-3/4"] {
    flex-basis: 75% !important;
  }
  .lg-basis-1/5 {
    flex-basis: 20%;
  }
  [class~="lg-basis-1/5"] {
    flex-basis: 20%;
  }
  .lg-!basis-1/5 {
    flex-basis: 20% !important;
  }
  [class~="lg-!basis-1/5"] {
    flex-basis: 20% !important;
  }
  .lg-basis-2/5 {
    flex-basis: 40%;
  }
  [class~="lg-basis-2/5"] {
    flex-basis: 40%;
  }
  .lg-!basis-2/5 {
    flex-basis: 40% !important;
  }
  [class~="lg-!basis-2/5"] {
    flex-basis: 40% !important;
  }
  .lg-basis-3/5 {
    flex-basis: 60%;
  }
  [class~="lg-basis-3/5"] {
    flex-basis: 60%;
  }
  .lg-!basis-3/5 {
    flex-basis: 60% !important;
  }
  [class~="lg-!basis-3/5"] {
    flex-basis: 60% !important;
  }
  .lg-basis-4/5 {
    flex-basis: 80%;
  }
  [class~="lg-basis-4/5"] {
    flex-basis: 80%;
  }
  .lg-!basis-4/5 {
    flex-basis: 80% !important;
  }
  [class~="lg-!basis-4/5"] {
    flex-basis: 80% !important;
  }
  .lg-basis-1/6 {
    flex-basis: 16.666667%;
  }
  [class~="lg-basis-1/6"] {
    flex-basis: 16.666667%;
  }
  .lg-!basis-1/6 {
    flex-basis: 16.666667% !important;
  }
  [class~="lg-!basis-1/6"] {
    flex-basis: 16.666667% !important;
  }
  .lg-basis-2/6 {
    flex-basis: 33.333333%;
  }
  [class~="lg-basis-2/6"] {
    flex-basis: 33.333333%;
  }
  .lg-!basis-2/6 {
    flex-basis: 33.333333% !important;
  }
  [class~="lg-!basis-2/6"] {
    flex-basis: 33.333333% !important;
  }
  .lg-basis-3/6 {
    flex-basis: 50%;
  }
  [class~="lg-basis-3/6"] {
    flex-basis: 50%;
  }
  .lg-!basis-3/6 {
    flex-basis: 50% !important;
  }
  [class~="lg-!basis-3/6"] {
    flex-basis: 50% !important;
  }
  .lg-basis-4/6 {
    flex-basis: 66.666667%;
  }
  [class~="lg-basis-4/6"] {
    flex-basis: 66.666667%;
  }
  .lg-!basis-4/6 {
    flex-basis: 66.666667% !important;
  }
  [class~="lg-!basis-4/6"] {
    flex-basis: 66.666667% !important;
  }
  .lg-basis-5/6 {
    flex-basis: 83.333333%;
  }
  [class~="lg-basis-5/6"] {
    flex-basis: 83.333333%;
  }
  .lg-!basis-5/6 {
    flex-basis: 83.333333% !important;
  }
  [class~="lg-!basis-5/6"] {
    flex-basis: 83.333333% !important;
  }
  .lg-basis-1/12 {
    flex-basis: 8.333333%;
  }
  [class~="lg-basis-1/12"] {
    flex-basis: 8.333333%;
  }
  .lg-!basis-1/12 {
    flex-basis: 8.333333% !important;
  }
  [class~="lg-!basis-1/12"] {
    flex-basis: 8.333333% !important;
  }
  .lg-basis-2/12 {
    flex-basis: 16.666667%;
  }
  [class~="lg-basis-2/12"] {
    flex-basis: 16.666667%;
  }
  .lg-!basis-2/12 {
    flex-basis: 16.666667% !important;
  }
  [class~="lg-!basis-2/12"] {
    flex-basis: 16.666667% !important;
  }
  .lg-basis-3/12 {
    flex-basis: 25%;
  }
  [class~="lg-basis-3/12"] {
    flex-basis: 25%;
  }
  .lg-!basis-3/12 {
    flex-basis: 25% !important;
  }
  [class~="lg-!basis-3/12"] {
    flex-basis: 25% !important;
  }
  .lg-basis-4/12 {
    flex-basis: 33.333333%;
  }
  [class~="lg-basis-4/12"] {
    flex-basis: 33.333333%;
  }
  .lg-!basis-4/12 {
    flex-basis: 33.333333% !important;
  }
  [class~="lg-!basis-4/12"] {
    flex-basis: 33.333333% !important;
  }
  .lg-basis-5/12 {
    flex-basis: 41.666667%;
  }
  [class~="lg-basis-5/12"] {
    flex-basis: 41.666667%;
  }
  .lg-!basis-5/12 {
    flex-basis: 41.666667% !important;
  }
  [class~="lg-!basis-5/12"] {
    flex-basis: 41.666667% !important;
  }
  .lg-basis-6/12 {
    flex-basis: 50%;
  }
  [class~="lg-basis-6/12"] {
    flex-basis: 50%;
  }
  .lg-!basis-6/12 {
    flex-basis: 50% !important;
  }
  [class~="lg-!basis-6/12"] {
    flex-basis: 50% !important;
  }
  .lg-basis-7/12 {
    flex-basis: 58.333333%;
  }
  [class~="lg-basis-7/12"] {
    flex-basis: 58.333333%;
  }
  .lg-!basis-7/12 {
    flex-basis: 58.333333% !important;
  }
  [class~="lg-!basis-7/12"] {
    flex-basis: 58.333333% !important;
  }
  .lg-basis-8/12 {
    flex-basis: 66.666667%;
  }
  [class~="lg-basis-8/12"] {
    flex-basis: 66.666667%;
  }
  .lg-!basis-8/12 {
    flex-basis: 66.666667% !important;
  }
  [class~="lg-!basis-8/12"] {
    flex-basis: 66.666667% !important;
  }
  .lg-basis-9/12 {
    flex-basis: 75%;
  }
  [class~="lg-basis-9/12"] {
    flex-basis: 75%;
  }
  .lg-!basis-9/12 {
    flex-basis: 75% !important;
  }
  [class~="lg-!basis-9/12"] {
    flex-basis: 75% !important;
  }
  .lg-basis-10/12 {
    flex-basis: 83.333333%;
  }
  [class~="lg-basis-10/12"] {
    flex-basis: 83.333333%;
  }
  .lg-!basis-10/12 {
    flex-basis: 83.333333% !important;
  }
  [class~="lg-!basis-10/12"] {
    flex-basis: 83.333333% !important;
  }
  .lg-basis-11/12 {
    flex-basis: 91.666667%;
  }
  [class~="lg-basis-11/12"] {
    flex-basis: 91.666667%;
  }
  .lg-!basis-11/12 {
    flex-basis: 91.666667% !important;
  }
  [class~="lg-!basis-11/12"] {
    flex-basis: 91.666667% !important;
  }
  .lg-basis-full {
    flex-basis: 100%;
  }
  [class~="lg-basis-full"] {
    flex-basis: 100%;
  }
  .lg-!basis-full {
    flex-basis: 100% !important;
  }
  [class~="lg-!basis-full"] {
    flex-basis: 100% !important;
  }
  .lg-flex-wrap {
    flex-wrap: wrap;
  }
  [class~="lg-flex-wrap"] {
    flex-wrap: wrap;
  }
  .lg-!flex-wrap {
    flex-wrap: wrap !important;
  }
  [class~="lg-!flex-wrap"] {
    flex-wrap: wrap !important;
  }
  .lg-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  [class~="lg-flex-wrap-reverse"] {
    flex-wrap: wrap-reverse;
  }
  .lg-!flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [class~="lg-!flex-wrap-reverse"] {
    flex-wrap: wrap-reverse !important;
  }
  .lg-flex-nowrap {
    flex-wrap: nowrap;
  }
  [class~="lg-flex-nowrap"] {
    flex-wrap: nowrap;
  }
  .lg-!flex-nowrap {
    flex-wrap: nowrap !important;
  }
  [class~="lg-!flex-nowrap"] {
    flex-wrap: nowrap !important;
  }
  .lg-grow {
    flex-grow: 1;
  }
  [class~="lg-grow"] {
    flex-grow: 1;
  }
  .lg-!grow {
    flex-grow: 1 !important;
  }
  [class~="lg-!grow"] {
    flex-grow: 1 !important;
  }
  .lg-grow-0 {
    flex-grow: 0;
  }
  [class~="lg-grow-0"] {
    flex-grow: 0;
  }
  .lg-!grow-0 {
    flex-grow: 0 !important;
  }
  [class~="lg-!grow-0"] {
    flex-grow: 0 !important;
  }
  .lg-shrink {
    flex-shrink: 1;
  }
  [class~="lg-shrink"] {
    flex-shrink: 1;
  }
  .lg-!shrink {
    flex-shrink: 1 !important;
  }
  [class~="lg-!shrink"] {
    flex-shrink: 1 !important;
  }
  .lg-shrink-0 {
    flex-shrink: 0;
  }
  [class~="lg-shrink-0"] {
    flex-shrink: 0;
  }
  .lg-!shrink-0 {
    flex-shrink: 0 !important;
  }
  [class~="lg-!shrink-0"] {
    flex-shrink: 0 !important;
  }
  .lg-order-1 {
    order: 1;
  }
  [class~="lg-order-1"] {
    order: 1;
  }
  .lg-!order-1 {
    order: 1 !important;
  }
  [class~="lg-!order-1"] {
    order: 1 !important;
  }
  .lg-order-2 {
    order: 2;
  }
  [class~="lg-order-2"] {
    order: 2;
  }
  .lg-!order-2 {
    order: 2 !important;
  }
  [class~="lg-!order-2"] {
    order: 2 !important;
  }
  .lg-order-3 {
    order: 3;
  }
  [class~="lg-order-3"] {
    order: 3;
  }
  .lg-!order-3 {
    order: 3 !important;
  }
  [class~="lg-!order-3"] {
    order: 3 !important;
  }
  .lg-order-4 {
    order: 4;
  }
  [class~="lg-order-4"] {
    order: 4;
  }
  .lg-!order-4 {
    order: 4 !important;
  }
  [class~="lg-!order-4"] {
    order: 4 !important;
  }
  .lg-order-5 {
    order: 5;
  }
  [class~="lg-order-5"] {
    order: 5;
  }
  .lg-!order-5 {
    order: 5 !important;
  }
  [class~="lg-!order-5"] {
    order: 5 !important;
  }
  .lg-order-6 {
    order: 6;
  }
  [class~="lg-order-6"] {
    order: 6;
  }
  .lg-!order-6 {
    order: 6 !important;
  }
  [class~="lg-!order-6"] {
    order: 6 !important;
  }
  .lg-order-7 {
    order: 7;
  }
  [class~="lg-order-7"] {
    order: 7;
  }
  .lg-!order-7 {
    order: 7 !important;
  }
  [class~="lg-!order-7"] {
    order: 7 !important;
  }
  .lg-order-8 {
    order: 8;
  }
  [class~="lg-order-8"] {
    order: 8;
  }
  .lg-!order-8 {
    order: 8 !important;
  }
  [class~="lg-!order-8"] {
    order: 8 !important;
  }
  .lg-order-9 {
    order: 9;
  }
  [class~="lg-order-9"] {
    order: 9;
  }
  .lg-!order-9 {
    order: 9 !important;
  }
  [class~="lg-!order-9"] {
    order: 9 !important;
  }
  .lg-order-10 {
    order: 10;
  }
  [class~="lg-order-10"] {
    order: 10;
  }
  .lg-!order-10 {
    order: 10 !important;
  }
  [class~="lg-!order-10"] {
    order: 10 !important;
  }
  .lg-order-11 {
    order: 11;
  }
  [class~="lg-order-11"] {
    order: 11;
  }
  .lg-!order-11 {
    order: 11 !important;
  }
  [class~="lg-!order-11"] {
    order: 11 !important;
  }
  .lg-order-12 {
    order: 12;
  }
  [class~="lg-order-12"] {
    order: 12;
  }
  .lg-!order-12 {
    order: 12 !important;
  }
  [class~="lg-!order-12"] {
    order: 12 !important;
  }
  .lg-order-first {
    order: -9999;
  }
  [class~="lg-order-first"] {
    order: -9999;
  }
  .lg-!order-first {
    order: -9999 !important;
  }
  [class~="lg-!order-first"] {
    order: -9999 !important;
  }
  .lg-order-last {
    order: 9999;
  }
  [class~="lg-order-last"] {
    order: 9999;
  }
  .lg-!order-last {
    order: 9999 !important;
  }
  [class~="lg-!order-last"] {
    order: 9999 !important;
  }
  .lg-order-none {
    order: 0;
  }
  [class~="lg-order-none"] {
    order: 0;
  }
  .lg-!order-none {
    order: 0 !important;
  }
  [class~="lg-!order-none"] {
    order: 0 !important;
  }
  .lg-block {
    display: block;
  }
  [class~="lg-block"] {
    display: block;
  }
  .lg-!block {
    display: block !important;
  }
  [class~="lg-!block"] {
    display: block !important;
  }
  .lg-inline-block {
    display: inline-block;
  }
  [class~="lg-inline-block"] {
    display: inline-block;
  }
  .lg-!inline-block {
    display: inline-block !important;
  }
  [class~="lg-!inline-block"] {
    display: inline-block !important;
  }
  .lg-inline {
    display: inline;
  }
  [class~="lg-inline"] {
    display: inline;
  }
  .lg-!inline {
    display: inline !important;
  }
  [class~="lg-!inline"] {
    display: inline !important;
  }
  .lg-flex {
    display: flex;
  }
  [class~="lg-flex"] {
    display: flex;
  }
  .lg-!flex {
    display: flex !important;
  }
  [class~="lg-!flex"] {
    display: flex !important;
  }
  .lg-inline-flex {
    display: inline-flex;
  }
  [class~="lg-inline-flex"] {
    display: inline-flex;
  }
  .lg-!inline-flex {
    display: inline-flex !important;
  }
  [class~="lg-!inline-flex"] {
    display: inline-flex !important;
  }
  .lg-table {
    display: table;
  }
  [class~="lg-table"] {
    display: table;
  }
  .lg-!table {
    display: table !important;
  }
  [class~="lg-!table"] {
    display: table !important;
  }
  .lg-inline-table {
    display: inline-table;
  }
  [class~="lg-inline-table"] {
    display: inline-table;
  }
  .lg-!inline-table {
    display: inline-table !important;
  }
  [class~="lg-!inline-table"] {
    display: inline-table !important;
  }
  .lg-table-caption {
    display: table-caption;
  }
  [class~="lg-table-caption"] {
    display: table-caption;
  }
  .lg-!table-caption {
    display: table-caption !important;
  }
  [class~="lg-!table-caption"] {
    display: table-caption !important;
  }
  .lg-table-cell {
    display: table-cell;
  }
  [class~="lg-table-cell"] {
    display: table-cell;
  }
  .lg-!table-cell {
    display: table-cell !important;
  }
  [class~="lg-!table-cell"] {
    display: table-cell !important;
  }
  .lg-table-column {
    display: table-column;
  }
  [class~="lg-table-column"] {
    display: table-column;
  }
  .lg-!table-column {
    display: table-column !important;
  }
  [class~="lg-!table-column"] {
    display: table-column !important;
  }
  .lg-table-column-group {
    display: table-column-group;
  }
  [class~="lg-table-column-group"] {
    display: table-column-group;
  }
  .lg-!table-column-group {
    display: table-column-group !important;
  }
  [class~="lg-!table-column-group"] {
    display: table-column-group !important;
  }
  .lg-table-footer-group {
    display: table-footer-group;
  }
  [class~="lg-table-footer-group"] {
    display: table-footer-group;
  }
  .lg-!table-footer-group {
    display: table-footer-group !important;
  }
  [class~="lg-!table-footer-group"] {
    display: table-footer-group !important;
  }
  .lg-table-header-group {
    display: table-header-group;
  }
  [class~="lg-table-header-group"] {
    display: table-header-group;
  }
  .lg-!table-header-group {
    display: table-header-group !important;
  }
  [class~="lg-!table-header-group"] {
    display: table-header-group !important;
  }
  .lg-table-row-group {
    display: table-row-group;
  }
  [class~="lg-table-row-group"] {
    display: table-row-group;
  }
  .lg-!table-row-group {
    display: table-row-group !important;
  }
  [class~="lg-!table-row-group"] {
    display: table-row-group !important;
  }
  .lg-table-row {
    display: table-row;
  }
  [class~="lg-table-row"] {
    display: table-row;
  }
  .lg-!table-row {
    display: table-row !important;
  }
  [class~="lg-!table-row"] {
    display: table-row !important;
  }
  .lg-flow-root {
    display: flow-root;
  }
  [class~="lg-flow-root"] {
    display: flow-root;
  }
  .lg-!flow-root {
    display: flow-root !important;
  }
  [class~="lg-!flow-root"] {
    display: flow-root !important;
  }
  .lg-grid {
    display: grid;
  }
  [class~="lg-grid"] {
    display: grid;
  }
  .lg-!grid {
    display: grid !important;
  }
  [class~="lg-!grid"] {
    display: grid !important;
  }
  .lg-inline-grid {
    display: inline-grid;
  }
  [class~="lg-inline-grid"] {
    display: inline-grid;
  }
  .lg-!inline-grid {
    display: inline-grid !important;
  }
  [class~="lg-!inline-grid"] {
    display: inline-grid !important;
  }
  .lg-contents {
    display: contents;
  }
  [class~="lg-contents"] {
    display: contents;
  }
  .lg-!contents {
    display: contents !important;
  }
  [class~="lg-!contents"] {
    display: contents !important;
  }
  .lg-list-item {
    display: list-item;
  }
  [class~="lg-list-item"] {
    display: list-item;
  }
  .lg-!list-item {
    display: list-item !important;
  }
  [class~="lg-!list-item"] {
    display: list-item !important;
  }
  .lg-hidden {
    display: none;
  }
  [class~="lg-hidden"] {
    display: none;
  }
  .lg-!hidden {
    display: none !important;
  }
  [class~="lg-!hidden"] {
    display: none !important;
  }
  .lg-static {
    position: static;
  }
  [class~="lg-static"] {
    position: static;
  }
  .lg-!static {
    position: static !important;
  }
  [class~="lg-!static"] {
    position: static !important;
  }
  .lg-fixed {
    position: fixed;
  }
  [class~="lg-fixed"] {
    position: fixed;
  }
  .lg-!fixed {
    position: fixed !important;
  }
  [class~="lg-!fixed"] {
    position: fixed !important;
  }
  .lg-absolute {
    position: absolute;
  }
  [class~="lg-absolute"] {
    position: absolute;
  }
  .lg-!absolute {
    position: absolute !important;
  }
  [class~="lg-!absolute"] {
    position: absolute !important;
  }
  .lg-relative {
    position: relative;
  }
  [class~="lg-relative"] {
    position: relative;
  }
  .lg-!relative {
    position: relative !important;
  }
  [class~="lg-!relative"] {
    position: relative !important;
  }
  .lg-sticky {
    position: sticky;
  }
  [class~="lg-sticky"] {
    position: sticky;
  }
  .lg-!sticky {
    position: sticky !important;
  }
  [class~="lg-!sticky"] {
    position: sticky !important;
  }
  .lg-overflow-auto {
    overflow: auto;
  }
  [class~="lg-overflow-auto"] {
    overflow: auto;
  }
  .lg-!overflow-auto {
    overflow: auto !important;
  }
  [class~="lg-!overflow-auto"] {
    overflow: auto !important;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  [class~="lg-overflow-hidden"] {
    overflow: hidden;
  }
  .lg-!overflow-hidden {
    overflow: hidden !important;
  }
  [class~="lg-!overflow-hidden"] {
    overflow: hidden !important;
  }
  .lg-overflow-clip {
    overflow: clip;
  }
  [class~="lg-overflow-clip"] {
    overflow: clip;
  }
  .lg-!overflow-clip {
    overflow: clip !important;
  }
  [class~="lg-!overflow-clip"] {
    overflow: clip !important;
  }
  .lg-overflow-visible {
    overflow: visible;
  }
  [class~="lg-overflow-visible"] {
    overflow: visible;
  }
  .lg-!overflow-visible {
    overflow: visible !important;
  }
  [class~="lg-!overflow-visible"] {
    overflow: visible !important;
  }
  .lg-overflow-scroll {
    overflow: scroll;
  }
  [class~="lg-overflow-scroll"] {
    overflow: scroll;
  }
  .lg-!overflow-scroll {
    overflow: scroll !important;
  }
  [class~="lg-!overflow-scroll"] {
    overflow: scroll !important;
  }
  .lg-overflow-x-auto {
    overflow-x: auto;
  }
  [class~="lg-overflow-x-auto"] {
    overflow-x: auto;
  }
  .lg-!overflow-x-auto {
    overflow-x: auto !important;
  }
  [class~="lg-!overflow-x-auto"] {
    overflow-x: auto !important;
  }
  .lg-overflow-y-auto {
    overflow-y: auto;
  }
  [class~="lg-overflow-y-auto"] {
    overflow-y: auto;
  }
  .lg-!overflow-y-auto {
    overflow-y: auto !important;
  }
  [class~="lg-!overflow-y-auto"] {
    overflow-y: auto !important;
  }
  .lg-overflow-x-hidden {
    overflow-x: hidden;
  }
  [class~="lg-overflow-x-hidden"] {
    overflow-x: hidden;
  }
  .lg-!overflow-x-hidden {
    overflow-x: hidden !important;
  }
  [class~="lg-!overflow-x-hidden"] {
    overflow-x: hidden !important;
  }
  .lg-overflow-y-hidden {
    overflow-y: hidden;
  }
  [class~="lg-overflow-y-hidden"] {
    overflow-y: hidden;
  }
  .lg-!overflow-y-hidden {
    overflow-y: hidden !important;
  }
  [class~="lg-!overflow-y-hidden"] {
    overflow-y: hidden !important;
  }
  .lg-overflow-x-clip {
    overflow-x: clip;
  }
  [class~="lg-overflow-x-clip"] {
    overflow-x: clip;
  }
  .lg-!overflow-x-clip {
    overflow-x: clip !important;
  }
  [class~="lg-!overflow-x-clip"] {
    overflow-x: clip !important;
  }
  .lg-overflow-y-clip {
    overflow-y: clip;
  }
  [class~="lg-overflow-y-clip"] {
    overflow-y: clip;
  }
  .lg-!overflow-y-clip {
    overflow-y: clip !important;
  }
  [class~="lg-!overflow-y-clip"] {
    overflow-y: clip !important;
  }
  .lg-overflow-x-visible {
    overflow-x: visible;
  }
  [class~="lg-overflow-x-visible"] {
    overflow-x: visible;
  }
  .lg-!overflow-x-visible {
    overflow-x: visible !important;
  }
  [class~="lg-!overflow-x-visible"] {
    overflow-x: visible !important;
  }
  .lg-overflow-y-visible {
    overflow-y: visible;
  }
  [class~="lg-overflow-y-visible"] {
    overflow-y: visible;
  }
  .lg-!overflow-y-visible {
    overflow-y: visible !important;
  }
  [class~="lg-!overflow-y-visible"] {
    overflow-y: visible !important;
  }
  .lg-overflow-x-scroll {
    overflow-x: scroll;
  }
  [class~="lg-overflow-x-scroll"] {
    overflow-x: scroll;
  }
  .lg-!overflow-x-scroll {
    overflow-x: scroll !important;
  }
  [class~="lg-!overflow-x-scroll"] {
    overflow-x: scroll !important;
  }
  .lg-overflow-y-scroll {
    overflow-y: scroll;
  }
  [class~="lg-overflow-y-scroll"] {
    overflow-y: scroll;
  }
  .lg-!overflow-y-scroll {
    overflow-y: scroll !important;
  }
  [class~="lg-!overflow-y-scroll"] {
    overflow-y: scroll !important;
  }
  .lg-text-left {
    text-align: left;
  }
  [class~="lg-text-left"] {
    text-align: left;
  }
  .lg-!text-left {
    text-align: left !important;
  }
  [class~="lg-!text-left"] {
    text-align: left !important;
  }
  .lg-text-center {
    text-align: center;
  }
  [class~="lg-text-center"] {
    text-align: center;
  }
  .lg-!text-center {
    text-align: center !important;
  }
  [class~="lg-!text-center"] {
    text-align: center !important;
  }
  .lg-text-right {
    text-align: right;
  }
  [class~="lg-text-right"] {
    text-align: right;
  }
  .lg-!text-right {
    text-align: right !important;
  }
  [class~="lg-!text-right"] {
    text-align: right !important;
  }
  .lg-text-justify {
    text-align: justify;
  }
  [class~="lg-text-justify"] {
    text-align: justify;
  }
  .lg-!text-justify {
    text-align: justify !important;
  }
  [class~="lg-!text-justify"] {
    text-align: justify !important;
  }
  .lg-text-start {
    text-align: start;
  }
  [class~="lg-text-start"] {
    text-align: start;
  }
  .lg-!text-start {
    text-align: start !important;
  }
  [class~="lg-!text-start"] {
    text-align: start !important;
  }
  .lg-text-end {
    text-align: end;
  }
  [class~="lg-text-end"] {
    text-align: end;
  }
  .lg-!text-end {
    text-align: end !important;
  }
  [class~="lg-!text-end"] {
    text-align: end !important;
  }
  .lg-text-primary {
    color: #000000;
  }
  [class~="lg-text-primary"] {
    color: #000000;
  }
  .lg-!text-primary {
    color: #000000 !important;
  }
  [class~="lg-!text-primary"] {
    color: #000000 !important;
  }
  .lg-text-primary-dark {
    color: #262626;
  }
  [class~="lg-text-primary-dark"] {
    color: #262626;
  }
  .lg-!text-primary-dark {
    color: #262626 !important;
  }
  [class~="lg-!text-primary-dark"] {
    color: #262626 !important;
  }
  .lg-text-secondary {
    color: #878178;
  }
  [class~="lg-text-secondary"] {
    color: #878178;
  }
  .lg-!text-secondary {
    color: #878178 !important;
  }
  [class~="lg-!text-secondary"] {
    color: #878178 !important;
  }
  .lg-text-secondary-dark {
    color: #d5d4cd;
  }
  [class~="lg-text-secondary-dark"] {
    color: #d5d4cd;
  }
  .lg-!text-secondary-dark {
    color: #d5d4cd !important;
  }
  [class~="lg-!text-secondary-dark"] {
    color: #d5d4cd !important;
  }
  .lg-text-accent {
    color: #b90a0a;
  }
  [class~="lg-text-accent"] {
    color: #b90a0a;
  }
  .lg-!text-accent {
    color: #b90a0a !important;
  }
  [class~="lg-!text-accent"] {
    color: #b90a0a !important;
  }
  .lg-text-accent-dark {
    color: #e85050;
  }
  [class~="lg-text-accent-dark"] {
    color: #e85050;
  }
  .lg-!text-accent-dark {
    color: #e85050 !important;
  }
  [class~="lg-!text-accent-dark"] {
    color: #e85050 !important;
  }
  .lg-text-special {
    color: #ffec00;
  }
  [class~="lg-text-special"] {
    color: #ffec00;
  }
  .lg-!text-special {
    color: #ffec00 !important;
  }
  [class~="lg-!text-special"] {
    color: #ffec00 !important;
  }
  .lg-text-special-dark {
    color: #fff079;
  }
  [class~="lg-text-special-dark"] {
    color: #fff079;
  }
  .lg-!text-special-dark {
    color: #fff079 !important;
  }
  [class~="lg-!text-special-dark"] {
    color: #fff079 !important;
  }
  .lg-text-invert {
    color: #ffffff;
  }
  [class~="lg-text-invert"] {
    color: #ffffff;
  }
  .lg-!text-invert {
    color: #ffffff !important;
  }
  [class~="lg-!text-invert"] {
    color: #ffffff !important;
  }
  .lg-text-invert-dark {
    color: #999999;
  }
  [class~="lg-text-invert-dark"] {
    color: #999999;
  }
  .lg-!text-invert-dark {
    color: #999999 !important;
  }
  [class~="lg-!text-invert-dark"] {
    color: #999999 !important;
  }
  .lg-text-success {
    color: #10b981 99;
  }
  [class~="lg-text-success"] {
    color: #10b981 99;
  }
  .lg-!text-success {
    color: #10b981 99 !important;
  }
  [class~="lg-!text-success"] {
    color: #10b981 99 !important;
  }
  .lg-text-warning {
    color: #f59e0b 99;
  }
  [class~="lg-text-warning"] {
    color: #f59e0b 99;
  }
  .lg-!text-warning {
    color: #f59e0b 99 !important;
  }
  [class~="lg-!text-warning"] {
    color: #f59e0b 99 !important;
  }
  .lg-text-error {
    color: #ef4444 99;
  }
  [class~="lg-text-error"] {
    color: #ef4444 99;
  }
  .lg-!text-error {
    color: #ef4444 99 !important;
  }
  [class~="lg-!text-error"] {
    color: #ef4444 99 !important;
  }
  .lg-text-white {
    color: #ffffff;
  }
  [class~="lg-text-white"] {
    color: #ffffff;
  }
  .lg-!text-white {
    color: #ffffff !important;
  }
  [class~="lg-!text-white"] {
    color: #ffffff !important;
  }
  .lg-text-black {
    color: #000000;
  }
  [class~="lg-text-black"] {
    color: #000000;
  }
  .lg-!text-black {
    color: #000000 !important;
  }
  [class~="lg-!text-black"] {
    color: #000000 !important;
  }
  .lg-text-transparent {
    color: rgba(255, 255, 255, 0);
  }
  [class~="lg-text-transparent"] {
    color: rgba(255, 255, 255, 0);
  }
  .lg-!text-transparent {
    color: rgba(255, 255, 255, 0) !important;
  }
  [class~="lg-!text-transparent"] {
    color: rgba(255, 255, 255, 0) !important;
  }
  .lg-text-red-50 {
    color: #f5d2d2;
  }
  [class~="lg-text-red-50"] {
    color: #f5d2d2;
  }
  .lg-!text-red-50 {
    color: #f5d2d2 !important;
  }
  [class~="lg-!text-red-50"] {
    color: #f5d2d2 !important;
  }
  .lg-text-red-100 {
    color: #f0b3b3;
  }
  [class~="lg-text-red-100"] {
    color: #f0b3b3;
  }
  .lg-!text-red-100 {
    color: #f0b3b3 !important;
  }
  [class~="lg-!text-red-100"] {
    color: #f0b3b3 !important;
  }
  .lg-text-red-200 {
    color: #ec9393;
  }
  [class~="lg-text-red-200"] {
    color: #ec9393;
  }
  .lg-!text-red-200 {
    color: #ec9393 !important;
  }
  [class~="lg-!text-red-200"] {
    color: #ec9393 !important;
  }
  .lg-text-red-300 {
    color: #ea7272;
  }
  [class~="lg-text-red-300"] {
    color: #ea7272;
  }
  .lg-!text-red-300 {
    color: #ea7272 !important;
  }
  [class~="lg-!text-red-300"] {
    color: #ea7272 !important;
  }
  .lg-text-red-400 {
    color: #e85050;
  }
  [class~="lg-text-red-400"] {
    color: #e85050;
  }
  .lg-!text-red-400 {
    color: #e85050 !important;
  }
  [class~="lg-!text-red-400"] {
    color: #e85050 !important;
  }
  .lg-text-red-500 {
    color: #e82c2d;
  }
  [class~="lg-text-red-500"] {
    color: #e82c2d;
  }
  .lg-!text-red-500 {
    color: #e82c2d !important;
  }
  [class~="lg-!text-red-500"] {
    color: #e82c2d !important;
  }
  .lg-text-red-600 {
    color: #dd1314;
  }
  [class~="lg-text-red-600"] {
    color: #dd1314;
  }
  .lg-!text-red-600 {
    color: #dd1314 !important;
  }
  [class~="lg-!text-red-600"] {
    color: #dd1314 !important;
  }
  .lg-text-red-700 {
    color: #c00d0e;
  }
  [class~="lg-text-red-700"] {
    color: #c00d0e;
  }
  .lg-!text-red-700 {
    color: #c00d0e !important;
  }
  [class~="lg-!text-red-700"] {
    color: #c00d0e !important;
  }
  .lg-text-red-800 {
    color: #b90a0a;
  }
  [class~="lg-text-red-800"] {
    color: #b90a0a;
  }
  .lg-!text-red-800 {
    color: #b90a0a !important;
  }
  [class~="lg-!text-red-800"] {
    color: #b90a0a !important;
  }
  .lg-text-red-900 {
    color: #9a0a0b;
  }
  [class~="lg-text-red-900"] {
    color: #9a0a0b;
  }
  .lg-!text-red-900 {
    color: #9a0a0b !important;
  }
  [class~="lg-!text-red-900"] {
    color: #9a0a0b !important;
  }
  .lg-text-zorba-50 {
    color: #fafaf9;
  }
  [class~="lg-text-zorba-50"] {
    color: #fafaf9;
  }
  .lg-!text-zorba-50 {
    color: #fafaf9 !important;
  }
  [class~="lg-!text-zorba-50"] {
    color: #fafaf9 !important;
  }
  .lg-text-zorba-100 {
    color: #e7e7e3;
  }
  [class~="lg-text-zorba-100"] {
    color: #e7e7e3;
  }
  .lg-!text-zorba-100 {
    color: #e7e7e3 !important;
  }
  [class~="lg-!text-zorba-100"] {
    color: #e7e7e3 !important;
  }
  .lg-text-zorba-200 {
    color: #d5d4cd;
  }
  [class~="lg-text-zorba-200"] {
    color: #d5d4cd;
  }
  .lg-!text-zorba-200 {
    color: #d5d4cd !important;
  }
  [class~="lg-!text-zorba-200"] {
    color: #d5d4cd !important;
  }
  .lg-text-zorba-300 {
    color: #c1c0b8;
  }
  [class~="lg-text-zorba-300"] {
    color: #c1c0b8;
  }
  .lg-!text-zorba-300 {
    color: #c1c0b8 !important;
  }
  [class~="lg-!text-zorba-300"] {
    color: #c1c0b8 !important;
  }
  .lg-text-zorba-400 {
    color: #aeaba2;
  }
  [class~="lg-text-zorba-400"] {
    color: #aeaba2;
  }
  .lg-!text-zorba-400 {
    color: #aeaba2 !important;
  }
  [class~="lg-!text-zorba-400"] {
    color: #aeaba2 !important;
  }
  .lg-text-zorba-500 {
    color: #9b968d;
  }
  [class~="lg-text-zorba-500"] {
    color: #9b968d;
  }
  .lg-!text-zorba-500 {
    color: #9b968d !important;
  }
  [class~="lg-!text-zorba-500"] {
    color: #9b968d !important;
  }
  .lg-text-zorba-600 {
    color: #878178;
  }
  [class~="lg-text-zorba-600"] {
    color: #878178;
  }
  .lg-!text-zorba-600 {
    color: #878178 !important;
  }
  [class~="lg-!text-zorba-600"] {
    color: #878178 !important;
  }
  .lg-text-zorba-700 {
    color: #716c66;
  }
  [class~="lg-text-zorba-700"] {
    color: #716c66;
  }
  .lg-!text-zorba-700 {
    color: #716c66 !important;
  }
  [class~="lg-!text-zorba-700"] {
    color: #716c66 !important;
  }
  .lg-text-zorba-800 {
    color: #5b5753;
  }
  [class~="lg-text-zorba-800"] {
    color: #5b5753;
  }
  .lg-!text-zorba-800 {
    color: #5b5753 !important;
  }
  [class~="lg-!text-zorba-800"] {
    color: #5b5753 !important;
  }
  .lg-text-zorba-900 {
    color: #494642;
  }
  [class~="lg-text-zorba-900"] {
    color: #494642;
  }
  .lg-!text-zorba-900 {
    color: #494642 !important;
  }
  [class~="lg-!text-zorba-900"] {
    color: #494642 !important;
  }
  .lg-text-yellow-50 {
    color: #fffdf2;
  }
  [class~="lg-text-yellow-50"] {
    color: #fffdf2;
  }
  .lg-!text-yellow-50 {
    color: #fffdf2 !important;
  }
  [class~="lg-!text-yellow-50"] {
    color: #fffdf2 !important;
  }
  .lg-text-yellow-100 {
    color: #fff9d4;
  }
  [class~="lg-text-yellow-100"] {
    color: #fff9d4;
  }
  .lg-!text-yellow-100 {
    color: #fff9d4 !important;
  }
  [class~="lg-!text-yellow-100"] {
    color: #fff9d4 !important;
  }
  .lg-text-yellow-200 {
    color: #fff5b6;
  }
  [class~="lg-text-yellow-200"] {
    color: #fff5b6;
  }
  .lg-!text-yellow-200 {
    color: #fff5b6 !important;
  }
  [class~="lg-!text-yellow-200"] {
    color: #fff5b6 !important;
  }
  .lg-text-yellow-300 {
    color: #fff297;
  }
  [class~="lg-text-yellow-300"] {
    color: #fff297;
  }
  .lg-!text-yellow-300 {
    color: #fff297 !important;
  }
  [class~="lg-!text-yellow-300"] {
    color: #fff297 !important;
  }
  .lg-text-yellow-400 {
    color: #fff079;
  }
  [class~="lg-text-yellow-400"] {
    color: #fff079;
  }
  .lg-!text-yellow-400 {
    color: #fff079 !important;
  }
  [class~="lg-!text-yellow-400"] {
    color: #fff079 !important;
  }
  .lg-text-yellow-500 {
    color: #ffee5b;
  }
  [class~="lg-text-yellow-500"] {
    color: #ffee5b;
  }
  .lg-!text-yellow-500 {
    color: #ffee5b !important;
  }
  [class~="lg-!text-yellow-500"] {
    color: #ffee5b !important;
  }
  .lg-text-yellow-600 {
    color: #ffed3c;
  }
  [class~="lg-text-yellow-600"] {
    color: #ffed3c;
  }
  .lg-!text-yellow-600 {
    color: #ffed3c !important;
  }
  [class~="lg-!text-yellow-600"] {
    color: #ffed3c !important;
  }
  .lg-text-yellow-700 {
    color: #ffec1e;
  }
  [class~="lg-text-yellow-700"] {
    color: #ffec1e;
  }
  .lg-!text-yellow-700 {
    color: #ffec1e !important;
  }
  [class~="lg-!text-yellow-700"] {
    color: #ffec1e !important;
  }
  .lg-text-yellow-800 {
    color: #ffec00;
  }
  [class~="lg-text-yellow-800"] {
    color: #ffec00;
  }
  .lg-!text-yellow-800 {
    color: #ffec00 !important;
  }
  [class~="lg-!text-yellow-800"] {
    color: #ffec00 !important;
  }
  .lg-text-yellow-900 {
    color: #ccbd18;
  }
  [class~="lg-text-yellow-900"] {
    color: #ccbd18;
  }
  .lg-!text-yellow-900 {
    color: #ccbd18 !important;
  }
  [class~="lg-!text-yellow-900"] {
    color: #ccbd18 !important;
  }
  .lg-text-creme-50 {
    color: #fff4e8;
  }
  [class~="lg-text-creme-50"] {
    color: #fff4e8;
  }
  .lg-!text-creme-50 {
    color: #fff4e8 !important;
  }
  [class~="lg-!text-creme-50"] {
    color: #fff4e8 !important;
  }
  .lg-text-creme-100 {
    color: #feebd6;
  }
  [class~="lg-text-creme-100"] {
    color: #feebd6;
  }
  .lg-!text-creme-100 {
    color: #feebd6 !important;
  }
  [class~="lg-!text-creme-100"] {
    color: #feebd6 !important;
  }
  .lg-text-creme-200 {
    color: #fbe1c5;
  }
  [class~="lg-text-creme-200"] {
    color: #fbe1c5;
  }
  .lg-!text-creme-200 {
    color: #fbe1c5 !important;
  }
  [class~="lg-!text-creme-200"] {
    color: #fbe1c5 !important;
  }
  .lg-text-creme-300 {
    color: #f8d8b5;
  }
  [class~="lg-text-creme-300"] {
    color: #f8d8b5;
  }
  .lg-!text-creme-300 {
    color: #f8d8b5 !important;
  }
  [class~="lg-!text-creme-300"] {
    color: #f8d8b5 !important;
  }
  .lg-text-creme-400 {
    color: #f3cea6;
  }
  [class~="lg-text-creme-400"] {
    color: #f3cea6;
  }
  .lg-!text-creme-400 {
    color: #f3cea6 !important;
  }
  [class~="lg-!text-creme-400"] {
    color: #f3cea6 !important;
  }
  .lg-text-creme-500 {
    color: #edc499;
  }
  [class~="lg-text-creme-500"] {
    color: #edc499;
  }
  .lg-!text-creme-500 {
    color: #edc499 !important;
  }
  [class~="lg-!text-creme-500"] {
    color: #edc499 !important;
  }
  .lg-text-creme-600 {
    color: #e7ba8c;
  }
  [class~="lg-text-creme-600"] {
    color: #e7ba8c;
  }
  .lg-!text-creme-600 {
    color: #e7ba8c !important;
  }
  [class~="lg-!text-creme-600"] {
    color: #e7ba8c !important;
  }
  .lg-text-creme-700 {
    color: #deb181;
  }
  [class~="lg-text-creme-700"] {
    color: #deb181;
  }
  .lg-!text-creme-700 {
    color: #deb181 !important;
  }
  [class~="lg-!text-creme-700"] {
    color: #deb181 !important;
  }
  .lg-text-creme-800 {
    color: #d5a777;
  }
  [class~="lg-text-creme-800"] {
    color: #d5a777;
  }
  .lg-!text-creme-800 {
    color: #d5a777 !important;
  }
  [class~="lg-!text-creme-800"] {
    color: #d5a777 !important;
  }
  .lg-text-creme-900 {
    color: #cb9d6e;
  }
  [class~="lg-text-creme-900"] {
    color: #cb9d6e;
  }
  .lg-!text-creme-900 {
    color: #cb9d6e !important;
  }
  [class~="lg-!text-creme-900"] {
    color: #cb9d6e !important;
  }
  .lg-text-gray-50 {
    color: #f5f5f5;
  }
  [class~="lg-text-gray-50"] {
    color: #f5f5f5;
  }
  .lg-!text-gray-50 {
    color: #f5f5f5 !important;
  }
  [class~="lg-!text-gray-50"] {
    color: #f5f5f5 !important;
  }
  .lg-text-gray-100 {
    color: #dedede;
  }
  [class~="lg-text-gray-100"] {
    color: #dedede;
  }
  .lg-!text-gray-100 {
    color: #dedede !important;
  }
  [class~="lg-!text-gray-100"] {
    color: #dedede !important;
  }
  .lg-text-gray-200 {
    color: #c7c7c7;
  }
  [class~="lg-text-gray-200"] {
    color: #c7c7c7;
  }
  .lg-!text-gray-200 {
    color: #c7c7c7 !important;
  }
  [class~="lg-!text-gray-200"] {
    color: #c7c7c7 !important;
  }
  .lg-text-gray-300 {
    color: #b0b0b0;
  }
  [class~="lg-text-gray-300"] {
    color: #b0b0b0;
  }
  .lg-!text-gray-300 {
    color: #b0b0b0 !important;
  }
  [class~="lg-!text-gray-300"] {
    color: #b0b0b0 !important;
  }
  .lg-text-gray-400 {
    color: #999999;
  }
  [class~="lg-text-gray-400"] {
    color: #999999;
  }
  .lg-!text-gray-400 {
    color: #999999 !important;
  }
  [class~="lg-!text-gray-400"] {
    color: #999999 !important;
  }
  .lg-text-gray-500 {
    color: #828282;
  }
  [class~="lg-text-gray-500"] {
    color: #828282;
  }
  .lg-!text-gray-500 {
    color: #828282 !important;
  }
  [class~="lg-!text-gray-500"] {
    color: #828282 !important;
  }
  .lg-text-gray-600 {
    color: #6b6b6b;
  }
  [class~="lg-text-gray-600"] {
    color: #6b6b6b;
  }
  .lg-!text-gray-600 {
    color: #6b6b6b !important;
  }
  [class~="lg-!text-gray-600"] {
    color: #6b6b6b !important;
  }
  .lg-text-gray-700 {
    color: #545454;
  }
  [class~="lg-text-gray-700"] {
    color: #545454;
  }
  .lg-!text-gray-700 {
    color: #545454 !important;
  }
  [class~="lg-!text-gray-700"] {
    color: #545454 !important;
  }
  .lg-text-gray-800 {
    color: #3d3d3d;
  }
  [class~="lg-text-gray-800"] {
    color: #3d3d3d;
  }
  .lg-!text-gray-800 {
    color: #3d3d3d !important;
  }
  [class~="lg-!text-gray-800"] {
    color: #3d3d3d !important;
  }
  .lg-text-gray-900 {
    color: #262626;
  }
  [class~="lg-text-gray-900"] {
    color: #262626;
  }
  .lg-!text-gray-900 {
    color: #262626 !important;
  }
  [class~="lg-!text-gray-900"] {
    color: #262626 !important;
  }
  .lg-bg-primary {
    background-color: #ffffff;
  }
  [class~="lg-bg-primary"] {
    background-color: #ffffff;
  }
  .lg-!bg-primary {
    background-color: #ffffff !important;
  }
  [class~="lg-!bg-primary"] {
    background-color: #ffffff !important;
  }
  .lg-bg-primary-dark {
    background-color: #f5f5f5;
  }
  [class~="lg-bg-primary-dark"] {
    background-color: #f5f5f5;
  }
  .lg-!bg-primary-dark {
    background-color: #f5f5f5 !important;
  }
  [class~="lg-!bg-primary-dark"] {
    background-color: #f5f5f5 !important;
  }
  .lg-bg-secondary {
    background-color: #fff4e8;
  }
  [class~="lg-bg-secondary"] {
    background-color: #fff4e8;
  }
  .lg-!bg-secondary {
    background-color: #fff4e8 !important;
  }
  [class~="lg-!bg-secondary"] {
    background-color: #fff4e8 !important;
  }
  .lg-bg-secondary-dark {
    background-color: #feebd6;
  }
  [class~="lg-bg-secondary-dark"] {
    background-color: #feebd6;
  }
  .lg-!bg-secondary-dark {
    background-color: #feebd6 !important;
  }
  [class~="lg-!bg-secondary-dark"] {
    background-color: #feebd6 !important;
  }
  .lg-bg-accent {
    background-color: #c00d0e;
  }
  [class~="lg-bg-accent"] {
    background-color: #c00d0e;
  }
  .lg-!bg-accent {
    background-color: #c00d0e !important;
  }
  [class~="lg-!bg-accent"] {
    background-color: #c00d0e !important;
  }
  .lg-bg-accent-dark {
    background-color: #e85050;
  }
  [class~="lg-bg-accent-dark"] {
    background-color: #e85050;
  }
  .lg-!bg-accent-dark {
    background-color: #e85050 !important;
  }
  [class~="lg-!bg-accent-dark"] {
    background-color: #e85050 !important;
  }
  .lg-bg-special {
    background-color: #ffec00;
  }
  [class~="lg-bg-special"] {
    background-color: #ffec00;
  }
  .lg-!bg-special {
    background-color: #ffec00 !important;
  }
  [class~="lg-!bg-special"] {
    background-color: #ffec00 !important;
  }
  .lg-bg-special-dark {
    background-color: #fff079;
  }
  [class~="lg-bg-special-dark"] {
    background-color: #fff079;
  }
  .lg-!bg-special-dark {
    background-color: #fff079 !important;
  }
  [class~="lg-!bg-special-dark"] {
    background-color: #fff079 !important;
  }
  .lg-bg-invert {
    background-color: #262626;
  }
  [class~="lg-bg-invert"] {
    background-color: #262626;
  }
  .lg-!bg-invert {
    background-color: #262626 !important;
  }
  [class~="lg-!bg-invert"] {
    background-color: #262626 !important;
  }
  .lg-bg-invert-dark {
    background-color: #545454;
  }
  [class~="lg-bg-invert-dark"] {
    background-color: #545454;
  }
  .lg-!bg-invert-dark {
    background-color: #545454 !important;
  }
  [class~="lg-!bg-invert-dark"] {
    background-color: #545454 !important;
  }
  .lg-bg-white {
    background-color: #ffffff;
  }
  [class~="lg-bg-white"] {
    background-color: #ffffff;
  }
  .lg-!bg-white {
    background-color: #ffffff !important;
  }
  [class~="lg-!bg-white"] {
    background-color: #ffffff !important;
  }
  .lg-bg-black {
    background-color: #000000;
  }
  [class~="lg-bg-black"] {
    background-color: #000000;
  }
  .lg-!bg-black {
    background-color: #000000 !important;
  }
  [class~="lg-!bg-black"] {
    background-color: #000000 !important;
  }
  .lg-bg-transparent {
    background-color: rgba(255, 255, 255, 0);
  }
  [class~="lg-bg-transparent"] {
    background-color: rgba(255, 255, 255, 0);
  }
  .lg-!bg-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="lg-!bg-transparent"] {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .lg-bg-red-50 {
    background-color: #f5d2d2;
  }
  [class~="lg-bg-red-50"] {
    background-color: #f5d2d2;
  }
  .lg-!bg-red-50 {
    background-color: #f5d2d2 !important;
  }
  [class~="lg-!bg-red-50"] {
    background-color: #f5d2d2 !important;
  }
  .lg-bg-red-100 {
    background-color: #f0b3b3;
  }
  [class~="lg-bg-red-100"] {
    background-color: #f0b3b3;
  }
  .lg-!bg-red-100 {
    background-color: #f0b3b3 !important;
  }
  [class~="lg-!bg-red-100"] {
    background-color: #f0b3b3 !important;
  }
  .lg-bg-red-200 {
    background-color: #ec9393;
  }
  [class~="lg-bg-red-200"] {
    background-color: #ec9393;
  }
  .lg-!bg-red-200 {
    background-color: #ec9393 !important;
  }
  [class~="lg-!bg-red-200"] {
    background-color: #ec9393 !important;
  }
  .lg-bg-red-300 {
    background-color: #ea7272;
  }
  [class~="lg-bg-red-300"] {
    background-color: #ea7272;
  }
  .lg-!bg-red-300 {
    background-color: #ea7272 !important;
  }
  [class~="lg-!bg-red-300"] {
    background-color: #ea7272 !important;
  }
  .lg-bg-red-400 {
    background-color: #e85050;
  }
  [class~="lg-bg-red-400"] {
    background-color: #e85050;
  }
  .lg-!bg-red-400 {
    background-color: #e85050 !important;
  }
  [class~="lg-!bg-red-400"] {
    background-color: #e85050 !important;
  }
  .lg-bg-red-500 {
    background-color: #e82c2d;
  }
  [class~="lg-bg-red-500"] {
    background-color: #e82c2d;
  }
  .lg-!bg-red-500 {
    background-color: #e82c2d !important;
  }
  [class~="lg-!bg-red-500"] {
    background-color: #e82c2d !important;
  }
  .lg-bg-red-600 {
    background-color: #dd1314;
  }
  [class~="lg-bg-red-600"] {
    background-color: #dd1314;
  }
  .lg-!bg-red-600 {
    background-color: #dd1314 !important;
  }
  [class~="lg-!bg-red-600"] {
    background-color: #dd1314 !important;
  }
  .lg-bg-red-700 {
    background-color: #c00d0e;
  }
  [class~="lg-bg-red-700"] {
    background-color: #c00d0e;
  }
  .lg-!bg-red-700 {
    background-color: #c00d0e !important;
  }
  [class~="lg-!bg-red-700"] {
    background-color: #c00d0e !important;
  }
  .lg-bg-red-800 {
    background-color: #b90a0a;
  }
  [class~="lg-bg-red-800"] {
    background-color: #b90a0a;
  }
  .lg-!bg-red-800 {
    background-color: #b90a0a !important;
  }
  [class~="lg-!bg-red-800"] {
    background-color: #b90a0a !important;
  }
  .lg-bg-red-900 {
    background-color: #9a0a0b;
  }
  [class~="lg-bg-red-900"] {
    background-color: #9a0a0b;
  }
  .lg-!bg-red-900 {
    background-color: #9a0a0b !important;
  }
  [class~="lg-!bg-red-900"] {
    background-color: #9a0a0b !important;
  }
  .lg-bg-zorba-50 {
    background-color: #fafaf9;
  }
  [class~="lg-bg-zorba-50"] {
    background-color: #fafaf9;
  }
  .lg-!bg-zorba-50 {
    background-color: #fafaf9 !important;
  }
  [class~="lg-!bg-zorba-50"] {
    background-color: #fafaf9 !important;
  }
  .lg-bg-zorba-100 {
    background-color: #e7e7e3;
  }
  [class~="lg-bg-zorba-100"] {
    background-color: #e7e7e3;
  }
  .lg-!bg-zorba-100 {
    background-color: #e7e7e3 !important;
  }
  [class~="lg-!bg-zorba-100"] {
    background-color: #e7e7e3 !important;
  }
  .lg-bg-zorba-200 {
    background-color: #d5d4cd;
  }
  [class~="lg-bg-zorba-200"] {
    background-color: #d5d4cd;
  }
  .lg-!bg-zorba-200 {
    background-color: #d5d4cd !important;
  }
  [class~="lg-!bg-zorba-200"] {
    background-color: #d5d4cd !important;
  }
  .lg-bg-zorba-300 {
    background-color: #c1c0b8;
  }
  [class~="lg-bg-zorba-300"] {
    background-color: #c1c0b8;
  }
  .lg-!bg-zorba-300 {
    background-color: #c1c0b8 !important;
  }
  [class~="lg-!bg-zorba-300"] {
    background-color: #c1c0b8 !important;
  }
  .lg-bg-zorba-400 {
    background-color: #aeaba2;
  }
  [class~="lg-bg-zorba-400"] {
    background-color: #aeaba2;
  }
  .lg-!bg-zorba-400 {
    background-color: #aeaba2 !important;
  }
  [class~="lg-!bg-zorba-400"] {
    background-color: #aeaba2 !important;
  }
  .lg-bg-zorba-500 {
    background-color: #9b968d;
  }
  [class~="lg-bg-zorba-500"] {
    background-color: #9b968d;
  }
  .lg-!bg-zorba-500 {
    background-color: #9b968d !important;
  }
  [class~="lg-!bg-zorba-500"] {
    background-color: #9b968d !important;
  }
  .lg-bg-zorba-600 {
    background-color: #878178;
  }
  [class~="lg-bg-zorba-600"] {
    background-color: #878178;
  }
  .lg-!bg-zorba-600 {
    background-color: #878178 !important;
  }
  [class~="lg-!bg-zorba-600"] {
    background-color: #878178 !important;
  }
  .lg-bg-zorba-700 {
    background-color: #716c66;
  }
  [class~="lg-bg-zorba-700"] {
    background-color: #716c66;
  }
  .lg-!bg-zorba-700 {
    background-color: #716c66 !important;
  }
  [class~="lg-!bg-zorba-700"] {
    background-color: #716c66 !important;
  }
  .lg-bg-zorba-800 {
    background-color: #5b5753;
  }
  [class~="lg-bg-zorba-800"] {
    background-color: #5b5753;
  }
  .lg-!bg-zorba-800 {
    background-color: #5b5753 !important;
  }
  [class~="lg-!bg-zorba-800"] {
    background-color: #5b5753 !important;
  }
  .lg-bg-zorba-900 {
    background-color: #494642;
  }
  [class~="lg-bg-zorba-900"] {
    background-color: #494642;
  }
  .lg-!bg-zorba-900 {
    background-color: #494642 !important;
  }
  [class~="lg-!bg-zorba-900"] {
    background-color: #494642 !important;
  }
  .lg-bg-yellow-50 {
    background-color: #fffdf2;
  }
  [class~="lg-bg-yellow-50"] {
    background-color: #fffdf2;
  }
  .lg-!bg-yellow-50 {
    background-color: #fffdf2 !important;
  }
  [class~="lg-!bg-yellow-50"] {
    background-color: #fffdf2 !important;
  }
  .lg-bg-yellow-100 {
    background-color: #fff9d4;
  }
  [class~="lg-bg-yellow-100"] {
    background-color: #fff9d4;
  }
  .lg-!bg-yellow-100 {
    background-color: #fff9d4 !important;
  }
  [class~="lg-!bg-yellow-100"] {
    background-color: #fff9d4 !important;
  }
  .lg-bg-yellow-200 {
    background-color: #fff5b6;
  }
  [class~="lg-bg-yellow-200"] {
    background-color: #fff5b6;
  }
  .lg-!bg-yellow-200 {
    background-color: #fff5b6 !important;
  }
  [class~="lg-!bg-yellow-200"] {
    background-color: #fff5b6 !important;
  }
  .lg-bg-yellow-300 {
    background-color: #fff297;
  }
  [class~="lg-bg-yellow-300"] {
    background-color: #fff297;
  }
  .lg-!bg-yellow-300 {
    background-color: #fff297 !important;
  }
  [class~="lg-!bg-yellow-300"] {
    background-color: #fff297 !important;
  }
  .lg-bg-yellow-400 {
    background-color: #fff079;
  }
  [class~="lg-bg-yellow-400"] {
    background-color: #fff079;
  }
  .lg-!bg-yellow-400 {
    background-color: #fff079 !important;
  }
  [class~="lg-!bg-yellow-400"] {
    background-color: #fff079 !important;
  }
  .lg-bg-yellow-500 {
    background-color: #ffee5b;
  }
  [class~="lg-bg-yellow-500"] {
    background-color: #ffee5b;
  }
  .lg-!bg-yellow-500 {
    background-color: #ffee5b !important;
  }
  [class~="lg-!bg-yellow-500"] {
    background-color: #ffee5b !important;
  }
  .lg-bg-yellow-600 {
    background-color: #ffed3c;
  }
  [class~="lg-bg-yellow-600"] {
    background-color: #ffed3c;
  }
  .lg-!bg-yellow-600 {
    background-color: #ffed3c !important;
  }
  [class~="lg-!bg-yellow-600"] {
    background-color: #ffed3c !important;
  }
  .lg-bg-yellow-700 {
    background-color: #ffec1e;
  }
  [class~="lg-bg-yellow-700"] {
    background-color: #ffec1e;
  }
  .lg-!bg-yellow-700 {
    background-color: #ffec1e !important;
  }
  [class~="lg-!bg-yellow-700"] {
    background-color: #ffec1e !important;
  }
  .lg-bg-yellow-800 {
    background-color: #ffec00;
  }
  [class~="lg-bg-yellow-800"] {
    background-color: #ffec00;
  }
  .lg-!bg-yellow-800 {
    background-color: #ffec00 !important;
  }
  [class~="lg-!bg-yellow-800"] {
    background-color: #ffec00 !important;
  }
  .lg-bg-yellow-900 {
    background-color: #ccbd18;
  }
  [class~="lg-bg-yellow-900"] {
    background-color: #ccbd18;
  }
  .lg-!bg-yellow-900 {
    background-color: #ccbd18 !important;
  }
  [class~="lg-!bg-yellow-900"] {
    background-color: #ccbd18 !important;
  }
  .lg-bg-creme-50 {
    background-color: #fff4e8;
  }
  [class~="lg-bg-creme-50"] {
    background-color: #fff4e8;
  }
  .lg-!bg-creme-50 {
    background-color: #fff4e8 !important;
  }
  [class~="lg-!bg-creme-50"] {
    background-color: #fff4e8 !important;
  }
  .lg-bg-creme-100 {
    background-color: #feebd6;
  }
  [class~="lg-bg-creme-100"] {
    background-color: #feebd6;
  }
  .lg-!bg-creme-100 {
    background-color: #feebd6 !important;
  }
  [class~="lg-!bg-creme-100"] {
    background-color: #feebd6 !important;
  }
  .lg-bg-creme-200 {
    background-color: #fbe1c5;
  }
  [class~="lg-bg-creme-200"] {
    background-color: #fbe1c5;
  }
  .lg-!bg-creme-200 {
    background-color: #fbe1c5 !important;
  }
  [class~="lg-!bg-creme-200"] {
    background-color: #fbe1c5 !important;
  }
  .lg-bg-creme-300 {
    background-color: #f8d8b5;
  }
  [class~="lg-bg-creme-300"] {
    background-color: #f8d8b5;
  }
  .lg-!bg-creme-300 {
    background-color: #f8d8b5 !important;
  }
  [class~="lg-!bg-creme-300"] {
    background-color: #f8d8b5 !important;
  }
  .lg-bg-creme-400 {
    background-color: #f3cea6;
  }
  [class~="lg-bg-creme-400"] {
    background-color: #f3cea6;
  }
  .lg-!bg-creme-400 {
    background-color: #f3cea6 !important;
  }
  [class~="lg-!bg-creme-400"] {
    background-color: #f3cea6 !important;
  }
  .lg-bg-creme-500 {
    background-color: #edc499;
  }
  [class~="lg-bg-creme-500"] {
    background-color: #edc499;
  }
  .lg-!bg-creme-500 {
    background-color: #edc499 !important;
  }
  [class~="lg-!bg-creme-500"] {
    background-color: #edc499 !important;
  }
  .lg-bg-creme-600 {
    background-color: #e7ba8c;
  }
  [class~="lg-bg-creme-600"] {
    background-color: #e7ba8c;
  }
  .lg-!bg-creme-600 {
    background-color: #e7ba8c !important;
  }
  [class~="lg-!bg-creme-600"] {
    background-color: #e7ba8c !important;
  }
  .lg-bg-creme-700 {
    background-color: #deb181;
  }
  [class~="lg-bg-creme-700"] {
    background-color: #deb181;
  }
  .lg-!bg-creme-700 {
    background-color: #deb181 !important;
  }
  [class~="lg-!bg-creme-700"] {
    background-color: #deb181 !important;
  }
  .lg-bg-creme-800 {
    background-color: #d5a777;
  }
  [class~="lg-bg-creme-800"] {
    background-color: #d5a777;
  }
  .lg-!bg-creme-800 {
    background-color: #d5a777 !important;
  }
  [class~="lg-!bg-creme-800"] {
    background-color: #d5a777 !important;
  }
  .lg-bg-creme-900 {
    background-color: #cb9d6e;
  }
  [class~="lg-bg-creme-900"] {
    background-color: #cb9d6e;
  }
  .lg-!bg-creme-900 {
    background-color: #cb9d6e !important;
  }
  [class~="lg-!bg-creme-900"] {
    background-color: #cb9d6e !important;
  }
  .lg-bg-gray-50 {
    background-color: #f5f5f5;
  }
  [class~="lg-bg-gray-50"] {
    background-color: #f5f5f5;
  }
  .lg-!bg-gray-50 {
    background-color: #f5f5f5 !important;
  }
  [class~="lg-!bg-gray-50"] {
    background-color: #f5f5f5 !important;
  }
  .lg-bg-gray-100 {
    background-color: #dedede;
  }
  [class~="lg-bg-gray-100"] {
    background-color: #dedede;
  }
  .lg-!bg-gray-100 {
    background-color: #dedede !important;
  }
  [class~="lg-!bg-gray-100"] {
    background-color: #dedede !important;
  }
  .lg-bg-gray-200 {
    background-color: #c7c7c7;
  }
  [class~="lg-bg-gray-200"] {
    background-color: #c7c7c7;
  }
  .lg-!bg-gray-200 {
    background-color: #c7c7c7 !important;
  }
  [class~="lg-!bg-gray-200"] {
    background-color: #c7c7c7 !important;
  }
  .lg-bg-gray-300 {
    background-color: #b0b0b0;
  }
  [class~="lg-bg-gray-300"] {
    background-color: #b0b0b0;
  }
  .lg-!bg-gray-300 {
    background-color: #b0b0b0 !important;
  }
  [class~="lg-!bg-gray-300"] {
    background-color: #b0b0b0 !important;
  }
  .lg-bg-gray-400 {
    background-color: #999999;
  }
  [class~="lg-bg-gray-400"] {
    background-color: #999999;
  }
  .lg-!bg-gray-400 {
    background-color: #999999 !important;
  }
  [class~="lg-!bg-gray-400"] {
    background-color: #999999 !important;
  }
  .lg-bg-gray-500 {
    background-color: #828282;
  }
  [class~="lg-bg-gray-500"] {
    background-color: #828282;
  }
  .lg-!bg-gray-500 {
    background-color: #828282 !important;
  }
  [class~="lg-!bg-gray-500"] {
    background-color: #828282 !important;
  }
  .lg-bg-gray-600 {
    background-color: #6b6b6b;
  }
  [class~="lg-bg-gray-600"] {
    background-color: #6b6b6b;
  }
  .lg-!bg-gray-600 {
    background-color: #6b6b6b !important;
  }
  [class~="lg-!bg-gray-600"] {
    background-color: #6b6b6b !important;
  }
  .lg-bg-gray-700 {
    background-color: #545454;
  }
  [class~="lg-bg-gray-700"] {
    background-color: #545454;
  }
  .lg-!bg-gray-700 {
    background-color: #545454 !important;
  }
  [class~="lg-!bg-gray-700"] {
    background-color: #545454 !important;
  }
  .lg-bg-gray-800 {
    background-color: #3d3d3d;
  }
  [class~="lg-bg-gray-800"] {
    background-color: #3d3d3d;
  }
  .lg-!bg-gray-800 {
    background-color: #3d3d3d !important;
  }
  [class~="lg-!bg-gray-800"] {
    background-color: #3d3d3d !important;
  }
  .lg-bg-gray-900 {
    background-color: #262626;
  }
  [class~="lg-bg-gray-900"] {
    background-color: #262626;
  }
  .lg-!bg-gray-900 {
    background-color: #262626 !important;
  }
  [class~="lg-!bg-gray-900"] {
    background-color: #262626 !important;
  }
  .lg-border-primary {
    border-color: #ffffff;
  }
  [class~="lg-border-primary"] {
    border-color: #ffffff;
  }
  .lg-!border-primary {
    border-color: #ffffff !important;
  }
  [class~="lg-!border-primary"] {
    border-color: #ffffff !important;
  }
  .lg-border-secondary {
    border-color: #fff4e8;
  }
  [class~="lg-border-secondary"] {
    border-color: #fff4e8;
  }
  .lg-!border-secondary {
    border-color: #fff4e8 !important;
  }
  [class~="lg-!border-secondary"] {
    border-color: #fff4e8 !important;
  }
  .lg-border-accent {
    border-color: #c00d0e;
  }
  [class~="lg-border-accent"] {
    border-color: #c00d0e;
  }
  .lg-!border-accent {
    border-color: #c00d0e !important;
  }
  [class~="lg-!border-accent"] {
    border-color: #c00d0e !important;
  }
  .lg-border-special {
    border-color: #ffec00;
  }
  [class~="lg-border-special"] {
    border-color: #ffec00;
  }
  .lg-!border-special {
    border-color: #ffec00 !important;
  }
  [class~="lg-!border-special"] {
    border-color: #ffec00 !important;
  }
  .lg-border-invert {
    border-color: #262626;
  }
  [class~="lg-border-invert"] {
    border-color: #262626;
  }
  .lg-!border-invert {
    border-color: #262626 !important;
  }
  [class~="lg-!border-invert"] {
    border-color: #262626 !important;
  }
  .lg-border-white {
    border-color: #ffffff;
  }
  [class~="lg-border-white"] {
    border-color: #ffffff;
  }
  .lg-!border-white {
    border-color: #ffffff !important;
  }
  [class~="lg-!border-white"] {
    border-color: #ffffff !important;
  }
  .lg-border-black {
    border-color: #000000;
  }
  [class~="lg-border-black"] {
    border-color: #000000;
  }
  .lg-!border-black {
    border-color: #000000 !important;
  }
  [class~="lg-!border-black"] {
    border-color: #000000 !important;
  }
  .lg-border-transparent {
    border-color: rgba(255, 255, 255, 0);
  }
  [class~="lg-border-transparent"] {
    border-color: rgba(255, 255, 255, 0);
  }
  .lg-!border-transparent {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="lg-!border-transparent"] {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  .lg-border-gray-50 {
    border-color: #f5f5f5;
  }
  [class~="lg-border-gray-50"] {
    border-color: #f5f5f5;
  }
  .lg-!border-gray-50 {
    border-color: #f5f5f5 !important;
  }
  [class~="lg-!border-gray-50"] {
    border-color: #f5f5f5 !important;
  }
  .lg-border-gray-100 {
    border-color: #dedede;
  }
  [class~="lg-border-gray-100"] {
    border-color: #dedede;
  }
  .lg-!border-gray-100 {
    border-color: #dedede !important;
  }
  [class~="lg-!border-gray-100"] {
    border-color: #dedede !important;
  }
  .lg-border-gray-200 {
    border-color: #c7c7c7;
  }
  [class~="lg-border-gray-200"] {
    border-color: #c7c7c7;
  }
  .lg-!border-gray-200 {
    border-color: #c7c7c7 !important;
  }
  [class~="lg-!border-gray-200"] {
    border-color: #c7c7c7 !important;
  }
  .lg-border-gray-300 {
    border-color: #b0b0b0;
  }
  [class~="lg-border-gray-300"] {
    border-color: #b0b0b0;
  }
  .lg-!border-gray-300 {
    border-color: #b0b0b0 !important;
  }
  [class~="lg-!border-gray-300"] {
    border-color: #b0b0b0 !important;
  }
  .lg-border-gray-400 {
    border-color: #999999;
  }
  [class~="lg-border-gray-400"] {
    border-color: #999999;
  }
  .lg-!border-gray-400 {
    border-color: #999999 !important;
  }
  [class~="lg-!border-gray-400"] {
    border-color: #999999 !important;
  }
  .lg-border-gray-500 {
    border-color: #828282;
  }
  [class~="lg-border-gray-500"] {
    border-color: #828282;
  }
  .lg-!border-gray-500 {
    border-color: #828282 !important;
  }
  [class~="lg-!border-gray-500"] {
    border-color: #828282 !important;
  }
  .lg-border-gray-600 {
    border-color: #6b6b6b;
  }
  [class~="lg-border-gray-600"] {
    border-color: #6b6b6b;
  }
  .lg-!border-gray-600 {
    border-color: #6b6b6b !important;
  }
  [class~="lg-!border-gray-600"] {
    border-color: #6b6b6b !important;
  }
  .lg-border-gray-700 {
    border-color: #545454;
  }
  [class~="lg-border-gray-700"] {
    border-color: #545454;
  }
  .lg-!border-gray-700 {
    border-color: #545454 !important;
  }
  [class~="lg-!border-gray-700"] {
    border-color: #545454 !important;
  }
  .lg-border-gray-800 {
    border-color: #3d3d3d;
  }
  [class~="lg-border-gray-800"] {
    border-color: #3d3d3d;
  }
  .lg-!border-gray-800 {
    border-color: #3d3d3d !important;
  }
  [class~="lg-!border-gray-800"] {
    border-color: #3d3d3d !important;
  }
  .lg-border-gray-900 {
    border-color: #262626;
  }
  [class~="lg-border-gray-900"] {
    border-color: #262626;
  }
  .lg-!border-gray-900 {
    border-color: #262626 !important;
  }
  [class~="lg-!border-gray-900"] {
    border-color: #262626 !important;
  }
  .lg-border-red-50 {
    border-color: #f5d2d2;
  }
  [class~="lg-border-red-50"] {
    border-color: #f5d2d2;
  }
  .lg-!border-red-50 {
    border-color: #f5d2d2 !important;
  }
  [class~="lg-!border-red-50"] {
    border-color: #f5d2d2 !important;
  }
  .lg-border-red-100 {
    border-color: #f0b3b3;
  }
  [class~="lg-border-red-100"] {
    border-color: #f0b3b3;
  }
  .lg-!border-red-100 {
    border-color: #f0b3b3 !important;
  }
  [class~="lg-!border-red-100"] {
    border-color: #f0b3b3 !important;
  }
  .lg-border-red-200 {
    border-color: #ec9393;
  }
  [class~="lg-border-red-200"] {
    border-color: #ec9393;
  }
  .lg-!border-red-200 {
    border-color: #ec9393 !important;
  }
  [class~="lg-!border-red-200"] {
    border-color: #ec9393 !important;
  }
  .lg-border-red-300 {
    border-color: #ea7272;
  }
  [class~="lg-border-red-300"] {
    border-color: #ea7272;
  }
  .lg-!border-red-300 {
    border-color: #ea7272 !important;
  }
  [class~="lg-!border-red-300"] {
    border-color: #ea7272 !important;
  }
  .lg-border-red-400 {
    border-color: #e85050;
  }
  [class~="lg-border-red-400"] {
    border-color: #e85050;
  }
  .lg-!border-red-400 {
    border-color: #e85050 !important;
  }
  [class~="lg-!border-red-400"] {
    border-color: #e85050 !important;
  }
  .lg-border-red-500 {
    border-color: #e82c2d;
  }
  [class~="lg-border-red-500"] {
    border-color: #e82c2d;
  }
  .lg-!border-red-500 {
    border-color: #e82c2d !important;
  }
  [class~="lg-!border-red-500"] {
    border-color: #e82c2d !important;
  }
  .lg-border-red-600 {
    border-color: #dd1314;
  }
  [class~="lg-border-red-600"] {
    border-color: #dd1314;
  }
  .lg-!border-red-600 {
    border-color: #dd1314 !important;
  }
  [class~="lg-!border-red-600"] {
    border-color: #dd1314 !important;
  }
  .lg-border-red-700 {
    border-color: #c00d0e;
  }
  [class~="lg-border-red-700"] {
    border-color: #c00d0e;
  }
  .lg-!border-red-700 {
    border-color: #c00d0e !important;
  }
  [class~="lg-!border-red-700"] {
    border-color: #c00d0e !important;
  }
  .lg-border-red-800 {
    border-color: #b90a0a;
  }
  [class~="lg-border-red-800"] {
    border-color: #b90a0a;
  }
  .lg-!border-red-800 {
    border-color: #b90a0a !important;
  }
  [class~="lg-!border-red-800"] {
    border-color: #b90a0a !important;
  }
  .lg-border-red-900 {
    border-color: #9a0a0b;
  }
  [class~="lg-border-red-900"] {
    border-color: #9a0a0b;
  }
  .lg-!border-red-900 {
    border-color: #9a0a0b !important;
  }
  [class~="lg-!border-red-900"] {
    border-color: #9a0a0b !important;
  }
  .lg-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg-!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg-!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg-!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg-!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg-!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg-!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg-!grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg-!grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg-!grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg-!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg-!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  [class~="lg-grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg-!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg-grid-cols-none {
    grid-template-columns: none;
  }
  [class~="lg-grid-cols-none"] {
    grid-template-columns: none;
  }
  .lg-!grid-cols-none {
    grid-template-columns: none !important;
  }
  [class~="lg-!grid-cols-none"] {
    grid-template-columns: none !important;
  }
  .lg-grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  [class~="lg-grid-cols-subgrid"] {
    grid-template-columns: subgrid;
  }
  .lg-!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  [class~="lg-!grid-cols-subgrid"] {
    grid-template-columns: subgrid !important;
  }
  .lg-col-auto {
    grid-column: auto;
  }
  [class~="lg-col-auto"] {
    grid-column: auto;
  }
  .lg-!col-auto {
    grid-column: auto !important;
  }
  [class~="lg-!col-auto"] {
    grid-column: auto !important;
  }
  .lg-col-span-1 {
    grid-column: span 1 / span 1;
  }
  [class~="lg-col-span-1"] {
    grid-column: span 1 / span 1;
  }
  .lg-!col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  [class~="lg-!col-span-1"] {
    grid-column: span 1 / span 1 !important;
  }
  .lg-col-span-2 {
    grid-column: span 2 / span 2;
  }
  [class~="lg-col-span-2"] {
    grid-column: span 2 / span 2;
  }
  .lg-!col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  [class~="lg-!col-span-2"] {
    grid-column: span 2 / span 2 !important;
  }
  .lg-col-span-3 {
    grid-column: span 3 / span 3;
  }
  [class~="lg-col-span-3"] {
    grid-column: span 3 / span 3;
  }
  .lg-!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  [class~="lg-!col-span-3"] {
    grid-column: span 3 / span 3 !important;
  }
  .lg-col-span-4 {
    grid-column: span 4 / span 4;
  }
  [class~="lg-col-span-4"] {
    grid-column: span 4 / span 4;
  }
  .lg-!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  [class~="lg-!col-span-4"] {
    grid-column: span 4 / span 4 !important;
  }
  .lg-col-span-5 {
    grid-column: span 5 / span 5;
  }
  [class~="lg-col-span-5"] {
    grid-column: span 5 / span 5;
  }
  .lg-!col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  [class~="lg-!col-span-5"] {
    grid-column: span 5 / span 5 !important;
  }
  .lg-col-span-6 {
    grid-column: span 6 / span 6;
  }
  [class~="lg-col-span-6"] {
    grid-column: span 6 / span 6;
  }
  .lg-!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  [class~="lg-!col-span-6"] {
    grid-column: span 6 / span 6 !important;
  }
  .lg-col-span-7 {
    grid-column: span 7 / span 7;
  }
  [class~="lg-col-span-7"] {
    grid-column: span 7 / span 7;
  }
  .lg-!col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  [class~="lg-!col-span-7"] {
    grid-column: span 7 / span 7 !important;
  }
  .lg-col-span-8 {
    grid-column: span 8 / span 8;
  }
  [class~="lg-col-span-8"] {
    grid-column: span 8 / span 8;
  }
  .lg-!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  [class~="lg-!col-span-8"] {
    grid-column: span 8 / span 8 !important;
  }
  .lg-col-span-9 {
    grid-column: span 9 / span 9;
  }
  [class~="lg-col-span-9"] {
    grid-column: span 9 / span 9;
  }
  .lg-!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  [class~="lg-!col-span-9"] {
    grid-column: span 9 / span 9 !important;
  }
  .lg-col-span-10 {
    grid-column: span 10 / span 10;
  }
  [class~="lg-col-span-10"] {
    grid-column: span 10 / span 10;
  }
  .lg-!col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  [class~="lg-!col-span-10"] {
    grid-column: span 10 / span 10 !important;
  }
  .lg-col-span-11 {
    grid-column: span 11 / span 11;
  }
  [class~="lg-col-span-11"] {
    grid-column: span 11 / span 11;
  }
  .lg-!col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  [class~="lg-!col-span-11"] {
    grid-column: span 11 / span 11 !important;
  }
  .lg-col-span-12 {
    grid-column: span 12 / span 12;
  }
  [class~="lg-col-span-12"] {
    grid-column: span 12 / span 12;
  }
  .lg-!col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  [class~="lg-!col-span-12"] {
    grid-column: span 12 / span 12 !important;
  }
  .lg-col-span-full {
    grid-column: 1 / -1;
  }
  [class~="lg-col-span-full"] {
    grid-column: 1 / -1;
  }
  .lg-!col-span-full {
    grid-column: 1 / -1 !important;
  }
  [class~="lg-!col-span-full"] {
    grid-column: 1 / -1 !important;
  }
  .lg-col-start-1 {
    grid-column-start: 1;
  }
  [class~="lg-col-start-1"] {
    grid-column-start: 1;
  }
  .lg-!col-start-1 {
    grid-column-start: 1 !important;
  }
  [class~="lg-!col-start-1"] {
    grid-column-start: 1 !important;
  }
  .lg-col-start-2 {
    grid-column-start: 2;
  }
  [class~="lg-col-start-2"] {
    grid-column-start: 2;
  }
  .lg-!col-start-2 {
    grid-column-start: 2 !important;
  }
  [class~="lg-!col-start-2"] {
    grid-column-start: 2 !important;
  }
  .lg-col-start-3 {
    grid-column-start: 3;
  }
  [class~="lg-col-start-3"] {
    grid-column-start: 3;
  }
  .lg-!col-start-3 {
    grid-column-start: 3 !important;
  }
  [class~="lg-!col-start-3"] {
    grid-column-start: 3 !important;
  }
  .lg-col-start-4 {
    grid-column-start: 4;
  }
  [class~="lg-col-start-4"] {
    grid-column-start: 4;
  }
  .lg-!col-start-4 {
    grid-column-start: 4 !important;
  }
  [class~="lg-!col-start-4"] {
    grid-column-start: 4 !important;
  }
  .lg-col-start-5 {
    grid-column-start: 5;
  }
  [class~="lg-col-start-5"] {
    grid-column-start: 5;
  }
  .lg-!col-start-5 {
    grid-column-start: 5 !important;
  }
  [class~="lg-!col-start-5"] {
    grid-column-start: 5 !important;
  }
  .lg-col-start-6 {
    grid-column-start: 6;
  }
  [class~="lg-col-start-6"] {
    grid-column-start: 6;
  }
  .lg-!col-start-6 {
    grid-column-start: 6 !important;
  }
  [class~="lg-!col-start-6"] {
    grid-column-start: 6 !important;
  }
  .lg-col-start-7 {
    grid-column-start: 7;
  }
  [class~="lg-col-start-7"] {
    grid-column-start: 7;
  }
  .lg-!col-start-7 {
    grid-column-start: 7 !important;
  }
  [class~="lg-!col-start-7"] {
    grid-column-start: 7 !important;
  }
  .lg-col-start-8 {
    grid-column-start: 8;
  }
  [class~="lg-col-start-8"] {
    grid-column-start: 8;
  }
  .lg-!col-start-8 {
    grid-column-start: 8 !important;
  }
  [class~="lg-!col-start-8"] {
    grid-column-start: 8 !important;
  }
  .lg-col-start-9 {
    grid-column-start: 9;
  }
  [class~="lg-col-start-9"] {
    grid-column-start: 9;
  }
  .lg-!col-start-9 {
    grid-column-start: 9 !important;
  }
  [class~="lg-!col-start-9"] {
    grid-column-start: 9 !important;
  }
  .lg-col-start-10 {
    grid-column-start: 10;
  }
  [class~="lg-col-start-10"] {
    grid-column-start: 10;
  }
  .lg-!col-start-10 {
    grid-column-start: 10 !important;
  }
  [class~="lg-!col-start-10"] {
    grid-column-start: 10 !important;
  }
  .lg-col-start-11 {
    grid-column-start: 11;
  }
  [class~="lg-col-start-11"] {
    grid-column-start: 11;
  }
  .lg-!col-start-11 {
    grid-column-start: 11 !important;
  }
  [class~="lg-!col-start-11"] {
    grid-column-start: 11 !important;
  }
  .lg-col-start-12 {
    grid-column-start: 12;
  }
  [class~="lg-col-start-12"] {
    grid-column-start: 12;
  }
  .lg-!col-start-12 {
    grid-column-start: 12 !important;
  }
  [class~="lg-!col-start-12"] {
    grid-column-start: 12 !important;
  }
  .lg-col-start-13 {
    grid-column-start: 13;
  }
  [class~="lg-col-start-13"] {
    grid-column-start: 13;
  }
  .lg-!col-start-13 {
    grid-column-start: 13 !important;
  }
  [class~="lg-!col-start-13"] {
    grid-column-start: 13 !important;
  }
  .lg-col-start-auto {
    grid-column-start: auto;
  }
  [class~="lg-col-start-auto"] {
    grid-column-start: auto;
  }
  .lg-!col-start-auto {
    grid-column-start: auto !important;
  }
  [class~="lg-!col-start-auto"] {
    grid-column-start: auto !important;
  }
  .lg-col-end-1 {
    grid-column-end: 1;
  }
  [class~="lg-col-end-1"] {
    grid-column-end: 1;
  }
  .lg-!col-end-1 {
    grid-column-end: 1 !important;
  }
  [class~="lg-!col-end-1"] {
    grid-column-end: 1 !important;
  }
  .lg-col-end-2 {
    grid-column-end: 2;
  }
  [class~="lg-col-end-2"] {
    grid-column-end: 2;
  }
  .lg-!col-end-2 {
    grid-column-end: 2 !important;
  }
  [class~="lg-!col-end-2"] {
    grid-column-end: 2 !important;
  }
  .lg-col-end-3 {
    grid-column-end: 3;
  }
  [class~="lg-col-end-3"] {
    grid-column-end: 3;
  }
  .lg-!col-end-3 {
    grid-column-end: 3 !important;
  }
  [class~="lg-!col-end-3"] {
    grid-column-end: 3 !important;
  }
  .lg-col-end-4 {
    grid-column-end: 4;
  }
  [class~="lg-col-end-4"] {
    grid-column-end: 4;
  }
  .lg-!col-end-4 {
    grid-column-end: 4 !important;
  }
  [class~="lg-!col-end-4"] {
    grid-column-end: 4 !important;
  }
  .lg-col-end-5 {
    grid-column-end: 5;
  }
  [class~="lg-col-end-5"] {
    grid-column-end: 5;
  }
  .lg-!col-end-5 {
    grid-column-end: 5 !important;
  }
  [class~="lg-!col-end-5"] {
    grid-column-end: 5 !important;
  }
  .lg-col-end-6 {
    grid-column-end: 6;
  }
  [class~="lg-col-end-6"] {
    grid-column-end: 6;
  }
  .lg-!col-end-6 {
    grid-column-end: 6 !important;
  }
  [class~="lg-!col-end-6"] {
    grid-column-end: 6 !important;
  }
  .lg-col-end-7 {
    grid-column-end: 7;
  }
  [class~="lg-col-end-7"] {
    grid-column-end: 7;
  }
  .lg-!col-end-7 {
    grid-column-end: 7 !important;
  }
  [class~="lg-!col-end-7"] {
    grid-column-end: 7 !important;
  }
  .lg-col-end-8 {
    grid-column-end: 8;
  }
  [class~="lg-col-end-8"] {
    grid-column-end: 8;
  }
  .lg-!col-end-8 {
    grid-column-end: 8 !important;
  }
  [class~="lg-!col-end-8"] {
    grid-column-end: 8 !important;
  }
  .lg-col-end-9 {
    grid-column-end: 9;
  }
  [class~="lg-col-end-9"] {
    grid-column-end: 9;
  }
  .lg-!col-end-9 {
    grid-column-end: 9 !important;
  }
  [class~="lg-!col-end-9"] {
    grid-column-end: 9 !important;
  }
  .lg-col-end-10 {
    grid-column-end: 10;
  }
  [class~="lg-col-end-10"] {
    grid-column-end: 10;
  }
  .lg-!col-end-10 {
    grid-column-end: 10 !important;
  }
  [class~="lg-!col-end-10"] {
    grid-column-end: 10 !important;
  }
  .lg-col-end-11 {
    grid-column-end: 11;
  }
  [class~="lg-col-end-11"] {
    grid-column-end: 11;
  }
  .lg-!col-end-11 {
    grid-column-end: 11 !important;
  }
  [class~="lg-!col-end-11"] {
    grid-column-end: 11 !important;
  }
  .lg-col-end-12 {
    grid-column-end: 12;
  }
  [class~="lg-col-end-12"] {
    grid-column-end: 12;
  }
  .lg-!col-end-12 {
    grid-column-end: 12 !important;
  }
  [class~="lg-!col-end-12"] {
    grid-column-end: 12 !important;
  }
  .lg-col-end-13 {
    grid-column-end: 13;
  }
  [class~="lg-col-end-13"] {
    grid-column-end: 13;
  }
  .lg-!col-end-13 {
    grid-column-end: 13 !important;
  }
  [class~="lg-!col-end-13"] {
    grid-column-end: 13 !important;
  }
  .lg-col-end-auto {
    grid-column-end: auto;
  }
  [class~="lg-col-end-auto"] {
    grid-column-end: auto;
  }
  .lg-!col-end-auto {
    grid-column-end: auto !important;
  }
  [class~="lg-!col-end-auto"] {
    grid-column-end: auto !important;
  }
  .lg-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg-!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg-!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg-!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg-!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .lg-!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .lg-!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .lg-!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .lg-!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .lg-!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .lg-!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .lg-!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  [class~="lg-grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .lg-!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="lg-!grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  .lg-grid-rows-none {
    grid-template-rows: none;
  }
  [class~="lg-grid-rows-none"] {
    grid-template-rows: none;
  }
  .lg-!grid-rows-none {
    grid-template-rows: none !important;
  }
  [class~="lg-!grid-rows-none"] {
    grid-template-rows: none !important;
  }
  .lg-grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  [class~="lg-grid-rows-subgrid"] {
    grid-template-rows: subgrid;
  }
  .lg-!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  [class~="lg-!grid-rows-subgrid"] {
    grid-template-rows: subgrid !important;
  }
  .lg-row-auto {
    grid-row: auto;
  }
  [class~="lg-row-auto"] {
    grid-row: auto;
  }
  .lg-!row-auto {
    grid-row: auto !important;
  }
  [class~="lg-!row-auto"] {
    grid-row: auto !important;
  }
  .lg-row-span-1 {
    grid-row: span 1 / span 1;
  }
  [class~="lg-row-span-1"] {
    grid-row: span 1 / span 1;
  }
  .lg-!row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  [class~="lg-!row-span-1"] {
    grid-row: span 1 / span 1 !important;
  }
  .lg-row-span-2 {
    grid-row: span 2 / span 2;
  }
  [class~="lg-row-span-2"] {
    grid-row: span 2 / span 2;
  }
  .lg-!row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  [class~="lg-!row-span-2"] {
    grid-row: span 2 / span 2 !important;
  }
  .lg-row-span-3 {
    grid-row: span 3 / span 3;
  }
  [class~="lg-row-span-3"] {
    grid-row: span 3 / span 3;
  }
  .lg-!row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  [class~="lg-!row-span-3"] {
    grid-row: span 3 / span 3 !important;
  }
  .lg-row-span-4 {
    grid-row: span 4 / span 4;
  }
  [class~="lg-row-span-4"] {
    grid-row: span 4 / span 4;
  }
  .lg-!row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  [class~="lg-!row-span-4"] {
    grid-row: span 4 / span 4 !important;
  }
  .lg-row-span-5 {
    grid-row: span 5 / span 5;
  }
  [class~="lg-row-span-5"] {
    grid-row: span 5 / span 5;
  }
  .lg-!row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  [class~="lg-!row-span-5"] {
    grid-row: span 5 / span 5 !important;
  }
  .lg-row-span-6 {
    grid-row: span 6 / span 6;
  }
  [class~="lg-row-span-6"] {
    grid-row: span 6 / span 6;
  }
  .lg-!row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  [class~="lg-!row-span-6"] {
    grid-row: span 6 / span 6 !important;
  }
  .lg-row-span-7 {
    grid-row: span 7 / span 7;
  }
  [class~="lg-row-span-7"] {
    grid-row: span 7 / span 7;
  }
  .lg-!row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  [class~="lg-!row-span-7"] {
    grid-row: span 7 / span 7 !important;
  }
  .lg-row-span-8 {
    grid-row: span 8 / span 8;
  }
  [class~="lg-row-span-8"] {
    grid-row: span 8 / span 8;
  }
  .lg-!row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  [class~="lg-!row-span-8"] {
    grid-row: span 8 / span 8 !important;
  }
  .lg-row-span-9 {
    grid-row: span 9 / span 9;
  }
  [class~="lg-row-span-9"] {
    grid-row: span 9 / span 9;
  }
  .lg-!row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  [class~="lg-!row-span-9"] {
    grid-row: span 9 / span 9 !important;
  }
  .lg-row-span-10 {
    grid-row: span 10 / span 10;
  }
  [class~="lg-row-span-10"] {
    grid-row: span 10 / span 10;
  }
  .lg-!row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  [class~="lg-!row-span-10"] {
    grid-row: span 10 / span 10 !important;
  }
  .lg-row-span-11 {
    grid-row: span 11 / span 11;
  }
  [class~="lg-row-span-11"] {
    grid-row: span 11 / span 11;
  }
  .lg-!row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  [class~="lg-!row-span-11"] {
    grid-row: span 11 / span 11 !important;
  }
  .lg-row-span-12 {
    grid-row: span 12 / span 12;
  }
  [class~="lg-row-span-12"] {
    grid-row: span 12 / span 12;
  }
  .lg-!row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  [class~="lg-!row-span-12"] {
    grid-row: span 12 / span 12 !important;
  }
  .lg-row-span-full {
    grid-row: 1 / -1;
  }
  [class~="lg-row-span-full"] {
    grid-row: 1 / -1;
  }
  .lg-!row-span-full {
    grid-row: 1 / -1 !important;
  }
  [class~="lg-!row-span-full"] {
    grid-row: 1 / -1 !important;
  }
  .lg-row-start-1 {
    grid-row-start: 1;
  }
  [class~="lg-row-start-1"] {
    grid-row-start: 1;
  }
  .lg-!row-start-1 {
    grid-row-start: 1 !important;
  }
  [class~="lg-!row-start-1"] {
    grid-row-start: 1 !important;
  }
  .lg-row-start-2 {
    grid-row-start: 2;
  }
  [class~="lg-row-start-2"] {
    grid-row-start: 2;
  }
  .lg-!row-start-2 {
    grid-row-start: 2 !important;
  }
  [class~="lg-!row-start-2"] {
    grid-row-start: 2 !important;
  }
  .lg-row-start-3 {
    grid-row-start: 3;
  }
  [class~="lg-row-start-3"] {
    grid-row-start: 3;
  }
  .lg-!row-start-3 {
    grid-row-start: 3 !important;
  }
  [class~="lg-!row-start-3"] {
    grid-row-start: 3 !important;
  }
  .lg-row-start-4 {
    grid-row-start: 4;
  }
  [class~="lg-row-start-4"] {
    grid-row-start: 4;
  }
  .lg-!row-start-4 {
    grid-row-start: 4 !important;
  }
  [class~="lg-!row-start-4"] {
    grid-row-start: 4 !important;
  }
  .lg-row-start-5 {
    grid-row-start: 5;
  }
  [class~="lg-row-start-5"] {
    grid-row-start: 5;
  }
  .lg-!row-start-5 {
    grid-row-start: 5 !important;
  }
  [class~="lg-!row-start-5"] {
    grid-row-start: 5 !important;
  }
  .lg-row-start-6 {
    grid-row-start: 6;
  }
  [class~="lg-row-start-6"] {
    grid-row-start: 6;
  }
  .lg-!row-start-6 {
    grid-row-start: 6 !important;
  }
  [class~="lg-!row-start-6"] {
    grid-row-start: 6 !important;
  }
  .lg-row-start-7 {
    grid-row-start: 7;
  }
  [class~="lg-row-start-7"] {
    grid-row-start: 7;
  }
  .lg-!row-start-7 {
    grid-row-start: 7 !important;
  }
  [class~="lg-!row-start-7"] {
    grid-row-start: 7 !important;
  }
  .lg-row-start-8 {
    grid-row-start: 8;
  }
  [class~="lg-row-start-8"] {
    grid-row-start: 8;
  }
  .lg-!row-start-8 {
    grid-row-start: 8 !important;
  }
  [class~="lg-!row-start-8"] {
    grid-row-start: 8 !important;
  }
  .lg-row-start-9 {
    grid-row-start: 9;
  }
  [class~="lg-row-start-9"] {
    grid-row-start: 9;
  }
  .lg-!row-start-9 {
    grid-row-start: 9 !important;
  }
  [class~="lg-!row-start-9"] {
    grid-row-start: 9 !important;
  }
  .lg-row-start-10 {
    grid-row-start: 10;
  }
  [class~="lg-row-start-10"] {
    grid-row-start: 10;
  }
  .lg-!row-start-10 {
    grid-row-start: 10 !important;
  }
  [class~="lg-!row-start-10"] {
    grid-row-start: 10 !important;
  }
  .lg-row-start-11 {
    grid-row-start: 11;
  }
  [class~="lg-row-start-11"] {
    grid-row-start: 11;
  }
  .lg-!row-start-11 {
    grid-row-start: 11 !important;
  }
  [class~="lg-!row-start-11"] {
    grid-row-start: 11 !important;
  }
  .lg-row-start-12 {
    grid-row-start: 12;
  }
  [class~="lg-row-start-12"] {
    grid-row-start: 12;
  }
  .lg-!row-start-12 {
    grid-row-start: 12 !important;
  }
  [class~="lg-!row-start-12"] {
    grid-row-start: 12 !important;
  }
  .lg-row-start-13 {
    grid-row-start: 13;
  }
  [class~="lg-row-start-13"] {
    grid-row-start: 13;
  }
  .lg-!row-start-13 {
    grid-row-start: 13 !important;
  }
  [class~="lg-!row-start-13"] {
    grid-row-start: 13 !important;
  }
  .lg-row-start-auto {
    grid-row-start: auto;
  }
  [class~="lg-row-start-auto"] {
    grid-row-start: auto;
  }
  .lg-!row-start-auto {
    grid-row-start: auto !important;
  }
  [class~="lg-!row-start-auto"] {
    grid-row-start: auto !important;
  }
  .lg-row-end-1 {
    grid-row-end: 1;
  }
  [class~="lg-row-end-1"] {
    grid-row-end: 1;
  }
  .lg-!row-end-1 {
    grid-row-end: 1 !important;
  }
  [class~="lg-!row-end-1"] {
    grid-row-end: 1 !important;
  }
  .lg-row-end-2 {
    grid-row-end: 2;
  }
  [class~="lg-row-end-2"] {
    grid-row-end: 2;
  }
  .lg-!row-end-2 {
    grid-row-end: 2 !important;
  }
  [class~="lg-!row-end-2"] {
    grid-row-end: 2 !important;
  }
  .lg-row-end-3 {
    grid-row-end: 3;
  }
  [class~="lg-row-end-3"] {
    grid-row-end: 3;
  }
  .lg-!row-end-3 {
    grid-row-end: 3 !important;
  }
  [class~="lg-!row-end-3"] {
    grid-row-end: 3 !important;
  }
  .lg-row-end-4 {
    grid-row-end: 4;
  }
  [class~="lg-row-end-4"] {
    grid-row-end: 4;
  }
  .lg-!row-end-4 {
    grid-row-end: 4 !important;
  }
  [class~="lg-!row-end-4"] {
    grid-row-end: 4 !important;
  }
  .lg-row-end-5 {
    grid-row-end: 5;
  }
  [class~="lg-row-end-5"] {
    grid-row-end: 5;
  }
  .lg-!row-end-5 {
    grid-row-end: 5 !important;
  }
  [class~="lg-!row-end-5"] {
    grid-row-end: 5 !important;
  }
  .lg-row-end-6 {
    grid-row-end: 6;
  }
  [class~="lg-row-end-6"] {
    grid-row-end: 6;
  }
  .lg-!row-end-6 {
    grid-row-end: 6 !important;
  }
  [class~="lg-!row-end-6"] {
    grid-row-end: 6 !important;
  }
  .lg-row-end-7 {
    grid-row-end: 7;
  }
  [class~="lg-row-end-7"] {
    grid-row-end: 7;
  }
  .lg-!row-end-7 {
    grid-row-end: 7 !important;
  }
  [class~="lg-!row-end-7"] {
    grid-row-end: 7 !important;
  }
  .lg-row-end-8 {
    grid-row-end: 8;
  }
  [class~="lg-row-end-8"] {
    grid-row-end: 8;
  }
  .lg-!row-end-8 {
    grid-row-end: 8 !important;
  }
  [class~="lg-!row-end-8"] {
    grid-row-end: 8 !important;
  }
  .lg-row-end-9 {
    grid-row-end: 9;
  }
  [class~="lg-row-end-9"] {
    grid-row-end: 9;
  }
  .lg-!row-end-9 {
    grid-row-end: 9 !important;
  }
  [class~="lg-!row-end-9"] {
    grid-row-end: 9 !important;
  }
  .lg-row-end-10 {
    grid-row-end: 10;
  }
  [class~="lg-row-end-10"] {
    grid-row-end: 10;
  }
  .lg-!row-end-10 {
    grid-row-end: 10 !important;
  }
  [class~="lg-!row-end-10"] {
    grid-row-end: 10 !important;
  }
  .lg-row-end-11 {
    grid-row-end: 11;
  }
  [class~="lg-row-end-11"] {
    grid-row-end: 11;
  }
  .lg-!row-end-11 {
    grid-row-end: 11 !important;
  }
  [class~="lg-!row-end-11"] {
    grid-row-end: 11 !important;
  }
  .lg-row-end-12 {
    grid-row-end: 12;
  }
  [class~="lg-row-end-12"] {
    grid-row-end: 12;
  }
  .lg-!row-end-12 {
    grid-row-end: 12 !important;
  }
  [class~="lg-!row-end-12"] {
    grid-row-end: 12 !important;
  }
  .lg-row-end-13 {
    grid-row-end: 13;
  }
  [class~="lg-row-end-13"] {
    grid-row-end: 13;
  }
  .lg-!row-end-13 {
    grid-row-end: 13 !important;
  }
  [class~="lg-!row-end-13"] {
    grid-row-end: 13 !important;
  }
  .lg-row-end-auto {
    grid-row-end: auto;
  }
  [class~="lg-row-end-auto"] {
    grid-row-end: auto;
  }
  .lg-!row-end-auto {
    grid-row-end: auto !important;
  }
  [class~="lg-!row-end-auto"] {
    grid-row-end: auto !important;
  }
  .lg-grid-flow-row {
    grid-auto-flow: row;
  }
  [class~="lg-grid-flow-row"] {
    grid-auto-flow: row;
  }
  .lg-!grid-flow-row {
    grid-auto-flow: row !important;
  }
  [class~="lg-!grid-flow-row"] {
    grid-auto-flow: row !important;
  }
  .lg-grid-flow-col {
    grid-auto-flow: column;
  }
  [class~="lg-grid-flow-col"] {
    grid-auto-flow: column;
  }
  .lg-!grid-flow-col {
    grid-auto-flow: column !important;
  }
  [class~="lg-!grid-flow-col"] {
    grid-auto-flow: column !important;
  }
  .lg-grid-flow-dense {
    grid-auto-flow: dense;
  }
  [class~="lg-grid-flow-dense"] {
    grid-auto-flow: dense;
  }
  .lg-!grid-flow-dense {
    grid-auto-flow: dense !important;
  }
  [class~="lg-!grid-flow-dense"] {
    grid-auto-flow: dense !important;
  }
  .lg-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  [class~="lg-grid-flow-row-dense"] {
    grid-auto-flow: row dense;
  }
  .lg-!grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  [class~="lg-!grid-flow-row-dense"] {
    grid-auto-flow: row dense !important;
  }
  .lg-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  [class~="lg-grid-flow-col-dense"] {
    grid-auto-flow: column dense;
  }
  .lg-!grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  [class~="lg-!grid-flow-col-dense"] {
    grid-auto-flow: column dense !important;
  }
  .lg-auto-cols-auto {
    grid-auto-columns: auto;
  }
  [class~="lg-auto-cols-auto"] {
    grid-auto-columns: auto;
  }
  .lg-!auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  [class~="lg-!auto-cols-auto"] {
    grid-auto-columns: auto !important;
  }
  .lg-auto-cols-min {
    grid-auto-columns: min-content;
  }
  [class~="lg-auto-cols-min"] {
    grid-auto-columns: min-content;
  }
  .lg-!auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  [class~="lg-!auto-cols-min"] {
    grid-auto-columns: min-content !important;
  }
  .lg-auto-cols-max {
    grid-auto-columns: max-content;
  }
  [class~="lg-auto-cols-max"] {
    grid-auto-columns: max-content;
  }
  .lg-!auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  [class~="lg-!auto-cols-max"] {
    grid-auto-columns: max-content !important;
  }
  .lg-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  [class~="lg-auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr);
  }
  .lg-!auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  [class~="lg-!auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  .lg-auto-rows-auto {
    grid-auto-rows: auto;
  }
  [class~="lg-auto-rows-auto"] {
    grid-auto-rows: auto;
  }
  .lg-!auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  [class~="lg-!auto-rows-auto"] {
    grid-auto-rows: auto !important;
  }
  .lg-auto-rows-min {
    grid-auto-rows: min-content;
  }
  [class~="lg-auto-rows-min"] {
    grid-auto-rows: min-content;
  }
  .lg-!auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  [class~="lg-!auto-rows-min"] {
    grid-auto-rows: min-content !important;
  }
  .lg-auto-rows-max {
    grid-auto-rows: max-content;
  }
  [class~="lg-auto-rows-max"] {
    grid-auto-rows: max-content;
  }
  .lg-!auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  [class~="lg-!auto-rows-max"] {
    grid-auto-rows: max-content !important;
  }
  .lg-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  [class~="lg-auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr);
  }
  .lg-!auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  [class~="lg-!auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  .lg-justify-normal {
    justify-content: normal;
  }
  [class~="lg-justify-normal"] {
    justify-content: normal;
  }
  .lg-!justify-normal {
    justify-content: normal !important;
  }
  [class~="lg-!justify-normal"] {
    justify-content: normal !important;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  [class~="lg-justify-start"] {
    justify-content: flex-start;
  }
  .lg-!justify-start {
    justify-content: flex-start !important;
  }
  [class~="lg-!justify-start"] {
    justify-content: flex-start !important;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  [class~="lg-justify-end"] {
    justify-content: flex-end;
  }
  .lg-!justify-end {
    justify-content: flex-end !important;
  }
  [class~="lg-!justify-end"] {
    justify-content: flex-end !important;
  }
  .lg-justify-center {
    justify-content: center;
  }
  [class~="lg-justify-center"] {
    justify-content: center;
  }
  .lg-!justify-center {
    justify-content: center !important;
  }
  [class~="lg-!justify-center"] {
    justify-content: center !important;
  }
  .lg-justify-between {
    justify-content: space-between;
  }
  [class~="lg-justify-between"] {
    justify-content: space-between;
  }
  .lg-!justify-between {
    justify-content: space-between !important;
  }
  [class~="lg-!justify-between"] {
    justify-content: space-between !important;
  }
  .lg-justify-around {
    justify-content: space-around;
  }
  [class~="lg-justify-around"] {
    justify-content: space-around;
  }
  .lg-!justify-around {
    justify-content: space-around !important;
  }
  [class~="lg-!justify-around"] {
    justify-content: space-around !important;
  }
  .lg-justify-evenly {
    justify-content: space-evenly;
  }
  [class~="lg-justify-evenly"] {
    justify-content: space-evenly;
  }
  .lg-!justify-evenly {
    justify-content: space-evenly !important;
  }
  [class~="lg-!justify-evenly"] {
    justify-content: space-evenly !important;
  }
  .lg-justify-stretch {
    justify-content: stretch;
  }
  [class~="lg-justify-stretch"] {
    justify-content: stretch;
  }
  .lg-!justify-stretch {
    justify-content: stretch !important;
  }
  [class~="lg-!justify-stretch"] {
    justify-content: stretch !important;
  }
  .lg-justify-items-start {
    justify-items: start;
  }
  [class~="lg-justify-items-start"] {
    justify-items: start;
  }
  .lg-!justify-items-start {
    justify-items: start !important;
  }
  [class~="lg-!justify-items-start"] {
    justify-items: start !important;
  }
  .lg-justify-items-end {
    justify-items: end;
  }
  [class~="lg-justify-items-end"] {
    justify-items: end;
  }
  .lg-!justify-items-end {
    justify-items: end !important;
  }
  [class~="lg-!justify-items-end"] {
    justify-items: end !important;
  }
  .lg-justify-items-center {
    justify-items: center;
  }
  [class~="lg-justify-items-center"] {
    justify-items: center;
  }
  .lg-!justify-items-center {
    justify-items: center !important;
  }
  [class~="lg-!justify-items-center"] {
    justify-items: center !important;
  }
  .lg-justify-items-stretch {
    justify-items: stretch;
  }
  [class~="lg-justify-items-stretch"] {
    justify-items: stretch;
  }
  .lg-!justify-items-stretch {
    justify-items: stretch !important;
  }
  [class~="lg-!justify-items-stretch"] {
    justify-items: stretch !important;
  }
  .lg-justify-self-auto {
    justify-self: auto;
  }
  [class~="lg-justify-self-auto"] {
    justify-self: auto;
  }
  .lg-!justify-self-auto {
    justify-self: auto !important;
  }
  [class~="lg-!justify-self-auto"] {
    justify-self: auto !important;
  }
  .lg-justify-self-start {
    justify-self: start;
  }
  [class~="lg-justify-self-start"] {
    justify-self: start;
  }
  .lg-!justify-self-start {
    justify-self: start !important;
  }
  [class~="lg-!justify-self-start"] {
    justify-self: start !important;
  }
  .lg-justify-self-end {
    justify-self: end;
  }
  [class~="lg-justify-self-end"] {
    justify-self: end;
  }
  .lg-!justify-self-end {
    justify-self: end !important;
  }
  [class~="lg-!justify-self-end"] {
    justify-self: end !important;
  }
  .lg-justify-self-center {
    justify-self: center;
  }
  [class~="lg-justify-self-center"] {
    justify-self: center;
  }
  .lg-!justify-self-center {
    justify-self: center !important;
  }
  [class~="lg-!justify-self-center"] {
    justify-self: center !important;
  }
  .lg-justify-self-stretch {
    justify-self: stretch;
  }
  [class~="lg-justify-self-stretch"] {
    justify-self: stretch;
  }
  .lg-!justify-self-stretch {
    justify-self: stretch !important;
  }
  [class~="lg-!justify-self-stretch"] {
    justify-self: stretch !important;
  }
  .lg-content-normal {
    align-content: normal;
  }
  [class~="lg-content-normal"] {
    align-content: normal;
  }
  .lg-!content-normal {
    align-content: normal !important;
  }
  [class~="lg-!content-normal"] {
    align-content: normal !important;
  }
  .lg-content-center {
    align-content: center;
  }
  [class~="lg-content-center"] {
    align-content: center;
  }
  .lg-!content-center {
    align-content: center !important;
  }
  [class~="lg-!content-center"] {
    align-content: center !important;
  }
  .lg-content-start {
    align-content: flex-start;
  }
  [class~="lg-content-start"] {
    align-content: flex-start;
  }
  .lg-!content-start {
    align-content: flex-start !important;
  }
  [class~="lg-!content-start"] {
    align-content: flex-start !important;
  }
  .lg-content-end {
    align-content: flex-end;
  }
  [class~="lg-content-end"] {
    align-content: flex-end;
  }
  .lg-!content-end {
    align-content: flex-end !important;
  }
  [class~="lg-!content-end"] {
    align-content: flex-end !important;
  }
  .lg-content-between {
    align-content: space-between;
  }
  [class~="lg-content-between"] {
    align-content: space-between;
  }
  .lg-!content-between {
    align-content: space-between !important;
  }
  [class~="lg-!content-between"] {
    align-content: space-between !important;
  }
  .lg-content-around {
    align-content: space-around;
  }
  [class~="lg-content-around"] {
    align-content: space-around;
  }
  .lg-!content-around {
    align-content: space-around !important;
  }
  [class~="lg-!content-around"] {
    align-content: space-around !important;
  }
  .lg-content-evenly {
    align-content: space-evenly;
  }
  [class~="lg-content-evenly"] {
    align-content: space-evenly;
  }
  .lg-!content-evenly {
    align-content: space-evenly !important;
  }
  [class~="lg-!content-evenly"] {
    align-content: space-evenly !important;
  }
  .lg-content-baseline {
    align-content: baseline;
  }
  [class~="lg-content-baseline"] {
    align-content: baseline;
  }
  .lg-!content-baseline {
    align-content: baseline !important;
  }
  [class~="lg-!content-baseline"] {
    align-content: baseline !important;
  }
  .lg-content-stretch {
    align-content: stretch;
  }
  [class~="lg-content-stretch"] {
    align-content: stretch;
  }
  .lg-!content-stretch {
    align-content: stretch !important;
  }
  [class~="lg-!content-stretch"] {
    align-content: stretch !important;
  }
  .lg-items-start {
    align-items: flex-start;
  }
  [class~="lg-items-start"] {
    align-items: flex-start;
  }
  .lg-!items-start {
    align-items: flex-start !important;
  }
  [class~="lg-!items-start"] {
    align-items: flex-start !important;
  }
  .lg-items-end {
    align-items: flex-end;
  }
  [class~="lg-items-end"] {
    align-items: flex-end;
  }
  .lg-!items-end {
    align-items: flex-end !important;
  }
  [class~="lg-!items-end"] {
    align-items: flex-end !important;
  }
  .lg-items-center {
    align-items: center;
  }
  [class~="lg-items-center"] {
    align-items: center;
  }
  .lg-!items-center {
    align-items: center !important;
  }
  [class~="lg-!items-center"] {
    align-items: center !important;
  }
  .lg-items-baseline {
    align-items: baseline;
  }
  [class~="lg-items-baseline"] {
    align-items: baseline;
  }
  .lg-!items-baseline {
    align-items: baseline !important;
  }
  [class~="lg-!items-baseline"] {
    align-items: baseline !important;
  }
  .lg-items-stretch {
    align-items: stretch;
  }
  [class~="lg-items-stretch"] {
    align-items: stretch;
  }
  .lg-!items-stretch {
    align-items: stretch !important;
  }
  [class~="lg-!items-stretch"] {
    align-items: stretch !important;
  }
  .lg-self-auto {
    align-self: auto;
  }
  [class~="lg-self-auto"] {
    align-self: auto;
  }
  .lg-!self-auto {
    align-self: auto !important;
  }
  [class~="lg-!self-auto"] {
    align-self: auto !important;
  }
  .lg-self-start {
    align-self: flex-start;
  }
  [class~="lg-self-start"] {
    align-self: flex-start;
  }
  .lg-!self-start {
    align-self: flex-start !important;
  }
  [class~="lg-!self-start"] {
    align-self: flex-start !important;
  }
  .lg-self-end {
    align-self: flex-end;
  }
  [class~="lg-self-end"] {
    align-self: flex-end;
  }
  .lg-!self-end {
    align-self: flex-end !important;
  }
  [class~="lg-!self-end"] {
    align-self: flex-end !important;
  }
  .lg-self-center {
    align-self: center;
  }
  [class~="lg-self-center"] {
    align-self: center;
  }
  .lg-!self-center {
    align-self: center !important;
  }
  [class~="lg-!self-center"] {
    align-self: center !important;
  }
  .lg-self-stretch {
    align-self: stretch;
  }
  [class~="lg-self-stretch"] {
    align-self: stretch;
  }
  .lg-!self-stretch {
    align-self: stretch !important;
  }
  [class~="lg-!self-stretch"] {
    align-self: stretch !important;
  }
  .lg-self-baseline {
    align-self: baseline;
  }
  [class~="lg-self-baseline"] {
    align-self: baseline;
  }
  .lg-!self-baseline {
    align-self: baseline !important;
  }
  [class~="lg-!self-baseline"] {
    align-self: baseline !important;
  }
  .lg-place-content-center {
    place-content: center;
  }
  [class~="lg-place-content-center"] {
    place-content: center;
  }
  .lg-!place-content-center {
    place-content: center !important;
  }
  [class~="lg-!place-content-center"] {
    place-content: center !important;
  }
  .lg-place-content-start {
    place-content: start;
  }
  [class~="lg-place-content-start"] {
    place-content: start;
  }
  .lg-!place-content-start {
    place-content: start !important;
  }
  [class~="lg-!place-content-start"] {
    place-content: start !important;
  }
  .lg-place-content-end {
    place-content: end;
  }
  [class~="lg-place-content-end"] {
    place-content: end;
  }
  .lg-!place-content-end {
    place-content: end !important;
  }
  [class~="lg-!place-content-end"] {
    place-content: end !important;
  }
  .lg-place-content-between {
    place-content: space-between;
  }
  [class~="lg-place-content-between"] {
    place-content: space-between;
  }
  .lg-!place-content-between {
    place-content: space-between !important;
  }
  [class~="lg-!place-content-between"] {
    place-content: space-between !important;
  }
  .lg-place-content-around {
    place-content: space-around;
  }
  [class~="lg-place-content-around"] {
    place-content: space-around;
  }
  .lg-!place-content-around {
    place-content: space-around !important;
  }
  [class~="lg-!place-content-around"] {
    place-content: space-around !important;
  }
  .lg-place-content-evenly {
    place-content: space-evenly;
  }
  [class~="lg-place-content-evenly"] {
    place-content: space-evenly;
  }
  .lg-!place-content-evenly {
    place-content: space-evenly !important;
  }
  [class~="lg-!place-content-evenly"] {
    place-content: space-evenly !important;
  }
  .lg-place-content-baseline {
    place-content: baseline;
  }
  [class~="lg-place-content-baseline"] {
    place-content: baseline;
  }
  .lg-!place-content-baseline {
    place-content: baseline !important;
  }
  [class~="lg-!place-content-baseline"] {
    place-content: baseline !important;
  }
  .lg-place-content-stretch {
    place-content: stretch;
  }
  [class~="lg-place-content-stretch"] {
    place-content: stretch;
  }
  .lg-!place-content-stretch {
    place-content: stretch !important;
  }
  [class~="lg-!place-content-stretch"] {
    place-content: stretch !important;
  }
  .lg-place-items-start {
    place-items: start;
  }
  [class~="lg-place-items-start"] {
    place-items: start;
  }
  .lg-!place-items-start {
    place-items: start !important;
  }
  [class~="lg-!place-items-start"] {
    place-items: start !important;
  }
  .lg-place-items-end {
    place-items: end;
  }
  [class~="lg-place-items-end"] {
    place-items: end;
  }
  .lg-!place-items-end {
    place-items: end !important;
  }
  [class~="lg-!place-items-end"] {
    place-items: end !important;
  }
  .lg-place-items-center {
    place-items: center;
  }
  [class~="lg-place-items-center"] {
    place-items: center;
  }
  .lg-!place-items-center {
    place-items: center !important;
  }
  [class~="lg-!place-items-center"] {
    place-items: center !important;
  }
  .lg-place-items-baseline {
    place-items: baseline;
  }
  [class~="lg-place-items-baseline"] {
    place-items: baseline;
  }
  .lg-!place-items-baseline {
    place-items: baseline !important;
  }
  [class~="lg-!place-items-baseline"] {
    place-items: baseline !important;
  }
  .lg-place-items-stretch {
    place-items: stretch;
  }
  [class~="lg-place-items-stretch"] {
    place-items: stretch;
  }
  .lg-!place-items-stretch {
    place-items: stretch !important;
  }
  [class~="lg-!place-items-stretch"] {
    place-items: stretch !important;
  }
  .lg-place-self-auto {
    place-self: auto;
  }
  [class~="lg-place-self-auto"] {
    place-self: auto;
  }
  .lg-!place-self-auto {
    place-self: auto !important;
  }
  [class~="lg-!place-self-auto"] {
    place-self: auto !important;
  }
  .lg-place-self-start {
    place-self: start;
  }
  [class~="lg-place-self-start"] {
    place-self: start;
  }
  .lg-!place-self-start {
    place-self: start !important;
  }
  [class~="lg-!place-self-start"] {
    place-self: start !important;
  }
  .lg-place-self-end {
    place-self: end;
  }
  [class~="lg-place-self-end"] {
    place-self: end;
  }
  .lg-!place-self-end {
    place-self: end !important;
  }
  [class~="lg-!place-self-end"] {
    place-self: end !important;
  }
  .lg-place-self-center {
    place-self: center;
  }
  [class~="lg-place-self-center"] {
    place-self: center;
  }
  .lg-!place-self-center {
    place-self: center !important;
  }
  [class~="lg-!place-self-center"] {
    place-self: center !important;
  }
  .lg-place-self-stretch {
    place-self: stretch;
  }
  [class~="lg-place-self-stretch"] {
    place-self: stretch;
  }
  .lg-!place-self-stretch {
    place-self: stretch !important;
  }
  [class~="lg-!place-self-stretch"] {
    place-self: stretch !important;
  }
  .lg-gap-0 {
    gap: 0 ;
  }
  [class~="lg-gap-0"] {
    gap: 0 ;
  }
  .lg-!gap-0 {
    gap: 0  !important;
  }
  [class~="lg-!gap-0"] {
    gap: 0  !important;
  }
  .lg-gap-x-0 {
    column-gap: 0 ;
  }
  [class~="lg-gap-x-0"] {
    column-gap: 0 ;
  }
  .lg-!gap-x-0 {
    column-gap: 0  !important;
  }
  [class~="lg-!gap-x-0"] {
    column-gap: 0  !important;
  }
  .lg-gap-y-0 {
    row-gap: 0 ;
  }
  [class~="lg-gap-y-0"] {
    row-gap: 0 ;
  }
  .lg-!gap-y-0 {
    row-gap: 0  !important;
  }
  [class~="lg-!gap-y-0"] {
    row-gap: 0  !important;
  }
  .lg-gap-px {
    gap: 1px ;
  }
  [class~="lg-gap-px"] {
    gap: 1px ;
  }
  .lg-!gap-px {
    gap: 1px  !important;
  }
  [class~="lg-!gap-px"] {
    gap: 1px  !important;
  }
  .lg-gap-x-px {
    column-gap: 1px ;
  }
  [class~="lg-gap-x-px"] {
    column-gap: 1px ;
  }
  .lg-!gap-x-px {
    column-gap: 1px  !important;
  }
  [class~="lg-!gap-x-px"] {
    column-gap: 1px  !important;
  }
  .lg-gap-y-px {
    row-gap: 1px ;
  }
  [class~="lg-gap-y-px"] {
    row-gap: 1px ;
  }
  .lg-!gap-y-px {
    row-gap: 1px  !important;
  }
  [class~="lg-!gap-y-px"] {
    row-gap: 1px  !important;
  }
  .lg-gap-0\.5 {
    gap: 0.125rem ;
  }
  [class~="lg-gap-0\.5"] {
    gap: 0.125rem ;
  }
  .lg-!gap-0\.5 {
    gap: 0.125rem  !important;
  }
  [class~="lg-!gap-0\.5"] {
    gap: 0.125rem  !important;
  }
  .lg-gap-x-0\.5 {
    column-gap: 0.125rem ;
  }
  [class~="lg-gap-x-0\.5"] {
    column-gap: 0.125rem ;
  }
  .lg-!gap-x-0\.5 {
    column-gap: 0.125rem  !important;
  }
  [class~="lg-!gap-x-0\.5"] {
    column-gap: 0.125rem  !important;
  }
  .lg-gap-y-0\.5 {
    row-gap: 0.125rem ;
  }
  [class~="lg-gap-y-0\.5"] {
    row-gap: 0.125rem ;
  }
  .lg-!gap-y-0\.5 {
    row-gap: 0.125rem  !important;
  }
  [class~="lg-!gap-y-0\.5"] {
    row-gap: 0.125rem  !important;
  }
  .lg-gap-1 {
    gap: 0.25rem ;
  }
  [class~="lg-gap-1"] {
    gap: 0.25rem ;
  }
  .lg-!gap-1 {
    gap: 0.25rem  !important;
  }
  [class~="lg-!gap-1"] {
    gap: 0.25rem  !important;
  }
  .lg-gap-x-1 {
    column-gap: 0.25rem ;
  }
  [class~="lg-gap-x-1"] {
    column-gap: 0.25rem ;
  }
  .lg-!gap-x-1 {
    column-gap: 0.25rem  !important;
  }
  [class~="lg-!gap-x-1"] {
    column-gap: 0.25rem  !important;
  }
  .lg-gap-y-1 {
    row-gap: 0.25rem ;
  }
  [class~="lg-gap-y-1"] {
    row-gap: 0.25rem ;
  }
  .lg-!gap-y-1 {
    row-gap: 0.25rem  !important;
  }
  [class~="lg-!gap-y-1"] {
    row-gap: 0.25rem  !important;
  }
  .lg-gap-1\.5 {
    gap: 0.375rem ;
  }
  [class~="lg-gap-1\.5"] {
    gap: 0.375rem ;
  }
  .lg-!gap-1\.5 {
    gap: 0.375rem  !important;
  }
  [class~="lg-!gap-1\.5"] {
    gap: 0.375rem  !important;
  }
  .lg-gap-x-1\.5 {
    column-gap: 0.375rem ;
  }
  [class~="lg-gap-x-1\.5"] {
    column-gap: 0.375rem ;
  }
  .lg-!gap-x-1\.5 {
    column-gap: 0.375rem  !important;
  }
  [class~="lg-!gap-x-1\.5"] {
    column-gap: 0.375rem  !important;
  }
  .lg-gap-y-1\.5 {
    row-gap: 0.375rem ;
  }
  [class~="lg-gap-y-1\.5"] {
    row-gap: 0.375rem ;
  }
  .lg-!gap-y-1\.5 {
    row-gap: 0.375rem  !important;
  }
  [class~="lg-!gap-y-1\.5"] {
    row-gap: 0.375rem  !important;
  }
  .lg-gap-2 {
    gap: 0.5rem ;
  }
  [class~="lg-gap-2"] {
    gap: 0.5rem ;
  }
  .lg-!gap-2 {
    gap: 0.5rem  !important;
  }
  [class~="lg-!gap-2"] {
    gap: 0.5rem  !important;
  }
  .lg-gap-x-2 {
    column-gap: 0.5rem ;
  }
  [class~="lg-gap-x-2"] {
    column-gap: 0.5rem ;
  }
  .lg-!gap-x-2 {
    column-gap: 0.5rem  !important;
  }
  [class~="lg-!gap-x-2"] {
    column-gap: 0.5rem  !important;
  }
  .lg-gap-y-2 {
    row-gap: 0.5rem ;
  }
  [class~="lg-gap-y-2"] {
    row-gap: 0.5rem ;
  }
  .lg-!gap-y-2 {
    row-gap: 0.5rem  !important;
  }
  [class~="lg-!gap-y-2"] {
    row-gap: 0.5rem  !important;
  }
  .lg-gap-2\.5 {
    gap: 0.625rem ;
  }
  [class~="lg-gap-2\.5"] {
    gap: 0.625rem ;
  }
  .lg-!gap-2\.5 {
    gap: 0.625rem  !important;
  }
  [class~="lg-!gap-2\.5"] {
    gap: 0.625rem  !important;
  }
  .lg-gap-x-2\.5 {
    column-gap: 0.625rem ;
  }
  [class~="lg-gap-x-2\.5"] {
    column-gap: 0.625rem ;
  }
  .lg-!gap-x-2\.5 {
    column-gap: 0.625rem  !important;
  }
  [class~="lg-!gap-x-2\.5"] {
    column-gap: 0.625rem  !important;
  }
  .lg-gap-y-2\.5 {
    row-gap: 0.625rem ;
  }
  [class~="lg-gap-y-2\.5"] {
    row-gap: 0.625rem ;
  }
  .lg-!gap-y-2\.5 {
    row-gap: 0.625rem  !important;
  }
  [class~="lg-!gap-y-2\.5"] {
    row-gap: 0.625rem  !important;
  }
  .lg-gap-3 {
    gap: 0.75rem ;
  }
  [class~="lg-gap-3"] {
    gap: 0.75rem ;
  }
  .lg-!gap-3 {
    gap: 0.75rem  !important;
  }
  [class~="lg-!gap-3"] {
    gap: 0.75rem  !important;
  }
  .lg-gap-x-3 {
    column-gap: 0.75rem ;
  }
  [class~="lg-gap-x-3"] {
    column-gap: 0.75rem ;
  }
  .lg-!gap-x-3 {
    column-gap: 0.75rem  !important;
  }
  [class~="lg-!gap-x-3"] {
    column-gap: 0.75rem  !important;
  }
  .lg-gap-y-3 {
    row-gap: 0.75rem ;
  }
  [class~="lg-gap-y-3"] {
    row-gap: 0.75rem ;
  }
  .lg-!gap-y-3 {
    row-gap: 0.75rem  !important;
  }
  [class~="lg-!gap-y-3"] {
    row-gap: 0.75rem  !important;
  }
  .lg-gap-3\.5 {
    gap: 0.875rem ;
  }
  [class~="lg-gap-3\.5"] {
    gap: 0.875rem ;
  }
  .lg-!gap-3\.5 {
    gap: 0.875rem  !important;
  }
  [class~="lg-!gap-3\.5"] {
    gap: 0.875rem  !important;
  }
  .lg-gap-x-3\.5 {
    column-gap: 0.875rem ;
  }
  [class~="lg-gap-x-3\.5"] {
    column-gap: 0.875rem ;
  }
  .lg-!gap-x-3\.5 {
    column-gap: 0.875rem  !important;
  }
  [class~="lg-!gap-x-3\.5"] {
    column-gap: 0.875rem  !important;
  }
  .lg-gap-y-3\.5 {
    row-gap: 0.875rem ;
  }
  [class~="lg-gap-y-3\.5"] {
    row-gap: 0.875rem ;
  }
  .lg-!gap-y-3\.5 {
    row-gap: 0.875rem  !important;
  }
  [class~="lg-!gap-y-3\.5"] {
    row-gap: 0.875rem  !important;
  }
  .lg-gap-4 {
    gap: 1rem ;
  }
  [class~="lg-gap-4"] {
    gap: 1rem ;
  }
  .lg-!gap-4 {
    gap: 1rem  !important;
  }
  [class~="lg-!gap-4"] {
    gap: 1rem  !important;
  }
  .lg-gap-x-4 {
    column-gap: 1rem ;
  }
  [class~="lg-gap-x-4"] {
    column-gap: 1rem ;
  }
  .lg-!gap-x-4 {
    column-gap: 1rem  !important;
  }
  [class~="lg-!gap-x-4"] {
    column-gap: 1rem  !important;
  }
  .lg-gap-y-4 {
    row-gap: 1rem ;
  }
  [class~="lg-gap-y-4"] {
    row-gap: 1rem ;
  }
  .lg-!gap-y-4 {
    row-gap: 1rem  !important;
  }
  [class~="lg-!gap-y-4"] {
    row-gap: 1rem  !important;
  }
  .lg-gap-5 {
    gap: 1.25rem ;
  }
  [class~="lg-gap-5"] {
    gap: 1.25rem ;
  }
  .lg-!gap-5 {
    gap: 1.25rem  !important;
  }
  [class~="lg-!gap-5"] {
    gap: 1.25rem  !important;
  }
  .lg-gap-x-5 {
    column-gap: 1.25rem ;
  }
  [class~="lg-gap-x-5"] {
    column-gap: 1.25rem ;
  }
  .lg-!gap-x-5 {
    column-gap: 1.25rem  !important;
  }
  [class~="lg-!gap-x-5"] {
    column-gap: 1.25rem  !important;
  }
  .lg-gap-y-5 {
    row-gap: 1.25rem ;
  }
  [class~="lg-gap-y-5"] {
    row-gap: 1.25rem ;
  }
  .lg-!gap-y-5 {
    row-gap: 1.25rem  !important;
  }
  [class~="lg-!gap-y-5"] {
    row-gap: 1.25rem  !important;
  }
  .lg-gap-6 {
    gap: 1.5rem ;
  }
  [class~="lg-gap-6"] {
    gap: 1.5rem ;
  }
  .lg-!gap-6 {
    gap: 1.5rem  !important;
  }
  [class~="lg-!gap-6"] {
    gap: 1.5rem  !important;
  }
  .lg-gap-x-6 {
    column-gap: 1.5rem ;
  }
  [class~="lg-gap-x-6"] {
    column-gap: 1.5rem ;
  }
  .lg-!gap-x-6 {
    column-gap: 1.5rem  !important;
  }
  [class~="lg-!gap-x-6"] {
    column-gap: 1.5rem  !important;
  }
  .lg-gap-y-6 {
    row-gap: 1.5rem ;
  }
  [class~="lg-gap-y-6"] {
    row-gap: 1.5rem ;
  }
  .lg-!gap-y-6 {
    row-gap: 1.5rem  !important;
  }
  [class~="lg-!gap-y-6"] {
    row-gap: 1.5rem  !important;
  }
  .lg-gap-7 {
    gap: 1.75rem ;
  }
  [class~="lg-gap-7"] {
    gap: 1.75rem ;
  }
  .lg-!gap-7 {
    gap: 1.75rem  !important;
  }
  [class~="lg-!gap-7"] {
    gap: 1.75rem  !important;
  }
  .lg-gap-x-7 {
    column-gap: 1.75rem ;
  }
  [class~="lg-gap-x-7"] {
    column-gap: 1.75rem ;
  }
  .lg-!gap-x-7 {
    column-gap: 1.75rem  !important;
  }
  [class~="lg-!gap-x-7"] {
    column-gap: 1.75rem  !important;
  }
  .lg-gap-y-7 {
    row-gap: 1.75rem ;
  }
  [class~="lg-gap-y-7"] {
    row-gap: 1.75rem ;
  }
  .lg-!gap-y-7 {
    row-gap: 1.75rem  !important;
  }
  [class~="lg-!gap-y-7"] {
    row-gap: 1.75rem  !important;
  }
  .lg-gap-8 {
    gap: 2rem ;
  }
  [class~="lg-gap-8"] {
    gap: 2rem ;
  }
  .lg-!gap-8 {
    gap: 2rem  !important;
  }
  [class~="lg-!gap-8"] {
    gap: 2rem  !important;
  }
  .lg-gap-x-8 {
    column-gap: 2rem ;
  }
  [class~="lg-gap-x-8"] {
    column-gap: 2rem ;
  }
  .lg-!gap-x-8 {
    column-gap: 2rem  !important;
  }
  [class~="lg-!gap-x-8"] {
    column-gap: 2rem  !important;
  }
  .lg-gap-y-8 {
    row-gap: 2rem ;
  }
  [class~="lg-gap-y-8"] {
    row-gap: 2rem ;
  }
  .lg-!gap-y-8 {
    row-gap: 2rem  !important;
  }
  [class~="lg-!gap-y-8"] {
    row-gap: 2rem  !important;
  }
  .lg-gap-9 {
    gap: 2.25rem ;
  }
  [class~="lg-gap-9"] {
    gap: 2.25rem ;
  }
  .lg-!gap-9 {
    gap: 2.25rem  !important;
  }
  [class~="lg-!gap-9"] {
    gap: 2.25rem  !important;
  }
  .lg-gap-x-9 {
    column-gap: 2.25rem ;
  }
  [class~="lg-gap-x-9"] {
    column-gap: 2.25rem ;
  }
  .lg-!gap-x-9 {
    column-gap: 2.25rem  !important;
  }
  [class~="lg-!gap-x-9"] {
    column-gap: 2.25rem  !important;
  }
  .lg-gap-y-9 {
    row-gap: 2.25rem ;
  }
  [class~="lg-gap-y-9"] {
    row-gap: 2.25rem ;
  }
  .lg-!gap-y-9 {
    row-gap: 2.25rem  !important;
  }
  [class~="lg-!gap-y-9"] {
    row-gap: 2.25rem  !important;
  }
  .lg-gap-10 {
    gap: 2.5rem ;
  }
  [class~="lg-gap-10"] {
    gap: 2.5rem ;
  }
  .lg-!gap-10 {
    gap: 2.5rem  !important;
  }
  [class~="lg-!gap-10"] {
    gap: 2.5rem  !important;
  }
  .lg-gap-x-10 {
    column-gap: 2.5rem ;
  }
  [class~="lg-gap-x-10"] {
    column-gap: 2.5rem ;
  }
  .lg-!gap-x-10 {
    column-gap: 2.5rem  !important;
  }
  [class~="lg-!gap-x-10"] {
    column-gap: 2.5rem  !important;
  }
  .lg-gap-y-10 {
    row-gap: 2.5rem ;
  }
  [class~="lg-gap-y-10"] {
    row-gap: 2.5rem ;
  }
  .lg-!gap-y-10 {
    row-gap: 2.5rem  !important;
  }
  [class~="lg-!gap-y-10"] {
    row-gap: 2.5rem  !important;
  }
  .lg-gap-11 {
    gap: 2.75rem ;
  }
  [class~="lg-gap-11"] {
    gap: 2.75rem ;
  }
  .lg-!gap-11 {
    gap: 2.75rem  !important;
  }
  [class~="lg-!gap-11"] {
    gap: 2.75rem  !important;
  }
  .lg-gap-x-11 {
    column-gap: 2.75rem ;
  }
  [class~="lg-gap-x-11"] {
    column-gap: 2.75rem ;
  }
  .lg-!gap-x-11 {
    column-gap: 2.75rem  !important;
  }
  [class~="lg-!gap-x-11"] {
    column-gap: 2.75rem  !important;
  }
  .lg-gap-y-11 {
    row-gap: 2.75rem ;
  }
  [class~="lg-gap-y-11"] {
    row-gap: 2.75rem ;
  }
  .lg-!gap-y-11 {
    row-gap: 2.75rem  !important;
  }
  [class~="lg-!gap-y-11"] {
    row-gap: 2.75rem  !important;
  }
  .lg-gap-12 {
    gap: 3rem ;
  }
  [class~="lg-gap-12"] {
    gap: 3rem ;
  }
  .lg-!gap-12 {
    gap: 3rem  !important;
  }
  [class~="lg-!gap-12"] {
    gap: 3rem  !important;
  }
  .lg-gap-x-12 {
    column-gap: 3rem ;
  }
  [class~="lg-gap-x-12"] {
    column-gap: 3rem ;
  }
  .lg-!gap-x-12 {
    column-gap: 3rem  !important;
  }
  [class~="lg-!gap-x-12"] {
    column-gap: 3rem  !important;
  }
  .lg-gap-y-12 {
    row-gap: 3rem ;
  }
  [class~="lg-gap-y-12"] {
    row-gap: 3rem ;
  }
  .lg-!gap-y-12 {
    row-gap: 3rem  !important;
  }
  [class~="lg-!gap-y-12"] {
    row-gap: 3rem  !important;
  }
  .lg-gap-14 {
    gap: 3.5rem ;
  }
  [class~="lg-gap-14"] {
    gap: 3.5rem ;
  }
  .lg-!gap-14 {
    gap: 3.5rem  !important;
  }
  [class~="lg-!gap-14"] {
    gap: 3.5rem  !important;
  }
  .lg-gap-x-14 {
    column-gap: 3.5rem ;
  }
  [class~="lg-gap-x-14"] {
    column-gap: 3.5rem ;
  }
  .lg-!gap-x-14 {
    column-gap: 3.5rem  !important;
  }
  [class~="lg-!gap-x-14"] {
    column-gap: 3.5rem  !important;
  }
  .lg-gap-y-14 {
    row-gap: 3.5rem ;
  }
  [class~="lg-gap-y-14"] {
    row-gap: 3.5rem ;
  }
  .lg-!gap-y-14 {
    row-gap: 3.5rem  !important;
  }
  [class~="lg-!gap-y-14"] {
    row-gap: 3.5rem  !important;
  }
  .lg-gap-16 {
    gap: 4rem ;
  }
  [class~="lg-gap-16"] {
    gap: 4rem ;
  }
  .lg-!gap-16 {
    gap: 4rem  !important;
  }
  [class~="lg-!gap-16"] {
    gap: 4rem  !important;
  }
  .lg-gap-x-16 {
    column-gap: 4rem ;
  }
  [class~="lg-gap-x-16"] {
    column-gap: 4rem ;
  }
  .lg-!gap-x-16 {
    column-gap: 4rem  !important;
  }
  [class~="lg-!gap-x-16"] {
    column-gap: 4rem  !important;
  }
  .lg-gap-y-16 {
    row-gap: 4rem ;
  }
  [class~="lg-gap-y-16"] {
    row-gap: 4rem ;
  }
  .lg-!gap-y-16 {
    row-gap: 4rem  !important;
  }
  [class~="lg-!gap-y-16"] {
    row-gap: 4rem  !important;
  }
  .lg-gap-20 {
    gap: 5rem ;
  }
  [class~="lg-gap-20"] {
    gap: 5rem ;
  }
  .lg-!gap-20 {
    gap: 5rem  !important;
  }
  [class~="lg-!gap-20"] {
    gap: 5rem  !important;
  }
  .lg-gap-x-20 {
    column-gap: 5rem ;
  }
  [class~="lg-gap-x-20"] {
    column-gap: 5rem ;
  }
  .lg-!gap-x-20 {
    column-gap: 5rem  !important;
  }
  [class~="lg-!gap-x-20"] {
    column-gap: 5rem  !important;
  }
  .lg-gap-y-20 {
    row-gap: 5rem ;
  }
  [class~="lg-gap-y-20"] {
    row-gap: 5rem ;
  }
  .lg-!gap-y-20 {
    row-gap: 5rem  !important;
  }
  [class~="lg-!gap-y-20"] {
    row-gap: 5rem  !important;
  }
  .lg-gap-24 {
    gap: 6rem ;
  }
  [class~="lg-gap-24"] {
    gap: 6rem ;
  }
  .lg-!gap-24 {
    gap: 6rem  !important;
  }
  [class~="lg-!gap-24"] {
    gap: 6rem  !important;
  }
  .lg-gap-x-24 {
    column-gap: 6rem ;
  }
  [class~="lg-gap-x-24"] {
    column-gap: 6rem ;
  }
  .lg-!gap-x-24 {
    column-gap: 6rem  !important;
  }
  [class~="lg-!gap-x-24"] {
    column-gap: 6rem  !important;
  }
  .lg-gap-y-24 {
    row-gap: 6rem ;
  }
  [class~="lg-gap-y-24"] {
    row-gap: 6rem ;
  }
  .lg-!gap-y-24 {
    row-gap: 6rem  !important;
  }
  [class~="lg-!gap-y-24"] {
    row-gap: 6rem  !important;
  }
  .lg-gap-28 {
    gap: 7rem ;
  }
  [class~="lg-gap-28"] {
    gap: 7rem ;
  }
  .lg-!gap-28 {
    gap: 7rem  !important;
  }
  [class~="lg-!gap-28"] {
    gap: 7rem  !important;
  }
  .lg-gap-x-28 {
    column-gap: 7rem ;
  }
  [class~="lg-gap-x-28"] {
    column-gap: 7rem ;
  }
  .lg-!gap-x-28 {
    column-gap: 7rem  !important;
  }
  [class~="lg-!gap-x-28"] {
    column-gap: 7rem  !important;
  }
  .lg-gap-y-28 {
    row-gap: 7rem ;
  }
  [class~="lg-gap-y-28"] {
    row-gap: 7rem ;
  }
  .lg-!gap-y-28 {
    row-gap: 7rem  !important;
  }
  [class~="lg-!gap-y-28"] {
    row-gap: 7rem  !important;
  }
  .lg-gap-32 {
    gap: 8rem ;
  }
  [class~="lg-gap-32"] {
    gap: 8rem ;
  }
  .lg-!gap-32 {
    gap: 8rem  !important;
  }
  [class~="lg-!gap-32"] {
    gap: 8rem  !important;
  }
  .lg-gap-x-32 {
    column-gap: 8rem ;
  }
  [class~="lg-gap-x-32"] {
    column-gap: 8rem ;
  }
  .lg-!gap-x-32 {
    column-gap: 8rem  !important;
  }
  [class~="lg-!gap-x-32"] {
    column-gap: 8rem  !important;
  }
  .lg-gap-y-32 {
    row-gap: 8rem ;
  }
  [class~="lg-gap-y-32"] {
    row-gap: 8rem ;
  }
  .lg-!gap-y-32 {
    row-gap: 8rem  !important;
  }
  [class~="lg-!gap-y-32"] {
    row-gap: 8rem  !important;
  }
  .lg-gap-36 {
    gap: 9rem ;
  }
  [class~="lg-gap-36"] {
    gap: 9rem ;
  }
  .lg-!gap-36 {
    gap: 9rem  !important;
  }
  [class~="lg-!gap-36"] {
    gap: 9rem  !important;
  }
  .lg-gap-x-36 {
    column-gap: 9rem ;
  }
  [class~="lg-gap-x-36"] {
    column-gap: 9rem ;
  }
  .lg-!gap-x-36 {
    column-gap: 9rem  !important;
  }
  [class~="lg-!gap-x-36"] {
    column-gap: 9rem  !important;
  }
  .lg-gap-y-36 {
    row-gap: 9rem ;
  }
  [class~="lg-gap-y-36"] {
    row-gap: 9rem ;
  }
  .lg-!gap-y-36 {
    row-gap: 9rem  !important;
  }
  [class~="lg-!gap-y-36"] {
    row-gap: 9rem  !important;
  }
  .lg-gap-40 {
    gap: 10rem ;
  }
  [class~="lg-gap-40"] {
    gap: 10rem ;
  }
  .lg-!gap-40 {
    gap: 10rem  !important;
  }
  [class~="lg-!gap-40"] {
    gap: 10rem  !important;
  }
  .lg-gap-x-40 {
    column-gap: 10rem ;
  }
  [class~="lg-gap-x-40"] {
    column-gap: 10rem ;
  }
  .lg-!gap-x-40 {
    column-gap: 10rem  !important;
  }
  [class~="lg-!gap-x-40"] {
    column-gap: 10rem  !important;
  }
  .lg-gap-y-40 {
    row-gap: 10rem ;
  }
  [class~="lg-gap-y-40"] {
    row-gap: 10rem ;
  }
  .lg-!gap-y-40 {
    row-gap: 10rem  !important;
  }
  [class~="lg-!gap-y-40"] {
    row-gap: 10rem  !important;
  }
  .lg-gap-44 {
    gap: 11rem ;
  }
  [class~="lg-gap-44"] {
    gap: 11rem ;
  }
  .lg-!gap-44 {
    gap: 11rem  !important;
  }
  [class~="lg-!gap-44"] {
    gap: 11rem  !important;
  }
  .lg-gap-x-44 {
    column-gap: 11rem ;
  }
  [class~="lg-gap-x-44"] {
    column-gap: 11rem ;
  }
  .lg-!gap-x-44 {
    column-gap: 11rem  !important;
  }
  [class~="lg-!gap-x-44"] {
    column-gap: 11rem  !important;
  }
  .lg-gap-y-44 {
    row-gap: 11rem ;
  }
  [class~="lg-gap-y-44"] {
    row-gap: 11rem ;
  }
  .lg-!gap-y-44 {
    row-gap: 11rem  !important;
  }
  [class~="lg-!gap-y-44"] {
    row-gap: 11rem  !important;
  }
  .lg-gap-48 {
    gap: 12rem ;
  }
  [class~="lg-gap-48"] {
    gap: 12rem ;
  }
  .lg-!gap-48 {
    gap: 12rem  !important;
  }
  [class~="lg-!gap-48"] {
    gap: 12rem  !important;
  }
  .lg-gap-x-48 {
    column-gap: 12rem ;
  }
  [class~="lg-gap-x-48"] {
    column-gap: 12rem ;
  }
  .lg-!gap-x-48 {
    column-gap: 12rem  !important;
  }
  [class~="lg-!gap-x-48"] {
    column-gap: 12rem  !important;
  }
  .lg-gap-y-48 {
    row-gap: 12rem ;
  }
  [class~="lg-gap-y-48"] {
    row-gap: 12rem ;
  }
  .lg-!gap-y-48 {
    row-gap: 12rem  !important;
  }
  [class~="lg-!gap-y-48"] {
    row-gap: 12rem  !important;
  }
  .lg-gap-52 {
    gap: 13rem ;
  }
  [class~="lg-gap-52"] {
    gap: 13rem ;
  }
  .lg-!gap-52 {
    gap: 13rem  !important;
  }
  [class~="lg-!gap-52"] {
    gap: 13rem  !important;
  }
  .lg-gap-x-52 {
    column-gap: 13rem ;
  }
  [class~="lg-gap-x-52"] {
    column-gap: 13rem ;
  }
  .lg-!gap-x-52 {
    column-gap: 13rem  !important;
  }
  [class~="lg-!gap-x-52"] {
    column-gap: 13rem  !important;
  }
  .lg-gap-y-52 {
    row-gap: 13rem ;
  }
  [class~="lg-gap-y-52"] {
    row-gap: 13rem ;
  }
  .lg-!gap-y-52 {
    row-gap: 13rem  !important;
  }
  [class~="lg-!gap-y-52"] {
    row-gap: 13rem  !important;
  }
  .lg-gap-56 {
    gap: 14rem ;
  }
  [class~="lg-gap-56"] {
    gap: 14rem ;
  }
  .lg-!gap-56 {
    gap: 14rem  !important;
  }
  [class~="lg-!gap-56"] {
    gap: 14rem  !important;
  }
  .lg-gap-x-56 {
    column-gap: 14rem ;
  }
  [class~="lg-gap-x-56"] {
    column-gap: 14rem ;
  }
  .lg-!gap-x-56 {
    column-gap: 14rem  !important;
  }
  [class~="lg-!gap-x-56"] {
    column-gap: 14rem  !important;
  }
  .lg-gap-y-56 {
    row-gap: 14rem ;
  }
  [class~="lg-gap-y-56"] {
    row-gap: 14rem ;
  }
  .lg-!gap-y-56 {
    row-gap: 14rem  !important;
  }
  [class~="lg-!gap-y-56"] {
    row-gap: 14rem  !important;
  }
  .lg-gap-60 {
    gap: 15rem ;
  }
  [class~="lg-gap-60"] {
    gap: 15rem ;
  }
  .lg-!gap-60 {
    gap: 15rem  !important;
  }
  [class~="lg-!gap-60"] {
    gap: 15rem  !important;
  }
  .lg-gap-x-60 {
    column-gap: 15rem ;
  }
  [class~="lg-gap-x-60"] {
    column-gap: 15rem ;
  }
  .lg-!gap-x-60 {
    column-gap: 15rem  !important;
  }
  [class~="lg-!gap-x-60"] {
    column-gap: 15rem  !important;
  }
  .lg-gap-y-60 {
    row-gap: 15rem ;
  }
  [class~="lg-gap-y-60"] {
    row-gap: 15rem ;
  }
  .lg-!gap-y-60 {
    row-gap: 15rem  !important;
  }
  [class~="lg-!gap-y-60"] {
    row-gap: 15rem  !important;
  }
  .lg-gap-64 {
    gap: 16rem ;
  }
  [class~="lg-gap-64"] {
    gap: 16rem ;
  }
  .lg-!gap-64 {
    gap: 16rem  !important;
  }
  [class~="lg-!gap-64"] {
    gap: 16rem  !important;
  }
  .lg-gap-x-64 {
    column-gap: 16rem ;
  }
  [class~="lg-gap-x-64"] {
    column-gap: 16rem ;
  }
  .lg-!gap-x-64 {
    column-gap: 16rem  !important;
  }
  [class~="lg-!gap-x-64"] {
    column-gap: 16rem  !important;
  }
  .lg-gap-y-64 {
    row-gap: 16rem ;
  }
  [class~="lg-gap-y-64"] {
    row-gap: 16rem ;
  }
  .lg-!gap-y-64 {
    row-gap: 16rem  !important;
  }
  [class~="lg-!gap-y-64"] {
    row-gap: 16rem  !important;
  }
  .lg-gap-72 {
    gap: 18rem ;
  }
  [class~="lg-gap-72"] {
    gap: 18rem ;
  }
  .lg-!gap-72 {
    gap: 18rem  !important;
  }
  [class~="lg-!gap-72"] {
    gap: 18rem  !important;
  }
  .lg-gap-x-72 {
    column-gap: 18rem ;
  }
  [class~="lg-gap-x-72"] {
    column-gap: 18rem ;
  }
  .lg-!gap-x-72 {
    column-gap: 18rem  !important;
  }
  [class~="lg-!gap-x-72"] {
    column-gap: 18rem  !important;
  }
  .lg-gap-y-72 {
    row-gap: 18rem ;
  }
  [class~="lg-gap-y-72"] {
    row-gap: 18rem ;
  }
  .lg-!gap-y-72 {
    row-gap: 18rem  !important;
  }
  [class~="lg-!gap-y-72"] {
    row-gap: 18rem  !important;
  }
  .lg-gap-80 {
    gap: 20rem ;
  }
  [class~="lg-gap-80"] {
    gap: 20rem ;
  }
  .lg-!gap-80 {
    gap: 20rem  !important;
  }
  [class~="lg-!gap-80"] {
    gap: 20rem  !important;
  }
  .lg-gap-x-80 {
    column-gap: 20rem ;
  }
  [class~="lg-gap-x-80"] {
    column-gap: 20rem ;
  }
  .lg-!gap-x-80 {
    column-gap: 20rem  !important;
  }
  [class~="lg-!gap-x-80"] {
    column-gap: 20rem  !important;
  }
  .lg-gap-y-80 {
    row-gap: 20rem ;
  }
  [class~="lg-gap-y-80"] {
    row-gap: 20rem ;
  }
  .lg-!gap-y-80 {
    row-gap: 20rem  !important;
  }
  [class~="lg-!gap-y-80"] {
    row-gap: 20rem  !important;
  }
  .lg-gap-96 {
    gap: 24rem ;
  }
  [class~="lg-gap-96"] {
    gap: 24rem ;
  }
  .lg-!gap-96 {
    gap: 24rem  !important;
  }
  [class~="lg-!gap-96"] {
    gap: 24rem  !important;
  }
  .lg-gap-x-96 {
    column-gap: 24rem ;
  }
  [class~="lg-gap-x-96"] {
    column-gap: 24rem ;
  }
  .lg-!gap-x-96 {
    column-gap: 24rem  !important;
  }
  [class~="lg-!gap-x-96"] {
    column-gap: 24rem  !important;
  }
  .lg-gap-y-96 {
    row-gap: 24rem ;
  }
  [class~="lg-gap-y-96"] {
    row-gap: 24rem ;
  }
  .lg-!gap-y-96 {
    row-gap: 24rem  !important;
  }
  [class~="lg-!gap-y-96"] {
    row-gap: 24rem  !important;
  }
  .lg-p-0 {
    padding: 0 ;
  }
  [class~="lg-p-0"] {
    padding: 0 ;
  }
  .lg-!p-0 {
    padding: 0  !important;
  }
  [class~="lg-!p-0"] {
    padding: 0  !important;
  }
  .lg-px-0 {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  [class~="lg-px-0"] {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  .lg-!px-0 {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  [class~="lg-!px-0"] {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .lg-py-0 {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  [class~="lg-py-0"] {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  .lg-!py-0 {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  [class~="lg-!py-0"] {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  .lg-ps-0 {
    padding-inline-start: 0 ;
  }
  [class~="lg-ps-0"] {
    padding-inline-start: 0 ;
  }
  .lg-!ps-0 {
    padding-inline-start: 0  !important;
  }
  [class~="lg-!ps-0"] {
    padding-inline-start: 0  !important;
  }
  .lg-pe-0 {
    padding-inline-end: 0 ;
  }
  [class~="lg-pe-0"] {
    padding-inline-end: 0 ;
  }
  .lg-!pe-0 {
    padding-inline-end: 0  !important;
  }
  [class~="lg-!pe-0"] {
    padding-inline-end: 0  !important;
  }
  .lg-pt-0 {
    padding-top: 0 ;
  }
  [class~="lg-pt-0"] {
    padding-top: 0 ;
  }
  .lg-!pt-0 {
    padding-top: 0  !important;
  }
  [class~="lg-!pt-0"] {
    padding-top: 0  !important;
  }
  .lg-pr-0 {
    padding-right: 0 ;
  }
  [class~="lg-pr-0"] {
    padding-right: 0 ;
  }
  .lg-!pr-0 {
    padding-right: 0  !important;
  }
  [class~="lg-!pr-0"] {
    padding-right: 0  !important;
  }
  .lg-pb-0 {
    padding-bottom: 0 ;
  }
  [class~="lg-pb-0"] {
    padding-bottom: 0 ;
  }
  .lg-!pb-0 {
    padding-bottom: 0  !important;
  }
  [class~="lg-!pb-0"] {
    padding-bottom: 0  !important;
  }
  .lg-pl-0 {
    padding-left: 0 ;
  }
  [class~="lg-pl-0"] {
    padding-left: 0 ;
  }
  .lg-!pl-0 {
    padding-left: 0  !important;
  }
  [class~="lg-!pl-0"] {
    padding-left: 0  !important;
  }
  .lg-p-px {
    padding: 1px ;
  }
  [class~="lg-p-px"] {
    padding: 1px ;
  }
  .lg-!p-px {
    padding: 1px  !important;
  }
  [class~="lg-!p-px"] {
    padding: 1px  !important;
  }
  .lg-px-px {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  [class~="lg-px-px"] {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  .lg-!px-px {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  [class~="lg-!px-px"] {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .lg-py-px {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  [class~="lg-py-px"] {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  .lg-!py-px {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  [class~="lg-!py-px"] {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  .lg-ps-px {
    padding-inline-start: 1px ;
  }
  [class~="lg-ps-px"] {
    padding-inline-start: 1px ;
  }
  .lg-!ps-px {
    padding-inline-start: 1px  !important;
  }
  [class~="lg-!ps-px"] {
    padding-inline-start: 1px  !important;
  }
  .lg-pe-px {
    padding-inline-end: 1px ;
  }
  [class~="lg-pe-px"] {
    padding-inline-end: 1px ;
  }
  .lg-!pe-px {
    padding-inline-end: 1px  !important;
  }
  [class~="lg-!pe-px"] {
    padding-inline-end: 1px  !important;
  }
  .lg-pt-px {
    padding-top: 1px ;
  }
  [class~="lg-pt-px"] {
    padding-top: 1px ;
  }
  .lg-!pt-px {
    padding-top: 1px  !important;
  }
  [class~="lg-!pt-px"] {
    padding-top: 1px  !important;
  }
  .lg-pr-px {
    padding-right: 1px ;
  }
  [class~="lg-pr-px"] {
    padding-right: 1px ;
  }
  .lg-!pr-px {
    padding-right: 1px  !important;
  }
  [class~="lg-!pr-px"] {
    padding-right: 1px  !important;
  }
  .lg-pb-px {
    padding-bottom: 1px ;
  }
  [class~="lg-pb-px"] {
    padding-bottom: 1px ;
  }
  .lg-!pb-px {
    padding-bottom: 1px  !important;
  }
  [class~="lg-!pb-px"] {
    padding-bottom: 1px  !important;
  }
  .lg-pl-px {
    padding-left: 1px ;
  }
  [class~="lg-pl-px"] {
    padding-left: 1px ;
  }
  .lg-!pl-px {
    padding-left: 1px  !important;
  }
  [class~="lg-!pl-px"] {
    padding-left: 1px  !important;
  }
  .lg-p-0\.5 {
    padding: 0.125rem ;
  }
  [class~="lg-p-0\.5"] {
    padding: 0.125rem ;
  }
  .lg-!p-0\.5 {
    padding: 0.125rem  !important;
  }
  [class~="lg-!p-0\.5"] {
    padding: 0.125rem  !important;
  }
  .lg-px-0\.5 {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  [class~="lg-px-0\.5"] {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  .lg-!px-0\.5 {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  [class~="lg-!px-0\.5"] {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  .lg-py-0\.5 {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  [class~="lg-py-0\.5"] {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  .lg-!py-0\.5 {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  [class~="lg-!py-0\.5"] {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  .lg-ps-0\.5 {
    padding-inline-start: 0.125rem ;
  }
  [class~="lg-ps-0\.5"] {
    padding-inline-start: 0.125rem ;
  }
  .lg-!ps-0\.5 {
    padding-inline-start: 0.125rem  !important;
  }
  [class~="lg-!ps-0\.5"] {
    padding-inline-start: 0.125rem  !important;
  }
  .lg-pe-0\.5 {
    padding-inline-end: 0.125rem ;
  }
  [class~="lg-pe-0\.5"] {
    padding-inline-end: 0.125rem ;
  }
  .lg-!pe-0\.5 {
    padding-inline-end: 0.125rem  !important;
  }
  [class~="lg-!pe-0\.5"] {
    padding-inline-end: 0.125rem  !important;
  }
  .lg-pt-0\.5 {
    padding-top: 0.125rem ;
  }
  [class~="lg-pt-0\.5"] {
    padding-top: 0.125rem ;
  }
  .lg-!pt-0\.5 {
    padding-top: 0.125rem  !important;
  }
  [class~="lg-!pt-0\.5"] {
    padding-top: 0.125rem  !important;
  }
  .lg-pr-0\.5 {
    padding-right: 0.125rem ;
  }
  [class~="lg-pr-0\.5"] {
    padding-right: 0.125rem ;
  }
  .lg-!pr-0\.5 {
    padding-right: 0.125rem  !important;
  }
  [class~="lg-!pr-0\.5"] {
    padding-right: 0.125rem  !important;
  }
  .lg-pb-0\.5 {
    padding-bottom: 0.125rem ;
  }
  [class~="lg-pb-0\.5"] {
    padding-bottom: 0.125rem ;
  }
  .lg-!pb-0\.5 {
    padding-bottom: 0.125rem  !important;
  }
  [class~="lg-!pb-0\.5"] {
    padding-bottom: 0.125rem  !important;
  }
  .lg-pl-0\.5 {
    padding-left: 0.125rem ;
  }
  [class~="lg-pl-0\.5"] {
    padding-left: 0.125rem ;
  }
  .lg-!pl-0\.5 {
    padding-left: 0.125rem  !important;
  }
  [class~="lg-!pl-0\.5"] {
    padding-left: 0.125rem  !important;
  }
  .lg-p-1 {
    padding: 0.25rem ;
  }
  [class~="lg-p-1"] {
    padding: 0.25rem ;
  }
  .lg-!p-1 {
    padding: 0.25rem  !important;
  }
  [class~="lg-!p-1"] {
    padding: 0.25rem  !important;
  }
  .lg-px-1 {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  [class~="lg-px-1"] {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  .lg-!px-1 {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  [class~="lg-!px-1"] {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .lg-py-1 {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  [class~="lg-py-1"] {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  .lg-!py-1 {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  [class~="lg-!py-1"] {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  .lg-ps-1 {
    padding-inline-start: 0.25rem ;
  }
  [class~="lg-ps-1"] {
    padding-inline-start: 0.25rem ;
  }
  .lg-!ps-1 {
    padding-inline-start: 0.25rem  !important;
  }
  [class~="lg-!ps-1"] {
    padding-inline-start: 0.25rem  !important;
  }
  .lg-pe-1 {
    padding-inline-end: 0.25rem ;
  }
  [class~="lg-pe-1"] {
    padding-inline-end: 0.25rem ;
  }
  .lg-!pe-1 {
    padding-inline-end: 0.25rem  !important;
  }
  [class~="lg-!pe-1"] {
    padding-inline-end: 0.25rem  !important;
  }
  .lg-pt-1 {
    padding-top: 0.25rem ;
  }
  [class~="lg-pt-1"] {
    padding-top: 0.25rem ;
  }
  .lg-!pt-1 {
    padding-top: 0.25rem  !important;
  }
  [class~="lg-!pt-1"] {
    padding-top: 0.25rem  !important;
  }
  .lg-pr-1 {
    padding-right: 0.25rem ;
  }
  [class~="lg-pr-1"] {
    padding-right: 0.25rem ;
  }
  .lg-!pr-1 {
    padding-right: 0.25rem  !important;
  }
  [class~="lg-!pr-1"] {
    padding-right: 0.25rem  !important;
  }
  .lg-pb-1 {
    padding-bottom: 0.25rem ;
  }
  [class~="lg-pb-1"] {
    padding-bottom: 0.25rem ;
  }
  .lg-!pb-1 {
    padding-bottom: 0.25rem  !important;
  }
  [class~="lg-!pb-1"] {
    padding-bottom: 0.25rem  !important;
  }
  .lg-pl-1 {
    padding-left: 0.25rem ;
  }
  [class~="lg-pl-1"] {
    padding-left: 0.25rem ;
  }
  .lg-!pl-1 {
    padding-left: 0.25rem  !important;
  }
  [class~="lg-!pl-1"] {
    padding-left: 0.25rem  !important;
  }
  .lg-p-1\.5 {
    padding: 0.375rem ;
  }
  [class~="lg-p-1\.5"] {
    padding: 0.375rem ;
  }
  .lg-!p-1\.5 {
    padding: 0.375rem  !important;
  }
  [class~="lg-!p-1\.5"] {
    padding: 0.375rem  !important;
  }
  .lg-px-1\.5 {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  [class~="lg-px-1\.5"] {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  .lg-!px-1\.5 {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  [class~="lg-!px-1\.5"] {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  .lg-py-1\.5 {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  [class~="lg-py-1\.5"] {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  .lg-!py-1\.5 {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  [class~="lg-!py-1\.5"] {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  .lg-ps-1\.5 {
    padding-inline-start: 0.375rem ;
  }
  [class~="lg-ps-1\.5"] {
    padding-inline-start: 0.375rem ;
  }
  .lg-!ps-1\.5 {
    padding-inline-start: 0.375rem  !important;
  }
  [class~="lg-!ps-1\.5"] {
    padding-inline-start: 0.375rem  !important;
  }
  .lg-pe-1\.5 {
    padding-inline-end: 0.375rem ;
  }
  [class~="lg-pe-1\.5"] {
    padding-inline-end: 0.375rem ;
  }
  .lg-!pe-1\.5 {
    padding-inline-end: 0.375rem  !important;
  }
  [class~="lg-!pe-1\.5"] {
    padding-inline-end: 0.375rem  !important;
  }
  .lg-pt-1\.5 {
    padding-top: 0.375rem ;
  }
  [class~="lg-pt-1\.5"] {
    padding-top: 0.375rem ;
  }
  .lg-!pt-1\.5 {
    padding-top: 0.375rem  !important;
  }
  [class~="lg-!pt-1\.5"] {
    padding-top: 0.375rem  !important;
  }
  .lg-pr-1\.5 {
    padding-right: 0.375rem ;
  }
  [class~="lg-pr-1\.5"] {
    padding-right: 0.375rem ;
  }
  .lg-!pr-1\.5 {
    padding-right: 0.375rem  !important;
  }
  [class~="lg-!pr-1\.5"] {
    padding-right: 0.375rem  !important;
  }
  .lg-pb-1\.5 {
    padding-bottom: 0.375rem ;
  }
  [class~="lg-pb-1\.5"] {
    padding-bottom: 0.375rem ;
  }
  .lg-!pb-1\.5 {
    padding-bottom: 0.375rem  !important;
  }
  [class~="lg-!pb-1\.5"] {
    padding-bottom: 0.375rem  !important;
  }
  .lg-pl-1\.5 {
    padding-left: 0.375rem ;
  }
  [class~="lg-pl-1\.5"] {
    padding-left: 0.375rem ;
  }
  .lg-!pl-1\.5 {
    padding-left: 0.375rem  !important;
  }
  [class~="lg-!pl-1\.5"] {
    padding-left: 0.375rem  !important;
  }
  .lg-p-2 {
    padding: 0.5rem ;
  }
  [class~="lg-p-2"] {
    padding: 0.5rem ;
  }
  .lg-!p-2 {
    padding: 0.5rem  !important;
  }
  [class~="lg-!p-2"] {
    padding: 0.5rem  !important;
  }
  .lg-px-2 {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  [class~="lg-px-2"] {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  .lg-!px-2 {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  [class~="lg-!px-2"] {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .lg-py-2 {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  [class~="lg-py-2"] {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  .lg-!py-2 {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  [class~="lg-!py-2"] {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  .lg-ps-2 {
    padding-inline-start: 0.5rem ;
  }
  [class~="lg-ps-2"] {
    padding-inline-start: 0.5rem ;
  }
  .lg-!ps-2 {
    padding-inline-start: 0.5rem  !important;
  }
  [class~="lg-!ps-2"] {
    padding-inline-start: 0.5rem  !important;
  }
  .lg-pe-2 {
    padding-inline-end: 0.5rem ;
  }
  [class~="lg-pe-2"] {
    padding-inline-end: 0.5rem ;
  }
  .lg-!pe-2 {
    padding-inline-end: 0.5rem  !important;
  }
  [class~="lg-!pe-2"] {
    padding-inline-end: 0.5rem  !important;
  }
  .lg-pt-2 {
    padding-top: 0.5rem ;
  }
  [class~="lg-pt-2"] {
    padding-top: 0.5rem ;
  }
  .lg-!pt-2 {
    padding-top: 0.5rem  !important;
  }
  [class~="lg-!pt-2"] {
    padding-top: 0.5rem  !important;
  }
  .lg-pr-2 {
    padding-right: 0.5rem ;
  }
  [class~="lg-pr-2"] {
    padding-right: 0.5rem ;
  }
  .lg-!pr-2 {
    padding-right: 0.5rem  !important;
  }
  [class~="lg-!pr-2"] {
    padding-right: 0.5rem  !important;
  }
  .lg-pb-2 {
    padding-bottom: 0.5rem ;
  }
  [class~="lg-pb-2"] {
    padding-bottom: 0.5rem ;
  }
  .lg-!pb-2 {
    padding-bottom: 0.5rem  !important;
  }
  [class~="lg-!pb-2"] {
    padding-bottom: 0.5rem  !important;
  }
  .lg-pl-2 {
    padding-left: 0.5rem ;
  }
  [class~="lg-pl-2"] {
    padding-left: 0.5rem ;
  }
  .lg-!pl-2 {
    padding-left: 0.5rem  !important;
  }
  [class~="lg-!pl-2"] {
    padding-left: 0.5rem  !important;
  }
  .lg-p-2\.5 {
    padding: 0.625rem ;
  }
  [class~="lg-p-2\.5"] {
    padding: 0.625rem ;
  }
  .lg-!p-2\.5 {
    padding: 0.625rem  !important;
  }
  [class~="lg-!p-2\.5"] {
    padding: 0.625rem  !important;
  }
  .lg-px-2\.5 {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  [class~="lg-px-2\.5"] {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  .lg-!px-2\.5 {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  [class~="lg-!px-2\.5"] {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  .lg-py-2\.5 {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  [class~="lg-py-2\.5"] {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  .lg-!py-2\.5 {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  [class~="lg-!py-2\.5"] {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  .lg-ps-2\.5 {
    padding-inline-start: 0.625rem ;
  }
  [class~="lg-ps-2\.5"] {
    padding-inline-start: 0.625rem ;
  }
  .lg-!ps-2\.5 {
    padding-inline-start: 0.625rem  !important;
  }
  [class~="lg-!ps-2\.5"] {
    padding-inline-start: 0.625rem  !important;
  }
  .lg-pe-2\.5 {
    padding-inline-end: 0.625rem ;
  }
  [class~="lg-pe-2\.5"] {
    padding-inline-end: 0.625rem ;
  }
  .lg-!pe-2\.5 {
    padding-inline-end: 0.625rem  !important;
  }
  [class~="lg-!pe-2\.5"] {
    padding-inline-end: 0.625rem  !important;
  }
  .lg-pt-2\.5 {
    padding-top: 0.625rem ;
  }
  [class~="lg-pt-2\.5"] {
    padding-top: 0.625rem ;
  }
  .lg-!pt-2\.5 {
    padding-top: 0.625rem  !important;
  }
  [class~="lg-!pt-2\.5"] {
    padding-top: 0.625rem  !important;
  }
  .lg-pr-2\.5 {
    padding-right: 0.625rem ;
  }
  [class~="lg-pr-2\.5"] {
    padding-right: 0.625rem ;
  }
  .lg-!pr-2\.5 {
    padding-right: 0.625rem  !important;
  }
  [class~="lg-!pr-2\.5"] {
    padding-right: 0.625rem  !important;
  }
  .lg-pb-2\.5 {
    padding-bottom: 0.625rem ;
  }
  [class~="lg-pb-2\.5"] {
    padding-bottom: 0.625rem ;
  }
  .lg-!pb-2\.5 {
    padding-bottom: 0.625rem  !important;
  }
  [class~="lg-!pb-2\.5"] {
    padding-bottom: 0.625rem  !important;
  }
  .lg-pl-2\.5 {
    padding-left: 0.625rem ;
  }
  [class~="lg-pl-2\.5"] {
    padding-left: 0.625rem ;
  }
  .lg-!pl-2\.5 {
    padding-left: 0.625rem  !important;
  }
  [class~="lg-!pl-2\.5"] {
    padding-left: 0.625rem  !important;
  }
  .lg-p-3 {
    padding: 0.75rem ;
  }
  [class~="lg-p-3"] {
    padding: 0.75rem ;
  }
  .lg-!p-3 {
    padding: 0.75rem  !important;
  }
  [class~="lg-!p-3"] {
    padding: 0.75rem  !important;
  }
  .lg-px-3 {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  [class~="lg-px-3"] {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  .lg-!px-3 {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  [class~="lg-!px-3"] {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .lg-py-3 {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  [class~="lg-py-3"] {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  .lg-!py-3 {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  [class~="lg-!py-3"] {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  .lg-ps-3 {
    padding-inline-start: 0.75rem ;
  }
  [class~="lg-ps-3"] {
    padding-inline-start: 0.75rem ;
  }
  .lg-!ps-3 {
    padding-inline-start: 0.75rem  !important;
  }
  [class~="lg-!ps-3"] {
    padding-inline-start: 0.75rem  !important;
  }
  .lg-pe-3 {
    padding-inline-end: 0.75rem ;
  }
  [class~="lg-pe-3"] {
    padding-inline-end: 0.75rem ;
  }
  .lg-!pe-3 {
    padding-inline-end: 0.75rem  !important;
  }
  [class~="lg-!pe-3"] {
    padding-inline-end: 0.75rem  !important;
  }
  .lg-pt-3 {
    padding-top: 0.75rem ;
  }
  [class~="lg-pt-3"] {
    padding-top: 0.75rem ;
  }
  .lg-!pt-3 {
    padding-top: 0.75rem  !important;
  }
  [class~="lg-!pt-3"] {
    padding-top: 0.75rem  !important;
  }
  .lg-pr-3 {
    padding-right: 0.75rem ;
  }
  [class~="lg-pr-3"] {
    padding-right: 0.75rem ;
  }
  .lg-!pr-3 {
    padding-right: 0.75rem  !important;
  }
  [class~="lg-!pr-3"] {
    padding-right: 0.75rem  !important;
  }
  .lg-pb-3 {
    padding-bottom: 0.75rem ;
  }
  [class~="lg-pb-3"] {
    padding-bottom: 0.75rem ;
  }
  .lg-!pb-3 {
    padding-bottom: 0.75rem  !important;
  }
  [class~="lg-!pb-3"] {
    padding-bottom: 0.75rem  !important;
  }
  .lg-pl-3 {
    padding-left: 0.75rem ;
  }
  [class~="lg-pl-3"] {
    padding-left: 0.75rem ;
  }
  .lg-!pl-3 {
    padding-left: 0.75rem  !important;
  }
  [class~="lg-!pl-3"] {
    padding-left: 0.75rem  !important;
  }
  .lg-p-3\.5 {
    padding: 0.875rem ;
  }
  [class~="lg-p-3\.5"] {
    padding: 0.875rem ;
  }
  .lg-!p-3\.5 {
    padding: 0.875rem  !important;
  }
  [class~="lg-!p-3\.5"] {
    padding: 0.875rem  !important;
  }
  .lg-px-3\.5 {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  [class~="lg-px-3\.5"] {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  .lg-!px-3\.5 {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  [class~="lg-!px-3\.5"] {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  .lg-py-3\.5 {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  [class~="lg-py-3\.5"] {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  .lg-!py-3\.5 {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  [class~="lg-!py-3\.5"] {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  .lg-ps-3\.5 {
    padding-inline-start: 0.875rem ;
  }
  [class~="lg-ps-3\.5"] {
    padding-inline-start: 0.875rem ;
  }
  .lg-!ps-3\.5 {
    padding-inline-start: 0.875rem  !important;
  }
  [class~="lg-!ps-3\.5"] {
    padding-inline-start: 0.875rem  !important;
  }
  .lg-pe-3\.5 {
    padding-inline-end: 0.875rem ;
  }
  [class~="lg-pe-3\.5"] {
    padding-inline-end: 0.875rem ;
  }
  .lg-!pe-3\.5 {
    padding-inline-end: 0.875rem  !important;
  }
  [class~="lg-!pe-3\.5"] {
    padding-inline-end: 0.875rem  !important;
  }
  .lg-pt-3\.5 {
    padding-top: 0.875rem ;
  }
  [class~="lg-pt-3\.5"] {
    padding-top: 0.875rem ;
  }
  .lg-!pt-3\.5 {
    padding-top: 0.875rem  !important;
  }
  [class~="lg-!pt-3\.5"] {
    padding-top: 0.875rem  !important;
  }
  .lg-pr-3\.5 {
    padding-right: 0.875rem ;
  }
  [class~="lg-pr-3\.5"] {
    padding-right: 0.875rem ;
  }
  .lg-!pr-3\.5 {
    padding-right: 0.875rem  !important;
  }
  [class~="lg-!pr-3\.5"] {
    padding-right: 0.875rem  !important;
  }
  .lg-pb-3\.5 {
    padding-bottom: 0.875rem ;
  }
  [class~="lg-pb-3\.5"] {
    padding-bottom: 0.875rem ;
  }
  .lg-!pb-3\.5 {
    padding-bottom: 0.875rem  !important;
  }
  [class~="lg-!pb-3\.5"] {
    padding-bottom: 0.875rem  !important;
  }
  .lg-pl-3\.5 {
    padding-left: 0.875rem ;
  }
  [class~="lg-pl-3\.5"] {
    padding-left: 0.875rem ;
  }
  .lg-!pl-3\.5 {
    padding-left: 0.875rem  !important;
  }
  [class~="lg-!pl-3\.5"] {
    padding-left: 0.875rem  !important;
  }
  .lg-p-4 {
    padding: 1rem ;
  }
  [class~="lg-p-4"] {
    padding: 1rem ;
  }
  .lg-!p-4 {
    padding: 1rem  !important;
  }
  [class~="lg-!p-4"] {
    padding: 1rem  !important;
  }
  .lg-px-4 {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  [class~="lg-px-4"] {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  .lg-!px-4 {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  [class~="lg-!px-4"] {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .lg-py-4 {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  [class~="lg-py-4"] {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  .lg-!py-4 {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  [class~="lg-!py-4"] {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  .lg-ps-4 {
    padding-inline-start: 1rem ;
  }
  [class~="lg-ps-4"] {
    padding-inline-start: 1rem ;
  }
  .lg-!ps-4 {
    padding-inline-start: 1rem  !important;
  }
  [class~="lg-!ps-4"] {
    padding-inline-start: 1rem  !important;
  }
  .lg-pe-4 {
    padding-inline-end: 1rem ;
  }
  [class~="lg-pe-4"] {
    padding-inline-end: 1rem ;
  }
  .lg-!pe-4 {
    padding-inline-end: 1rem  !important;
  }
  [class~="lg-!pe-4"] {
    padding-inline-end: 1rem  !important;
  }
  .lg-pt-4 {
    padding-top: 1rem ;
  }
  [class~="lg-pt-4"] {
    padding-top: 1rem ;
  }
  .lg-!pt-4 {
    padding-top: 1rem  !important;
  }
  [class~="lg-!pt-4"] {
    padding-top: 1rem  !important;
  }
  .lg-pr-4 {
    padding-right: 1rem ;
  }
  [class~="lg-pr-4"] {
    padding-right: 1rem ;
  }
  .lg-!pr-4 {
    padding-right: 1rem  !important;
  }
  [class~="lg-!pr-4"] {
    padding-right: 1rem  !important;
  }
  .lg-pb-4 {
    padding-bottom: 1rem ;
  }
  [class~="lg-pb-4"] {
    padding-bottom: 1rem ;
  }
  .lg-!pb-4 {
    padding-bottom: 1rem  !important;
  }
  [class~="lg-!pb-4"] {
    padding-bottom: 1rem  !important;
  }
  .lg-pl-4 {
    padding-left: 1rem ;
  }
  [class~="lg-pl-4"] {
    padding-left: 1rem ;
  }
  .lg-!pl-4 {
    padding-left: 1rem  !important;
  }
  [class~="lg-!pl-4"] {
    padding-left: 1rem  !important;
  }
  .lg-p-5 {
    padding: 1.25rem ;
  }
  [class~="lg-p-5"] {
    padding: 1.25rem ;
  }
  .lg-!p-5 {
    padding: 1.25rem  !important;
  }
  [class~="lg-!p-5"] {
    padding: 1.25rem  !important;
  }
  .lg-px-5 {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  [class~="lg-px-5"] {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  .lg-!px-5 {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  [class~="lg-!px-5"] {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .lg-py-5 {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  [class~="lg-py-5"] {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  .lg-!py-5 {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  [class~="lg-!py-5"] {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  .lg-ps-5 {
    padding-inline-start: 1.25rem ;
  }
  [class~="lg-ps-5"] {
    padding-inline-start: 1.25rem ;
  }
  .lg-!ps-5 {
    padding-inline-start: 1.25rem  !important;
  }
  [class~="lg-!ps-5"] {
    padding-inline-start: 1.25rem  !important;
  }
  .lg-pe-5 {
    padding-inline-end: 1.25rem ;
  }
  [class~="lg-pe-5"] {
    padding-inline-end: 1.25rem ;
  }
  .lg-!pe-5 {
    padding-inline-end: 1.25rem  !important;
  }
  [class~="lg-!pe-5"] {
    padding-inline-end: 1.25rem  !important;
  }
  .lg-pt-5 {
    padding-top: 1.25rem ;
  }
  [class~="lg-pt-5"] {
    padding-top: 1.25rem ;
  }
  .lg-!pt-5 {
    padding-top: 1.25rem  !important;
  }
  [class~="lg-!pt-5"] {
    padding-top: 1.25rem  !important;
  }
  .lg-pr-5 {
    padding-right: 1.25rem ;
  }
  [class~="lg-pr-5"] {
    padding-right: 1.25rem ;
  }
  .lg-!pr-5 {
    padding-right: 1.25rem  !important;
  }
  [class~="lg-!pr-5"] {
    padding-right: 1.25rem  !important;
  }
  .lg-pb-5 {
    padding-bottom: 1.25rem ;
  }
  [class~="lg-pb-5"] {
    padding-bottom: 1.25rem ;
  }
  .lg-!pb-5 {
    padding-bottom: 1.25rem  !important;
  }
  [class~="lg-!pb-5"] {
    padding-bottom: 1.25rem  !important;
  }
  .lg-pl-5 {
    padding-left: 1.25rem ;
  }
  [class~="lg-pl-5"] {
    padding-left: 1.25rem ;
  }
  .lg-!pl-5 {
    padding-left: 1.25rem  !important;
  }
  [class~="lg-!pl-5"] {
    padding-left: 1.25rem  !important;
  }
  .lg-p-6 {
    padding: 1.5rem ;
  }
  [class~="lg-p-6"] {
    padding: 1.5rem ;
  }
  .lg-!p-6 {
    padding: 1.5rem  !important;
  }
  [class~="lg-!p-6"] {
    padding: 1.5rem  !important;
  }
  .lg-px-6 {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  [class~="lg-px-6"] {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  .lg-!px-6 {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  [class~="lg-!px-6"] {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .lg-py-6 {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  [class~="lg-py-6"] {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  .lg-!py-6 {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  [class~="lg-!py-6"] {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  .lg-ps-6 {
    padding-inline-start: 1.5rem ;
  }
  [class~="lg-ps-6"] {
    padding-inline-start: 1.5rem ;
  }
  .lg-!ps-6 {
    padding-inline-start: 1.5rem  !important;
  }
  [class~="lg-!ps-6"] {
    padding-inline-start: 1.5rem  !important;
  }
  .lg-pe-6 {
    padding-inline-end: 1.5rem ;
  }
  [class~="lg-pe-6"] {
    padding-inline-end: 1.5rem ;
  }
  .lg-!pe-6 {
    padding-inline-end: 1.5rem  !important;
  }
  [class~="lg-!pe-6"] {
    padding-inline-end: 1.5rem  !important;
  }
  .lg-pt-6 {
    padding-top: 1.5rem ;
  }
  [class~="lg-pt-6"] {
    padding-top: 1.5rem ;
  }
  .lg-!pt-6 {
    padding-top: 1.5rem  !important;
  }
  [class~="lg-!pt-6"] {
    padding-top: 1.5rem  !important;
  }
  .lg-pr-6 {
    padding-right: 1.5rem ;
  }
  [class~="lg-pr-6"] {
    padding-right: 1.5rem ;
  }
  .lg-!pr-6 {
    padding-right: 1.5rem  !important;
  }
  [class~="lg-!pr-6"] {
    padding-right: 1.5rem  !important;
  }
  .lg-pb-6 {
    padding-bottom: 1.5rem ;
  }
  [class~="lg-pb-6"] {
    padding-bottom: 1.5rem ;
  }
  .lg-!pb-6 {
    padding-bottom: 1.5rem  !important;
  }
  [class~="lg-!pb-6"] {
    padding-bottom: 1.5rem  !important;
  }
  .lg-pl-6 {
    padding-left: 1.5rem ;
  }
  [class~="lg-pl-6"] {
    padding-left: 1.5rem ;
  }
  .lg-!pl-6 {
    padding-left: 1.5rem  !important;
  }
  [class~="lg-!pl-6"] {
    padding-left: 1.5rem  !important;
  }
  .lg-p-7 {
    padding: 1.75rem ;
  }
  [class~="lg-p-7"] {
    padding: 1.75rem ;
  }
  .lg-!p-7 {
    padding: 1.75rem  !important;
  }
  [class~="lg-!p-7"] {
    padding: 1.75rem  !important;
  }
  .lg-px-7 {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  [class~="lg-px-7"] {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  .lg-!px-7 {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  [class~="lg-!px-7"] {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  .lg-py-7 {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  [class~="lg-py-7"] {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  .lg-!py-7 {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  [class~="lg-!py-7"] {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  .lg-ps-7 {
    padding-inline-start: 1.75rem ;
  }
  [class~="lg-ps-7"] {
    padding-inline-start: 1.75rem ;
  }
  .lg-!ps-7 {
    padding-inline-start: 1.75rem  !important;
  }
  [class~="lg-!ps-7"] {
    padding-inline-start: 1.75rem  !important;
  }
  .lg-pe-7 {
    padding-inline-end: 1.75rem ;
  }
  [class~="lg-pe-7"] {
    padding-inline-end: 1.75rem ;
  }
  .lg-!pe-7 {
    padding-inline-end: 1.75rem  !important;
  }
  [class~="lg-!pe-7"] {
    padding-inline-end: 1.75rem  !important;
  }
  .lg-pt-7 {
    padding-top: 1.75rem ;
  }
  [class~="lg-pt-7"] {
    padding-top: 1.75rem ;
  }
  .lg-!pt-7 {
    padding-top: 1.75rem  !important;
  }
  [class~="lg-!pt-7"] {
    padding-top: 1.75rem  !important;
  }
  .lg-pr-7 {
    padding-right: 1.75rem ;
  }
  [class~="lg-pr-7"] {
    padding-right: 1.75rem ;
  }
  .lg-!pr-7 {
    padding-right: 1.75rem  !important;
  }
  [class~="lg-!pr-7"] {
    padding-right: 1.75rem  !important;
  }
  .lg-pb-7 {
    padding-bottom: 1.75rem ;
  }
  [class~="lg-pb-7"] {
    padding-bottom: 1.75rem ;
  }
  .lg-!pb-7 {
    padding-bottom: 1.75rem  !important;
  }
  [class~="lg-!pb-7"] {
    padding-bottom: 1.75rem  !important;
  }
  .lg-pl-7 {
    padding-left: 1.75rem ;
  }
  [class~="lg-pl-7"] {
    padding-left: 1.75rem ;
  }
  .lg-!pl-7 {
    padding-left: 1.75rem  !important;
  }
  [class~="lg-!pl-7"] {
    padding-left: 1.75rem  !important;
  }
  .lg-p-8 {
    padding: 2rem ;
  }
  [class~="lg-p-8"] {
    padding: 2rem ;
  }
  .lg-!p-8 {
    padding: 2rem  !important;
  }
  [class~="lg-!p-8"] {
    padding: 2rem  !important;
  }
  .lg-px-8 {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  [class~="lg-px-8"] {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  .lg-!px-8 {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  [class~="lg-!px-8"] {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  .lg-py-8 {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  [class~="lg-py-8"] {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  .lg-!py-8 {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  [class~="lg-!py-8"] {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  .lg-ps-8 {
    padding-inline-start: 2rem ;
  }
  [class~="lg-ps-8"] {
    padding-inline-start: 2rem ;
  }
  .lg-!ps-8 {
    padding-inline-start: 2rem  !important;
  }
  [class~="lg-!ps-8"] {
    padding-inline-start: 2rem  !important;
  }
  .lg-pe-8 {
    padding-inline-end: 2rem ;
  }
  [class~="lg-pe-8"] {
    padding-inline-end: 2rem ;
  }
  .lg-!pe-8 {
    padding-inline-end: 2rem  !important;
  }
  [class~="lg-!pe-8"] {
    padding-inline-end: 2rem  !important;
  }
  .lg-pt-8 {
    padding-top: 2rem ;
  }
  [class~="lg-pt-8"] {
    padding-top: 2rem ;
  }
  .lg-!pt-8 {
    padding-top: 2rem  !important;
  }
  [class~="lg-!pt-8"] {
    padding-top: 2rem  !important;
  }
  .lg-pr-8 {
    padding-right: 2rem ;
  }
  [class~="lg-pr-8"] {
    padding-right: 2rem ;
  }
  .lg-!pr-8 {
    padding-right: 2rem  !important;
  }
  [class~="lg-!pr-8"] {
    padding-right: 2rem  !important;
  }
  .lg-pb-8 {
    padding-bottom: 2rem ;
  }
  [class~="lg-pb-8"] {
    padding-bottom: 2rem ;
  }
  .lg-!pb-8 {
    padding-bottom: 2rem  !important;
  }
  [class~="lg-!pb-8"] {
    padding-bottom: 2rem  !important;
  }
  .lg-pl-8 {
    padding-left: 2rem ;
  }
  [class~="lg-pl-8"] {
    padding-left: 2rem ;
  }
  .lg-!pl-8 {
    padding-left: 2rem  !important;
  }
  [class~="lg-!pl-8"] {
    padding-left: 2rem  !important;
  }
  .lg-p-9 {
    padding: 2.25rem ;
  }
  [class~="lg-p-9"] {
    padding: 2.25rem ;
  }
  .lg-!p-9 {
    padding: 2.25rem  !important;
  }
  [class~="lg-!p-9"] {
    padding: 2.25rem  !important;
  }
  .lg-px-9 {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  [class~="lg-px-9"] {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  .lg-!px-9 {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  [class~="lg-!px-9"] {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  .lg-py-9 {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  [class~="lg-py-9"] {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  .lg-!py-9 {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  [class~="lg-!py-9"] {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  .lg-ps-9 {
    padding-inline-start: 2.25rem ;
  }
  [class~="lg-ps-9"] {
    padding-inline-start: 2.25rem ;
  }
  .lg-!ps-9 {
    padding-inline-start: 2.25rem  !important;
  }
  [class~="lg-!ps-9"] {
    padding-inline-start: 2.25rem  !important;
  }
  .lg-pe-9 {
    padding-inline-end: 2.25rem ;
  }
  [class~="lg-pe-9"] {
    padding-inline-end: 2.25rem ;
  }
  .lg-!pe-9 {
    padding-inline-end: 2.25rem  !important;
  }
  [class~="lg-!pe-9"] {
    padding-inline-end: 2.25rem  !important;
  }
  .lg-pt-9 {
    padding-top: 2.25rem ;
  }
  [class~="lg-pt-9"] {
    padding-top: 2.25rem ;
  }
  .lg-!pt-9 {
    padding-top: 2.25rem  !important;
  }
  [class~="lg-!pt-9"] {
    padding-top: 2.25rem  !important;
  }
  .lg-pr-9 {
    padding-right: 2.25rem ;
  }
  [class~="lg-pr-9"] {
    padding-right: 2.25rem ;
  }
  .lg-!pr-9 {
    padding-right: 2.25rem  !important;
  }
  [class~="lg-!pr-9"] {
    padding-right: 2.25rem  !important;
  }
  .lg-pb-9 {
    padding-bottom: 2.25rem ;
  }
  [class~="lg-pb-9"] {
    padding-bottom: 2.25rem ;
  }
  .lg-!pb-9 {
    padding-bottom: 2.25rem  !important;
  }
  [class~="lg-!pb-9"] {
    padding-bottom: 2.25rem  !important;
  }
  .lg-pl-9 {
    padding-left: 2.25rem ;
  }
  [class~="lg-pl-9"] {
    padding-left: 2.25rem ;
  }
  .lg-!pl-9 {
    padding-left: 2.25rem  !important;
  }
  [class~="lg-!pl-9"] {
    padding-left: 2.25rem  !important;
  }
  .lg-p-10 {
    padding: 2.5rem ;
  }
  [class~="lg-p-10"] {
    padding: 2.5rem ;
  }
  .lg-!p-10 {
    padding: 2.5rem  !important;
  }
  [class~="lg-!p-10"] {
    padding: 2.5rem  !important;
  }
  .lg-px-10 {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  [class~="lg-px-10"] {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  .lg-!px-10 {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  [class~="lg-!px-10"] {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  .lg-py-10 {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  [class~="lg-py-10"] {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  .lg-!py-10 {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  [class~="lg-!py-10"] {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  .lg-ps-10 {
    padding-inline-start: 2.5rem ;
  }
  [class~="lg-ps-10"] {
    padding-inline-start: 2.5rem ;
  }
  .lg-!ps-10 {
    padding-inline-start: 2.5rem  !important;
  }
  [class~="lg-!ps-10"] {
    padding-inline-start: 2.5rem  !important;
  }
  .lg-pe-10 {
    padding-inline-end: 2.5rem ;
  }
  [class~="lg-pe-10"] {
    padding-inline-end: 2.5rem ;
  }
  .lg-!pe-10 {
    padding-inline-end: 2.5rem  !important;
  }
  [class~="lg-!pe-10"] {
    padding-inline-end: 2.5rem  !important;
  }
  .lg-pt-10 {
    padding-top: 2.5rem ;
  }
  [class~="lg-pt-10"] {
    padding-top: 2.5rem ;
  }
  .lg-!pt-10 {
    padding-top: 2.5rem  !important;
  }
  [class~="lg-!pt-10"] {
    padding-top: 2.5rem  !important;
  }
  .lg-pr-10 {
    padding-right: 2.5rem ;
  }
  [class~="lg-pr-10"] {
    padding-right: 2.5rem ;
  }
  .lg-!pr-10 {
    padding-right: 2.5rem  !important;
  }
  [class~="lg-!pr-10"] {
    padding-right: 2.5rem  !important;
  }
  .lg-pb-10 {
    padding-bottom: 2.5rem ;
  }
  [class~="lg-pb-10"] {
    padding-bottom: 2.5rem ;
  }
  .lg-!pb-10 {
    padding-bottom: 2.5rem  !important;
  }
  [class~="lg-!pb-10"] {
    padding-bottom: 2.5rem  !important;
  }
  .lg-pl-10 {
    padding-left: 2.5rem ;
  }
  [class~="lg-pl-10"] {
    padding-left: 2.5rem ;
  }
  .lg-!pl-10 {
    padding-left: 2.5rem  !important;
  }
  [class~="lg-!pl-10"] {
    padding-left: 2.5rem  !important;
  }
  .lg-p-11 {
    padding: 2.75rem ;
  }
  [class~="lg-p-11"] {
    padding: 2.75rem ;
  }
  .lg-!p-11 {
    padding: 2.75rem  !important;
  }
  [class~="lg-!p-11"] {
    padding: 2.75rem  !important;
  }
  .lg-px-11 {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  [class~="lg-px-11"] {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  .lg-!px-11 {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  [class~="lg-!px-11"] {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  .lg-py-11 {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  [class~="lg-py-11"] {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  .lg-!py-11 {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  [class~="lg-!py-11"] {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  .lg-ps-11 {
    padding-inline-start: 2.75rem ;
  }
  [class~="lg-ps-11"] {
    padding-inline-start: 2.75rem ;
  }
  .lg-!ps-11 {
    padding-inline-start: 2.75rem  !important;
  }
  [class~="lg-!ps-11"] {
    padding-inline-start: 2.75rem  !important;
  }
  .lg-pe-11 {
    padding-inline-end: 2.75rem ;
  }
  [class~="lg-pe-11"] {
    padding-inline-end: 2.75rem ;
  }
  .lg-!pe-11 {
    padding-inline-end: 2.75rem  !important;
  }
  [class~="lg-!pe-11"] {
    padding-inline-end: 2.75rem  !important;
  }
  .lg-pt-11 {
    padding-top: 2.75rem ;
  }
  [class~="lg-pt-11"] {
    padding-top: 2.75rem ;
  }
  .lg-!pt-11 {
    padding-top: 2.75rem  !important;
  }
  [class~="lg-!pt-11"] {
    padding-top: 2.75rem  !important;
  }
  .lg-pr-11 {
    padding-right: 2.75rem ;
  }
  [class~="lg-pr-11"] {
    padding-right: 2.75rem ;
  }
  .lg-!pr-11 {
    padding-right: 2.75rem  !important;
  }
  [class~="lg-!pr-11"] {
    padding-right: 2.75rem  !important;
  }
  .lg-pb-11 {
    padding-bottom: 2.75rem ;
  }
  [class~="lg-pb-11"] {
    padding-bottom: 2.75rem ;
  }
  .lg-!pb-11 {
    padding-bottom: 2.75rem  !important;
  }
  [class~="lg-!pb-11"] {
    padding-bottom: 2.75rem  !important;
  }
  .lg-pl-11 {
    padding-left: 2.75rem ;
  }
  [class~="lg-pl-11"] {
    padding-left: 2.75rem ;
  }
  .lg-!pl-11 {
    padding-left: 2.75rem  !important;
  }
  [class~="lg-!pl-11"] {
    padding-left: 2.75rem  !important;
  }
  .lg-p-12 {
    padding: 3rem ;
  }
  [class~="lg-p-12"] {
    padding: 3rem ;
  }
  .lg-!p-12 {
    padding: 3rem  !important;
  }
  [class~="lg-!p-12"] {
    padding: 3rem  !important;
  }
  .lg-px-12 {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  [class~="lg-px-12"] {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  .lg-!px-12 {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  [class~="lg-!px-12"] {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  .lg-py-12 {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  [class~="lg-py-12"] {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  .lg-!py-12 {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  [class~="lg-!py-12"] {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  .lg-ps-12 {
    padding-inline-start: 3rem ;
  }
  [class~="lg-ps-12"] {
    padding-inline-start: 3rem ;
  }
  .lg-!ps-12 {
    padding-inline-start: 3rem  !important;
  }
  [class~="lg-!ps-12"] {
    padding-inline-start: 3rem  !important;
  }
  .lg-pe-12 {
    padding-inline-end: 3rem ;
  }
  [class~="lg-pe-12"] {
    padding-inline-end: 3rem ;
  }
  .lg-!pe-12 {
    padding-inline-end: 3rem  !important;
  }
  [class~="lg-!pe-12"] {
    padding-inline-end: 3rem  !important;
  }
  .lg-pt-12 {
    padding-top: 3rem ;
  }
  [class~="lg-pt-12"] {
    padding-top: 3rem ;
  }
  .lg-!pt-12 {
    padding-top: 3rem  !important;
  }
  [class~="lg-!pt-12"] {
    padding-top: 3rem  !important;
  }
  .lg-pr-12 {
    padding-right: 3rem ;
  }
  [class~="lg-pr-12"] {
    padding-right: 3rem ;
  }
  .lg-!pr-12 {
    padding-right: 3rem  !important;
  }
  [class~="lg-!pr-12"] {
    padding-right: 3rem  !important;
  }
  .lg-pb-12 {
    padding-bottom: 3rem ;
  }
  [class~="lg-pb-12"] {
    padding-bottom: 3rem ;
  }
  .lg-!pb-12 {
    padding-bottom: 3rem  !important;
  }
  [class~="lg-!pb-12"] {
    padding-bottom: 3rem  !important;
  }
  .lg-pl-12 {
    padding-left: 3rem ;
  }
  [class~="lg-pl-12"] {
    padding-left: 3rem ;
  }
  .lg-!pl-12 {
    padding-left: 3rem  !important;
  }
  [class~="lg-!pl-12"] {
    padding-left: 3rem  !important;
  }
  .lg-p-14 {
    padding: 3.5rem ;
  }
  [class~="lg-p-14"] {
    padding: 3.5rem ;
  }
  .lg-!p-14 {
    padding: 3.5rem  !important;
  }
  [class~="lg-!p-14"] {
    padding: 3.5rem  !important;
  }
  .lg-px-14 {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  [class~="lg-px-14"] {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  .lg-!px-14 {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  [class~="lg-!px-14"] {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  .lg-py-14 {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  [class~="lg-py-14"] {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  .lg-!py-14 {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  [class~="lg-!py-14"] {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  .lg-ps-14 {
    padding-inline-start: 3.5rem ;
  }
  [class~="lg-ps-14"] {
    padding-inline-start: 3.5rem ;
  }
  .lg-!ps-14 {
    padding-inline-start: 3.5rem  !important;
  }
  [class~="lg-!ps-14"] {
    padding-inline-start: 3.5rem  !important;
  }
  .lg-pe-14 {
    padding-inline-end: 3.5rem ;
  }
  [class~="lg-pe-14"] {
    padding-inline-end: 3.5rem ;
  }
  .lg-!pe-14 {
    padding-inline-end: 3.5rem  !important;
  }
  [class~="lg-!pe-14"] {
    padding-inline-end: 3.5rem  !important;
  }
  .lg-pt-14 {
    padding-top: 3.5rem ;
  }
  [class~="lg-pt-14"] {
    padding-top: 3.5rem ;
  }
  .lg-!pt-14 {
    padding-top: 3.5rem  !important;
  }
  [class~="lg-!pt-14"] {
    padding-top: 3.5rem  !important;
  }
  .lg-pr-14 {
    padding-right: 3.5rem ;
  }
  [class~="lg-pr-14"] {
    padding-right: 3.5rem ;
  }
  .lg-!pr-14 {
    padding-right: 3.5rem  !important;
  }
  [class~="lg-!pr-14"] {
    padding-right: 3.5rem  !important;
  }
  .lg-pb-14 {
    padding-bottom: 3.5rem ;
  }
  [class~="lg-pb-14"] {
    padding-bottom: 3.5rem ;
  }
  .lg-!pb-14 {
    padding-bottom: 3.5rem  !important;
  }
  [class~="lg-!pb-14"] {
    padding-bottom: 3.5rem  !important;
  }
  .lg-pl-14 {
    padding-left: 3.5rem ;
  }
  [class~="lg-pl-14"] {
    padding-left: 3.5rem ;
  }
  .lg-!pl-14 {
    padding-left: 3.5rem  !important;
  }
  [class~="lg-!pl-14"] {
    padding-left: 3.5rem  !important;
  }
  .lg-p-16 {
    padding: 4rem ;
  }
  [class~="lg-p-16"] {
    padding: 4rem ;
  }
  .lg-!p-16 {
    padding: 4rem  !important;
  }
  [class~="lg-!p-16"] {
    padding: 4rem  !important;
  }
  .lg-px-16 {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  [class~="lg-px-16"] {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  .lg-!px-16 {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  [class~="lg-!px-16"] {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  .lg-py-16 {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  [class~="lg-py-16"] {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  .lg-!py-16 {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  [class~="lg-!py-16"] {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  .lg-ps-16 {
    padding-inline-start: 4rem ;
  }
  [class~="lg-ps-16"] {
    padding-inline-start: 4rem ;
  }
  .lg-!ps-16 {
    padding-inline-start: 4rem  !important;
  }
  [class~="lg-!ps-16"] {
    padding-inline-start: 4rem  !important;
  }
  .lg-pe-16 {
    padding-inline-end: 4rem ;
  }
  [class~="lg-pe-16"] {
    padding-inline-end: 4rem ;
  }
  .lg-!pe-16 {
    padding-inline-end: 4rem  !important;
  }
  [class~="lg-!pe-16"] {
    padding-inline-end: 4rem  !important;
  }
  .lg-pt-16 {
    padding-top: 4rem ;
  }
  [class~="lg-pt-16"] {
    padding-top: 4rem ;
  }
  .lg-!pt-16 {
    padding-top: 4rem  !important;
  }
  [class~="lg-!pt-16"] {
    padding-top: 4rem  !important;
  }
  .lg-pr-16 {
    padding-right: 4rem ;
  }
  [class~="lg-pr-16"] {
    padding-right: 4rem ;
  }
  .lg-!pr-16 {
    padding-right: 4rem  !important;
  }
  [class~="lg-!pr-16"] {
    padding-right: 4rem  !important;
  }
  .lg-pb-16 {
    padding-bottom: 4rem ;
  }
  [class~="lg-pb-16"] {
    padding-bottom: 4rem ;
  }
  .lg-!pb-16 {
    padding-bottom: 4rem  !important;
  }
  [class~="lg-!pb-16"] {
    padding-bottom: 4rem  !important;
  }
  .lg-pl-16 {
    padding-left: 4rem ;
  }
  [class~="lg-pl-16"] {
    padding-left: 4rem ;
  }
  .lg-!pl-16 {
    padding-left: 4rem  !important;
  }
  [class~="lg-!pl-16"] {
    padding-left: 4rem  !important;
  }
  .lg-p-20 {
    padding: 5rem ;
  }
  [class~="lg-p-20"] {
    padding: 5rem ;
  }
  .lg-!p-20 {
    padding: 5rem  !important;
  }
  [class~="lg-!p-20"] {
    padding: 5rem  !important;
  }
  .lg-px-20 {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  [class~="lg-px-20"] {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  .lg-!px-20 {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  [class~="lg-!px-20"] {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  .lg-py-20 {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  [class~="lg-py-20"] {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  .lg-!py-20 {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  [class~="lg-!py-20"] {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  .lg-ps-20 {
    padding-inline-start: 5rem ;
  }
  [class~="lg-ps-20"] {
    padding-inline-start: 5rem ;
  }
  .lg-!ps-20 {
    padding-inline-start: 5rem  !important;
  }
  [class~="lg-!ps-20"] {
    padding-inline-start: 5rem  !important;
  }
  .lg-pe-20 {
    padding-inline-end: 5rem ;
  }
  [class~="lg-pe-20"] {
    padding-inline-end: 5rem ;
  }
  .lg-!pe-20 {
    padding-inline-end: 5rem  !important;
  }
  [class~="lg-!pe-20"] {
    padding-inline-end: 5rem  !important;
  }
  .lg-pt-20 {
    padding-top: 5rem ;
  }
  [class~="lg-pt-20"] {
    padding-top: 5rem ;
  }
  .lg-!pt-20 {
    padding-top: 5rem  !important;
  }
  [class~="lg-!pt-20"] {
    padding-top: 5rem  !important;
  }
  .lg-pr-20 {
    padding-right: 5rem ;
  }
  [class~="lg-pr-20"] {
    padding-right: 5rem ;
  }
  .lg-!pr-20 {
    padding-right: 5rem  !important;
  }
  [class~="lg-!pr-20"] {
    padding-right: 5rem  !important;
  }
  .lg-pb-20 {
    padding-bottom: 5rem ;
  }
  [class~="lg-pb-20"] {
    padding-bottom: 5rem ;
  }
  .lg-!pb-20 {
    padding-bottom: 5rem  !important;
  }
  [class~="lg-!pb-20"] {
    padding-bottom: 5rem  !important;
  }
  .lg-pl-20 {
    padding-left: 5rem ;
  }
  [class~="lg-pl-20"] {
    padding-left: 5rem ;
  }
  .lg-!pl-20 {
    padding-left: 5rem  !important;
  }
  [class~="lg-!pl-20"] {
    padding-left: 5rem  !important;
  }
  .lg-p-24 {
    padding: 6rem ;
  }
  [class~="lg-p-24"] {
    padding: 6rem ;
  }
  .lg-!p-24 {
    padding: 6rem  !important;
  }
  [class~="lg-!p-24"] {
    padding: 6rem  !important;
  }
  .lg-px-24 {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  [class~="lg-px-24"] {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  .lg-!px-24 {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  [class~="lg-!px-24"] {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  .lg-py-24 {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  [class~="lg-py-24"] {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  .lg-!py-24 {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  [class~="lg-!py-24"] {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  .lg-ps-24 {
    padding-inline-start: 6rem ;
  }
  [class~="lg-ps-24"] {
    padding-inline-start: 6rem ;
  }
  .lg-!ps-24 {
    padding-inline-start: 6rem  !important;
  }
  [class~="lg-!ps-24"] {
    padding-inline-start: 6rem  !important;
  }
  .lg-pe-24 {
    padding-inline-end: 6rem ;
  }
  [class~="lg-pe-24"] {
    padding-inline-end: 6rem ;
  }
  .lg-!pe-24 {
    padding-inline-end: 6rem  !important;
  }
  [class~="lg-!pe-24"] {
    padding-inline-end: 6rem  !important;
  }
  .lg-pt-24 {
    padding-top: 6rem ;
  }
  [class~="lg-pt-24"] {
    padding-top: 6rem ;
  }
  .lg-!pt-24 {
    padding-top: 6rem  !important;
  }
  [class~="lg-!pt-24"] {
    padding-top: 6rem  !important;
  }
  .lg-pr-24 {
    padding-right: 6rem ;
  }
  [class~="lg-pr-24"] {
    padding-right: 6rem ;
  }
  .lg-!pr-24 {
    padding-right: 6rem  !important;
  }
  [class~="lg-!pr-24"] {
    padding-right: 6rem  !important;
  }
  .lg-pb-24 {
    padding-bottom: 6rem ;
  }
  [class~="lg-pb-24"] {
    padding-bottom: 6rem ;
  }
  .lg-!pb-24 {
    padding-bottom: 6rem  !important;
  }
  [class~="lg-!pb-24"] {
    padding-bottom: 6rem  !important;
  }
  .lg-pl-24 {
    padding-left: 6rem ;
  }
  [class~="lg-pl-24"] {
    padding-left: 6rem ;
  }
  .lg-!pl-24 {
    padding-left: 6rem  !important;
  }
  [class~="lg-!pl-24"] {
    padding-left: 6rem  !important;
  }
  .lg-p-28 {
    padding: 7rem ;
  }
  [class~="lg-p-28"] {
    padding: 7rem ;
  }
  .lg-!p-28 {
    padding: 7rem  !important;
  }
  [class~="lg-!p-28"] {
    padding: 7rem  !important;
  }
  .lg-px-28 {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  [class~="lg-px-28"] {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  .lg-!px-28 {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  [class~="lg-!px-28"] {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  .lg-py-28 {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  [class~="lg-py-28"] {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  .lg-!py-28 {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  [class~="lg-!py-28"] {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  .lg-ps-28 {
    padding-inline-start: 7rem ;
  }
  [class~="lg-ps-28"] {
    padding-inline-start: 7rem ;
  }
  .lg-!ps-28 {
    padding-inline-start: 7rem  !important;
  }
  [class~="lg-!ps-28"] {
    padding-inline-start: 7rem  !important;
  }
  .lg-pe-28 {
    padding-inline-end: 7rem ;
  }
  [class~="lg-pe-28"] {
    padding-inline-end: 7rem ;
  }
  .lg-!pe-28 {
    padding-inline-end: 7rem  !important;
  }
  [class~="lg-!pe-28"] {
    padding-inline-end: 7rem  !important;
  }
  .lg-pt-28 {
    padding-top: 7rem ;
  }
  [class~="lg-pt-28"] {
    padding-top: 7rem ;
  }
  .lg-!pt-28 {
    padding-top: 7rem  !important;
  }
  [class~="lg-!pt-28"] {
    padding-top: 7rem  !important;
  }
  .lg-pr-28 {
    padding-right: 7rem ;
  }
  [class~="lg-pr-28"] {
    padding-right: 7rem ;
  }
  .lg-!pr-28 {
    padding-right: 7rem  !important;
  }
  [class~="lg-!pr-28"] {
    padding-right: 7rem  !important;
  }
  .lg-pb-28 {
    padding-bottom: 7rem ;
  }
  [class~="lg-pb-28"] {
    padding-bottom: 7rem ;
  }
  .lg-!pb-28 {
    padding-bottom: 7rem  !important;
  }
  [class~="lg-!pb-28"] {
    padding-bottom: 7rem  !important;
  }
  .lg-pl-28 {
    padding-left: 7rem ;
  }
  [class~="lg-pl-28"] {
    padding-left: 7rem ;
  }
  .lg-!pl-28 {
    padding-left: 7rem  !important;
  }
  [class~="lg-!pl-28"] {
    padding-left: 7rem  !important;
  }
  .lg-p-32 {
    padding: 8rem ;
  }
  [class~="lg-p-32"] {
    padding: 8rem ;
  }
  .lg-!p-32 {
    padding: 8rem  !important;
  }
  [class~="lg-!p-32"] {
    padding: 8rem  !important;
  }
  .lg-px-32 {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  [class~="lg-px-32"] {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  .lg-!px-32 {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  [class~="lg-!px-32"] {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  .lg-py-32 {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  [class~="lg-py-32"] {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  .lg-!py-32 {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  [class~="lg-!py-32"] {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  .lg-ps-32 {
    padding-inline-start: 8rem ;
  }
  [class~="lg-ps-32"] {
    padding-inline-start: 8rem ;
  }
  .lg-!ps-32 {
    padding-inline-start: 8rem  !important;
  }
  [class~="lg-!ps-32"] {
    padding-inline-start: 8rem  !important;
  }
  .lg-pe-32 {
    padding-inline-end: 8rem ;
  }
  [class~="lg-pe-32"] {
    padding-inline-end: 8rem ;
  }
  .lg-!pe-32 {
    padding-inline-end: 8rem  !important;
  }
  [class~="lg-!pe-32"] {
    padding-inline-end: 8rem  !important;
  }
  .lg-pt-32 {
    padding-top: 8rem ;
  }
  [class~="lg-pt-32"] {
    padding-top: 8rem ;
  }
  .lg-!pt-32 {
    padding-top: 8rem  !important;
  }
  [class~="lg-!pt-32"] {
    padding-top: 8rem  !important;
  }
  .lg-pr-32 {
    padding-right: 8rem ;
  }
  [class~="lg-pr-32"] {
    padding-right: 8rem ;
  }
  .lg-!pr-32 {
    padding-right: 8rem  !important;
  }
  [class~="lg-!pr-32"] {
    padding-right: 8rem  !important;
  }
  .lg-pb-32 {
    padding-bottom: 8rem ;
  }
  [class~="lg-pb-32"] {
    padding-bottom: 8rem ;
  }
  .lg-!pb-32 {
    padding-bottom: 8rem  !important;
  }
  [class~="lg-!pb-32"] {
    padding-bottom: 8rem  !important;
  }
  .lg-pl-32 {
    padding-left: 8rem ;
  }
  [class~="lg-pl-32"] {
    padding-left: 8rem ;
  }
  .lg-!pl-32 {
    padding-left: 8rem  !important;
  }
  [class~="lg-!pl-32"] {
    padding-left: 8rem  !important;
  }
  .lg-p-36 {
    padding: 9rem ;
  }
  [class~="lg-p-36"] {
    padding: 9rem ;
  }
  .lg-!p-36 {
    padding: 9rem  !important;
  }
  [class~="lg-!p-36"] {
    padding: 9rem  !important;
  }
  .lg-px-36 {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  [class~="lg-px-36"] {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  .lg-!px-36 {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  [class~="lg-!px-36"] {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  .lg-py-36 {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  [class~="lg-py-36"] {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  .lg-!py-36 {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  [class~="lg-!py-36"] {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  .lg-ps-36 {
    padding-inline-start: 9rem ;
  }
  [class~="lg-ps-36"] {
    padding-inline-start: 9rem ;
  }
  .lg-!ps-36 {
    padding-inline-start: 9rem  !important;
  }
  [class~="lg-!ps-36"] {
    padding-inline-start: 9rem  !important;
  }
  .lg-pe-36 {
    padding-inline-end: 9rem ;
  }
  [class~="lg-pe-36"] {
    padding-inline-end: 9rem ;
  }
  .lg-!pe-36 {
    padding-inline-end: 9rem  !important;
  }
  [class~="lg-!pe-36"] {
    padding-inline-end: 9rem  !important;
  }
  .lg-pt-36 {
    padding-top: 9rem ;
  }
  [class~="lg-pt-36"] {
    padding-top: 9rem ;
  }
  .lg-!pt-36 {
    padding-top: 9rem  !important;
  }
  [class~="lg-!pt-36"] {
    padding-top: 9rem  !important;
  }
  .lg-pr-36 {
    padding-right: 9rem ;
  }
  [class~="lg-pr-36"] {
    padding-right: 9rem ;
  }
  .lg-!pr-36 {
    padding-right: 9rem  !important;
  }
  [class~="lg-!pr-36"] {
    padding-right: 9rem  !important;
  }
  .lg-pb-36 {
    padding-bottom: 9rem ;
  }
  [class~="lg-pb-36"] {
    padding-bottom: 9rem ;
  }
  .lg-!pb-36 {
    padding-bottom: 9rem  !important;
  }
  [class~="lg-!pb-36"] {
    padding-bottom: 9rem  !important;
  }
  .lg-pl-36 {
    padding-left: 9rem ;
  }
  [class~="lg-pl-36"] {
    padding-left: 9rem ;
  }
  .lg-!pl-36 {
    padding-left: 9rem  !important;
  }
  [class~="lg-!pl-36"] {
    padding-left: 9rem  !important;
  }
  .lg-p-40 {
    padding: 10rem ;
  }
  [class~="lg-p-40"] {
    padding: 10rem ;
  }
  .lg-!p-40 {
    padding: 10rem  !important;
  }
  [class~="lg-!p-40"] {
    padding: 10rem  !important;
  }
  .lg-px-40 {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  [class~="lg-px-40"] {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  .lg-!px-40 {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  [class~="lg-!px-40"] {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  .lg-py-40 {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  [class~="lg-py-40"] {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  .lg-!py-40 {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  [class~="lg-!py-40"] {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  .lg-ps-40 {
    padding-inline-start: 10rem ;
  }
  [class~="lg-ps-40"] {
    padding-inline-start: 10rem ;
  }
  .lg-!ps-40 {
    padding-inline-start: 10rem  !important;
  }
  [class~="lg-!ps-40"] {
    padding-inline-start: 10rem  !important;
  }
  .lg-pe-40 {
    padding-inline-end: 10rem ;
  }
  [class~="lg-pe-40"] {
    padding-inline-end: 10rem ;
  }
  .lg-!pe-40 {
    padding-inline-end: 10rem  !important;
  }
  [class~="lg-!pe-40"] {
    padding-inline-end: 10rem  !important;
  }
  .lg-pt-40 {
    padding-top: 10rem ;
  }
  [class~="lg-pt-40"] {
    padding-top: 10rem ;
  }
  .lg-!pt-40 {
    padding-top: 10rem  !important;
  }
  [class~="lg-!pt-40"] {
    padding-top: 10rem  !important;
  }
  .lg-pr-40 {
    padding-right: 10rem ;
  }
  [class~="lg-pr-40"] {
    padding-right: 10rem ;
  }
  .lg-!pr-40 {
    padding-right: 10rem  !important;
  }
  [class~="lg-!pr-40"] {
    padding-right: 10rem  !important;
  }
  .lg-pb-40 {
    padding-bottom: 10rem ;
  }
  [class~="lg-pb-40"] {
    padding-bottom: 10rem ;
  }
  .lg-!pb-40 {
    padding-bottom: 10rem  !important;
  }
  [class~="lg-!pb-40"] {
    padding-bottom: 10rem  !important;
  }
  .lg-pl-40 {
    padding-left: 10rem ;
  }
  [class~="lg-pl-40"] {
    padding-left: 10rem ;
  }
  .lg-!pl-40 {
    padding-left: 10rem  !important;
  }
  [class~="lg-!pl-40"] {
    padding-left: 10rem  !important;
  }
  .lg-p-44 {
    padding: 11rem ;
  }
  [class~="lg-p-44"] {
    padding: 11rem ;
  }
  .lg-!p-44 {
    padding: 11rem  !important;
  }
  [class~="lg-!p-44"] {
    padding: 11rem  !important;
  }
  .lg-px-44 {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  [class~="lg-px-44"] {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  .lg-!px-44 {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  [class~="lg-!px-44"] {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  .lg-py-44 {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  [class~="lg-py-44"] {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  .lg-!py-44 {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  [class~="lg-!py-44"] {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  .lg-ps-44 {
    padding-inline-start: 11rem ;
  }
  [class~="lg-ps-44"] {
    padding-inline-start: 11rem ;
  }
  .lg-!ps-44 {
    padding-inline-start: 11rem  !important;
  }
  [class~="lg-!ps-44"] {
    padding-inline-start: 11rem  !important;
  }
  .lg-pe-44 {
    padding-inline-end: 11rem ;
  }
  [class~="lg-pe-44"] {
    padding-inline-end: 11rem ;
  }
  .lg-!pe-44 {
    padding-inline-end: 11rem  !important;
  }
  [class~="lg-!pe-44"] {
    padding-inline-end: 11rem  !important;
  }
  .lg-pt-44 {
    padding-top: 11rem ;
  }
  [class~="lg-pt-44"] {
    padding-top: 11rem ;
  }
  .lg-!pt-44 {
    padding-top: 11rem  !important;
  }
  [class~="lg-!pt-44"] {
    padding-top: 11rem  !important;
  }
  .lg-pr-44 {
    padding-right: 11rem ;
  }
  [class~="lg-pr-44"] {
    padding-right: 11rem ;
  }
  .lg-!pr-44 {
    padding-right: 11rem  !important;
  }
  [class~="lg-!pr-44"] {
    padding-right: 11rem  !important;
  }
  .lg-pb-44 {
    padding-bottom: 11rem ;
  }
  [class~="lg-pb-44"] {
    padding-bottom: 11rem ;
  }
  .lg-!pb-44 {
    padding-bottom: 11rem  !important;
  }
  [class~="lg-!pb-44"] {
    padding-bottom: 11rem  !important;
  }
  .lg-pl-44 {
    padding-left: 11rem ;
  }
  [class~="lg-pl-44"] {
    padding-left: 11rem ;
  }
  .lg-!pl-44 {
    padding-left: 11rem  !important;
  }
  [class~="lg-!pl-44"] {
    padding-left: 11rem  !important;
  }
  .lg-p-48 {
    padding: 12rem ;
  }
  [class~="lg-p-48"] {
    padding: 12rem ;
  }
  .lg-!p-48 {
    padding: 12rem  !important;
  }
  [class~="lg-!p-48"] {
    padding: 12rem  !important;
  }
  .lg-px-48 {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  [class~="lg-px-48"] {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  .lg-!px-48 {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  [class~="lg-!px-48"] {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  .lg-py-48 {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  [class~="lg-py-48"] {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  .lg-!py-48 {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  [class~="lg-!py-48"] {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  .lg-ps-48 {
    padding-inline-start: 12rem ;
  }
  [class~="lg-ps-48"] {
    padding-inline-start: 12rem ;
  }
  .lg-!ps-48 {
    padding-inline-start: 12rem  !important;
  }
  [class~="lg-!ps-48"] {
    padding-inline-start: 12rem  !important;
  }
  .lg-pe-48 {
    padding-inline-end: 12rem ;
  }
  [class~="lg-pe-48"] {
    padding-inline-end: 12rem ;
  }
  .lg-!pe-48 {
    padding-inline-end: 12rem  !important;
  }
  [class~="lg-!pe-48"] {
    padding-inline-end: 12rem  !important;
  }
  .lg-pt-48 {
    padding-top: 12rem ;
  }
  [class~="lg-pt-48"] {
    padding-top: 12rem ;
  }
  .lg-!pt-48 {
    padding-top: 12rem  !important;
  }
  [class~="lg-!pt-48"] {
    padding-top: 12rem  !important;
  }
  .lg-pr-48 {
    padding-right: 12rem ;
  }
  [class~="lg-pr-48"] {
    padding-right: 12rem ;
  }
  .lg-!pr-48 {
    padding-right: 12rem  !important;
  }
  [class~="lg-!pr-48"] {
    padding-right: 12rem  !important;
  }
  .lg-pb-48 {
    padding-bottom: 12rem ;
  }
  [class~="lg-pb-48"] {
    padding-bottom: 12rem ;
  }
  .lg-!pb-48 {
    padding-bottom: 12rem  !important;
  }
  [class~="lg-!pb-48"] {
    padding-bottom: 12rem  !important;
  }
  .lg-pl-48 {
    padding-left: 12rem ;
  }
  [class~="lg-pl-48"] {
    padding-left: 12rem ;
  }
  .lg-!pl-48 {
    padding-left: 12rem  !important;
  }
  [class~="lg-!pl-48"] {
    padding-left: 12rem  !important;
  }
  .lg-p-52 {
    padding: 13rem ;
  }
  [class~="lg-p-52"] {
    padding: 13rem ;
  }
  .lg-!p-52 {
    padding: 13rem  !important;
  }
  [class~="lg-!p-52"] {
    padding: 13rem  !important;
  }
  .lg-px-52 {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  [class~="lg-px-52"] {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  .lg-!px-52 {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  [class~="lg-!px-52"] {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  .lg-py-52 {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  [class~="lg-py-52"] {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  .lg-!py-52 {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  [class~="lg-!py-52"] {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  .lg-ps-52 {
    padding-inline-start: 13rem ;
  }
  [class~="lg-ps-52"] {
    padding-inline-start: 13rem ;
  }
  .lg-!ps-52 {
    padding-inline-start: 13rem  !important;
  }
  [class~="lg-!ps-52"] {
    padding-inline-start: 13rem  !important;
  }
  .lg-pe-52 {
    padding-inline-end: 13rem ;
  }
  [class~="lg-pe-52"] {
    padding-inline-end: 13rem ;
  }
  .lg-!pe-52 {
    padding-inline-end: 13rem  !important;
  }
  [class~="lg-!pe-52"] {
    padding-inline-end: 13rem  !important;
  }
  .lg-pt-52 {
    padding-top: 13rem ;
  }
  [class~="lg-pt-52"] {
    padding-top: 13rem ;
  }
  .lg-!pt-52 {
    padding-top: 13rem  !important;
  }
  [class~="lg-!pt-52"] {
    padding-top: 13rem  !important;
  }
  .lg-pr-52 {
    padding-right: 13rem ;
  }
  [class~="lg-pr-52"] {
    padding-right: 13rem ;
  }
  .lg-!pr-52 {
    padding-right: 13rem  !important;
  }
  [class~="lg-!pr-52"] {
    padding-right: 13rem  !important;
  }
  .lg-pb-52 {
    padding-bottom: 13rem ;
  }
  [class~="lg-pb-52"] {
    padding-bottom: 13rem ;
  }
  .lg-!pb-52 {
    padding-bottom: 13rem  !important;
  }
  [class~="lg-!pb-52"] {
    padding-bottom: 13rem  !important;
  }
  .lg-pl-52 {
    padding-left: 13rem ;
  }
  [class~="lg-pl-52"] {
    padding-left: 13rem ;
  }
  .lg-!pl-52 {
    padding-left: 13rem  !important;
  }
  [class~="lg-!pl-52"] {
    padding-left: 13rem  !important;
  }
  .lg-p-56 {
    padding: 14rem ;
  }
  [class~="lg-p-56"] {
    padding: 14rem ;
  }
  .lg-!p-56 {
    padding: 14rem  !important;
  }
  [class~="lg-!p-56"] {
    padding: 14rem  !important;
  }
  .lg-px-56 {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  [class~="lg-px-56"] {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  .lg-!px-56 {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  [class~="lg-!px-56"] {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  .lg-py-56 {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  [class~="lg-py-56"] {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  .lg-!py-56 {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  [class~="lg-!py-56"] {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  .lg-ps-56 {
    padding-inline-start: 14rem ;
  }
  [class~="lg-ps-56"] {
    padding-inline-start: 14rem ;
  }
  .lg-!ps-56 {
    padding-inline-start: 14rem  !important;
  }
  [class~="lg-!ps-56"] {
    padding-inline-start: 14rem  !important;
  }
  .lg-pe-56 {
    padding-inline-end: 14rem ;
  }
  [class~="lg-pe-56"] {
    padding-inline-end: 14rem ;
  }
  .lg-!pe-56 {
    padding-inline-end: 14rem  !important;
  }
  [class~="lg-!pe-56"] {
    padding-inline-end: 14rem  !important;
  }
  .lg-pt-56 {
    padding-top: 14rem ;
  }
  [class~="lg-pt-56"] {
    padding-top: 14rem ;
  }
  .lg-!pt-56 {
    padding-top: 14rem  !important;
  }
  [class~="lg-!pt-56"] {
    padding-top: 14rem  !important;
  }
  .lg-pr-56 {
    padding-right: 14rem ;
  }
  [class~="lg-pr-56"] {
    padding-right: 14rem ;
  }
  .lg-!pr-56 {
    padding-right: 14rem  !important;
  }
  [class~="lg-!pr-56"] {
    padding-right: 14rem  !important;
  }
  .lg-pb-56 {
    padding-bottom: 14rem ;
  }
  [class~="lg-pb-56"] {
    padding-bottom: 14rem ;
  }
  .lg-!pb-56 {
    padding-bottom: 14rem  !important;
  }
  [class~="lg-!pb-56"] {
    padding-bottom: 14rem  !important;
  }
  .lg-pl-56 {
    padding-left: 14rem ;
  }
  [class~="lg-pl-56"] {
    padding-left: 14rem ;
  }
  .lg-!pl-56 {
    padding-left: 14rem  !important;
  }
  [class~="lg-!pl-56"] {
    padding-left: 14rem  !important;
  }
  .lg-p-60 {
    padding: 15rem ;
  }
  [class~="lg-p-60"] {
    padding: 15rem ;
  }
  .lg-!p-60 {
    padding: 15rem  !important;
  }
  [class~="lg-!p-60"] {
    padding: 15rem  !important;
  }
  .lg-px-60 {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  [class~="lg-px-60"] {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  .lg-!px-60 {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  [class~="lg-!px-60"] {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  .lg-py-60 {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  [class~="lg-py-60"] {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  .lg-!py-60 {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  [class~="lg-!py-60"] {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  .lg-ps-60 {
    padding-inline-start: 15rem ;
  }
  [class~="lg-ps-60"] {
    padding-inline-start: 15rem ;
  }
  .lg-!ps-60 {
    padding-inline-start: 15rem  !important;
  }
  [class~="lg-!ps-60"] {
    padding-inline-start: 15rem  !important;
  }
  .lg-pe-60 {
    padding-inline-end: 15rem ;
  }
  [class~="lg-pe-60"] {
    padding-inline-end: 15rem ;
  }
  .lg-!pe-60 {
    padding-inline-end: 15rem  !important;
  }
  [class~="lg-!pe-60"] {
    padding-inline-end: 15rem  !important;
  }
  .lg-pt-60 {
    padding-top: 15rem ;
  }
  [class~="lg-pt-60"] {
    padding-top: 15rem ;
  }
  .lg-!pt-60 {
    padding-top: 15rem  !important;
  }
  [class~="lg-!pt-60"] {
    padding-top: 15rem  !important;
  }
  .lg-pr-60 {
    padding-right: 15rem ;
  }
  [class~="lg-pr-60"] {
    padding-right: 15rem ;
  }
  .lg-!pr-60 {
    padding-right: 15rem  !important;
  }
  [class~="lg-!pr-60"] {
    padding-right: 15rem  !important;
  }
  .lg-pb-60 {
    padding-bottom: 15rem ;
  }
  [class~="lg-pb-60"] {
    padding-bottom: 15rem ;
  }
  .lg-!pb-60 {
    padding-bottom: 15rem  !important;
  }
  [class~="lg-!pb-60"] {
    padding-bottom: 15rem  !important;
  }
  .lg-pl-60 {
    padding-left: 15rem ;
  }
  [class~="lg-pl-60"] {
    padding-left: 15rem ;
  }
  .lg-!pl-60 {
    padding-left: 15rem  !important;
  }
  [class~="lg-!pl-60"] {
    padding-left: 15rem  !important;
  }
  .lg-p-64 {
    padding: 16rem ;
  }
  [class~="lg-p-64"] {
    padding: 16rem ;
  }
  .lg-!p-64 {
    padding: 16rem  !important;
  }
  [class~="lg-!p-64"] {
    padding: 16rem  !important;
  }
  .lg-px-64 {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  [class~="lg-px-64"] {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  .lg-!px-64 {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  [class~="lg-!px-64"] {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  .lg-py-64 {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  [class~="lg-py-64"] {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  .lg-!py-64 {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  [class~="lg-!py-64"] {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  .lg-ps-64 {
    padding-inline-start: 16rem ;
  }
  [class~="lg-ps-64"] {
    padding-inline-start: 16rem ;
  }
  .lg-!ps-64 {
    padding-inline-start: 16rem  !important;
  }
  [class~="lg-!ps-64"] {
    padding-inline-start: 16rem  !important;
  }
  .lg-pe-64 {
    padding-inline-end: 16rem ;
  }
  [class~="lg-pe-64"] {
    padding-inline-end: 16rem ;
  }
  .lg-!pe-64 {
    padding-inline-end: 16rem  !important;
  }
  [class~="lg-!pe-64"] {
    padding-inline-end: 16rem  !important;
  }
  .lg-pt-64 {
    padding-top: 16rem ;
  }
  [class~="lg-pt-64"] {
    padding-top: 16rem ;
  }
  .lg-!pt-64 {
    padding-top: 16rem  !important;
  }
  [class~="lg-!pt-64"] {
    padding-top: 16rem  !important;
  }
  .lg-pr-64 {
    padding-right: 16rem ;
  }
  [class~="lg-pr-64"] {
    padding-right: 16rem ;
  }
  .lg-!pr-64 {
    padding-right: 16rem  !important;
  }
  [class~="lg-!pr-64"] {
    padding-right: 16rem  !important;
  }
  .lg-pb-64 {
    padding-bottom: 16rem ;
  }
  [class~="lg-pb-64"] {
    padding-bottom: 16rem ;
  }
  .lg-!pb-64 {
    padding-bottom: 16rem  !important;
  }
  [class~="lg-!pb-64"] {
    padding-bottom: 16rem  !important;
  }
  .lg-pl-64 {
    padding-left: 16rem ;
  }
  [class~="lg-pl-64"] {
    padding-left: 16rem ;
  }
  .lg-!pl-64 {
    padding-left: 16rem  !important;
  }
  [class~="lg-!pl-64"] {
    padding-left: 16rem  !important;
  }
  .lg-p-72 {
    padding: 18rem ;
  }
  [class~="lg-p-72"] {
    padding: 18rem ;
  }
  .lg-!p-72 {
    padding: 18rem  !important;
  }
  [class~="lg-!p-72"] {
    padding: 18rem  !important;
  }
  .lg-px-72 {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  [class~="lg-px-72"] {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  .lg-!px-72 {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  [class~="lg-!px-72"] {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  .lg-py-72 {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  [class~="lg-py-72"] {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  .lg-!py-72 {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  [class~="lg-!py-72"] {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  .lg-ps-72 {
    padding-inline-start: 18rem ;
  }
  [class~="lg-ps-72"] {
    padding-inline-start: 18rem ;
  }
  .lg-!ps-72 {
    padding-inline-start: 18rem  !important;
  }
  [class~="lg-!ps-72"] {
    padding-inline-start: 18rem  !important;
  }
  .lg-pe-72 {
    padding-inline-end: 18rem ;
  }
  [class~="lg-pe-72"] {
    padding-inline-end: 18rem ;
  }
  .lg-!pe-72 {
    padding-inline-end: 18rem  !important;
  }
  [class~="lg-!pe-72"] {
    padding-inline-end: 18rem  !important;
  }
  .lg-pt-72 {
    padding-top: 18rem ;
  }
  [class~="lg-pt-72"] {
    padding-top: 18rem ;
  }
  .lg-!pt-72 {
    padding-top: 18rem  !important;
  }
  [class~="lg-!pt-72"] {
    padding-top: 18rem  !important;
  }
  .lg-pr-72 {
    padding-right: 18rem ;
  }
  [class~="lg-pr-72"] {
    padding-right: 18rem ;
  }
  .lg-!pr-72 {
    padding-right: 18rem  !important;
  }
  [class~="lg-!pr-72"] {
    padding-right: 18rem  !important;
  }
  .lg-pb-72 {
    padding-bottom: 18rem ;
  }
  [class~="lg-pb-72"] {
    padding-bottom: 18rem ;
  }
  .lg-!pb-72 {
    padding-bottom: 18rem  !important;
  }
  [class~="lg-!pb-72"] {
    padding-bottom: 18rem  !important;
  }
  .lg-pl-72 {
    padding-left: 18rem ;
  }
  [class~="lg-pl-72"] {
    padding-left: 18rem ;
  }
  .lg-!pl-72 {
    padding-left: 18rem  !important;
  }
  [class~="lg-!pl-72"] {
    padding-left: 18rem  !important;
  }
  .lg-p-80 {
    padding: 20rem ;
  }
  [class~="lg-p-80"] {
    padding: 20rem ;
  }
  .lg-!p-80 {
    padding: 20rem  !important;
  }
  [class~="lg-!p-80"] {
    padding: 20rem  !important;
  }
  .lg-px-80 {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  [class~="lg-px-80"] {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  .lg-!px-80 {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  [class~="lg-!px-80"] {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  .lg-py-80 {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  [class~="lg-py-80"] {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  .lg-!py-80 {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  [class~="lg-!py-80"] {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  .lg-ps-80 {
    padding-inline-start: 20rem ;
  }
  [class~="lg-ps-80"] {
    padding-inline-start: 20rem ;
  }
  .lg-!ps-80 {
    padding-inline-start: 20rem  !important;
  }
  [class~="lg-!ps-80"] {
    padding-inline-start: 20rem  !important;
  }
  .lg-pe-80 {
    padding-inline-end: 20rem ;
  }
  [class~="lg-pe-80"] {
    padding-inline-end: 20rem ;
  }
  .lg-!pe-80 {
    padding-inline-end: 20rem  !important;
  }
  [class~="lg-!pe-80"] {
    padding-inline-end: 20rem  !important;
  }
  .lg-pt-80 {
    padding-top: 20rem ;
  }
  [class~="lg-pt-80"] {
    padding-top: 20rem ;
  }
  .lg-!pt-80 {
    padding-top: 20rem  !important;
  }
  [class~="lg-!pt-80"] {
    padding-top: 20rem  !important;
  }
  .lg-pr-80 {
    padding-right: 20rem ;
  }
  [class~="lg-pr-80"] {
    padding-right: 20rem ;
  }
  .lg-!pr-80 {
    padding-right: 20rem  !important;
  }
  [class~="lg-!pr-80"] {
    padding-right: 20rem  !important;
  }
  .lg-pb-80 {
    padding-bottom: 20rem ;
  }
  [class~="lg-pb-80"] {
    padding-bottom: 20rem ;
  }
  .lg-!pb-80 {
    padding-bottom: 20rem  !important;
  }
  [class~="lg-!pb-80"] {
    padding-bottom: 20rem  !important;
  }
  .lg-pl-80 {
    padding-left: 20rem ;
  }
  [class~="lg-pl-80"] {
    padding-left: 20rem ;
  }
  .lg-!pl-80 {
    padding-left: 20rem  !important;
  }
  [class~="lg-!pl-80"] {
    padding-left: 20rem  !important;
  }
  .lg-p-96 {
    padding: 24rem ;
  }
  [class~="lg-p-96"] {
    padding: 24rem ;
  }
  .lg-!p-96 {
    padding: 24rem  !important;
  }
  [class~="lg-!p-96"] {
    padding: 24rem  !important;
  }
  .lg-px-96 {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  [class~="lg-px-96"] {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  .lg-!px-96 {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  [class~="lg-!px-96"] {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  .lg-py-96 {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  [class~="lg-py-96"] {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  .lg-!py-96 {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  [class~="lg-!py-96"] {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  .lg-ps-96 {
    padding-inline-start: 24rem ;
  }
  [class~="lg-ps-96"] {
    padding-inline-start: 24rem ;
  }
  .lg-!ps-96 {
    padding-inline-start: 24rem  !important;
  }
  [class~="lg-!ps-96"] {
    padding-inline-start: 24rem  !important;
  }
  .lg-pe-96 {
    padding-inline-end: 24rem ;
  }
  [class~="lg-pe-96"] {
    padding-inline-end: 24rem ;
  }
  .lg-!pe-96 {
    padding-inline-end: 24rem  !important;
  }
  [class~="lg-!pe-96"] {
    padding-inline-end: 24rem  !important;
  }
  .lg-pt-96 {
    padding-top: 24rem ;
  }
  [class~="lg-pt-96"] {
    padding-top: 24rem ;
  }
  .lg-!pt-96 {
    padding-top: 24rem  !important;
  }
  [class~="lg-!pt-96"] {
    padding-top: 24rem  !important;
  }
  .lg-pr-96 {
    padding-right: 24rem ;
  }
  [class~="lg-pr-96"] {
    padding-right: 24rem ;
  }
  .lg-!pr-96 {
    padding-right: 24rem  !important;
  }
  [class~="lg-!pr-96"] {
    padding-right: 24rem  !important;
  }
  .lg-pb-96 {
    padding-bottom: 24rem ;
  }
  [class~="lg-pb-96"] {
    padding-bottom: 24rem ;
  }
  .lg-!pb-96 {
    padding-bottom: 24rem  !important;
  }
  [class~="lg-!pb-96"] {
    padding-bottom: 24rem  !important;
  }
  .lg-pl-96 {
    padding-left: 24rem ;
  }
  [class~="lg-pl-96"] {
    padding-left: 24rem ;
  }
  .lg-!pl-96 {
    padding-left: 24rem  !important;
  }
  [class~="lg-!pl-96"] {
    padding-left: 24rem  !important;
  }
  .lg-m-0 {
    margin: 0 ;
  }
  [class~="lg-m-0"] {
    margin: 0 ;
  }
  .lg-!m-0 {
    margin: 0  !important;
  }
  [class~="lg-!m-0"] {
    margin: 0  !important;
  }
  .lg-mx-0 {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  [class~="lg-mx-0"] {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .lg-!mx-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  [class~="lg-!mx-0"] {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .lg-my-0 {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  [class~="lg-my-0"] {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  .lg-!my-0 {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  [class~="lg-!my-0"] {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  .lg-ms-0 {
    margin-inline-start: 0 ;
  }
  [class~="lg-ms-0"] {
    margin-inline-start: 0 ;
  }
  .lg-!ms-0 {
    margin-inline-start: 0  !important;
  }
  [class~="lg-!ms-0"] {
    margin-inline-start: 0  !important;
  }
  .lg-me-0 {
    margin-inline-end: 0 ;
  }
  [class~="lg-me-0"] {
    margin-inline-end: 0 ;
  }
  .lg-!me-0 {
    margin-inline-end: 0  !important;
  }
  [class~="lg-!me-0"] {
    margin-inline-end: 0  !important;
  }
  .lg-mt-0 {
    margin-top: 0 ;
  }
  [class~="lg-mt-0"] {
    margin-top: 0 ;
  }
  .lg-!mt-0 {
    margin-top: 0  !important;
  }
  [class~="lg-!mt-0"] {
    margin-top: 0  !important;
  }
  .lg-mr-0 {
    margin-right: 0 ;
  }
  [class~="lg-mr-0"] {
    margin-right: 0 ;
  }
  .lg-!mr-0 {
    margin-right: 0  !important;
  }
  [class~="lg-!mr-0"] {
    margin-right: 0  !important;
  }
  .lg-mb-0 {
    margin-bottom: 0 ;
  }
  [class~="lg-mb-0"] {
    margin-bottom: 0 ;
  }
  .lg-!mb-0 {
    margin-bottom: 0  !important;
  }
  [class~="lg-!mb-0"] {
    margin-bottom: 0  !important;
  }
  .lg-ml-0 {
    margin-left: 0 ;
  }
  [class~="lg-ml-0"] {
    margin-left: 0 ;
  }
  .lg-!ml-0 {
    margin-left: 0  !important;
  }
  [class~="lg-!ml-0"] {
    margin-left: 0  !important;
  }
  .lg-m-px {
    margin: 1px ;
  }
  [class~="lg-m-px"] {
    margin: 1px ;
  }
  .lg-!m-px {
    margin: 1px  !important;
  }
  [class~="lg-!m-px"] {
    margin: 1px  !important;
  }
  .lg-mx-px {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  [class~="lg-mx-px"] {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  .lg-!mx-px {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  [class~="lg-!mx-px"] {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  .lg-my-px {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  [class~="lg-my-px"] {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  .lg-!my-px {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  [class~="lg-!my-px"] {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  .lg-ms-px {
    margin-inline-start: 1px ;
  }
  [class~="lg-ms-px"] {
    margin-inline-start: 1px ;
  }
  .lg-!ms-px {
    margin-inline-start: 1px  !important;
  }
  [class~="lg-!ms-px"] {
    margin-inline-start: 1px  !important;
  }
  .lg-me-px {
    margin-inline-end: 1px ;
  }
  [class~="lg-me-px"] {
    margin-inline-end: 1px ;
  }
  .lg-!me-px {
    margin-inline-end: 1px  !important;
  }
  [class~="lg-!me-px"] {
    margin-inline-end: 1px  !important;
  }
  .lg-mt-px {
    margin-top: 1px ;
  }
  [class~="lg-mt-px"] {
    margin-top: 1px ;
  }
  .lg-!mt-px {
    margin-top: 1px  !important;
  }
  [class~="lg-!mt-px"] {
    margin-top: 1px  !important;
  }
  .lg-mr-px {
    margin-right: 1px ;
  }
  [class~="lg-mr-px"] {
    margin-right: 1px ;
  }
  .lg-!mr-px {
    margin-right: 1px  !important;
  }
  [class~="lg-!mr-px"] {
    margin-right: 1px  !important;
  }
  .lg-mb-px {
    margin-bottom: 1px ;
  }
  [class~="lg-mb-px"] {
    margin-bottom: 1px ;
  }
  .lg-!mb-px {
    margin-bottom: 1px  !important;
  }
  [class~="lg-!mb-px"] {
    margin-bottom: 1px  !important;
  }
  .lg-ml-px {
    margin-left: 1px ;
  }
  [class~="lg-ml-px"] {
    margin-left: 1px ;
  }
  .lg-!ml-px {
    margin-left: 1px  !important;
  }
  [class~="lg-!ml-px"] {
    margin-left: 1px  !important;
  }
  .lg-m-0\.5 {
    margin: 0.125rem ;
  }
  [class~="lg-m-0\.5"] {
    margin: 0.125rem ;
  }
  .lg-!m-0\.5 {
    margin: 0.125rem  !important;
  }
  [class~="lg-!m-0\.5"] {
    margin: 0.125rem  !important;
  }
  .lg-mx-0\.5 {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  [class~="lg-mx-0\.5"] {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  .lg-!mx-0\.5 {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  [class~="lg-!mx-0\.5"] {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  .lg-my-0\.5 {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  [class~="lg-my-0\.5"] {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  .lg-!my-0\.5 {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  [class~="lg-!my-0\.5"] {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  .lg-ms-0\.5 {
    margin-inline-start: 0.125rem ;
  }
  [class~="lg-ms-0\.5"] {
    margin-inline-start: 0.125rem ;
  }
  .lg-!ms-0\.5 {
    margin-inline-start: 0.125rem  !important;
  }
  [class~="lg-!ms-0\.5"] {
    margin-inline-start: 0.125rem  !important;
  }
  .lg-me-0\.5 {
    margin-inline-end: 0.125rem ;
  }
  [class~="lg-me-0\.5"] {
    margin-inline-end: 0.125rem ;
  }
  .lg-!me-0\.5 {
    margin-inline-end: 0.125rem  !important;
  }
  [class~="lg-!me-0\.5"] {
    margin-inline-end: 0.125rem  !important;
  }
  .lg-mt-0\.5 {
    margin-top: 0.125rem ;
  }
  [class~="lg-mt-0\.5"] {
    margin-top: 0.125rem ;
  }
  .lg-!mt-0\.5 {
    margin-top: 0.125rem  !important;
  }
  [class~="lg-!mt-0\.5"] {
    margin-top: 0.125rem  !important;
  }
  .lg-mr-0\.5 {
    margin-right: 0.125rem ;
  }
  [class~="lg-mr-0\.5"] {
    margin-right: 0.125rem ;
  }
  .lg-!mr-0\.5 {
    margin-right: 0.125rem  !important;
  }
  [class~="lg-!mr-0\.5"] {
    margin-right: 0.125rem  !important;
  }
  .lg-mb-0\.5 {
    margin-bottom: 0.125rem ;
  }
  [class~="lg-mb-0\.5"] {
    margin-bottom: 0.125rem ;
  }
  .lg-!mb-0\.5 {
    margin-bottom: 0.125rem  !important;
  }
  [class~="lg-!mb-0\.5"] {
    margin-bottom: 0.125rem  !important;
  }
  .lg-ml-0\.5 {
    margin-left: 0.125rem ;
  }
  [class~="lg-ml-0\.5"] {
    margin-left: 0.125rem ;
  }
  .lg-!ml-0\.5 {
    margin-left: 0.125rem  !important;
  }
  [class~="lg-!ml-0\.5"] {
    margin-left: 0.125rem  !important;
  }
  .lg-m-1 {
    margin: 0.25rem ;
  }
  [class~="lg-m-1"] {
    margin: 0.25rem ;
  }
  .lg-!m-1 {
    margin: 0.25rem  !important;
  }
  [class~="lg-!m-1"] {
    margin: 0.25rem  !important;
  }
  .lg-mx-1 {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  [class~="lg-mx-1"] {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  .lg-!mx-1 {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  [class~="lg-!mx-1"] {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  .lg-my-1 {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  [class~="lg-my-1"] {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  .lg-!my-1 {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  [class~="lg-!my-1"] {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  .lg-ms-1 {
    margin-inline-start: 0.25rem ;
  }
  [class~="lg-ms-1"] {
    margin-inline-start: 0.25rem ;
  }
  .lg-!ms-1 {
    margin-inline-start: 0.25rem  !important;
  }
  [class~="lg-!ms-1"] {
    margin-inline-start: 0.25rem  !important;
  }
  .lg-me-1 {
    margin-inline-end: 0.25rem ;
  }
  [class~="lg-me-1"] {
    margin-inline-end: 0.25rem ;
  }
  .lg-!me-1 {
    margin-inline-end: 0.25rem  !important;
  }
  [class~="lg-!me-1"] {
    margin-inline-end: 0.25rem  !important;
  }
  .lg-mt-1 {
    margin-top: 0.25rem ;
  }
  [class~="lg-mt-1"] {
    margin-top: 0.25rem ;
  }
  .lg-!mt-1 {
    margin-top: 0.25rem  !important;
  }
  [class~="lg-!mt-1"] {
    margin-top: 0.25rem  !important;
  }
  .lg-mr-1 {
    margin-right: 0.25rem ;
  }
  [class~="lg-mr-1"] {
    margin-right: 0.25rem ;
  }
  .lg-!mr-1 {
    margin-right: 0.25rem  !important;
  }
  [class~="lg-!mr-1"] {
    margin-right: 0.25rem  !important;
  }
  .lg-mb-1 {
    margin-bottom: 0.25rem ;
  }
  [class~="lg-mb-1"] {
    margin-bottom: 0.25rem ;
  }
  .lg-!mb-1 {
    margin-bottom: 0.25rem  !important;
  }
  [class~="lg-!mb-1"] {
    margin-bottom: 0.25rem  !important;
  }
  .lg-ml-1 {
    margin-left: 0.25rem ;
  }
  [class~="lg-ml-1"] {
    margin-left: 0.25rem ;
  }
  .lg-!ml-1 {
    margin-left: 0.25rem  !important;
  }
  [class~="lg-!ml-1"] {
    margin-left: 0.25rem  !important;
  }
  .lg-m-1\.5 {
    margin: 0.375rem ;
  }
  [class~="lg-m-1\.5"] {
    margin: 0.375rem ;
  }
  .lg-!m-1\.5 {
    margin: 0.375rem  !important;
  }
  [class~="lg-!m-1\.5"] {
    margin: 0.375rem  !important;
  }
  .lg-mx-1\.5 {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  [class~="lg-mx-1\.5"] {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  .lg-!mx-1\.5 {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  [class~="lg-!mx-1\.5"] {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  .lg-my-1\.5 {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  [class~="lg-my-1\.5"] {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  .lg-!my-1\.5 {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  [class~="lg-!my-1\.5"] {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  .lg-ms-1\.5 {
    margin-inline-start: 0.375rem ;
  }
  [class~="lg-ms-1\.5"] {
    margin-inline-start: 0.375rem ;
  }
  .lg-!ms-1\.5 {
    margin-inline-start: 0.375rem  !important;
  }
  [class~="lg-!ms-1\.5"] {
    margin-inline-start: 0.375rem  !important;
  }
  .lg-me-1\.5 {
    margin-inline-end: 0.375rem ;
  }
  [class~="lg-me-1\.5"] {
    margin-inline-end: 0.375rem ;
  }
  .lg-!me-1\.5 {
    margin-inline-end: 0.375rem  !important;
  }
  [class~="lg-!me-1\.5"] {
    margin-inline-end: 0.375rem  !important;
  }
  .lg-mt-1\.5 {
    margin-top: 0.375rem ;
  }
  [class~="lg-mt-1\.5"] {
    margin-top: 0.375rem ;
  }
  .lg-!mt-1\.5 {
    margin-top: 0.375rem  !important;
  }
  [class~="lg-!mt-1\.5"] {
    margin-top: 0.375rem  !important;
  }
  .lg-mr-1\.5 {
    margin-right: 0.375rem ;
  }
  [class~="lg-mr-1\.5"] {
    margin-right: 0.375rem ;
  }
  .lg-!mr-1\.5 {
    margin-right: 0.375rem  !important;
  }
  [class~="lg-!mr-1\.5"] {
    margin-right: 0.375rem  !important;
  }
  .lg-mb-1\.5 {
    margin-bottom: 0.375rem ;
  }
  [class~="lg-mb-1\.5"] {
    margin-bottom: 0.375rem ;
  }
  .lg-!mb-1\.5 {
    margin-bottom: 0.375rem  !important;
  }
  [class~="lg-!mb-1\.5"] {
    margin-bottom: 0.375rem  !important;
  }
  .lg-ml-1\.5 {
    margin-left: 0.375rem ;
  }
  [class~="lg-ml-1\.5"] {
    margin-left: 0.375rem ;
  }
  .lg-!ml-1\.5 {
    margin-left: 0.375rem  !important;
  }
  [class~="lg-!ml-1\.5"] {
    margin-left: 0.375rem  !important;
  }
  .lg-m-2 {
    margin: 0.5rem ;
  }
  [class~="lg-m-2"] {
    margin: 0.5rem ;
  }
  .lg-!m-2 {
    margin: 0.5rem  !important;
  }
  [class~="lg-!m-2"] {
    margin: 0.5rem  !important;
  }
  .lg-mx-2 {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  [class~="lg-mx-2"] {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  .lg-!mx-2 {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  [class~="lg-!mx-2"] {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  .lg-my-2 {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  [class~="lg-my-2"] {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  .lg-!my-2 {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  [class~="lg-!my-2"] {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  .lg-ms-2 {
    margin-inline-start: 0.5rem ;
  }
  [class~="lg-ms-2"] {
    margin-inline-start: 0.5rem ;
  }
  .lg-!ms-2 {
    margin-inline-start: 0.5rem  !important;
  }
  [class~="lg-!ms-2"] {
    margin-inline-start: 0.5rem  !important;
  }
  .lg-me-2 {
    margin-inline-end: 0.5rem ;
  }
  [class~="lg-me-2"] {
    margin-inline-end: 0.5rem ;
  }
  .lg-!me-2 {
    margin-inline-end: 0.5rem  !important;
  }
  [class~="lg-!me-2"] {
    margin-inline-end: 0.5rem  !important;
  }
  .lg-mt-2 {
    margin-top: 0.5rem ;
  }
  [class~="lg-mt-2"] {
    margin-top: 0.5rem ;
  }
  .lg-!mt-2 {
    margin-top: 0.5rem  !important;
  }
  [class~="lg-!mt-2"] {
    margin-top: 0.5rem  !important;
  }
  .lg-mr-2 {
    margin-right: 0.5rem ;
  }
  [class~="lg-mr-2"] {
    margin-right: 0.5rem ;
  }
  .lg-!mr-2 {
    margin-right: 0.5rem  !important;
  }
  [class~="lg-!mr-2"] {
    margin-right: 0.5rem  !important;
  }
  .lg-mb-2 {
    margin-bottom: 0.5rem ;
  }
  [class~="lg-mb-2"] {
    margin-bottom: 0.5rem ;
  }
  .lg-!mb-2 {
    margin-bottom: 0.5rem  !important;
  }
  [class~="lg-!mb-2"] {
    margin-bottom: 0.5rem  !important;
  }
  .lg-ml-2 {
    margin-left: 0.5rem ;
  }
  [class~="lg-ml-2"] {
    margin-left: 0.5rem ;
  }
  .lg-!ml-2 {
    margin-left: 0.5rem  !important;
  }
  [class~="lg-!ml-2"] {
    margin-left: 0.5rem  !important;
  }
  .lg-m-2\.5 {
    margin: 0.625rem ;
  }
  [class~="lg-m-2\.5"] {
    margin: 0.625rem ;
  }
  .lg-!m-2\.5 {
    margin: 0.625rem  !important;
  }
  [class~="lg-!m-2\.5"] {
    margin: 0.625rem  !important;
  }
  .lg-mx-2\.5 {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  [class~="lg-mx-2\.5"] {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  .lg-!mx-2\.5 {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  [class~="lg-!mx-2\.5"] {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  .lg-my-2\.5 {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  [class~="lg-my-2\.5"] {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  .lg-!my-2\.5 {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  [class~="lg-!my-2\.5"] {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  .lg-ms-2\.5 {
    margin-inline-start: 0.625rem ;
  }
  [class~="lg-ms-2\.5"] {
    margin-inline-start: 0.625rem ;
  }
  .lg-!ms-2\.5 {
    margin-inline-start: 0.625rem  !important;
  }
  [class~="lg-!ms-2\.5"] {
    margin-inline-start: 0.625rem  !important;
  }
  .lg-me-2\.5 {
    margin-inline-end: 0.625rem ;
  }
  [class~="lg-me-2\.5"] {
    margin-inline-end: 0.625rem ;
  }
  .lg-!me-2\.5 {
    margin-inline-end: 0.625rem  !important;
  }
  [class~="lg-!me-2\.5"] {
    margin-inline-end: 0.625rem  !important;
  }
  .lg-mt-2\.5 {
    margin-top: 0.625rem ;
  }
  [class~="lg-mt-2\.5"] {
    margin-top: 0.625rem ;
  }
  .lg-!mt-2\.5 {
    margin-top: 0.625rem  !important;
  }
  [class~="lg-!mt-2\.5"] {
    margin-top: 0.625rem  !important;
  }
  .lg-mr-2\.5 {
    margin-right: 0.625rem ;
  }
  [class~="lg-mr-2\.5"] {
    margin-right: 0.625rem ;
  }
  .lg-!mr-2\.5 {
    margin-right: 0.625rem  !important;
  }
  [class~="lg-!mr-2\.5"] {
    margin-right: 0.625rem  !important;
  }
  .lg-mb-2\.5 {
    margin-bottom: 0.625rem ;
  }
  [class~="lg-mb-2\.5"] {
    margin-bottom: 0.625rem ;
  }
  .lg-!mb-2\.5 {
    margin-bottom: 0.625rem  !important;
  }
  [class~="lg-!mb-2\.5"] {
    margin-bottom: 0.625rem  !important;
  }
  .lg-ml-2\.5 {
    margin-left: 0.625rem ;
  }
  [class~="lg-ml-2\.5"] {
    margin-left: 0.625rem ;
  }
  .lg-!ml-2\.5 {
    margin-left: 0.625rem  !important;
  }
  [class~="lg-!ml-2\.5"] {
    margin-left: 0.625rem  !important;
  }
  .lg-m-3 {
    margin: 0.75rem ;
  }
  [class~="lg-m-3"] {
    margin: 0.75rem ;
  }
  .lg-!m-3 {
    margin: 0.75rem  !important;
  }
  [class~="lg-!m-3"] {
    margin: 0.75rem  !important;
  }
  .lg-mx-3 {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  [class~="lg-mx-3"] {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  .lg-!mx-3 {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  [class~="lg-!mx-3"] {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  .lg-my-3 {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  [class~="lg-my-3"] {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  .lg-!my-3 {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  [class~="lg-!my-3"] {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  .lg-ms-3 {
    margin-inline-start: 0.75rem ;
  }
  [class~="lg-ms-3"] {
    margin-inline-start: 0.75rem ;
  }
  .lg-!ms-3 {
    margin-inline-start: 0.75rem  !important;
  }
  [class~="lg-!ms-3"] {
    margin-inline-start: 0.75rem  !important;
  }
  .lg-me-3 {
    margin-inline-end: 0.75rem ;
  }
  [class~="lg-me-3"] {
    margin-inline-end: 0.75rem ;
  }
  .lg-!me-3 {
    margin-inline-end: 0.75rem  !important;
  }
  [class~="lg-!me-3"] {
    margin-inline-end: 0.75rem  !important;
  }
  .lg-mt-3 {
    margin-top: 0.75rem ;
  }
  [class~="lg-mt-3"] {
    margin-top: 0.75rem ;
  }
  .lg-!mt-3 {
    margin-top: 0.75rem  !important;
  }
  [class~="lg-!mt-3"] {
    margin-top: 0.75rem  !important;
  }
  .lg-mr-3 {
    margin-right: 0.75rem ;
  }
  [class~="lg-mr-3"] {
    margin-right: 0.75rem ;
  }
  .lg-!mr-3 {
    margin-right: 0.75rem  !important;
  }
  [class~="lg-!mr-3"] {
    margin-right: 0.75rem  !important;
  }
  .lg-mb-3 {
    margin-bottom: 0.75rem ;
  }
  [class~="lg-mb-3"] {
    margin-bottom: 0.75rem ;
  }
  .lg-!mb-3 {
    margin-bottom: 0.75rem  !important;
  }
  [class~="lg-!mb-3"] {
    margin-bottom: 0.75rem  !important;
  }
  .lg-ml-3 {
    margin-left: 0.75rem ;
  }
  [class~="lg-ml-3"] {
    margin-left: 0.75rem ;
  }
  .lg-!ml-3 {
    margin-left: 0.75rem  !important;
  }
  [class~="lg-!ml-3"] {
    margin-left: 0.75rem  !important;
  }
  .lg-m-3\.5 {
    margin: 0.875rem ;
  }
  [class~="lg-m-3\.5"] {
    margin: 0.875rem ;
  }
  .lg-!m-3\.5 {
    margin: 0.875rem  !important;
  }
  [class~="lg-!m-3\.5"] {
    margin: 0.875rem  !important;
  }
  .lg-mx-3\.5 {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  [class~="lg-mx-3\.5"] {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  .lg-!mx-3\.5 {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  [class~="lg-!mx-3\.5"] {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  .lg-my-3\.5 {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  [class~="lg-my-3\.5"] {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  .lg-!my-3\.5 {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  [class~="lg-!my-3\.5"] {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  .lg-ms-3\.5 {
    margin-inline-start: 0.875rem ;
  }
  [class~="lg-ms-3\.5"] {
    margin-inline-start: 0.875rem ;
  }
  .lg-!ms-3\.5 {
    margin-inline-start: 0.875rem  !important;
  }
  [class~="lg-!ms-3\.5"] {
    margin-inline-start: 0.875rem  !important;
  }
  .lg-me-3\.5 {
    margin-inline-end: 0.875rem ;
  }
  [class~="lg-me-3\.5"] {
    margin-inline-end: 0.875rem ;
  }
  .lg-!me-3\.5 {
    margin-inline-end: 0.875rem  !important;
  }
  [class~="lg-!me-3\.5"] {
    margin-inline-end: 0.875rem  !important;
  }
  .lg-mt-3\.5 {
    margin-top: 0.875rem ;
  }
  [class~="lg-mt-3\.5"] {
    margin-top: 0.875rem ;
  }
  .lg-!mt-3\.5 {
    margin-top: 0.875rem  !important;
  }
  [class~="lg-!mt-3\.5"] {
    margin-top: 0.875rem  !important;
  }
  .lg-mr-3\.5 {
    margin-right: 0.875rem ;
  }
  [class~="lg-mr-3\.5"] {
    margin-right: 0.875rem ;
  }
  .lg-!mr-3\.5 {
    margin-right: 0.875rem  !important;
  }
  [class~="lg-!mr-3\.5"] {
    margin-right: 0.875rem  !important;
  }
  .lg-mb-3\.5 {
    margin-bottom: 0.875rem ;
  }
  [class~="lg-mb-3\.5"] {
    margin-bottom: 0.875rem ;
  }
  .lg-!mb-3\.5 {
    margin-bottom: 0.875rem  !important;
  }
  [class~="lg-!mb-3\.5"] {
    margin-bottom: 0.875rem  !important;
  }
  .lg-ml-3\.5 {
    margin-left: 0.875rem ;
  }
  [class~="lg-ml-3\.5"] {
    margin-left: 0.875rem ;
  }
  .lg-!ml-3\.5 {
    margin-left: 0.875rem  !important;
  }
  [class~="lg-!ml-3\.5"] {
    margin-left: 0.875rem  !important;
  }
  .lg-m-4 {
    margin: 1rem ;
  }
  [class~="lg-m-4"] {
    margin: 1rem ;
  }
  .lg-!m-4 {
    margin: 1rem  !important;
  }
  [class~="lg-!m-4"] {
    margin: 1rem  !important;
  }
  .lg-mx-4 {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  [class~="lg-mx-4"] {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  .lg-!mx-4 {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  [class~="lg-!mx-4"] {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  .lg-my-4 {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  [class~="lg-my-4"] {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  .lg-!my-4 {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  [class~="lg-!my-4"] {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  .lg-ms-4 {
    margin-inline-start: 1rem ;
  }
  [class~="lg-ms-4"] {
    margin-inline-start: 1rem ;
  }
  .lg-!ms-4 {
    margin-inline-start: 1rem  !important;
  }
  [class~="lg-!ms-4"] {
    margin-inline-start: 1rem  !important;
  }
  .lg-me-4 {
    margin-inline-end: 1rem ;
  }
  [class~="lg-me-4"] {
    margin-inline-end: 1rem ;
  }
  .lg-!me-4 {
    margin-inline-end: 1rem  !important;
  }
  [class~="lg-!me-4"] {
    margin-inline-end: 1rem  !important;
  }
  .lg-mt-4 {
    margin-top: 1rem ;
  }
  [class~="lg-mt-4"] {
    margin-top: 1rem ;
  }
  .lg-!mt-4 {
    margin-top: 1rem  !important;
  }
  [class~="lg-!mt-4"] {
    margin-top: 1rem  !important;
  }
  .lg-mr-4 {
    margin-right: 1rem ;
  }
  [class~="lg-mr-4"] {
    margin-right: 1rem ;
  }
  .lg-!mr-4 {
    margin-right: 1rem  !important;
  }
  [class~="lg-!mr-4"] {
    margin-right: 1rem  !important;
  }
  .lg-mb-4 {
    margin-bottom: 1rem ;
  }
  [class~="lg-mb-4"] {
    margin-bottom: 1rem ;
  }
  .lg-!mb-4 {
    margin-bottom: 1rem  !important;
  }
  [class~="lg-!mb-4"] {
    margin-bottom: 1rem  !important;
  }
  .lg-ml-4 {
    margin-left: 1rem ;
  }
  [class~="lg-ml-4"] {
    margin-left: 1rem ;
  }
  .lg-!ml-4 {
    margin-left: 1rem  !important;
  }
  [class~="lg-!ml-4"] {
    margin-left: 1rem  !important;
  }
  .lg-m-5 {
    margin: 1.25rem ;
  }
  [class~="lg-m-5"] {
    margin: 1.25rem ;
  }
  .lg-!m-5 {
    margin: 1.25rem  !important;
  }
  [class~="lg-!m-5"] {
    margin: 1.25rem  !important;
  }
  .lg-mx-5 {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  [class~="lg-mx-5"] {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  .lg-!mx-5 {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  [class~="lg-!mx-5"] {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  .lg-my-5 {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  [class~="lg-my-5"] {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  .lg-!my-5 {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  [class~="lg-!my-5"] {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  .lg-ms-5 {
    margin-inline-start: 1.25rem ;
  }
  [class~="lg-ms-5"] {
    margin-inline-start: 1.25rem ;
  }
  .lg-!ms-5 {
    margin-inline-start: 1.25rem  !important;
  }
  [class~="lg-!ms-5"] {
    margin-inline-start: 1.25rem  !important;
  }
  .lg-me-5 {
    margin-inline-end: 1.25rem ;
  }
  [class~="lg-me-5"] {
    margin-inline-end: 1.25rem ;
  }
  .lg-!me-5 {
    margin-inline-end: 1.25rem  !important;
  }
  [class~="lg-!me-5"] {
    margin-inline-end: 1.25rem  !important;
  }
  .lg-mt-5 {
    margin-top: 1.25rem ;
  }
  [class~="lg-mt-5"] {
    margin-top: 1.25rem ;
  }
  .lg-!mt-5 {
    margin-top: 1.25rem  !important;
  }
  [class~="lg-!mt-5"] {
    margin-top: 1.25rem  !important;
  }
  .lg-mr-5 {
    margin-right: 1.25rem ;
  }
  [class~="lg-mr-5"] {
    margin-right: 1.25rem ;
  }
  .lg-!mr-5 {
    margin-right: 1.25rem  !important;
  }
  [class~="lg-!mr-5"] {
    margin-right: 1.25rem  !important;
  }
  .lg-mb-5 {
    margin-bottom: 1.25rem ;
  }
  [class~="lg-mb-5"] {
    margin-bottom: 1.25rem ;
  }
  .lg-!mb-5 {
    margin-bottom: 1.25rem  !important;
  }
  [class~="lg-!mb-5"] {
    margin-bottom: 1.25rem  !important;
  }
  .lg-ml-5 {
    margin-left: 1.25rem ;
  }
  [class~="lg-ml-5"] {
    margin-left: 1.25rem ;
  }
  .lg-!ml-5 {
    margin-left: 1.25rem  !important;
  }
  [class~="lg-!ml-5"] {
    margin-left: 1.25rem  !important;
  }
  .lg-m-6 {
    margin: 1.5rem ;
  }
  [class~="lg-m-6"] {
    margin: 1.5rem ;
  }
  .lg-!m-6 {
    margin: 1.5rem  !important;
  }
  [class~="lg-!m-6"] {
    margin: 1.5rem  !important;
  }
  .lg-mx-6 {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  [class~="lg-mx-6"] {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  .lg-!mx-6 {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  [class~="lg-!mx-6"] {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  .lg-my-6 {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  [class~="lg-my-6"] {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  .lg-!my-6 {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  [class~="lg-!my-6"] {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  .lg-ms-6 {
    margin-inline-start: 1.5rem ;
  }
  [class~="lg-ms-6"] {
    margin-inline-start: 1.5rem ;
  }
  .lg-!ms-6 {
    margin-inline-start: 1.5rem  !important;
  }
  [class~="lg-!ms-6"] {
    margin-inline-start: 1.5rem  !important;
  }
  .lg-me-6 {
    margin-inline-end: 1.5rem ;
  }
  [class~="lg-me-6"] {
    margin-inline-end: 1.5rem ;
  }
  .lg-!me-6 {
    margin-inline-end: 1.5rem  !important;
  }
  [class~="lg-!me-6"] {
    margin-inline-end: 1.5rem  !important;
  }
  .lg-mt-6 {
    margin-top: 1.5rem ;
  }
  [class~="lg-mt-6"] {
    margin-top: 1.5rem ;
  }
  .lg-!mt-6 {
    margin-top: 1.5rem  !important;
  }
  [class~="lg-!mt-6"] {
    margin-top: 1.5rem  !important;
  }
  .lg-mr-6 {
    margin-right: 1.5rem ;
  }
  [class~="lg-mr-6"] {
    margin-right: 1.5rem ;
  }
  .lg-!mr-6 {
    margin-right: 1.5rem  !important;
  }
  [class~="lg-!mr-6"] {
    margin-right: 1.5rem  !important;
  }
  .lg-mb-6 {
    margin-bottom: 1.5rem ;
  }
  [class~="lg-mb-6"] {
    margin-bottom: 1.5rem ;
  }
  .lg-!mb-6 {
    margin-bottom: 1.5rem  !important;
  }
  [class~="lg-!mb-6"] {
    margin-bottom: 1.5rem  !important;
  }
  .lg-ml-6 {
    margin-left: 1.5rem ;
  }
  [class~="lg-ml-6"] {
    margin-left: 1.5rem ;
  }
  .lg-!ml-6 {
    margin-left: 1.5rem  !important;
  }
  [class~="lg-!ml-6"] {
    margin-left: 1.5rem  !important;
  }
  .lg-m-7 {
    margin: 1.75rem ;
  }
  [class~="lg-m-7"] {
    margin: 1.75rem ;
  }
  .lg-!m-7 {
    margin: 1.75rem  !important;
  }
  [class~="lg-!m-7"] {
    margin: 1.75rem  !important;
  }
  .lg-mx-7 {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  [class~="lg-mx-7"] {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  .lg-!mx-7 {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  [class~="lg-!mx-7"] {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  .lg-my-7 {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  [class~="lg-my-7"] {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  .lg-!my-7 {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  [class~="lg-!my-7"] {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  .lg-ms-7 {
    margin-inline-start: 1.75rem ;
  }
  [class~="lg-ms-7"] {
    margin-inline-start: 1.75rem ;
  }
  .lg-!ms-7 {
    margin-inline-start: 1.75rem  !important;
  }
  [class~="lg-!ms-7"] {
    margin-inline-start: 1.75rem  !important;
  }
  .lg-me-7 {
    margin-inline-end: 1.75rem ;
  }
  [class~="lg-me-7"] {
    margin-inline-end: 1.75rem ;
  }
  .lg-!me-7 {
    margin-inline-end: 1.75rem  !important;
  }
  [class~="lg-!me-7"] {
    margin-inline-end: 1.75rem  !important;
  }
  .lg-mt-7 {
    margin-top: 1.75rem ;
  }
  [class~="lg-mt-7"] {
    margin-top: 1.75rem ;
  }
  .lg-!mt-7 {
    margin-top: 1.75rem  !important;
  }
  [class~="lg-!mt-7"] {
    margin-top: 1.75rem  !important;
  }
  .lg-mr-7 {
    margin-right: 1.75rem ;
  }
  [class~="lg-mr-7"] {
    margin-right: 1.75rem ;
  }
  .lg-!mr-7 {
    margin-right: 1.75rem  !important;
  }
  [class~="lg-!mr-7"] {
    margin-right: 1.75rem  !important;
  }
  .lg-mb-7 {
    margin-bottom: 1.75rem ;
  }
  [class~="lg-mb-7"] {
    margin-bottom: 1.75rem ;
  }
  .lg-!mb-7 {
    margin-bottom: 1.75rem  !important;
  }
  [class~="lg-!mb-7"] {
    margin-bottom: 1.75rem  !important;
  }
  .lg-ml-7 {
    margin-left: 1.75rem ;
  }
  [class~="lg-ml-7"] {
    margin-left: 1.75rem ;
  }
  .lg-!ml-7 {
    margin-left: 1.75rem  !important;
  }
  [class~="lg-!ml-7"] {
    margin-left: 1.75rem  !important;
  }
  .lg-m-8 {
    margin: 2rem ;
  }
  [class~="lg-m-8"] {
    margin: 2rem ;
  }
  .lg-!m-8 {
    margin: 2rem  !important;
  }
  [class~="lg-!m-8"] {
    margin: 2rem  !important;
  }
  .lg-mx-8 {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  [class~="lg-mx-8"] {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  .lg-!mx-8 {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  [class~="lg-!mx-8"] {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  .lg-my-8 {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  [class~="lg-my-8"] {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  .lg-!my-8 {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  [class~="lg-!my-8"] {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  .lg-ms-8 {
    margin-inline-start: 2rem ;
  }
  [class~="lg-ms-8"] {
    margin-inline-start: 2rem ;
  }
  .lg-!ms-8 {
    margin-inline-start: 2rem  !important;
  }
  [class~="lg-!ms-8"] {
    margin-inline-start: 2rem  !important;
  }
  .lg-me-8 {
    margin-inline-end: 2rem ;
  }
  [class~="lg-me-8"] {
    margin-inline-end: 2rem ;
  }
  .lg-!me-8 {
    margin-inline-end: 2rem  !important;
  }
  [class~="lg-!me-8"] {
    margin-inline-end: 2rem  !important;
  }
  .lg-mt-8 {
    margin-top: 2rem ;
  }
  [class~="lg-mt-8"] {
    margin-top: 2rem ;
  }
  .lg-!mt-8 {
    margin-top: 2rem  !important;
  }
  [class~="lg-!mt-8"] {
    margin-top: 2rem  !important;
  }
  .lg-mr-8 {
    margin-right: 2rem ;
  }
  [class~="lg-mr-8"] {
    margin-right: 2rem ;
  }
  .lg-!mr-8 {
    margin-right: 2rem  !important;
  }
  [class~="lg-!mr-8"] {
    margin-right: 2rem  !important;
  }
  .lg-mb-8 {
    margin-bottom: 2rem ;
  }
  [class~="lg-mb-8"] {
    margin-bottom: 2rem ;
  }
  .lg-!mb-8 {
    margin-bottom: 2rem  !important;
  }
  [class~="lg-!mb-8"] {
    margin-bottom: 2rem  !important;
  }
  .lg-ml-8 {
    margin-left: 2rem ;
  }
  [class~="lg-ml-8"] {
    margin-left: 2rem ;
  }
  .lg-!ml-8 {
    margin-left: 2rem  !important;
  }
  [class~="lg-!ml-8"] {
    margin-left: 2rem  !important;
  }
  .lg-m-9 {
    margin: 2.25rem ;
  }
  [class~="lg-m-9"] {
    margin: 2.25rem ;
  }
  .lg-!m-9 {
    margin: 2.25rem  !important;
  }
  [class~="lg-!m-9"] {
    margin: 2.25rem  !important;
  }
  .lg-mx-9 {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  [class~="lg-mx-9"] {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  .lg-!mx-9 {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  [class~="lg-!mx-9"] {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  .lg-my-9 {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  [class~="lg-my-9"] {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  .lg-!my-9 {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  [class~="lg-!my-9"] {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  .lg-ms-9 {
    margin-inline-start: 2.25rem ;
  }
  [class~="lg-ms-9"] {
    margin-inline-start: 2.25rem ;
  }
  .lg-!ms-9 {
    margin-inline-start: 2.25rem  !important;
  }
  [class~="lg-!ms-9"] {
    margin-inline-start: 2.25rem  !important;
  }
  .lg-me-9 {
    margin-inline-end: 2.25rem ;
  }
  [class~="lg-me-9"] {
    margin-inline-end: 2.25rem ;
  }
  .lg-!me-9 {
    margin-inline-end: 2.25rem  !important;
  }
  [class~="lg-!me-9"] {
    margin-inline-end: 2.25rem  !important;
  }
  .lg-mt-9 {
    margin-top: 2.25rem ;
  }
  [class~="lg-mt-9"] {
    margin-top: 2.25rem ;
  }
  .lg-!mt-9 {
    margin-top: 2.25rem  !important;
  }
  [class~="lg-!mt-9"] {
    margin-top: 2.25rem  !important;
  }
  .lg-mr-9 {
    margin-right: 2.25rem ;
  }
  [class~="lg-mr-9"] {
    margin-right: 2.25rem ;
  }
  .lg-!mr-9 {
    margin-right: 2.25rem  !important;
  }
  [class~="lg-!mr-9"] {
    margin-right: 2.25rem  !important;
  }
  .lg-mb-9 {
    margin-bottom: 2.25rem ;
  }
  [class~="lg-mb-9"] {
    margin-bottom: 2.25rem ;
  }
  .lg-!mb-9 {
    margin-bottom: 2.25rem  !important;
  }
  [class~="lg-!mb-9"] {
    margin-bottom: 2.25rem  !important;
  }
  .lg-ml-9 {
    margin-left: 2.25rem ;
  }
  [class~="lg-ml-9"] {
    margin-left: 2.25rem ;
  }
  .lg-!ml-9 {
    margin-left: 2.25rem  !important;
  }
  [class~="lg-!ml-9"] {
    margin-left: 2.25rem  !important;
  }
  .lg-m-10 {
    margin: 2.5rem ;
  }
  [class~="lg-m-10"] {
    margin: 2.5rem ;
  }
  .lg-!m-10 {
    margin: 2.5rem  !important;
  }
  [class~="lg-!m-10"] {
    margin: 2.5rem  !important;
  }
  .lg-mx-10 {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  [class~="lg-mx-10"] {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  .lg-!mx-10 {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  [class~="lg-!mx-10"] {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  .lg-my-10 {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  [class~="lg-my-10"] {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  .lg-!my-10 {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  [class~="lg-!my-10"] {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  .lg-ms-10 {
    margin-inline-start: 2.5rem ;
  }
  [class~="lg-ms-10"] {
    margin-inline-start: 2.5rem ;
  }
  .lg-!ms-10 {
    margin-inline-start: 2.5rem  !important;
  }
  [class~="lg-!ms-10"] {
    margin-inline-start: 2.5rem  !important;
  }
  .lg-me-10 {
    margin-inline-end: 2.5rem ;
  }
  [class~="lg-me-10"] {
    margin-inline-end: 2.5rem ;
  }
  .lg-!me-10 {
    margin-inline-end: 2.5rem  !important;
  }
  [class~="lg-!me-10"] {
    margin-inline-end: 2.5rem  !important;
  }
  .lg-mt-10 {
    margin-top: 2.5rem ;
  }
  [class~="lg-mt-10"] {
    margin-top: 2.5rem ;
  }
  .lg-!mt-10 {
    margin-top: 2.5rem  !important;
  }
  [class~="lg-!mt-10"] {
    margin-top: 2.5rem  !important;
  }
  .lg-mr-10 {
    margin-right: 2.5rem ;
  }
  [class~="lg-mr-10"] {
    margin-right: 2.5rem ;
  }
  .lg-!mr-10 {
    margin-right: 2.5rem  !important;
  }
  [class~="lg-!mr-10"] {
    margin-right: 2.5rem  !important;
  }
  .lg-mb-10 {
    margin-bottom: 2.5rem ;
  }
  [class~="lg-mb-10"] {
    margin-bottom: 2.5rem ;
  }
  .lg-!mb-10 {
    margin-bottom: 2.5rem  !important;
  }
  [class~="lg-!mb-10"] {
    margin-bottom: 2.5rem  !important;
  }
  .lg-ml-10 {
    margin-left: 2.5rem ;
  }
  [class~="lg-ml-10"] {
    margin-left: 2.5rem ;
  }
  .lg-!ml-10 {
    margin-left: 2.5rem  !important;
  }
  [class~="lg-!ml-10"] {
    margin-left: 2.5rem  !important;
  }
  .lg-m-11 {
    margin: 2.75rem ;
  }
  [class~="lg-m-11"] {
    margin: 2.75rem ;
  }
  .lg-!m-11 {
    margin: 2.75rem  !important;
  }
  [class~="lg-!m-11"] {
    margin: 2.75rem  !important;
  }
  .lg-mx-11 {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  [class~="lg-mx-11"] {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  .lg-!mx-11 {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  [class~="lg-!mx-11"] {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  .lg-my-11 {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  [class~="lg-my-11"] {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  .lg-!my-11 {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  [class~="lg-!my-11"] {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  .lg-ms-11 {
    margin-inline-start: 2.75rem ;
  }
  [class~="lg-ms-11"] {
    margin-inline-start: 2.75rem ;
  }
  .lg-!ms-11 {
    margin-inline-start: 2.75rem  !important;
  }
  [class~="lg-!ms-11"] {
    margin-inline-start: 2.75rem  !important;
  }
  .lg-me-11 {
    margin-inline-end: 2.75rem ;
  }
  [class~="lg-me-11"] {
    margin-inline-end: 2.75rem ;
  }
  .lg-!me-11 {
    margin-inline-end: 2.75rem  !important;
  }
  [class~="lg-!me-11"] {
    margin-inline-end: 2.75rem  !important;
  }
  .lg-mt-11 {
    margin-top: 2.75rem ;
  }
  [class~="lg-mt-11"] {
    margin-top: 2.75rem ;
  }
  .lg-!mt-11 {
    margin-top: 2.75rem  !important;
  }
  [class~="lg-!mt-11"] {
    margin-top: 2.75rem  !important;
  }
  .lg-mr-11 {
    margin-right: 2.75rem ;
  }
  [class~="lg-mr-11"] {
    margin-right: 2.75rem ;
  }
  .lg-!mr-11 {
    margin-right: 2.75rem  !important;
  }
  [class~="lg-!mr-11"] {
    margin-right: 2.75rem  !important;
  }
  .lg-mb-11 {
    margin-bottom: 2.75rem ;
  }
  [class~="lg-mb-11"] {
    margin-bottom: 2.75rem ;
  }
  .lg-!mb-11 {
    margin-bottom: 2.75rem  !important;
  }
  [class~="lg-!mb-11"] {
    margin-bottom: 2.75rem  !important;
  }
  .lg-ml-11 {
    margin-left: 2.75rem ;
  }
  [class~="lg-ml-11"] {
    margin-left: 2.75rem ;
  }
  .lg-!ml-11 {
    margin-left: 2.75rem  !important;
  }
  [class~="lg-!ml-11"] {
    margin-left: 2.75rem  !important;
  }
  .lg-m-12 {
    margin: 3rem ;
  }
  [class~="lg-m-12"] {
    margin: 3rem ;
  }
  .lg-!m-12 {
    margin: 3rem  !important;
  }
  [class~="lg-!m-12"] {
    margin: 3rem  !important;
  }
  .lg-mx-12 {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  [class~="lg-mx-12"] {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  .lg-!mx-12 {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  [class~="lg-!mx-12"] {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  .lg-my-12 {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  [class~="lg-my-12"] {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  .lg-!my-12 {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  [class~="lg-!my-12"] {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  .lg-ms-12 {
    margin-inline-start: 3rem ;
  }
  [class~="lg-ms-12"] {
    margin-inline-start: 3rem ;
  }
  .lg-!ms-12 {
    margin-inline-start: 3rem  !important;
  }
  [class~="lg-!ms-12"] {
    margin-inline-start: 3rem  !important;
  }
  .lg-me-12 {
    margin-inline-end: 3rem ;
  }
  [class~="lg-me-12"] {
    margin-inline-end: 3rem ;
  }
  .lg-!me-12 {
    margin-inline-end: 3rem  !important;
  }
  [class~="lg-!me-12"] {
    margin-inline-end: 3rem  !important;
  }
  .lg-mt-12 {
    margin-top: 3rem ;
  }
  [class~="lg-mt-12"] {
    margin-top: 3rem ;
  }
  .lg-!mt-12 {
    margin-top: 3rem  !important;
  }
  [class~="lg-!mt-12"] {
    margin-top: 3rem  !important;
  }
  .lg-mr-12 {
    margin-right: 3rem ;
  }
  [class~="lg-mr-12"] {
    margin-right: 3rem ;
  }
  .lg-!mr-12 {
    margin-right: 3rem  !important;
  }
  [class~="lg-!mr-12"] {
    margin-right: 3rem  !important;
  }
  .lg-mb-12 {
    margin-bottom: 3rem ;
  }
  [class~="lg-mb-12"] {
    margin-bottom: 3rem ;
  }
  .lg-!mb-12 {
    margin-bottom: 3rem  !important;
  }
  [class~="lg-!mb-12"] {
    margin-bottom: 3rem  !important;
  }
  .lg-ml-12 {
    margin-left: 3rem ;
  }
  [class~="lg-ml-12"] {
    margin-left: 3rem ;
  }
  .lg-!ml-12 {
    margin-left: 3rem  !important;
  }
  [class~="lg-!ml-12"] {
    margin-left: 3rem  !important;
  }
  .lg-m-14 {
    margin: 3.5rem ;
  }
  [class~="lg-m-14"] {
    margin: 3.5rem ;
  }
  .lg-!m-14 {
    margin: 3.5rem  !important;
  }
  [class~="lg-!m-14"] {
    margin: 3.5rem  !important;
  }
  .lg-mx-14 {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  [class~="lg-mx-14"] {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  .lg-!mx-14 {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  [class~="lg-!mx-14"] {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  .lg-my-14 {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  [class~="lg-my-14"] {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  .lg-!my-14 {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  [class~="lg-!my-14"] {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  .lg-ms-14 {
    margin-inline-start: 3.5rem ;
  }
  [class~="lg-ms-14"] {
    margin-inline-start: 3.5rem ;
  }
  .lg-!ms-14 {
    margin-inline-start: 3.5rem  !important;
  }
  [class~="lg-!ms-14"] {
    margin-inline-start: 3.5rem  !important;
  }
  .lg-me-14 {
    margin-inline-end: 3.5rem ;
  }
  [class~="lg-me-14"] {
    margin-inline-end: 3.5rem ;
  }
  .lg-!me-14 {
    margin-inline-end: 3.5rem  !important;
  }
  [class~="lg-!me-14"] {
    margin-inline-end: 3.5rem  !important;
  }
  .lg-mt-14 {
    margin-top: 3.5rem ;
  }
  [class~="lg-mt-14"] {
    margin-top: 3.5rem ;
  }
  .lg-!mt-14 {
    margin-top: 3.5rem  !important;
  }
  [class~="lg-!mt-14"] {
    margin-top: 3.5rem  !important;
  }
  .lg-mr-14 {
    margin-right: 3.5rem ;
  }
  [class~="lg-mr-14"] {
    margin-right: 3.5rem ;
  }
  .lg-!mr-14 {
    margin-right: 3.5rem  !important;
  }
  [class~="lg-!mr-14"] {
    margin-right: 3.5rem  !important;
  }
  .lg-mb-14 {
    margin-bottom: 3.5rem ;
  }
  [class~="lg-mb-14"] {
    margin-bottom: 3.5rem ;
  }
  .lg-!mb-14 {
    margin-bottom: 3.5rem  !important;
  }
  [class~="lg-!mb-14"] {
    margin-bottom: 3.5rem  !important;
  }
  .lg-ml-14 {
    margin-left: 3.5rem ;
  }
  [class~="lg-ml-14"] {
    margin-left: 3.5rem ;
  }
  .lg-!ml-14 {
    margin-left: 3.5rem  !important;
  }
  [class~="lg-!ml-14"] {
    margin-left: 3.5rem  !important;
  }
  .lg-m-16 {
    margin: 4rem ;
  }
  [class~="lg-m-16"] {
    margin: 4rem ;
  }
  .lg-!m-16 {
    margin: 4rem  !important;
  }
  [class~="lg-!m-16"] {
    margin: 4rem  !important;
  }
  .lg-mx-16 {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  [class~="lg-mx-16"] {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  .lg-!mx-16 {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  [class~="lg-!mx-16"] {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  .lg-my-16 {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  [class~="lg-my-16"] {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  .lg-!my-16 {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  [class~="lg-!my-16"] {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  .lg-ms-16 {
    margin-inline-start: 4rem ;
  }
  [class~="lg-ms-16"] {
    margin-inline-start: 4rem ;
  }
  .lg-!ms-16 {
    margin-inline-start: 4rem  !important;
  }
  [class~="lg-!ms-16"] {
    margin-inline-start: 4rem  !important;
  }
  .lg-me-16 {
    margin-inline-end: 4rem ;
  }
  [class~="lg-me-16"] {
    margin-inline-end: 4rem ;
  }
  .lg-!me-16 {
    margin-inline-end: 4rem  !important;
  }
  [class~="lg-!me-16"] {
    margin-inline-end: 4rem  !important;
  }
  .lg-mt-16 {
    margin-top: 4rem ;
  }
  [class~="lg-mt-16"] {
    margin-top: 4rem ;
  }
  .lg-!mt-16 {
    margin-top: 4rem  !important;
  }
  [class~="lg-!mt-16"] {
    margin-top: 4rem  !important;
  }
  .lg-mr-16 {
    margin-right: 4rem ;
  }
  [class~="lg-mr-16"] {
    margin-right: 4rem ;
  }
  .lg-!mr-16 {
    margin-right: 4rem  !important;
  }
  [class~="lg-!mr-16"] {
    margin-right: 4rem  !important;
  }
  .lg-mb-16 {
    margin-bottom: 4rem ;
  }
  [class~="lg-mb-16"] {
    margin-bottom: 4rem ;
  }
  .lg-!mb-16 {
    margin-bottom: 4rem  !important;
  }
  [class~="lg-!mb-16"] {
    margin-bottom: 4rem  !important;
  }
  .lg-ml-16 {
    margin-left: 4rem ;
  }
  [class~="lg-ml-16"] {
    margin-left: 4rem ;
  }
  .lg-!ml-16 {
    margin-left: 4rem  !important;
  }
  [class~="lg-!ml-16"] {
    margin-left: 4rem  !important;
  }
  .lg-m-20 {
    margin: 5rem ;
  }
  [class~="lg-m-20"] {
    margin: 5rem ;
  }
  .lg-!m-20 {
    margin: 5rem  !important;
  }
  [class~="lg-!m-20"] {
    margin: 5rem  !important;
  }
  .lg-mx-20 {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  [class~="lg-mx-20"] {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  .lg-!mx-20 {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  [class~="lg-!mx-20"] {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  .lg-my-20 {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  [class~="lg-my-20"] {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  .lg-!my-20 {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  [class~="lg-!my-20"] {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  .lg-ms-20 {
    margin-inline-start: 5rem ;
  }
  [class~="lg-ms-20"] {
    margin-inline-start: 5rem ;
  }
  .lg-!ms-20 {
    margin-inline-start: 5rem  !important;
  }
  [class~="lg-!ms-20"] {
    margin-inline-start: 5rem  !important;
  }
  .lg-me-20 {
    margin-inline-end: 5rem ;
  }
  [class~="lg-me-20"] {
    margin-inline-end: 5rem ;
  }
  .lg-!me-20 {
    margin-inline-end: 5rem  !important;
  }
  [class~="lg-!me-20"] {
    margin-inline-end: 5rem  !important;
  }
  .lg-mt-20 {
    margin-top: 5rem ;
  }
  [class~="lg-mt-20"] {
    margin-top: 5rem ;
  }
  .lg-!mt-20 {
    margin-top: 5rem  !important;
  }
  [class~="lg-!mt-20"] {
    margin-top: 5rem  !important;
  }
  .lg-mr-20 {
    margin-right: 5rem ;
  }
  [class~="lg-mr-20"] {
    margin-right: 5rem ;
  }
  .lg-!mr-20 {
    margin-right: 5rem  !important;
  }
  [class~="lg-!mr-20"] {
    margin-right: 5rem  !important;
  }
  .lg-mb-20 {
    margin-bottom: 5rem ;
  }
  [class~="lg-mb-20"] {
    margin-bottom: 5rem ;
  }
  .lg-!mb-20 {
    margin-bottom: 5rem  !important;
  }
  [class~="lg-!mb-20"] {
    margin-bottom: 5rem  !important;
  }
  .lg-ml-20 {
    margin-left: 5rem ;
  }
  [class~="lg-ml-20"] {
    margin-left: 5rem ;
  }
  .lg-!ml-20 {
    margin-left: 5rem  !important;
  }
  [class~="lg-!ml-20"] {
    margin-left: 5rem  !important;
  }
  .lg-m-24 {
    margin: 6rem ;
  }
  [class~="lg-m-24"] {
    margin: 6rem ;
  }
  .lg-!m-24 {
    margin: 6rem  !important;
  }
  [class~="lg-!m-24"] {
    margin: 6rem  !important;
  }
  .lg-mx-24 {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  [class~="lg-mx-24"] {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  .lg-!mx-24 {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  [class~="lg-!mx-24"] {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  .lg-my-24 {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  [class~="lg-my-24"] {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  .lg-!my-24 {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  [class~="lg-!my-24"] {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  .lg-ms-24 {
    margin-inline-start: 6rem ;
  }
  [class~="lg-ms-24"] {
    margin-inline-start: 6rem ;
  }
  .lg-!ms-24 {
    margin-inline-start: 6rem  !important;
  }
  [class~="lg-!ms-24"] {
    margin-inline-start: 6rem  !important;
  }
  .lg-me-24 {
    margin-inline-end: 6rem ;
  }
  [class~="lg-me-24"] {
    margin-inline-end: 6rem ;
  }
  .lg-!me-24 {
    margin-inline-end: 6rem  !important;
  }
  [class~="lg-!me-24"] {
    margin-inline-end: 6rem  !important;
  }
  .lg-mt-24 {
    margin-top: 6rem ;
  }
  [class~="lg-mt-24"] {
    margin-top: 6rem ;
  }
  .lg-!mt-24 {
    margin-top: 6rem  !important;
  }
  [class~="lg-!mt-24"] {
    margin-top: 6rem  !important;
  }
  .lg-mr-24 {
    margin-right: 6rem ;
  }
  [class~="lg-mr-24"] {
    margin-right: 6rem ;
  }
  .lg-!mr-24 {
    margin-right: 6rem  !important;
  }
  [class~="lg-!mr-24"] {
    margin-right: 6rem  !important;
  }
  .lg-mb-24 {
    margin-bottom: 6rem ;
  }
  [class~="lg-mb-24"] {
    margin-bottom: 6rem ;
  }
  .lg-!mb-24 {
    margin-bottom: 6rem  !important;
  }
  [class~="lg-!mb-24"] {
    margin-bottom: 6rem  !important;
  }
  .lg-ml-24 {
    margin-left: 6rem ;
  }
  [class~="lg-ml-24"] {
    margin-left: 6rem ;
  }
  .lg-!ml-24 {
    margin-left: 6rem  !important;
  }
  [class~="lg-!ml-24"] {
    margin-left: 6rem  !important;
  }
  .lg-m-28 {
    margin: 7rem ;
  }
  [class~="lg-m-28"] {
    margin: 7rem ;
  }
  .lg-!m-28 {
    margin: 7rem  !important;
  }
  [class~="lg-!m-28"] {
    margin: 7rem  !important;
  }
  .lg-mx-28 {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  [class~="lg-mx-28"] {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  .lg-!mx-28 {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  [class~="lg-!mx-28"] {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  .lg-my-28 {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  [class~="lg-my-28"] {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  .lg-!my-28 {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  [class~="lg-!my-28"] {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  .lg-ms-28 {
    margin-inline-start: 7rem ;
  }
  [class~="lg-ms-28"] {
    margin-inline-start: 7rem ;
  }
  .lg-!ms-28 {
    margin-inline-start: 7rem  !important;
  }
  [class~="lg-!ms-28"] {
    margin-inline-start: 7rem  !important;
  }
  .lg-me-28 {
    margin-inline-end: 7rem ;
  }
  [class~="lg-me-28"] {
    margin-inline-end: 7rem ;
  }
  .lg-!me-28 {
    margin-inline-end: 7rem  !important;
  }
  [class~="lg-!me-28"] {
    margin-inline-end: 7rem  !important;
  }
  .lg-mt-28 {
    margin-top: 7rem ;
  }
  [class~="lg-mt-28"] {
    margin-top: 7rem ;
  }
  .lg-!mt-28 {
    margin-top: 7rem  !important;
  }
  [class~="lg-!mt-28"] {
    margin-top: 7rem  !important;
  }
  .lg-mr-28 {
    margin-right: 7rem ;
  }
  [class~="lg-mr-28"] {
    margin-right: 7rem ;
  }
  .lg-!mr-28 {
    margin-right: 7rem  !important;
  }
  [class~="lg-!mr-28"] {
    margin-right: 7rem  !important;
  }
  .lg-mb-28 {
    margin-bottom: 7rem ;
  }
  [class~="lg-mb-28"] {
    margin-bottom: 7rem ;
  }
  .lg-!mb-28 {
    margin-bottom: 7rem  !important;
  }
  [class~="lg-!mb-28"] {
    margin-bottom: 7rem  !important;
  }
  .lg-ml-28 {
    margin-left: 7rem ;
  }
  [class~="lg-ml-28"] {
    margin-left: 7rem ;
  }
  .lg-!ml-28 {
    margin-left: 7rem  !important;
  }
  [class~="lg-!ml-28"] {
    margin-left: 7rem  !important;
  }
  .lg-m-32 {
    margin: 8rem ;
  }
  [class~="lg-m-32"] {
    margin: 8rem ;
  }
  .lg-!m-32 {
    margin: 8rem  !important;
  }
  [class~="lg-!m-32"] {
    margin: 8rem  !important;
  }
  .lg-mx-32 {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  [class~="lg-mx-32"] {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  .lg-!mx-32 {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  [class~="lg-!mx-32"] {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  .lg-my-32 {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  [class~="lg-my-32"] {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  .lg-!my-32 {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  [class~="lg-!my-32"] {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  .lg-ms-32 {
    margin-inline-start: 8rem ;
  }
  [class~="lg-ms-32"] {
    margin-inline-start: 8rem ;
  }
  .lg-!ms-32 {
    margin-inline-start: 8rem  !important;
  }
  [class~="lg-!ms-32"] {
    margin-inline-start: 8rem  !important;
  }
  .lg-me-32 {
    margin-inline-end: 8rem ;
  }
  [class~="lg-me-32"] {
    margin-inline-end: 8rem ;
  }
  .lg-!me-32 {
    margin-inline-end: 8rem  !important;
  }
  [class~="lg-!me-32"] {
    margin-inline-end: 8rem  !important;
  }
  .lg-mt-32 {
    margin-top: 8rem ;
  }
  [class~="lg-mt-32"] {
    margin-top: 8rem ;
  }
  .lg-!mt-32 {
    margin-top: 8rem  !important;
  }
  [class~="lg-!mt-32"] {
    margin-top: 8rem  !important;
  }
  .lg-mr-32 {
    margin-right: 8rem ;
  }
  [class~="lg-mr-32"] {
    margin-right: 8rem ;
  }
  .lg-!mr-32 {
    margin-right: 8rem  !important;
  }
  [class~="lg-!mr-32"] {
    margin-right: 8rem  !important;
  }
  .lg-mb-32 {
    margin-bottom: 8rem ;
  }
  [class~="lg-mb-32"] {
    margin-bottom: 8rem ;
  }
  .lg-!mb-32 {
    margin-bottom: 8rem  !important;
  }
  [class~="lg-!mb-32"] {
    margin-bottom: 8rem  !important;
  }
  .lg-ml-32 {
    margin-left: 8rem ;
  }
  [class~="lg-ml-32"] {
    margin-left: 8rem ;
  }
  .lg-!ml-32 {
    margin-left: 8rem  !important;
  }
  [class~="lg-!ml-32"] {
    margin-left: 8rem  !important;
  }
  .lg-m-36 {
    margin: 9rem ;
  }
  [class~="lg-m-36"] {
    margin: 9rem ;
  }
  .lg-!m-36 {
    margin: 9rem  !important;
  }
  [class~="lg-!m-36"] {
    margin: 9rem  !important;
  }
  .lg-mx-36 {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  [class~="lg-mx-36"] {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  .lg-!mx-36 {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  [class~="lg-!mx-36"] {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  .lg-my-36 {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  [class~="lg-my-36"] {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  .lg-!my-36 {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  [class~="lg-!my-36"] {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  .lg-ms-36 {
    margin-inline-start: 9rem ;
  }
  [class~="lg-ms-36"] {
    margin-inline-start: 9rem ;
  }
  .lg-!ms-36 {
    margin-inline-start: 9rem  !important;
  }
  [class~="lg-!ms-36"] {
    margin-inline-start: 9rem  !important;
  }
  .lg-me-36 {
    margin-inline-end: 9rem ;
  }
  [class~="lg-me-36"] {
    margin-inline-end: 9rem ;
  }
  .lg-!me-36 {
    margin-inline-end: 9rem  !important;
  }
  [class~="lg-!me-36"] {
    margin-inline-end: 9rem  !important;
  }
  .lg-mt-36 {
    margin-top: 9rem ;
  }
  [class~="lg-mt-36"] {
    margin-top: 9rem ;
  }
  .lg-!mt-36 {
    margin-top: 9rem  !important;
  }
  [class~="lg-!mt-36"] {
    margin-top: 9rem  !important;
  }
  .lg-mr-36 {
    margin-right: 9rem ;
  }
  [class~="lg-mr-36"] {
    margin-right: 9rem ;
  }
  .lg-!mr-36 {
    margin-right: 9rem  !important;
  }
  [class~="lg-!mr-36"] {
    margin-right: 9rem  !important;
  }
  .lg-mb-36 {
    margin-bottom: 9rem ;
  }
  [class~="lg-mb-36"] {
    margin-bottom: 9rem ;
  }
  .lg-!mb-36 {
    margin-bottom: 9rem  !important;
  }
  [class~="lg-!mb-36"] {
    margin-bottom: 9rem  !important;
  }
  .lg-ml-36 {
    margin-left: 9rem ;
  }
  [class~="lg-ml-36"] {
    margin-left: 9rem ;
  }
  .lg-!ml-36 {
    margin-left: 9rem  !important;
  }
  [class~="lg-!ml-36"] {
    margin-left: 9rem  !important;
  }
  .lg-m-40 {
    margin: 10rem ;
  }
  [class~="lg-m-40"] {
    margin: 10rem ;
  }
  .lg-!m-40 {
    margin: 10rem  !important;
  }
  [class~="lg-!m-40"] {
    margin: 10rem  !important;
  }
  .lg-mx-40 {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  [class~="lg-mx-40"] {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  .lg-!mx-40 {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  [class~="lg-!mx-40"] {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  .lg-my-40 {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  [class~="lg-my-40"] {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  .lg-!my-40 {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  [class~="lg-!my-40"] {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  .lg-ms-40 {
    margin-inline-start: 10rem ;
  }
  [class~="lg-ms-40"] {
    margin-inline-start: 10rem ;
  }
  .lg-!ms-40 {
    margin-inline-start: 10rem  !important;
  }
  [class~="lg-!ms-40"] {
    margin-inline-start: 10rem  !important;
  }
  .lg-me-40 {
    margin-inline-end: 10rem ;
  }
  [class~="lg-me-40"] {
    margin-inline-end: 10rem ;
  }
  .lg-!me-40 {
    margin-inline-end: 10rem  !important;
  }
  [class~="lg-!me-40"] {
    margin-inline-end: 10rem  !important;
  }
  .lg-mt-40 {
    margin-top: 10rem ;
  }
  [class~="lg-mt-40"] {
    margin-top: 10rem ;
  }
  .lg-!mt-40 {
    margin-top: 10rem  !important;
  }
  [class~="lg-!mt-40"] {
    margin-top: 10rem  !important;
  }
  .lg-mr-40 {
    margin-right: 10rem ;
  }
  [class~="lg-mr-40"] {
    margin-right: 10rem ;
  }
  .lg-!mr-40 {
    margin-right: 10rem  !important;
  }
  [class~="lg-!mr-40"] {
    margin-right: 10rem  !important;
  }
  .lg-mb-40 {
    margin-bottom: 10rem ;
  }
  [class~="lg-mb-40"] {
    margin-bottom: 10rem ;
  }
  .lg-!mb-40 {
    margin-bottom: 10rem  !important;
  }
  [class~="lg-!mb-40"] {
    margin-bottom: 10rem  !important;
  }
  .lg-ml-40 {
    margin-left: 10rem ;
  }
  [class~="lg-ml-40"] {
    margin-left: 10rem ;
  }
  .lg-!ml-40 {
    margin-left: 10rem  !important;
  }
  [class~="lg-!ml-40"] {
    margin-left: 10rem  !important;
  }
  .lg-m-44 {
    margin: 11rem ;
  }
  [class~="lg-m-44"] {
    margin: 11rem ;
  }
  .lg-!m-44 {
    margin: 11rem  !important;
  }
  [class~="lg-!m-44"] {
    margin: 11rem  !important;
  }
  .lg-mx-44 {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  [class~="lg-mx-44"] {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  .lg-!mx-44 {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  [class~="lg-!mx-44"] {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  .lg-my-44 {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  [class~="lg-my-44"] {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  .lg-!my-44 {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  [class~="lg-!my-44"] {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  .lg-ms-44 {
    margin-inline-start: 11rem ;
  }
  [class~="lg-ms-44"] {
    margin-inline-start: 11rem ;
  }
  .lg-!ms-44 {
    margin-inline-start: 11rem  !important;
  }
  [class~="lg-!ms-44"] {
    margin-inline-start: 11rem  !important;
  }
  .lg-me-44 {
    margin-inline-end: 11rem ;
  }
  [class~="lg-me-44"] {
    margin-inline-end: 11rem ;
  }
  .lg-!me-44 {
    margin-inline-end: 11rem  !important;
  }
  [class~="lg-!me-44"] {
    margin-inline-end: 11rem  !important;
  }
  .lg-mt-44 {
    margin-top: 11rem ;
  }
  [class~="lg-mt-44"] {
    margin-top: 11rem ;
  }
  .lg-!mt-44 {
    margin-top: 11rem  !important;
  }
  [class~="lg-!mt-44"] {
    margin-top: 11rem  !important;
  }
  .lg-mr-44 {
    margin-right: 11rem ;
  }
  [class~="lg-mr-44"] {
    margin-right: 11rem ;
  }
  .lg-!mr-44 {
    margin-right: 11rem  !important;
  }
  [class~="lg-!mr-44"] {
    margin-right: 11rem  !important;
  }
  .lg-mb-44 {
    margin-bottom: 11rem ;
  }
  [class~="lg-mb-44"] {
    margin-bottom: 11rem ;
  }
  .lg-!mb-44 {
    margin-bottom: 11rem  !important;
  }
  [class~="lg-!mb-44"] {
    margin-bottom: 11rem  !important;
  }
  .lg-ml-44 {
    margin-left: 11rem ;
  }
  [class~="lg-ml-44"] {
    margin-left: 11rem ;
  }
  .lg-!ml-44 {
    margin-left: 11rem  !important;
  }
  [class~="lg-!ml-44"] {
    margin-left: 11rem  !important;
  }
  .lg-m-48 {
    margin: 12rem ;
  }
  [class~="lg-m-48"] {
    margin: 12rem ;
  }
  .lg-!m-48 {
    margin: 12rem  !important;
  }
  [class~="lg-!m-48"] {
    margin: 12rem  !important;
  }
  .lg-mx-48 {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  [class~="lg-mx-48"] {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  .lg-!mx-48 {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  [class~="lg-!mx-48"] {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  .lg-my-48 {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  [class~="lg-my-48"] {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  .lg-!my-48 {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  [class~="lg-!my-48"] {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  .lg-ms-48 {
    margin-inline-start: 12rem ;
  }
  [class~="lg-ms-48"] {
    margin-inline-start: 12rem ;
  }
  .lg-!ms-48 {
    margin-inline-start: 12rem  !important;
  }
  [class~="lg-!ms-48"] {
    margin-inline-start: 12rem  !important;
  }
  .lg-me-48 {
    margin-inline-end: 12rem ;
  }
  [class~="lg-me-48"] {
    margin-inline-end: 12rem ;
  }
  .lg-!me-48 {
    margin-inline-end: 12rem  !important;
  }
  [class~="lg-!me-48"] {
    margin-inline-end: 12rem  !important;
  }
  .lg-mt-48 {
    margin-top: 12rem ;
  }
  [class~="lg-mt-48"] {
    margin-top: 12rem ;
  }
  .lg-!mt-48 {
    margin-top: 12rem  !important;
  }
  [class~="lg-!mt-48"] {
    margin-top: 12rem  !important;
  }
  .lg-mr-48 {
    margin-right: 12rem ;
  }
  [class~="lg-mr-48"] {
    margin-right: 12rem ;
  }
  .lg-!mr-48 {
    margin-right: 12rem  !important;
  }
  [class~="lg-!mr-48"] {
    margin-right: 12rem  !important;
  }
  .lg-mb-48 {
    margin-bottom: 12rem ;
  }
  [class~="lg-mb-48"] {
    margin-bottom: 12rem ;
  }
  .lg-!mb-48 {
    margin-bottom: 12rem  !important;
  }
  [class~="lg-!mb-48"] {
    margin-bottom: 12rem  !important;
  }
  .lg-ml-48 {
    margin-left: 12rem ;
  }
  [class~="lg-ml-48"] {
    margin-left: 12rem ;
  }
  .lg-!ml-48 {
    margin-left: 12rem  !important;
  }
  [class~="lg-!ml-48"] {
    margin-left: 12rem  !important;
  }
  .lg-m-52 {
    margin: 13rem ;
  }
  [class~="lg-m-52"] {
    margin: 13rem ;
  }
  .lg-!m-52 {
    margin: 13rem  !important;
  }
  [class~="lg-!m-52"] {
    margin: 13rem  !important;
  }
  .lg-mx-52 {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  [class~="lg-mx-52"] {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  .lg-!mx-52 {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  [class~="lg-!mx-52"] {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  .lg-my-52 {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  [class~="lg-my-52"] {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  .lg-!my-52 {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  [class~="lg-!my-52"] {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  .lg-ms-52 {
    margin-inline-start: 13rem ;
  }
  [class~="lg-ms-52"] {
    margin-inline-start: 13rem ;
  }
  .lg-!ms-52 {
    margin-inline-start: 13rem  !important;
  }
  [class~="lg-!ms-52"] {
    margin-inline-start: 13rem  !important;
  }
  .lg-me-52 {
    margin-inline-end: 13rem ;
  }
  [class~="lg-me-52"] {
    margin-inline-end: 13rem ;
  }
  .lg-!me-52 {
    margin-inline-end: 13rem  !important;
  }
  [class~="lg-!me-52"] {
    margin-inline-end: 13rem  !important;
  }
  .lg-mt-52 {
    margin-top: 13rem ;
  }
  [class~="lg-mt-52"] {
    margin-top: 13rem ;
  }
  .lg-!mt-52 {
    margin-top: 13rem  !important;
  }
  [class~="lg-!mt-52"] {
    margin-top: 13rem  !important;
  }
  .lg-mr-52 {
    margin-right: 13rem ;
  }
  [class~="lg-mr-52"] {
    margin-right: 13rem ;
  }
  .lg-!mr-52 {
    margin-right: 13rem  !important;
  }
  [class~="lg-!mr-52"] {
    margin-right: 13rem  !important;
  }
  .lg-mb-52 {
    margin-bottom: 13rem ;
  }
  [class~="lg-mb-52"] {
    margin-bottom: 13rem ;
  }
  .lg-!mb-52 {
    margin-bottom: 13rem  !important;
  }
  [class~="lg-!mb-52"] {
    margin-bottom: 13rem  !important;
  }
  .lg-ml-52 {
    margin-left: 13rem ;
  }
  [class~="lg-ml-52"] {
    margin-left: 13rem ;
  }
  .lg-!ml-52 {
    margin-left: 13rem  !important;
  }
  [class~="lg-!ml-52"] {
    margin-left: 13rem  !important;
  }
  .lg-m-56 {
    margin: 14rem ;
  }
  [class~="lg-m-56"] {
    margin: 14rem ;
  }
  .lg-!m-56 {
    margin: 14rem  !important;
  }
  [class~="lg-!m-56"] {
    margin: 14rem  !important;
  }
  .lg-mx-56 {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  [class~="lg-mx-56"] {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  .lg-!mx-56 {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  [class~="lg-!mx-56"] {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  .lg-my-56 {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  [class~="lg-my-56"] {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  .lg-!my-56 {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  [class~="lg-!my-56"] {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  .lg-ms-56 {
    margin-inline-start: 14rem ;
  }
  [class~="lg-ms-56"] {
    margin-inline-start: 14rem ;
  }
  .lg-!ms-56 {
    margin-inline-start: 14rem  !important;
  }
  [class~="lg-!ms-56"] {
    margin-inline-start: 14rem  !important;
  }
  .lg-me-56 {
    margin-inline-end: 14rem ;
  }
  [class~="lg-me-56"] {
    margin-inline-end: 14rem ;
  }
  .lg-!me-56 {
    margin-inline-end: 14rem  !important;
  }
  [class~="lg-!me-56"] {
    margin-inline-end: 14rem  !important;
  }
  .lg-mt-56 {
    margin-top: 14rem ;
  }
  [class~="lg-mt-56"] {
    margin-top: 14rem ;
  }
  .lg-!mt-56 {
    margin-top: 14rem  !important;
  }
  [class~="lg-!mt-56"] {
    margin-top: 14rem  !important;
  }
  .lg-mr-56 {
    margin-right: 14rem ;
  }
  [class~="lg-mr-56"] {
    margin-right: 14rem ;
  }
  .lg-!mr-56 {
    margin-right: 14rem  !important;
  }
  [class~="lg-!mr-56"] {
    margin-right: 14rem  !important;
  }
  .lg-mb-56 {
    margin-bottom: 14rem ;
  }
  [class~="lg-mb-56"] {
    margin-bottom: 14rem ;
  }
  .lg-!mb-56 {
    margin-bottom: 14rem  !important;
  }
  [class~="lg-!mb-56"] {
    margin-bottom: 14rem  !important;
  }
  .lg-ml-56 {
    margin-left: 14rem ;
  }
  [class~="lg-ml-56"] {
    margin-left: 14rem ;
  }
  .lg-!ml-56 {
    margin-left: 14rem  !important;
  }
  [class~="lg-!ml-56"] {
    margin-left: 14rem  !important;
  }
  .lg-m-60 {
    margin: 15rem ;
  }
  [class~="lg-m-60"] {
    margin: 15rem ;
  }
  .lg-!m-60 {
    margin: 15rem  !important;
  }
  [class~="lg-!m-60"] {
    margin: 15rem  !important;
  }
  .lg-mx-60 {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  [class~="lg-mx-60"] {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  .lg-!mx-60 {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  [class~="lg-!mx-60"] {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  .lg-my-60 {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  [class~="lg-my-60"] {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  .lg-!my-60 {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  [class~="lg-!my-60"] {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  .lg-ms-60 {
    margin-inline-start: 15rem ;
  }
  [class~="lg-ms-60"] {
    margin-inline-start: 15rem ;
  }
  .lg-!ms-60 {
    margin-inline-start: 15rem  !important;
  }
  [class~="lg-!ms-60"] {
    margin-inline-start: 15rem  !important;
  }
  .lg-me-60 {
    margin-inline-end: 15rem ;
  }
  [class~="lg-me-60"] {
    margin-inline-end: 15rem ;
  }
  .lg-!me-60 {
    margin-inline-end: 15rem  !important;
  }
  [class~="lg-!me-60"] {
    margin-inline-end: 15rem  !important;
  }
  .lg-mt-60 {
    margin-top: 15rem ;
  }
  [class~="lg-mt-60"] {
    margin-top: 15rem ;
  }
  .lg-!mt-60 {
    margin-top: 15rem  !important;
  }
  [class~="lg-!mt-60"] {
    margin-top: 15rem  !important;
  }
  .lg-mr-60 {
    margin-right: 15rem ;
  }
  [class~="lg-mr-60"] {
    margin-right: 15rem ;
  }
  .lg-!mr-60 {
    margin-right: 15rem  !important;
  }
  [class~="lg-!mr-60"] {
    margin-right: 15rem  !important;
  }
  .lg-mb-60 {
    margin-bottom: 15rem ;
  }
  [class~="lg-mb-60"] {
    margin-bottom: 15rem ;
  }
  .lg-!mb-60 {
    margin-bottom: 15rem  !important;
  }
  [class~="lg-!mb-60"] {
    margin-bottom: 15rem  !important;
  }
  .lg-ml-60 {
    margin-left: 15rem ;
  }
  [class~="lg-ml-60"] {
    margin-left: 15rem ;
  }
  .lg-!ml-60 {
    margin-left: 15rem  !important;
  }
  [class~="lg-!ml-60"] {
    margin-left: 15rem  !important;
  }
  .lg-m-64 {
    margin: 16rem ;
  }
  [class~="lg-m-64"] {
    margin: 16rem ;
  }
  .lg-!m-64 {
    margin: 16rem  !important;
  }
  [class~="lg-!m-64"] {
    margin: 16rem  !important;
  }
  .lg-mx-64 {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  [class~="lg-mx-64"] {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  .lg-!mx-64 {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  [class~="lg-!mx-64"] {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  .lg-my-64 {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  [class~="lg-my-64"] {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  .lg-!my-64 {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  [class~="lg-!my-64"] {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  .lg-ms-64 {
    margin-inline-start: 16rem ;
  }
  [class~="lg-ms-64"] {
    margin-inline-start: 16rem ;
  }
  .lg-!ms-64 {
    margin-inline-start: 16rem  !important;
  }
  [class~="lg-!ms-64"] {
    margin-inline-start: 16rem  !important;
  }
  .lg-me-64 {
    margin-inline-end: 16rem ;
  }
  [class~="lg-me-64"] {
    margin-inline-end: 16rem ;
  }
  .lg-!me-64 {
    margin-inline-end: 16rem  !important;
  }
  [class~="lg-!me-64"] {
    margin-inline-end: 16rem  !important;
  }
  .lg-mt-64 {
    margin-top: 16rem ;
  }
  [class~="lg-mt-64"] {
    margin-top: 16rem ;
  }
  .lg-!mt-64 {
    margin-top: 16rem  !important;
  }
  [class~="lg-!mt-64"] {
    margin-top: 16rem  !important;
  }
  .lg-mr-64 {
    margin-right: 16rem ;
  }
  [class~="lg-mr-64"] {
    margin-right: 16rem ;
  }
  .lg-!mr-64 {
    margin-right: 16rem  !important;
  }
  [class~="lg-!mr-64"] {
    margin-right: 16rem  !important;
  }
  .lg-mb-64 {
    margin-bottom: 16rem ;
  }
  [class~="lg-mb-64"] {
    margin-bottom: 16rem ;
  }
  .lg-!mb-64 {
    margin-bottom: 16rem  !important;
  }
  [class~="lg-!mb-64"] {
    margin-bottom: 16rem  !important;
  }
  .lg-ml-64 {
    margin-left: 16rem ;
  }
  [class~="lg-ml-64"] {
    margin-left: 16rem ;
  }
  .lg-!ml-64 {
    margin-left: 16rem  !important;
  }
  [class~="lg-!ml-64"] {
    margin-left: 16rem  !important;
  }
  .lg-m-72 {
    margin: 18rem ;
  }
  [class~="lg-m-72"] {
    margin: 18rem ;
  }
  .lg-!m-72 {
    margin: 18rem  !important;
  }
  [class~="lg-!m-72"] {
    margin: 18rem  !important;
  }
  .lg-mx-72 {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  [class~="lg-mx-72"] {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  .lg-!mx-72 {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  [class~="lg-!mx-72"] {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  .lg-my-72 {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  [class~="lg-my-72"] {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  .lg-!my-72 {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  [class~="lg-!my-72"] {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  .lg-ms-72 {
    margin-inline-start: 18rem ;
  }
  [class~="lg-ms-72"] {
    margin-inline-start: 18rem ;
  }
  .lg-!ms-72 {
    margin-inline-start: 18rem  !important;
  }
  [class~="lg-!ms-72"] {
    margin-inline-start: 18rem  !important;
  }
  .lg-me-72 {
    margin-inline-end: 18rem ;
  }
  [class~="lg-me-72"] {
    margin-inline-end: 18rem ;
  }
  .lg-!me-72 {
    margin-inline-end: 18rem  !important;
  }
  [class~="lg-!me-72"] {
    margin-inline-end: 18rem  !important;
  }
  .lg-mt-72 {
    margin-top: 18rem ;
  }
  [class~="lg-mt-72"] {
    margin-top: 18rem ;
  }
  .lg-!mt-72 {
    margin-top: 18rem  !important;
  }
  [class~="lg-!mt-72"] {
    margin-top: 18rem  !important;
  }
  .lg-mr-72 {
    margin-right: 18rem ;
  }
  [class~="lg-mr-72"] {
    margin-right: 18rem ;
  }
  .lg-!mr-72 {
    margin-right: 18rem  !important;
  }
  [class~="lg-!mr-72"] {
    margin-right: 18rem  !important;
  }
  .lg-mb-72 {
    margin-bottom: 18rem ;
  }
  [class~="lg-mb-72"] {
    margin-bottom: 18rem ;
  }
  .lg-!mb-72 {
    margin-bottom: 18rem  !important;
  }
  [class~="lg-!mb-72"] {
    margin-bottom: 18rem  !important;
  }
  .lg-ml-72 {
    margin-left: 18rem ;
  }
  [class~="lg-ml-72"] {
    margin-left: 18rem ;
  }
  .lg-!ml-72 {
    margin-left: 18rem  !important;
  }
  [class~="lg-!ml-72"] {
    margin-left: 18rem  !important;
  }
  .lg-m-80 {
    margin: 20rem ;
  }
  [class~="lg-m-80"] {
    margin: 20rem ;
  }
  .lg-!m-80 {
    margin: 20rem  !important;
  }
  [class~="lg-!m-80"] {
    margin: 20rem  !important;
  }
  .lg-mx-80 {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  [class~="lg-mx-80"] {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  .lg-!mx-80 {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  [class~="lg-!mx-80"] {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  .lg-my-80 {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  [class~="lg-my-80"] {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  .lg-!my-80 {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  [class~="lg-!my-80"] {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  .lg-ms-80 {
    margin-inline-start: 20rem ;
  }
  [class~="lg-ms-80"] {
    margin-inline-start: 20rem ;
  }
  .lg-!ms-80 {
    margin-inline-start: 20rem  !important;
  }
  [class~="lg-!ms-80"] {
    margin-inline-start: 20rem  !important;
  }
  .lg-me-80 {
    margin-inline-end: 20rem ;
  }
  [class~="lg-me-80"] {
    margin-inline-end: 20rem ;
  }
  .lg-!me-80 {
    margin-inline-end: 20rem  !important;
  }
  [class~="lg-!me-80"] {
    margin-inline-end: 20rem  !important;
  }
  .lg-mt-80 {
    margin-top: 20rem ;
  }
  [class~="lg-mt-80"] {
    margin-top: 20rem ;
  }
  .lg-!mt-80 {
    margin-top: 20rem  !important;
  }
  [class~="lg-!mt-80"] {
    margin-top: 20rem  !important;
  }
  .lg-mr-80 {
    margin-right: 20rem ;
  }
  [class~="lg-mr-80"] {
    margin-right: 20rem ;
  }
  .lg-!mr-80 {
    margin-right: 20rem  !important;
  }
  [class~="lg-!mr-80"] {
    margin-right: 20rem  !important;
  }
  .lg-mb-80 {
    margin-bottom: 20rem ;
  }
  [class~="lg-mb-80"] {
    margin-bottom: 20rem ;
  }
  .lg-!mb-80 {
    margin-bottom: 20rem  !important;
  }
  [class~="lg-!mb-80"] {
    margin-bottom: 20rem  !important;
  }
  .lg-ml-80 {
    margin-left: 20rem ;
  }
  [class~="lg-ml-80"] {
    margin-left: 20rem ;
  }
  .lg-!ml-80 {
    margin-left: 20rem  !important;
  }
  [class~="lg-!ml-80"] {
    margin-left: 20rem  !important;
  }
  .lg-m-96 {
    margin: 24rem ;
  }
  [class~="lg-m-96"] {
    margin: 24rem ;
  }
  .lg-!m-96 {
    margin: 24rem  !important;
  }
  [class~="lg-!m-96"] {
    margin: 24rem  !important;
  }
  .lg-mx-96 {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  [class~="lg-mx-96"] {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  .lg-!mx-96 {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  [class~="lg-!mx-96"] {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  .lg-my-96 {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  [class~="lg-my-96"] {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  .lg-!my-96 {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  [class~="lg-!my-96"] {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  .lg-ms-96 {
    margin-inline-start: 24rem ;
  }
  [class~="lg-ms-96"] {
    margin-inline-start: 24rem ;
  }
  .lg-!ms-96 {
    margin-inline-start: 24rem  !important;
  }
  [class~="lg-!ms-96"] {
    margin-inline-start: 24rem  !important;
  }
  .lg-me-96 {
    margin-inline-end: 24rem ;
  }
  [class~="lg-me-96"] {
    margin-inline-end: 24rem ;
  }
  .lg-!me-96 {
    margin-inline-end: 24rem  !important;
  }
  [class~="lg-!me-96"] {
    margin-inline-end: 24rem  !important;
  }
  .lg-mt-96 {
    margin-top: 24rem ;
  }
  [class~="lg-mt-96"] {
    margin-top: 24rem ;
  }
  .lg-!mt-96 {
    margin-top: 24rem  !important;
  }
  [class~="lg-!mt-96"] {
    margin-top: 24rem  !important;
  }
  .lg-mr-96 {
    margin-right: 24rem ;
  }
  [class~="lg-mr-96"] {
    margin-right: 24rem ;
  }
  .lg-!mr-96 {
    margin-right: 24rem  !important;
  }
  [class~="lg-!mr-96"] {
    margin-right: 24rem  !important;
  }
  .lg-mb-96 {
    margin-bottom: 24rem ;
  }
  [class~="lg-mb-96"] {
    margin-bottom: 24rem ;
  }
  .lg-!mb-96 {
    margin-bottom: 24rem  !important;
  }
  [class~="lg-!mb-96"] {
    margin-bottom: 24rem  !important;
  }
  .lg-ml-96 {
    margin-left: 24rem ;
  }
  [class~="lg-ml-96"] {
    margin-left: 24rem ;
  }
  .lg-!ml-96 {
    margin-left: 24rem  !important;
  }
  [class~="lg-!ml-96"] {
    margin-left: 24rem  !important;
  }
  .lg-m-auto {
    margin: auto ;
  }
  [class~="lg-m-auto"] {
    margin: auto ;
  }
  .lg-!m-auto {
    margin: auto  !important;
  }
  [class~="lg-!m-auto"] {
    margin: auto  !important;
  }
  .lg-mx-auto {
    margin-left: auto ;
    margin-right: auto ;
  }
  [class~="lg-mx-auto"] {
    margin-left: auto ;
    margin-right: auto ;
  }
  .lg-!mx-auto {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  [class~="lg-!mx-auto"] {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  .lg-my-auto {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  [class~="lg-my-auto"] {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  .lg-!my-auto {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  [class~="lg-!my-auto"] {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  .lg-ms-auto {
    margin-inline-start: auto ;
  }
  [class~="lg-ms-auto"] {
    margin-inline-start: auto ;
  }
  .lg-!ms-auto {
    margin-inline-start: auto  !important;
  }
  [class~="lg-!ms-auto"] {
    margin-inline-start: auto  !important;
  }
  .lg-me-auto {
    margin-inline-end: auto ;
  }
  [class~="lg-me-auto"] {
    margin-inline-end: auto ;
  }
  .lg-!me-auto {
    margin-inline-end: auto  !important;
  }
  [class~="lg-!me-auto"] {
    margin-inline-end: auto  !important;
  }
  .lg-mt-auto {
    margin-top: auto ;
  }
  [class~="lg-mt-auto"] {
    margin-top: auto ;
  }
  .lg-!mt-auto {
    margin-top: auto  !important;
  }
  [class~="lg-!mt-auto"] {
    margin-top: auto  !important;
  }
  .lg-mr-auto {
    margin-right: auto ;
  }
  [class~="lg-mr-auto"] {
    margin-right: auto ;
  }
  .lg-!mr-auto {
    margin-right: auto  !important;
  }
  [class~="lg-!mr-auto"] {
    margin-right: auto  !important;
  }
  .lg-mb-auto {
    margin-bottom: auto ;
  }
  [class~="lg-mb-auto"] {
    margin-bottom: auto ;
  }
  .lg-!mb-auto {
    margin-bottom: auto  !important;
  }
  [class~="lg-!mb-auto"] {
    margin-bottom: auto  !important;
  }
  .lg-ml-auto {
    margin-left: auto ;
  }
  [class~="lg-ml-auto"] {
    margin-left: auto ;
  }
  .lg-!ml-auto {
    margin-left: auto  !important;
  }
  [class~="lg-!ml-auto"] {
    margin-left: auto  !important;
  }
  .lg--m-px {
    margin: -1px ;
  }
  [class~="lg--m-px"] {
    margin: -1px ;
  }
  .lg-!-m-px {
    margin: -1px  !important;
  }
  [class~="lg-!-m-px"] {
    margin: -1px  !important;
  }
  .lg--mx-px {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  [class~="lg--mx-px"] {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  .lg-!-mx-px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  [class~="lg-!-mx-px"] {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .lg--my-px {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  [class~="lg--my-px"] {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  .lg-!-my-px {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  [class~="lg-!-my-px"] {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  .lg--ms-px {
    margin-inline-start: -1px ;
  }
  [class~="lg--ms-px"] {
    margin-inline-start: -1px ;
  }
  .lg-!-ms-px {
    margin-inline-start: -1px  !important;
  }
  [class~="lg-!-ms-px"] {
    margin-inline-start: -1px  !important;
  }
  .lg--me-px {
    margin-inline-end: -1px ;
  }
  [class~="lg--me-px"] {
    margin-inline-end: -1px ;
  }
  .lg-!-me-px {
    margin-inline-end: -1px  !important;
  }
  [class~="lg-!-me-px"] {
    margin-inline-end: -1px  !important;
  }
  .lg--mt-px {
    margin-top: -1px ;
  }
  [class~="lg--mt-px"] {
    margin-top: -1px ;
  }
  .lg-!-mt-px {
    margin-top: -1px  !important;
  }
  [class~="lg-!-mt-px"] {
    margin-top: -1px  !important;
  }
  .lg--mr-px {
    margin-right: -1px ;
  }
  [class~="lg--mr-px"] {
    margin-right: -1px ;
  }
  .lg-!-mr-px {
    margin-right: -1px  !important;
  }
  [class~="lg-!-mr-px"] {
    margin-right: -1px  !important;
  }
  .lg--mb-px {
    margin-bottom: -1px ;
  }
  [class~="lg--mb-px"] {
    margin-bottom: -1px ;
  }
  .lg-!-mb-px {
    margin-bottom: -1px  !important;
  }
  [class~="lg-!-mb-px"] {
    margin-bottom: -1px  !important;
  }
  .lg--ml-px {
    margin-left: -1px ;
  }
  [class~="lg--ml-px"] {
    margin-left: -1px ;
  }
  .lg-!-ml-px {
    margin-left: -1px  !important;
  }
  [class~="lg-!-ml-px"] {
    margin-left: -1px  !important;
  }
  .lg--m-0\.5 {
    margin: -0.125rem ;
  }
  [class~="lg--m-0\.5"] {
    margin: -0.125rem ;
  }
  .lg-!-m-0\.5 {
    margin: -0.125rem  !important;
  }
  [class~="lg-!-m-0\.5"] {
    margin: -0.125rem  !important;
  }
  .lg--mx-0\.5 {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  [class~="lg--mx-0\.5"] {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  .lg-!-mx-0\.5 {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  [class~="lg-!-mx-0\.5"] {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  .lg--my-0\.5 {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  [class~="lg--my-0\.5"] {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  .lg-!-my-0\.5 {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  [class~="lg-!-my-0\.5"] {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  .lg--ms-0\.5 {
    margin-inline-start: -0.125rem ;
  }
  [class~="lg--ms-0\.5"] {
    margin-inline-start: -0.125rem ;
  }
  .lg-!-ms-0\.5 {
    margin-inline-start: -0.125rem  !important;
  }
  [class~="lg-!-ms-0\.5"] {
    margin-inline-start: -0.125rem  !important;
  }
  .lg--me-0\.5 {
    margin-inline-end: -0.125rem ;
  }
  [class~="lg--me-0\.5"] {
    margin-inline-end: -0.125rem ;
  }
  .lg-!-me-0\.5 {
    margin-inline-end: -0.125rem  !important;
  }
  [class~="lg-!-me-0\.5"] {
    margin-inline-end: -0.125rem  !important;
  }
  .lg--mt-0\.5 {
    margin-top: -0.125rem ;
  }
  [class~="lg--mt-0\.5"] {
    margin-top: -0.125rem ;
  }
  .lg-!-mt-0\.5 {
    margin-top: -0.125rem  !important;
  }
  [class~="lg-!-mt-0\.5"] {
    margin-top: -0.125rem  !important;
  }
  .lg--mr-0\.5 {
    margin-right: -0.125rem ;
  }
  [class~="lg--mr-0\.5"] {
    margin-right: -0.125rem ;
  }
  .lg-!-mr-0\.5 {
    margin-right: -0.125rem  !important;
  }
  [class~="lg-!-mr-0\.5"] {
    margin-right: -0.125rem  !important;
  }
  .lg--mb-0\.5 {
    margin-bottom: -0.125rem ;
  }
  [class~="lg--mb-0\.5"] {
    margin-bottom: -0.125rem ;
  }
  .lg-!-mb-0\.5 {
    margin-bottom: -0.125rem  !important;
  }
  [class~="lg-!-mb-0\.5"] {
    margin-bottom: -0.125rem  !important;
  }
  .lg--ml-0\.5 {
    margin-left: -0.125rem ;
  }
  [class~="lg--ml-0\.5"] {
    margin-left: -0.125rem ;
  }
  .lg-!-ml-0\.5 {
    margin-left: -0.125rem  !important;
  }
  [class~="lg-!-ml-0\.5"] {
    margin-left: -0.125rem  !important;
  }
  .lg--m-1 {
    margin: -0.25rem ;
  }
  [class~="lg--m-1"] {
    margin: -0.25rem ;
  }
  .lg-!-m-1 {
    margin: -0.25rem  !important;
  }
  [class~="lg-!-m-1"] {
    margin: -0.25rem  !important;
  }
  .lg--mx-1 {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  [class~="lg--mx-1"] {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  .lg-!-mx-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  [class~="lg-!-mx-1"] {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .lg--my-1 {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  [class~="lg--my-1"] {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  .lg-!-my-1 {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  [class~="lg-!-my-1"] {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  .lg--ms-1 {
    margin-inline-start: -0.25rem ;
  }
  [class~="lg--ms-1"] {
    margin-inline-start: -0.25rem ;
  }
  .lg-!-ms-1 {
    margin-inline-start: -0.25rem  !important;
  }
  [class~="lg-!-ms-1"] {
    margin-inline-start: -0.25rem  !important;
  }
  .lg--me-1 {
    margin-inline-end: -0.25rem ;
  }
  [class~="lg--me-1"] {
    margin-inline-end: -0.25rem ;
  }
  .lg-!-me-1 {
    margin-inline-end: -0.25rem  !important;
  }
  [class~="lg-!-me-1"] {
    margin-inline-end: -0.25rem  !important;
  }
  .lg--mt-1 {
    margin-top: -0.25rem ;
  }
  [class~="lg--mt-1"] {
    margin-top: -0.25rem ;
  }
  .lg-!-mt-1 {
    margin-top: -0.25rem  !important;
  }
  [class~="lg-!-mt-1"] {
    margin-top: -0.25rem  !important;
  }
  .lg--mr-1 {
    margin-right: -0.25rem ;
  }
  [class~="lg--mr-1"] {
    margin-right: -0.25rem ;
  }
  .lg-!-mr-1 {
    margin-right: -0.25rem  !important;
  }
  [class~="lg-!-mr-1"] {
    margin-right: -0.25rem  !important;
  }
  .lg--mb-1 {
    margin-bottom: -0.25rem ;
  }
  [class~="lg--mb-1"] {
    margin-bottom: -0.25rem ;
  }
  .lg-!-mb-1 {
    margin-bottom: -0.25rem  !important;
  }
  [class~="lg-!-mb-1"] {
    margin-bottom: -0.25rem  !important;
  }
  .lg--ml-1 {
    margin-left: -0.25rem ;
  }
  [class~="lg--ml-1"] {
    margin-left: -0.25rem ;
  }
  .lg-!-ml-1 {
    margin-left: -0.25rem  !important;
  }
  [class~="lg-!-ml-1"] {
    margin-left: -0.25rem  !important;
  }
  .lg--m-1\.5 {
    margin: -0.375rem ;
  }
  [class~="lg--m-1\.5"] {
    margin: -0.375rem ;
  }
  .lg-!-m-1\.5 {
    margin: -0.375rem  !important;
  }
  [class~="lg-!-m-1\.5"] {
    margin: -0.375rem  !important;
  }
  .lg--mx-1\.5 {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  [class~="lg--mx-1\.5"] {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  .lg-!-mx-1\.5 {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  [class~="lg-!-mx-1\.5"] {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  .lg--my-1\.5 {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  [class~="lg--my-1\.5"] {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  .lg-!-my-1\.5 {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  [class~="lg-!-my-1\.5"] {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  .lg--ms-1\.5 {
    margin-inline-start: -0.375rem ;
  }
  [class~="lg--ms-1\.5"] {
    margin-inline-start: -0.375rem ;
  }
  .lg-!-ms-1\.5 {
    margin-inline-start: -0.375rem  !important;
  }
  [class~="lg-!-ms-1\.5"] {
    margin-inline-start: -0.375rem  !important;
  }
  .lg--me-1\.5 {
    margin-inline-end: -0.375rem ;
  }
  [class~="lg--me-1\.5"] {
    margin-inline-end: -0.375rem ;
  }
  .lg-!-me-1\.5 {
    margin-inline-end: -0.375rem  !important;
  }
  [class~="lg-!-me-1\.5"] {
    margin-inline-end: -0.375rem  !important;
  }
  .lg--mt-1\.5 {
    margin-top: -0.375rem ;
  }
  [class~="lg--mt-1\.5"] {
    margin-top: -0.375rem ;
  }
  .lg-!-mt-1\.5 {
    margin-top: -0.375rem  !important;
  }
  [class~="lg-!-mt-1\.5"] {
    margin-top: -0.375rem  !important;
  }
  .lg--mr-1\.5 {
    margin-right: -0.375rem ;
  }
  [class~="lg--mr-1\.5"] {
    margin-right: -0.375rem ;
  }
  .lg-!-mr-1\.5 {
    margin-right: -0.375rem  !important;
  }
  [class~="lg-!-mr-1\.5"] {
    margin-right: -0.375rem  !important;
  }
  .lg--mb-1\.5 {
    margin-bottom: -0.375rem ;
  }
  [class~="lg--mb-1\.5"] {
    margin-bottom: -0.375rem ;
  }
  .lg-!-mb-1\.5 {
    margin-bottom: -0.375rem  !important;
  }
  [class~="lg-!-mb-1\.5"] {
    margin-bottom: -0.375rem  !important;
  }
  .lg--ml-1\.5 {
    margin-left: -0.375rem ;
  }
  [class~="lg--ml-1\.5"] {
    margin-left: -0.375rem ;
  }
  .lg-!-ml-1\.5 {
    margin-left: -0.375rem  !important;
  }
  [class~="lg-!-ml-1\.5"] {
    margin-left: -0.375rem  !important;
  }
  .lg--m-2 {
    margin: -0.5rem ;
  }
  [class~="lg--m-2"] {
    margin: -0.5rem ;
  }
  .lg-!-m-2 {
    margin: -0.5rem  !important;
  }
  [class~="lg-!-m-2"] {
    margin: -0.5rem  !important;
  }
  .lg--mx-2 {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  [class~="lg--mx-2"] {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  .lg-!-mx-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  [class~="lg-!-mx-2"] {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .lg--my-2 {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  [class~="lg--my-2"] {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  .lg-!-my-2 {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  [class~="lg-!-my-2"] {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  .lg--ms-2 {
    margin-inline-start: -0.5rem ;
  }
  [class~="lg--ms-2"] {
    margin-inline-start: -0.5rem ;
  }
  .lg-!-ms-2 {
    margin-inline-start: -0.5rem  !important;
  }
  [class~="lg-!-ms-2"] {
    margin-inline-start: -0.5rem  !important;
  }
  .lg--me-2 {
    margin-inline-end: -0.5rem ;
  }
  [class~="lg--me-2"] {
    margin-inline-end: -0.5rem ;
  }
  .lg-!-me-2 {
    margin-inline-end: -0.5rem  !important;
  }
  [class~="lg-!-me-2"] {
    margin-inline-end: -0.5rem  !important;
  }
  .lg--mt-2 {
    margin-top: -0.5rem ;
  }
  [class~="lg--mt-2"] {
    margin-top: -0.5rem ;
  }
  .lg-!-mt-2 {
    margin-top: -0.5rem  !important;
  }
  [class~="lg-!-mt-2"] {
    margin-top: -0.5rem  !important;
  }
  .lg--mr-2 {
    margin-right: -0.5rem ;
  }
  [class~="lg--mr-2"] {
    margin-right: -0.5rem ;
  }
  .lg-!-mr-2 {
    margin-right: -0.5rem  !important;
  }
  [class~="lg-!-mr-2"] {
    margin-right: -0.5rem  !important;
  }
  .lg--mb-2 {
    margin-bottom: -0.5rem ;
  }
  [class~="lg--mb-2"] {
    margin-bottom: -0.5rem ;
  }
  .lg-!-mb-2 {
    margin-bottom: -0.5rem  !important;
  }
  [class~="lg-!-mb-2"] {
    margin-bottom: -0.5rem  !important;
  }
  .lg--ml-2 {
    margin-left: -0.5rem ;
  }
  [class~="lg--ml-2"] {
    margin-left: -0.5rem ;
  }
  .lg-!-ml-2 {
    margin-left: -0.5rem  !important;
  }
  [class~="lg-!-ml-2"] {
    margin-left: -0.5rem  !important;
  }
  .lg--m-2\.5 {
    margin: -0.625rem ;
  }
  [class~="lg--m-2\.5"] {
    margin: -0.625rem ;
  }
  .lg-!-m-2\.5 {
    margin: -0.625rem  !important;
  }
  [class~="lg-!-m-2\.5"] {
    margin: -0.625rem  !important;
  }
  .lg--mx-2\.5 {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  [class~="lg--mx-2\.5"] {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  .lg-!-mx-2\.5 {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  [class~="lg-!-mx-2\.5"] {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  .lg--my-2\.5 {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  [class~="lg--my-2\.5"] {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  .lg-!-my-2\.5 {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  [class~="lg-!-my-2\.5"] {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  .lg--ms-2\.5 {
    margin-inline-start: -0.625rem ;
  }
  [class~="lg--ms-2\.5"] {
    margin-inline-start: -0.625rem ;
  }
  .lg-!-ms-2\.5 {
    margin-inline-start: -0.625rem  !important;
  }
  [class~="lg-!-ms-2\.5"] {
    margin-inline-start: -0.625rem  !important;
  }
  .lg--me-2\.5 {
    margin-inline-end: -0.625rem ;
  }
  [class~="lg--me-2\.5"] {
    margin-inline-end: -0.625rem ;
  }
  .lg-!-me-2\.5 {
    margin-inline-end: -0.625rem  !important;
  }
  [class~="lg-!-me-2\.5"] {
    margin-inline-end: -0.625rem  !important;
  }
  .lg--mt-2\.5 {
    margin-top: -0.625rem ;
  }
  [class~="lg--mt-2\.5"] {
    margin-top: -0.625rem ;
  }
  .lg-!-mt-2\.5 {
    margin-top: -0.625rem  !important;
  }
  [class~="lg-!-mt-2\.5"] {
    margin-top: -0.625rem  !important;
  }
  .lg--mr-2\.5 {
    margin-right: -0.625rem ;
  }
  [class~="lg--mr-2\.5"] {
    margin-right: -0.625rem ;
  }
  .lg-!-mr-2\.5 {
    margin-right: -0.625rem  !important;
  }
  [class~="lg-!-mr-2\.5"] {
    margin-right: -0.625rem  !important;
  }
  .lg--mb-2\.5 {
    margin-bottom: -0.625rem ;
  }
  [class~="lg--mb-2\.5"] {
    margin-bottom: -0.625rem ;
  }
  .lg-!-mb-2\.5 {
    margin-bottom: -0.625rem  !important;
  }
  [class~="lg-!-mb-2\.5"] {
    margin-bottom: -0.625rem  !important;
  }
  .lg--ml-2\.5 {
    margin-left: -0.625rem ;
  }
  [class~="lg--ml-2\.5"] {
    margin-left: -0.625rem ;
  }
  .lg-!-ml-2\.5 {
    margin-left: -0.625rem  !important;
  }
  [class~="lg-!-ml-2\.5"] {
    margin-left: -0.625rem  !important;
  }
  .lg--m-3 {
    margin: -0.75rem ;
  }
  [class~="lg--m-3"] {
    margin: -0.75rem ;
  }
  .lg-!-m-3 {
    margin: -0.75rem  !important;
  }
  [class~="lg-!-m-3"] {
    margin: -0.75rem  !important;
  }
  .lg--mx-3 {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  [class~="lg--mx-3"] {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  .lg-!-mx-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  [class~="lg-!-mx-3"] {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .lg--my-3 {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  [class~="lg--my-3"] {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  .lg-!-my-3 {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  [class~="lg-!-my-3"] {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  .lg--ms-3 {
    margin-inline-start: -0.75rem ;
  }
  [class~="lg--ms-3"] {
    margin-inline-start: -0.75rem ;
  }
  .lg-!-ms-3 {
    margin-inline-start: -0.75rem  !important;
  }
  [class~="lg-!-ms-3"] {
    margin-inline-start: -0.75rem  !important;
  }
  .lg--me-3 {
    margin-inline-end: -0.75rem ;
  }
  [class~="lg--me-3"] {
    margin-inline-end: -0.75rem ;
  }
  .lg-!-me-3 {
    margin-inline-end: -0.75rem  !important;
  }
  [class~="lg-!-me-3"] {
    margin-inline-end: -0.75rem  !important;
  }
  .lg--mt-3 {
    margin-top: -0.75rem ;
  }
  [class~="lg--mt-3"] {
    margin-top: -0.75rem ;
  }
  .lg-!-mt-3 {
    margin-top: -0.75rem  !important;
  }
  [class~="lg-!-mt-3"] {
    margin-top: -0.75rem  !important;
  }
  .lg--mr-3 {
    margin-right: -0.75rem ;
  }
  [class~="lg--mr-3"] {
    margin-right: -0.75rem ;
  }
  .lg-!-mr-3 {
    margin-right: -0.75rem  !important;
  }
  [class~="lg-!-mr-3"] {
    margin-right: -0.75rem  !important;
  }
  .lg--mb-3 {
    margin-bottom: -0.75rem ;
  }
  [class~="lg--mb-3"] {
    margin-bottom: -0.75rem ;
  }
  .lg-!-mb-3 {
    margin-bottom: -0.75rem  !important;
  }
  [class~="lg-!-mb-3"] {
    margin-bottom: -0.75rem  !important;
  }
  .lg--ml-3 {
    margin-left: -0.75rem ;
  }
  [class~="lg--ml-3"] {
    margin-left: -0.75rem ;
  }
  .lg-!-ml-3 {
    margin-left: -0.75rem  !important;
  }
  [class~="lg-!-ml-3"] {
    margin-left: -0.75rem  !important;
  }
  .lg--m-3\.5 {
    margin: -0.875rem ;
  }
  [class~="lg--m-3\.5"] {
    margin: -0.875rem ;
  }
  .lg-!-m-3\.5 {
    margin: -0.875rem  !important;
  }
  [class~="lg-!-m-3\.5"] {
    margin: -0.875rem  !important;
  }
  .lg--mx-3\.5 {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  [class~="lg--mx-3\.5"] {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  .lg-!-mx-3\.5 {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  [class~="lg-!-mx-3\.5"] {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  .lg--my-3\.5 {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  [class~="lg--my-3\.5"] {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  .lg-!-my-3\.5 {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  [class~="lg-!-my-3\.5"] {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  .lg--ms-3\.5 {
    margin-inline-start: -0.875rem ;
  }
  [class~="lg--ms-3\.5"] {
    margin-inline-start: -0.875rem ;
  }
  .lg-!-ms-3\.5 {
    margin-inline-start: -0.875rem  !important;
  }
  [class~="lg-!-ms-3\.5"] {
    margin-inline-start: -0.875rem  !important;
  }
  .lg--me-3\.5 {
    margin-inline-end: -0.875rem ;
  }
  [class~="lg--me-3\.5"] {
    margin-inline-end: -0.875rem ;
  }
  .lg-!-me-3\.5 {
    margin-inline-end: -0.875rem  !important;
  }
  [class~="lg-!-me-3\.5"] {
    margin-inline-end: -0.875rem  !important;
  }
  .lg--mt-3\.5 {
    margin-top: -0.875rem ;
  }
  [class~="lg--mt-3\.5"] {
    margin-top: -0.875rem ;
  }
  .lg-!-mt-3\.5 {
    margin-top: -0.875rem  !important;
  }
  [class~="lg-!-mt-3\.5"] {
    margin-top: -0.875rem  !important;
  }
  .lg--mr-3\.5 {
    margin-right: -0.875rem ;
  }
  [class~="lg--mr-3\.5"] {
    margin-right: -0.875rem ;
  }
  .lg-!-mr-3\.5 {
    margin-right: -0.875rem  !important;
  }
  [class~="lg-!-mr-3\.5"] {
    margin-right: -0.875rem  !important;
  }
  .lg--mb-3\.5 {
    margin-bottom: -0.875rem ;
  }
  [class~="lg--mb-3\.5"] {
    margin-bottom: -0.875rem ;
  }
  .lg-!-mb-3\.5 {
    margin-bottom: -0.875rem  !important;
  }
  [class~="lg-!-mb-3\.5"] {
    margin-bottom: -0.875rem  !important;
  }
  .lg--ml-3\.5 {
    margin-left: -0.875rem ;
  }
  [class~="lg--ml-3\.5"] {
    margin-left: -0.875rem ;
  }
  .lg-!-ml-3\.5 {
    margin-left: -0.875rem  !important;
  }
  [class~="lg-!-ml-3\.5"] {
    margin-left: -0.875rem  !important;
  }
  .lg--m-4 {
    margin: -1rem ;
  }
  [class~="lg--m-4"] {
    margin: -1rem ;
  }
  .lg-!-m-4 {
    margin: -1rem  !important;
  }
  [class~="lg-!-m-4"] {
    margin: -1rem  !important;
  }
  .lg--mx-4 {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  [class~="lg--mx-4"] {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  .lg-!-mx-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  [class~="lg-!-mx-4"] {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .lg--my-4 {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  [class~="lg--my-4"] {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  .lg-!-my-4 {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  [class~="lg-!-my-4"] {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  .lg--ms-4 {
    margin-inline-start: -1rem ;
  }
  [class~="lg--ms-4"] {
    margin-inline-start: -1rem ;
  }
  .lg-!-ms-4 {
    margin-inline-start: -1rem  !important;
  }
  [class~="lg-!-ms-4"] {
    margin-inline-start: -1rem  !important;
  }
  .lg--me-4 {
    margin-inline-end: -1rem ;
  }
  [class~="lg--me-4"] {
    margin-inline-end: -1rem ;
  }
  .lg-!-me-4 {
    margin-inline-end: -1rem  !important;
  }
  [class~="lg-!-me-4"] {
    margin-inline-end: -1rem  !important;
  }
  .lg--mt-4 {
    margin-top: -1rem ;
  }
  [class~="lg--mt-4"] {
    margin-top: -1rem ;
  }
  .lg-!-mt-4 {
    margin-top: -1rem  !important;
  }
  [class~="lg-!-mt-4"] {
    margin-top: -1rem  !important;
  }
  .lg--mr-4 {
    margin-right: -1rem ;
  }
  [class~="lg--mr-4"] {
    margin-right: -1rem ;
  }
  .lg-!-mr-4 {
    margin-right: -1rem  !important;
  }
  [class~="lg-!-mr-4"] {
    margin-right: -1rem  !important;
  }
  .lg--mb-4 {
    margin-bottom: -1rem ;
  }
  [class~="lg--mb-4"] {
    margin-bottom: -1rem ;
  }
  .lg-!-mb-4 {
    margin-bottom: -1rem  !important;
  }
  [class~="lg-!-mb-4"] {
    margin-bottom: -1rem  !important;
  }
  .lg--ml-4 {
    margin-left: -1rem ;
  }
  [class~="lg--ml-4"] {
    margin-left: -1rem ;
  }
  .lg-!-ml-4 {
    margin-left: -1rem  !important;
  }
  [class~="lg-!-ml-4"] {
    margin-left: -1rem  !important;
  }
  .lg--m-5 {
    margin: -1.25rem ;
  }
  [class~="lg--m-5"] {
    margin: -1.25rem ;
  }
  .lg-!-m-5 {
    margin: -1.25rem  !important;
  }
  [class~="lg-!-m-5"] {
    margin: -1.25rem  !important;
  }
  .lg--mx-5 {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  [class~="lg--mx-5"] {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  .lg-!-mx-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  [class~="lg-!-mx-5"] {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .lg--my-5 {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  [class~="lg--my-5"] {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  .lg-!-my-5 {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  [class~="lg-!-my-5"] {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  .lg--ms-5 {
    margin-inline-start: -1.25rem ;
  }
  [class~="lg--ms-5"] {
    margin-inline-start: -1.25rem ;
  }
  .lg-!-ms-5 {
    margin-inline-start: -1.25rem  !important;
  }
  [class~="lg-!-ms-5"] {
    margin-inline-start: -1.25rem  !important;
  }
  .lg--me-5 {
    margin-inline-end: -1.25rem ;
  }
  [class~="lg--me-5"] {
    margin-inline-end: -1.25rem ;
  }
  .lg-!-me-5 {
    margin-inline-end: -1.25rem  !important;
  }
  [class~="lg-!-me-5"] {
    margin-inline-end: -1.25rem  !important;
  }
  .lg--mt-5 {
    margin-top: -1.25rem ;
  }
  [class~="lg--mt-5"] {
    margin-top: -1.25rem ;
  }
  .lg-!-mt-5 {
    margin-top: -1.25rem  !important;
  }
  [class~="lg-!-mt-5"] {
    margin-top: -1.25rem  !important;
  }
  .lg--mr-5 {
    margin-right: -1.25rem ;
  }
  [class~="lg--mr-5"] {
    margin-right: -1.25rem ;
  }
  .lg-!-mr-5 {
    margin-right: -1.25rem  !important;
  }
  [class~="lg-!-mr-5"] {
    margin-right: -1.25rem  !important;
  }
  .lg--mb-5 {
    margin-bottom: -1.25rem ;
  }
  [class~="lg--mb-5"] {
    margin-bottom: -1.25rem ;
  }
  .lg-!-mb-5 {
    margin-bottom: -1.25rem  !important;
  }
  [class~="lg-!-mb-5"] {
    margin-bottom: -1.25rem  !important;
  }
  .lg--ml-5 {
    margin-left: -1.25rem ;
  }
  [class~="lg--ml-5"] {
    margin-left: -1.25rem ;
  }
  .lg-!-ml-5 {
    margin-left: -1.25rem  !important;
  }
  [class~="lg-!-ml-5"] {
    margin-left: -1.25rem  !important;
  }
  .lg--m-6 {
    margin: -1.5rem ;
  }
  [class~="lg--m-6"] {
    margin: -1.5rem ;
  }
  .lg-!-m-6 {
    margin: -1.5rem  !important;
  }
  [class~="lg-!-m-6"] {
    margin: -1.5rem  !important;
  }
  .lg--mx-6 {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  [class~="lg--mx-6"] {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  .lg-!-mx-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  [class~="lg-!-mx-6"] {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .lg--my-6 {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  [class~="lg--my-6"] {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  .lg-!-my-6 {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  [class~="lg-!-my-6"] {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  .lg--ms-6 {
    margin-inline-start: -1.5rem ;
  }
  [class~="lg--ms-6"] {
    margin-inline-start: -1.5rem ;
  }
  .lg-!-ms-6 {
    margin-inline-start: -1.5rem  !important;
  }
  [class~="lg-!-ms-6"] {
    margin-inline-start: -1.5rem  !important;
  }
  .lg--me-6 {
    margin-inline-end: -1.5rem ;
  }
  [class~="lg--me-6"] {
    margin-inline-end: -1.5rem ;
  }
  .lg-!-me-6 {
    margin-inline-end: -1.5rem  !important;
  }
  [class~="lg-!-me-6"] {
    margin-inline-end: -1.5rem  !important;
  }
  .lg--mt-6 {
    margin-top: -1.5rem ;
  }
  [class~="lg--mt-6"] {
    margin-top: -1.5rem ;
  }
  .lg-!-mt-6 {
    margin-top: -1.5rem  !important;
  }
  [class~="lg-!-mt-6"] {
    margin-top: -1.5rem  !important;
  }
  .lg--mr-6 {
    margin-right: -1.5rem ;
  }
  [class~="lg--mr-6"] {
    margin-right: -1.5rem ;
  }
  .lg-!-mr-6 {
    margin-right: -1.5rem  !important;
  }
  [class~="lg-!-mr-6"] {
    margin-right: -1.5rem  !important;
  }
  .lg--mb-6 {
    margin-bottom: -1.5rem ;
  }
  [class~="lg--mb-6"] {
    margin-bottom: -1.5rem ;
  }
  .lg-!-mb-6 {
    margin-bottom: -1.5rem  !important;
  }
  [class~="lg-!-mb-6"] {
    margin-bottom: -1.5rem  !important;
  }
  .lg--ml-6 {
    margin-left: -1.5rem ;
  }
  [class~="lg--ml-6"] {
    margin-left: -1.5rem ;
  }
  .lg-!-ml-6 {
    margin-left: -1.5rem  !important;
  }
  [class~="lg-!-ml-6"] {
    margin-left: -1.5rem  !important;
  }
  .lg--m-7 {
    margin: -1.75rem ;
  }
  [class~="lg--m-7"] {
    margin: -1.75rem ;
  }
  .lg-!-m-7 {
    margin: -1.75rem  !important;
  }
  [class~="lg-!-m-7"] {
    margin: -1.75rem  !important;
  }
  .lg--mx-7 {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  [class~="lg--mx-7"] {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  .lg-!-mx-7 {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  [class~="lg-!-mx-7"] {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  .lg--my-7 {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  [class~="lg--my-7"] {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  .lg-!-my-7 {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  [class~="lg-!-my-7"] {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  .lg--ms-7 {
    margin-inline-start: -1.75rem ;
  }
  [class~="lg--ms-7"] {
    margin-inline-start: -1.75rem ;
  }
  .lg-!-ms-7 {
    margin-inline-start: -1.75rem  !important;
  }
  [class~="lg-!-ms-7"] {
    margin-inline-start: -1.75rem  !important;
  }
  .lg--me-7 {
    margin-inline-end: -1.75rem ;
  }
  [class~="lg--me-7"] {
    margin-inline-end: -1.75rem ;
  }
  .lg-!-me-7 {
    margin-inline-end: -1.75rem  !important;
  }
  [class~="lg-!-me-7"] {
    margin-inline-end: -1.75rem  !important;
  }
  .lg--mt-7 {
    margin-top: -1.75rem ;
  }
  [class~="lg--mt-7"] {
    margin-top: -1.75rem ;
  }
  .lg-!-mt-7 {
    margin-top: -1.75rem  !important;
  }
  [class~="lg-!-mt-7"] {
    margin-top: -1.75rem  !important;
  }
  .lg--mr-7 {
    margin-right: -1.75rem ;
  }
  [class~="lg--mr-7"] {
    margin-right: -1.75rem ;
  }
  .lg-!-mr-7 {
    margin-right: -1.75rem  !important;
  }
  [class~="lg-!-mr-7"] {
    margin-right: -1.75rem  !important;
  }
  .lg--mb-7 {
    margin-bottom: -1.75rem ;
  }
  [class~="lg--mb-7"] {
    margin-bottom: -1.75rem ;
  }
  .lg-!-mb-7 {
    margin-bottom: -1.75rem  !important;
  }
  [class~="lg-!-mb-7"] {
    margin-bottom: -1.75rem  !important;
  }
  .lg--ml-7 {
    margin-left: -1.75rem ;
  }
  [class~="lg--ml-7"] {
    margin-left: -1.75rem ;
  }
  .lg-!-ml-7 {
    margin-left: -1.75rem  !important;
  }
  [class~="lg-!-ml-7"] {
    margin-left: -1.75rem  !important;
  }
  .lg--m-8 {
    margin: -2rem ;
  }
  [class~="lg--m-8"] {
    margin: -2rem ;
  }
  .lg-!-m-8 {
    margin: -2rem  !important;
  }
  [class~="lg-!-m-8"] {
    margin: -2rem  !important;
  }
  .lg--mx-8 {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  [class~="lg--mx-8"] {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  .lg-!-mx-8 {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  [class~="lg-!-mx-8"] {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  .lg--my-8 {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  [class~="lg--my-8"] {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  .lg-!-my-8 {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  [class~="lg-!-my-8"] {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  .lg--ms-8 {
    margin-inline-start: -2rem ;
  }
  [class~="lg--ms-8"] {
    margin-inline-start: -2rem ;
  }
  .lg-!-ms-8 {
    margin-inline-start: -2rem  !important;
  }
  [class~="lg-!-ms-8"] {
    margin-inline-start: -2rem  !important;
  }
  .lg--me-8 {
    margin-inline-end: -2rem ;
  }
  [class~="lg--me-8"] {
    margin-inline-end: -2rem ;
  }
  .lg-!-me-8 {
    margin-inline-end: -2rem  !important;
  }
  [class~="lg-!-me-8"] {
    margin-inline-end: -2rem  !important;
  }
  .lg--mt-8 {
    margin-top: -2rem ;
  }
  [class~="lg--mt-8"] {
    margin-top: -2rem ;
  }
  .lg-!-mt-8 {
    margin-top: -2rem  !important;
  }
  [class~="lg-!-mt-8"] {
    margin-top: -2rem  !important;
  }
  .lg--mr-8 {
    margin-right: -2rem ;
  }
  [class~="lg--mr-8"] {
    margin-right: -2rem ;
  }
  .lg-!-mr-8 {
    margin-right: -2rem  !important;
  }
  [class~="lg-!-mr-8"] {
    margin-right: -2rem  !important;
  }
  .lg--mb-8 {
    margin-bottom: -2rem ;
  }
  [class~="lg--mb-8"] {
    margin-bottom: -2rem ;
  }
  .lg-!-mb-8 {
    margin-bottom: -2rem  !important;
  }
  [class~="lg-!-mb-8"] {
    margin-bottom: -2rem  !important;
  }
  .lg--ml-8 {
    margin-left: -2rem ;
  }
  [class~="lg--ml-8"] {
    margin-left: -2rem ;
  }
  .lg-!-ml-8 {
    margin-left: -2rem  !important;
  }
  [class~="lg-!-ml-8"] {
    margin-left: -2rem  !important;
  }
  .lg--m-9 {
    margin: -2.25rem ;
  }
  [class~="lg--m-9"] {
    margin: -2.25rem ;
  }
  .lg-!-m-9 {
    margin: -2.25rem  !important;
  }
  [class~="lg-!-m-9"] {
    margin: -2.25rem  !important;
  }
  .lg--mx-9 {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  [class~="lg--mx-9"] {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  .lg-!-mx-9 {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  [class~="lg-!-mx-9"] {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  .lg--my-9 {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  [class~="lg--my-9"] {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  .lg-!-my-9 {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  [class~="lg-!-my-9"] {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  .lg--ms-9 {
    margin-inline-start: -2.25rem ;
  }
  [class~="lg--ms-9"] {
    margin-inline-start: -2.25rem ;
  }
  .lg-!-ms-9 {
    margin-inline-start: -2.25rem  !important;
  }
  [class~="lg-!-ms-9"] {
    margin-inline-start: -2.25rem  !important;
  }
  .lg--me-9 {
    margin-inline-end: -2.25rem ;
  }
  [class~="lg--me-9"] {
    margin-inline-end: -2.25rem ;
  }
  .lg-!-me-9 {
    margin-inline-end: -2.25rem  !important;
  }
  [class~="lg-!-me-9"] {
    margin-inline-end: -2.25rem  !important;
  }
  .lg--mt-9 {
    margin-top: -2.25rem ;
  }
  [class~="lg--mt-9"] {
    margin-top: -2.25rem ;
  }
  .lg-!-mt-9 {
    margin-top: -2.25rem  !important;
  }
  [class~="lg-!-mt-9"] {
    margin-top: -2.25rem  !important;
  }
  .lg--mr-9 {
    margin-right: -2.25rem ;
  }
  [class~="lg--mr-9"] {
    margin-right: -2.25rem ;
  }
  .lg-!-mr-9 {
    margin-right: -2.25rem  !important;
  }
  [class~="lg-!-mr-9"] {
    margin-right: -2.25rem  !important;
  }
  .lg--mb-9 {
    margin-bottom: -2.25rem ;
  }
  [class~="lg--mb-9"] {
    margin-bottom: -2.25rem ;
  }
  .lg-!-mb-9 {
    margin-bottom: -2.25rem  !important;
  }
  [class~="lg-!-mb-9"] {
    margin-bottom: -2.25rem  !important;
  }
  .lg--ml-9 {
    margin-left: -2.25rem ;
  }
  [class~="lg--ml-9"] {
    margin-left: -2.25rem ;
  }
  .lg-!-ml-9 {
    margin-left: -2.25rem  !important;
  }
  [class~="lg-!-ml-9"] {
    margin-left: -2.25rem  !important;
  }
  .lg--m-10 {
    margin: -2.5rem ;
  }
  [class~="lg--m-10"] {
    margin: -2.5rem ;
  }
  .lg-!-m-10 {
    margin: -2.5rem  !important;
  }
  [class~="lg-!-m-10"] {
    margin: -2.5rem  !important;
  }
  .lg--mx-10 {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  [class~="lg--mx-10"] {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  .lg-!-mx-10 {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  [class~="lg-!-mx-10"] {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  .lg--my-10 {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  [class~="lg--my-10"] {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  .lg-!-my-10 {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  [class~="lg-!-my-10"] {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  .lg--ms-10 {
    margin-inline-start: -2.5rem ;
  }
  [class~="lg--ms-10"] {
    margin-inline-start: -2.5rem ;
  }
  .lg-!-ms-10 {
    margin-inline-start: -2.5rem  !important;
  }
  [class~="lg-!-ms-10"] {
    margin-inline-start: -2.5rem  !important;
  }
  .lg--me-10 {
    margin-inline-end: -2.5rem ;
  }
  [class~="lg--me-10"] {
    margin-inline-end: -2.5rem ;
  }
  .lg-!-me-10 {
    margin-inline-end: -2.5rem  !important;
  }
  [class~="lg-!-me-10"] {
    margin-inline-end: -2.5rem  !important;
  }
  .lg--mt-10 {
    margin-top: -2.5rem ;
  }
  [class~="lg--mt-10"] {
    margin-top: -2.5rem ;
  }
  .lg-!-mt-10 {
    margin-top: -2.5rem  !important;
  }
  [class~="lg-!-mt-10"] {
    margin-top: -2.5rem  !important;
  }
  .lg--mr-10 {
    margin-right: -2.5rem ;
  }
  [class~="lg--mr-10"] {
    margin-right: -2.5rem ;
  }
  .lg-!-mr-10 {
    margin-right: -2.5rem  !important;
  }
  [class~="lg-!-mr-10"] {
    margin-right: -2.5rem  !important;
  }
  .lg--mb-10 {
    margin-bottom: -2.5rem ;
  }
  [class~="lg--mb-10"] {
    margin-bottom: -2.5rem ;
  }
  .lg-!-mb-10 {
    margin-bottom: -2.5rem  !important;
  }
  [class~="lg-!-mb-10"] {
    margin-bottom: -2.5rem  !important;
  }
  .lg--ml-10 {
    margin-left: -2.5rem ;
  }
  [class~="lg--ml-10"] {
    margin-left: -2.5rem ;
  }
  .lg-!-ml-10 {
    margin-left: -2.5rem  !important;
  }
  [class~="lg-!-ml-10"] {
    margin-left: -2.5rem  !important;
  }
  .lg--m-11 {
    margin: -2.75rem ;
  }
  [class~="lg--m-11"] {
    margin: -2.75rem ;
  }
  .lg-!-m-11 {
    margin: -2.75rem  !important;
  }
  [class~="lg-!-m-11"] {
    margin: -2.75rem  !important;
  }
  .lg--mx-11 {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  [class~="lg--mx-11"] {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  .lg-!-mx-11 {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  [class~="lg-!-mx-11"] {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  .lg--my-11 {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  [class~="lg--my-11"] {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  .lg-!-my-11 {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  [class~="lg-!-my-11"] {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  .lg--ms-11 {
    margin-inline-start: -2.75rem ;
  }
  [class~="lg--ms-11"] {
    margin-inline-start: -2.75rem ;
  }
  .lg-!-ms-11 {
    margin-inline-start: -2.75rem  !important;
  }
  [class~="lg-!-ms-11"] {
    margin-inline-start: -2.75rem  !important;
  }
  .lg--me-11 {
    margin-inline-end: -2.75rem ;
  }
  [class~="lg--me-11"] {
    margin-inline-end: -2.75rem ;
  }
  .lg-!-me-11 {
    margin-inline-end: -2.75rem  !important;
  }
  [class~="lg-!-me-11"] {
    margin-inline-end: -2.75rem  !important;
  }
  .lg--mt-11 {
    margin-top: -2.75rem ;
  }
  [class~="lg--mt-11"] {
    margin-top: -2.75rem ;
  }
  .lg-!-mt-11 {
    margin-top: -2.75rem  !important;
  }
  [class~="lg-!-mt-11"] {
    margin-top: -2.75rem  !important;
  }
  .lg--mr-11 {
    margin-right: -2.75rem ;
  }
  [class~="lg--mr-11"] {
    margin-right: -2.75rem ;
  }
  .lg-!-mr-11 {
    margin-right: -2.75rem  !important;
  }
  [class~="lg-!-mr-11"] {
    margin-right: -2.75rem  !important;
  }
  .lg--mb-11 {
    margin-bottom: -2.75rem ;
  }
  [class~="lg--mb-11"] {
    margin-bottom: -2.75rem ;
  }
  .lg-!-mb-11 {
    margin-bottom: -2.75rem  !important;
  }
  [class~="lg-!-mb-11"] {
    margin-bottom: -2.75rem  !important;
  }
  .lg--ml-11 {
    margin-left: -2.75rem ;
  }
  [class~="lg--ml-11"] {
    margin-left: -2.75rem ;
  }
  .lg-!-ml-11 {
    margin-left: -2.75rem  !important;
  }
  [class~="lg-!-ml-11"] {
    margin-left: -2.75rem  !important;
  }
  .lg--m-12 {
    margin: -3rem ;
  }
  [class~="lg--m-12"] {
    margin: -3rem ;
  }
  .lg-!-m-12 {
    margin: -3rem  !important;
  }
  [class~="lg-!-m-12"] {
    margin: -3rem  !important;
  }
  .lg--mx-12 {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  [class~="lg--mx-12"] {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  .lg-!-mx-12 {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  [class~="lg-!-mx-12"] {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  .lg--my-12 {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  [class~="lg--my-12"] {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  .lg-!-my-12 {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  [class~="lg-!-my-12"] {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  .lg--ms-12 {
    margin-inline-start: -3rem ;
  }
  [class~="lg--ms-12"] {
    margin-inline-start: -3rem ;
  }
  .lg-!-ms-12 {
    margin-inline-start: -3rem  !important;
  }
  [class~="lg-!-ms-12"] {
    margin-inline-start: -3rem  !important;
  }
  .lg--me-12 {
    margin-inline-end: -3rem ;
  }
  [class~="lg--me-12"] {
    margin-inline-end: -3rem ;
  }
  .lg-!-me-12 {
    margin-inline-end: -3rem  !important;
  }
  [class~="lg-!-me-12"] {
    margin-inline-end: -3rem  !important;
  }
  .lg--mt-12 {
    margin-top: -3rem ;
  }
  [class~="lg--mt-12"] {
    margin-top: -3rem ;
  }
  .lg-!-mt-12 {
    margin-top: -3rem  !important;
  }
  [class~="lg-!-mt-12"] {
    margin-top: -3rem  !important;
  }
  .lg--mr-12 {
    margin-right: -3rem ;
  }
  [class~="lg--mr-12"] {
    margin-right: -3rem ;
  }
  .lg-!-mr-12 {
    margin-right: -3rem  !important;
  }
  [class~="lg-!-mr-12"] {
    margin-right: -3rem  !important;
  }
  .lg--mb-12 {
    margin-bottom: -3rem ;
  }
  [class~="lg--mb-12"] {
    margin-bottom: -3rem ;
  }
  .lg-!-mb-12 {
    margin-bottom: -3rem  !important;
  }
  [class~="lg-!-mb-12"] {
    margin-bottom: -3rem  !important;
  }
  .lg--ml-12 {
    margin-left: -3rem ;
  }
  [class~="lg--ml-12"] {
    margin-left: -3rem ;
  }
  .lg-!-ml-12 {
    margin-left: -3rem  !important;
  }
  [class~="lg-!-ml-12"] {
    margin-left: -3rem  !important;
  }
  .lg--m-14 {
    margin: -3.5rem ;
  }
  [class~="lg--m-14"] {
    margin: -3.5rem ;
  }
  .lg-!-m-14 {
    margin: -3.5rem  !important;
  }
  [class~="lg-!-m-14"] {
    margin: -3.5rem  !important;
  }
  .lg--mx-14 {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  [class~="lg--mx-14"] {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  .lg-!-mx-14 {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  [class~="lg-!-mx-14"] {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  .lg--my-14 {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  [class~="lg--my-14"] {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  .lg-!-my-14 {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  [class~="lg-!-my-14"] {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  .lg--ms-14 {
    margin-inline-start: -3.5rem ;
  }
  [class~="lg--ms-14"] {
    margin-inline-start: -3.5rem ;
  }
  .lg-!-ms-14 {
    margin-inline-start: -3.5rem  !important;
  }
  [class~="lg-!-ms-14"] {
    margin-inline-start: -3.5rem  !important;
  }
  .lg--me-14 {
    margin-inline-end: -3.5rem ;
  }
  [class~="lg--me-14"] {
    margin-inline-end: -3.5rem ;
  }
  .lg-!-me-14 {
    margin-inline-end: -3.5rem  !important;
  }
  [class~="lg-!-me-14"] {
    margin-inline-end: -3.5rem  !important;
  }
  .lg--mt-14 {
    margin-top: -3.5rem ;
  }
  [class~="lg--mt-14"] {
    margin-top: -3.5rem ;
  }
  .lg-!-mt-14 {
    margin-top: -3.5rem  !important;
  }
  [class~="lg-!-mt-14"] {
    margin-top: -3.5rem  !important;
  }
  .lg--mr-14 {
    margin-right: -3.5rem ;
  }
  [class~="lg--mr-14"] {
    margin-right: -3.5rem ;
  }
  .lg-!-mr-14 {
    margin-right: -3.5rem  !important;
  }
  [class~="lg-!-mr-14"] {
    margin-right: -3.5rem  !important;
  }
  .lg--mb-14 {
    margin-bottom: -3.5rem ;
  }
  [class~="lg--mb-14"] {
    margin-bottom: -3.5rem ;
  }
  .lg-!-mb-14 {
    margin-bottom: -3.5rem  !important;
  }
  [class~="lg-!-mb-14"] {
    margin-bottom: -3.5rem  !important;
  }
  .lg--ml-14 {
    margin-left: -3.5rem ;
  }
  [class~="lg--ml-14"] {
    margin-left: -3.5rem ;
  }
  .lg-!-ml-14 {
    margin-left: -3.5rem  !important;
  }
  [class~="lg-!-ml-14"] {
    margin-left: -3.5rem  !important;
  }
  .lg--m-16 {
    margin: -4rem ;
  }
  [class~="lg--m-16"] {
    margin: -4rem ;
  }
  .lg-!-m-16 {
    margin: -4rem  !important;
  }
  [class~="lg-!-m-16"] {
    margin: -4rem  !important;
  }
  .lg--mx-16 {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  [class~="lg--mx-16"] {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  .lg-!-mx-16 {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  [class~="lg-!-mx-16"] {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  .lg--my-16 {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  [class~="lg--my-16"] {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  .lg-!-my-16 {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  [class~="lg-!-my-16"] {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  .lg--ms-16 {
    margin-inline-start: -4rem ;
  }
  [class~="lg--ms-16"] {
    margin-inline-start: -4rem ;
  }
  .lg-!-ms-16 {
    margin-inline-start: -4rem  !important;
  }
  [class~="lg-!-ms-16"] {
    margin-inline-start: -4rem  !important;
  }
  .lg--me-16 {
    margin-inline-end: -4rem ;
  }
  [class~="lg--me-16"] {
    margin-inline-end: -4rem ;
  }
  .lg-!-me-16 {
    margin-inline-end: -4rem  !important;
  }
  [class~="lg-!-me-16"] {
    margin-inline-end: -4rem  !important;
  }
  .lg--mt-16 {
    margin-top: -4rem ;
  }
  [class~="lg--mt-16"] {
    margin-top: -4rem ;
  }
  .lg-!-mt-16 {
    margin-top: -4rem  !important;
  }
  [class~="lg-!-mt-16"] {
    margin-top: -4rem  !important;
  }
  .lg--mr-16 {
    margin-right: -4rem ;
  }
  [class~="lg--mr-16"] {
    margin-right: -4rem ;
  }
  .lg-!-mr-16 {
    margin-right: -4rem  !important;
  }
  [class~="lg-!-mr-16"] {
    margin-right: -4rem  !important;
  }
  .lg--mb-16 {
    margin-bottom: -4rem ;
  }
  [class~="lg--mb-16"] {
    margin-bottom: -4rem ;
  }
  .lg-!-mb-16 {
    margin-bottom: -4rem  !important;
  }
  [class~="lg-!-mb-16"] {
    margin-bottom: -4rem  !important;
  }
  .lg--ml-16 {
    margin-left: -4rem ;
  }
  [class~="lg--ml-16"] {
    margin-left: -4rem ;
  }
  .lg-!-ml-16 {
    margin-left: -4rem  !important;
  }
  [class~="lg-!-ml-16"] {
    margin-left: -4rem  !important;
  }
  .lg--m-20 {
    margin: -5rem ;
  }
  [class~="lg--m-20"] {
    margin: -5rem ;
  }
  .lg-!-m-20 {
    margin: -5rem  !important;
  }
  [class~="lg-!-m-20"] {
    margin: -5rem  !important;
  }
  .lg--mx-20 {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  [class~="lg--mx-20"] {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  .lg-!-mx-20 {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  [class~="lg-!-mx-20"] {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  .lg--my-20 {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  [class~="lg--my-20"] {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  .lg-!-my-20 {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  [class~="lg-!-my-20"] {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  .lg--ms-20 {
    margin-inline-start: -5rem ;
  }
  [class~="lg--ms-20"] {
    margin-inline-start: -5rem ;
  }
  .lg-!-ms-20 {
    margin-inline-start: -5rem  !important;
  }
  [class~="lg-!-ms-20"] {
    margin-inline-start: -5rem  !important;
  }
  .lg--me-20 {
    margin-inline-end: -5rem ;
  }
  [class~="lg--me-20"] {
    margin-inline-end: -5rem ;
  }
  .lg-!-me-20 {
    margin-inline-end: -5rem  !important;
  }
  [class~="lg-!-me-20"] {
    margin-inline-end: -5rem  !important;
  }
  .lg--mt-20 {
    margin-top: -5rem ;
  }
  [class~="lg--mt-20"] {
    margin-top: -5rem ;
  }
  .lg-!-mt-20 {
    margin-top: -5rem  !important;
  }
  [class~="lg-!-mt-20"] {
    margin-top: -5rem  !important;
  }
  .lg--mr-20 {
    margin-right: -5rem ;
  }
  [class~="lg--mr-20"] {
    margin-right: -5rem ;
  }
  .lg-!-mr-20 {
    margin-right: -5rem  !important;
  }
  [class~="lg-!-mr-20"] {
    margin-right: -5rem  !important;
  }
  .lg--mb-20 {
    margin-bottom: -5rem ;
  }
  [class~="lg--mb-20"] {
    margin-bottom: -5rem ;
  }
  .lg-!-mb-20 {
    margin-bottom: -5rem  !important;
  }
  [class~="lg-!-mb-20"] {
    margin-bottom: -5rem  !important;
  }
  .lg--ml-20 {
    margin-left: -5rem ;
  }
  [class~="lg--ml-20"] {
    margin-left: -5rem ;
  }
  .lg-!-ml-20 {
    margin-left: -5rem  !important;
  }
  [class~="lg-!-ml-20"] {
    margin-left: -5rem  !important;
  }
  .lg--m-24 {
    margin: -6rem ;
  }
  [class~="lg--m-24"] {
    margin: -6rem ;
  }
  .lg-!-m-24 {
    margin: -6rem  !important;
  }
  [class~="lg-!-m-24"] {
    margin: -6rem  !important;
  }
  .lg--mx-24 {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  [class~="lg--mx-24"] {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  .lg-!-mx-24 {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  [class~="lg-!-mx-24"] {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  .lg--my-24 {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  [class~="lg--my-24"] {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  .lg-!-my-24 {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  [class~="lg-!-my-24"] {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  .lg--ms-24 {
    margin-inline-start: -6rem ;
  }
  [class~="lg--ms-24"] {
    margin-inline-start: -6rem ;
  }
  .lg-!-ms-24 {
    margin-inline-start: -6rem  !important;
  }
  [class~="lg-!-ms-24"] {
    margin-inline-start: -6rem  !important;
  }
  .lg--me-24 {
    margin-inline-end: -6rem ;
  }
  [class~="lg--me-24"] {
    margin-inline-end: -6rem ;
  }
  .lg-!-me-24 {
    margin-inline-end: -6rem  !important;
  }
  [class~="lg-!-me-24"] {
    margin-inline-end: -6rem  !important;
  }
  .lg--mt-24 {
    margin-top: -6rem ;
  }
  [class~="lg--mt-24"] {
    margin-top: -6rem ;
  }
  .lg-!-mt-24 {
    margin-top: -6rem  !important;
  }
  [class~="lg-!-mt-24"] {
    margin-top: -6rem  !important;
  }
  .lg--mr-24 {
    margin-right: -6rem ;
  }
  [class~="lg--mr-24"] {
    margin-right: -6rem ;
  }
  .lg-!-mr-24 {
    margin-right: -6rem  !important;
  }
  [class~="lg-!-mr-24"] {
    margin-right: -6rem  !important;
  }
  .lg--mb-24 {
    margin-bottom: -6rem ;
  }
  [class~="lg--mb-24"] {
    margin-bottom: -6rem ;
  }
  .lg-!-mb-24 {
    margin-bottom: -6rem  !important;
  }
  [class~="lg-!-mb-24"] {
    margin-bottom: -6rem  !important;
  }
  .lg--ml-24 {
    margin-left: -6rem ;
  }
  [class~="lg--ml-24"] {
    margin-left: -6rem ;
  }
  .lg-!-ml-24 {
    margin-left: -6rem  !important;
  }
  [class~="lg-!-ml-24"] {
    margin-left: -6rem  !important;
  }
  .lg--m-28 {
    margin: -7rem ;
  }
  [class~="lg--m-28"] {
    margin: -7rem ;
  }
  .lg-!-m-28 {
    margin: -7rem  !important;
  }
  [class~="lg-!-m-28"] {
    margin: -7rem  !important;
  }
  .lg--mx-28 {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  [class~="lg--mx-28"] {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  .lg-!-mx-28 {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  [class~="lg-!-mx-28"] {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  .lg--my-28 {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  [class~="lg--my-28"] {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  .lg-!-my-28 {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  [class~="lg-!-my-28"] {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  .lg--ms-28 {
    margin-inline-start: -7rem ;
  }
  [class~="lg--ms-28"] {
    margin-inline-start: -7rem ;
  }
  .lg-!-ms-28 {
    margin-inline-start: -7rem  !important;
  }
  [class~="lg-!-ms-28"] {
    margin-inline-start: -7rem  !important;
  }
  .lg--me-28 {
    margin-inline-end: -7rem ;
  }
  [class~="lg--me-28"] {
    margin-inline-end: -7rem ;
  }
  .lg-!-me-28 {
    margin-inline-end: -7rem  !important;
  }
  [class~="lg-!-me-28"] {
    margin-inline-end: -7rem  !important;
  }
  .lg--mt-28 {
    margin-top: -7rem ;
  }
  [class~="lg--mt-28"] {
    margin-top: -7rem ;
  }
  .lg-!-mt-28 {
    margin-top: -7rem  !important;
  }
  [class~="lg-!-mt-28"] {
    margin-top: -7rem  !important;
  }
  .lg--mr-28 {
    margin-right: -7rem ;
  }
  [class~="lg--mr-28"] {
    margin-right: -7rem ;
  }
  .lg-!-mr-28 {
    margin-right: -7rem  !important;
  }
  [class~="lg-!-mr-28"] {
    margin-right: -7rem  !important;
  }
  .lg--mb-28 {
    margin-bottom: -7rem ;
  }
  [class~="lg--mb-28"] {
    margin-bottom: -7rem ;
  }
  .lg-!-mb-28 {
    margin-bottom: -7rem  !important;
  }
  [class~="lg-!-mb-28"] {
    margin-bottom: -7rem  !important;
  }
  .lg--ml-28 {
    margin-left: -7rem ;
  }
  [class~="lg--ml-28"] {
    margin-left: -7rem ;
  }
  .lg-!-ml-28 {
    margin-left: -7rem  !important;
  }
  [class~="lg-!-ml-28"] {
    margin-left: -7rem  !important;
  }
  .lg--m-32 {
    margin: -8rem ;
  }
  [class~="lg--m-32"] {
    margin: -8rem ;
  }
  .lg-!-m-32 {
    margin: -8rem  !important;
  }
  [class~="lg-!-m-32"] {
    margin: -8rem  !important;
  }
  .lg--mx-32 {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  [class~="lg--mx-32"] {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  .lg-!-mx-32 {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  [class~="lg-!-mx-32"] {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  .lg--my-32 {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  [class~="lg--my-32"] {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  .lg-!-my-32 {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  [class~="lg-!-my-32"] {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  .lg--ms-32 {
    margin-inline-start: -8rem ;
  }
  [class~="lg--ms-32"] {
    margin-inline-start: -8rem ;
  }
  .lg-!-ms-32 {
    margin-inline-start: -8rem  !important;
  }
  [class~="lg-!-ms-32"] {
    margin-inline-start: -8rem  !important;
  }
  .lg--me-32 {
    margin-inline-end: -8rem ;
  }
  [class~="lg--me-32"] {
    margin-inline-end: -8rem ;
  }
  .lg-!-me-32 {
    margin-inline-end: -8rem  !important;
  }
  [class~="lg-!-me-32"] {
    margin-inline-end: -8rem  !important;
  }
  .lg--mt-32 {
    margin-top: -8rem ;
  }
  [class~="lg--mt-32"] {
    margin-top: -8rem ;
  }
  .lg-!-mt-32 {
    margin-top: -8rem  !important;
  }
  [class~="lg-!-mt-32"] {
    margin-top: -8rem  !important;
  }
  .lg--mr-32 {
    margin-right: -8rem ;
  }
  [class~="lg--mr-32"] {
    margin-right: -8rem ;
  }
  .lg-!-mr-32 {
    margin-right: -8rem  !important;
  }
  [class~="lg-!-mr-32"] {
    margin-right: -8rem  !important;
  }
  .lg--mb-32 {
    margin-bottom: -8rem ;
  }
  [class~="lg--mb-32"] {
    margin-bottom: -8rem ;
  }
  .lg-!-mb-32 {
    margin-bottom: -8rem  !important;
  }
  [class~="lg-!-mb-32"] {
    margin-bottom: -8rem  !important;
  }
  .lg--ml-32 {
    margin-left: -8rem ;
  }
  [class~="lg--ml-32"] {
    margin-left: -8rem ;
  }
  .lg-!-ml-32 {
    margin-left: -8rem  !important;
  }
  [class~="lg-!-ml-32"] {
    margin-left: -8rem  !important;
  }
  .lg--m-36 {
    margin: -9rem ;
  }
  [class~="lg--m-36"] {
    margin: -9rem ;
  }
  .lg-!-m-36 {
    margin: -9rem  !important;
  }
  [class~="lg-!-m-36"] {
    margin: -9rem  !important;
  }
  .lg--mx-36 {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  [class~="lg--mx-36"] {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  .lg-!-mx-36 {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  [class~="lg-!-mx-36"] {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  .lg--my-36 {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  [class~="lg--my-36"] {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  .lg-!-my-36 {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  [class~="lg-!-my-36"] {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  .lg--ms-36 {
    margin-inline-start: -9rem ;
  }
  [class~="lg--ms-36"] {
    margin-inline-start: -9rem ;
  }
  .lg-!-ms-36 {
    margin-inline-start: -9rem  !important;
  }
  [class~="lg-!-ms-36"] {
    margin-inline-start: -9rem  !important;
  }
  .lg--me-36 {
    margin-inline-end: -9rem ;
  }
  [class~="lg--me-36"] {
    margin-inline-end: -9rem ;
  }
  .lg-!-me-36 {
    margin-inline-end: -9rem  !important;
  }
  [class~="lg-!-me-36"] {
    margin-inline-end: -9rem  !important;
  }
  .lg--mt-36 {
    margin-top: -9rem ;
  }
  [class~="lg--mt-36"] {
    margin-top: -9rem ;
  }
  .lg-!-mt-36 {
    margin-top: -9rem  !important;
  }
  [class~="lg-!-mt-36"] {
    margin-top: -9rem  !important;
  }
  .lg--mr-36 {
    margin-right: -9rem ;
  }
  [class~="lg--mr-36"] {
    margin-right: -9rem ;
  }
  .lg-!-mr-36 {
    margin-right: -9rem  !important;
  }
  [class~="lg-!-mr-36"] {
    margin-right: -9rem  !important;
  }
  .lg--mb-36 {
    margin-bottom: -9rem ;
  }
  [class~="lg--mb-36"] {
    margin-bottom: -9rem ;
  }
  .lg-!-mb-36 {
    margin-bottom: -9rem  !important;
  }
  [class~="lg-!-mb-36"] {
    margin-bottom: -9rem  !important;
  }
  .lg--ml-36 {
    margin-left: -9rem ;
  }
  [class~="lg--ml-36"] {
    margin-left: -9rem ;
  }
  .lg-!-ml-36 {
    margin-left: -9rem  !important;
  }
  [class~="lg-!-ml-36"] {
    margin-left: -9rem  !important;
  }
  .lg--m-40 {
    margin: -10rem ;
  }
  [class~="lg--m-40"] {
    margin: -10rem ;
  }
  .lg-!-m-40 {
    margin: -10rem  !important;
  }
  [class~="lg-!-m-40"] {
    margin: -10rem  !important;
  }
  .lg--mx-40 {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  [class~="lg--mx-40"] {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  .lg-!-mx-40 {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  [class~="lg-!-mx-40"] {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  .lg--my-40 {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  [class~="lg--my-40"] {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  .lg-!-my-40 {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  [class~="lg-!-my-40"] {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  .lg--ms-40 {
    margin-inline-start: -10rem ;
  }
  [class~="lg--ms-40"] {
    margin-inline-start: -10rem ;
  }
  .lg-!-ms-40 {
    margin-inline-start: -10rem  !important;
  }
  [class~="lg-!-ms-40"] {
    margin-inline-start: -10rem  !important;
  }
  .lg--me-40 {
    margin-inline-end: -10rem ;
  }
  [class~="lg--me-40"] {
    margin-inline-end: -10rem ;
  }
  .lg-!-me-40 {
    margin-inline-end: -10rem  !important;
  }
  [class~="lg-!-me-40"] {
    margin-inline-end: -10rem  !important;
  }
  .lg--mt-40 {
    margin-top: -10rem ;
  }
  [class~="lg--mt-40"] {
    margin-top: -10rem ;
  }
  .lg-!-mt-40 {
    margin-top: -10rem  !important;
  }
  [class~="lg-!-mt-40"] {
    margin-top: -10rem  !important;
  }
  .lg--mr-40 {
    margin-right: -10rem ;
  }
  [class~="lg--mr-40"] {
    margin-right: -10rem ;
  }
  .lg-!-mr-40 {
    margin-right: -10rem  !important;
  }
  [class~="lg-!-mr-40"] {
    margin-right: -10rem  !important;
  }
  .lg--mb-40 {
    margin-bottom: -10rem ;
  }
  [class~="lg--mb-40"] {
    margin-bottom: -10rem ;
  }
  .lg-!-mb-40 {
    margin-bottom: -10rem  !important;
  }
  [class~="lg-!-mb-40"] {
    margin-bottom: -10rem  !important;
  }
  .lg--ml-40 {
    margin-left: -10rem ;
  }
  [class~="lg--ml-40"] {
    margin-left: -10rem ;
  }
  .lg-!-ml-40 {
    margin-left: -10rem  !important;
  }
  [class~="lg-!-ml-40"] {
    margin-left: -10rem  !important;
  }
  .lg--m-44 {
    margin: -11rem ;
  }
  [class~="lg--m-44"] {
    margin: -11rem ;
  }
  .lg-!-m-44 {
    margin: -11rem  !important;
  }
  [class~="lg-!-m-44"] {
    margin: -11rem  !important;
  }
  .lg--mx-44 {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  [class~="lg--mx-44"] {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  .lg-!-mx-44 {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  [class~="lg-!-mx-44"] {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  .lg--my-44 {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  [class~="lg--my-44"] {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  .lg-!-my-44 {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  [class~="lg-!-my-44"] {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  .lg--ms-44 {
    margin-inline-start: -11rem ;
  }
  [class~="lg--ms-44"] {
    margin-inline-start: -11rem ;
  }
  .lg-!-ms-44 {
    margin-inline-start: -11rem  !important;
  }
  [class~="lg-!-ms-44"] {
    margin-inline-start: -11rem  !important;
  }
  .lg--me-44 {
    margin-inline-end: -11rem ;
  }
  [class~="lg--me-44"] {
    margin-inline-end: -11rem ;
  }
  .lg-!-me-44 {
    margin-inline-end: -11rem  !important;
  }
  [class~="lg-!-me-44"] {
    margin-inline-end: -11rem  !important;
  }
  .lg--mt-44 {
    margin-top: -11rem ;
  }
  [class~="lg--mt-44"] {
    margin-top: -11rem ;
  }
  .lg-!-mt-44 {
    margin-top: -11rem  !important;
  }
  [class~="lg-!-mt-44"] {
    margin-top: -11rem  !important;
  }
  .lg--mr-44 {
    margin-right: -11rem ;
  }
  [class~="lg--mr-44"] {
    margin-right: -11rem ;
  }
  .lg-!-mr-44 {
    margin-right: -11rem  !important;
  }
  [class~="lg-!-mr-44"] {
    margin-right: -11rem  !important;
  }
  .lg--mb-44 {
    margin-bottom: -11rem ;
  }
  [class~="lg--mb-44"] {
    margin-bottom: -11rem ;
  }
  .lg-!-mb-44 {
    margin-bottom: -11rem  !important;
  }
  [class~="lg-!-mb-44"] {
    margin-bottom: -11rem  !important;
  }
  .lg--ml-44 {
    margin-left: -11rem ;
  }
  [class~="lg--ml-44"] {
    margin-left: -11rem ;
  }
  .lg-!-ml-44 {
    margin-left: -11rem  !important;
  }
  [class~="lg-!-ml-44"] {
    margin-left: -11rem  !important;
  }
  .lg--m-48 {
    margin: -12rem ;
  }
  [class~="lg--m-48"] {
    margin: -12rem ;
  }
  .lg-!-m-48 {
    margin: -12rem  !important;
  }
  [class~="lg-!-m-48"] {
    margin: -12rem  !important;
  }
  .lg--mx-48 {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  [class~="lg--mx-48"] {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  .lg-!-mx-48 {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  [class~="lg-!-mx-48"] {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  .lg--my-48 {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  [class~="lg--my-48"] {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  .lg-!-my-48 {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  [class~="lg-!-my-48"] {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  .lg--ms-48 {
    margin-inline-start: -12rem ;
  }
  [class~="lg--ms-48"] {
    margin-inline-start: -12rem ;
  }
  .lg-!-ms-48 {
    margin-inline-start: -12rem  !important;
  }
  [class~="lg-!-ms-48"] {
    margin-inline-start: -12rem  !important;
  }
  .lg--me-48 {
    margin-inline-end: -12rem ;
  }
  [class~="lg--me-48"] {
    margin-inline-end: -12rem ;
  }
  .lg-!-me-48 {
    margin-inline-end: -12rem  !important;
  }
  [class~="lg-!-me-48"] {
    margin-inline-end: -12rem  !important;
  }
  .lg--mt-48 {
    margin-top: -12rem ;
  }
  [class~="lg--mt-48"] {
    margin-top: -12rem ;
  }
  .lg-!-mt-48 {
    margin-top: -12rem  !important;
  }
  [class~="lg-!-mt-48"] {
    margin-top: -12rem  !important;
  }
  .lg--mr-48 {
    margin-right: -12rem ;
  }
  [class~="lg--mr-48"] {
    margin-right: -12rem ;
  }
  .lg-!-mr-48 {
    margin-right: -12rem  !important;
  }
  [class~="lg-!-mr-48"] {
    margin-right: -12rem  !important;
  }
  .lg--mb-48 {
    margin-bottom: -12rem ;
  }
  [class~="lg--mb-48"] {
    margin-bottom: -12rem ;
  }
  .lg-!-mb-48 {
    margin-bottom: -12rem  !important;
  }
  [class~="lg-!-mb-48"] {
    margin-bottom: -12rem  !important;
  }
  .lg--ml-48 {
    margin-left: -12rem ;
  }
  [class~="lg--ml-48"] {
    margin-left: -12rem ;
  }
  .lg-!-ml-48 {
    margin-left: -12rem  !important;
  }
  [class~="lg-!-ml-48"] {
    margin-left: -12rem  !important;
  }
  .lg--m-52 {
    margin: -13rem ;
  }
  [class~="lg--m-52"] {
    margin: -13rem ;
  }
  .lg-!-m-52 {
    margin: -13rem  !important;
  }
  [class~="lg-!-m-52"] {
    margin: -13rem  !important;
  }
  .lg--mx-52 {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  [class~="lg--mx-52"] {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  .lg-!-mx-52 {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  [class~="lg-!-mx-52"] {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  .lg--my-52 {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  [class~="lg--my-52"] {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  .lg-!-my-52 {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  [class~="lg-!-my-52"] {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  .lg--ms-52 {
    margin-inline-start: -13rem ;
  }
  [class~="lg--ms-52"] {
    margin-inline-start: -13rem ;
  }
  .lg-!-ms-52 {
    margin-inline-start: -13rem  !important;
  }
  [class~="lg-!-ms-52"] {
    margin-inline-start: -13rem  !important;
  }
  .lg--me-52 {
    margin-inline-end: -13rem ;
  }
  [class~="lg--me-52"] {
    margin-inline-end: -13rem ;
  }
  .lg-!-me-52 {
    margin-inline-end: -13rem  !important;
  }
  [class~="lg-!-me-52"] {
    margin-inline-end: -13rem  !important;
  }
  .lg--mt-52 {
    margin-top: -13rem ;
  }
  [class~="lg--mt-52"] {
    margin-top: -13rem ;
  }
  .lg-!-mt-52 {
    margin-top: -13rem  !important;
  }
  [class~="lg-!-mt-52"] {
    margin-top: -13rem  !important;
  }
  .lg--mr-52 {
    margin-right: -13rem ;
  }
  [class~="lg--mr-52"] {
    margin-right: -13rem ;
  }
  .lg-!-mr-52 {
    margin-right: -13rem  !important;
  }
  [class~="lg-!-mr-52"] {
    margin-right: -13rem  !important;
  }
  .lg--mb-52 {
    margin-bottom: -13rem ;
  }
  [class~="lg--mb-52"] {
    margin-bottom: -13rem ;
  }
  .lg-!-mb-52 {
    margin-bottom: -13rem  !important;
  }
  [class~="lg-!-mb-52"] {
    margin-bottom: -13rem  !important;
  }
  .lg--ml-52 {
    margin-left: -13rem ;
  }
  [class~="lg--ml-52"] {
    margin-left: -13rem ;
  }
  .lg-!-ml-52 {
    margin-left: -13rem  !important;
  }
  [class~="lg-!-ml-52"] {
    margin-left: -13rem  !important;
  }
  .lg--m-56 {
    margin: -14rem ;
  }
  [class~="lg--m-56"] {
    margin: -14rem ;
  }
  .lg-!-m-56 {
    margin: -14rem  !important;
  }
  [class~="lg-!-m-56"] {
    margin: -14rem  !important;
  }
  .lg--mx-56 {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  [class~="lg--mx-56"] {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  .lg-!-mx-56 {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  [class~="lg-!-mx-56"] {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  .lg--my-56 {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  [class~="lg--my-56"] {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  .lg-!-my-56 {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  [class~="lg-!-my-56"] {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  .lg--ms-56 {
    margin-inline-start: -14rem ;
  }
  [class~="lg--ms-56"] {
    margin-inline-start: -14rem ;
  }
  .lg-!-ms-56 {
    margin-inline-start: -14rem  !important;
  }
  [class~="lg-!-ms-56"] {
    margin-inline-start: -14rem  !important;
  }
  .lg--me-56 {
    margin-inline-end: -14rem ;
  }
  [class~="lg--me-56"] {
    margin-inline-end: -14rem ;
  }
  .lg-!-me-56 {
    margin-inline-end: -14rem  !important;
  }
  [class~="lg-!-me-56"] {
    margin-inline-end: -14rem  !important;
  }
  .lg--mt-56 {
    margin-top: -14rem ;
  }
  [class~="lg--mt-56"] {
    margin-top: -14rem ;
  }
  .lg-!-mt-56 {
    margin-top: -14rem  !important;
  }
  [class~="lg-!-mt-56"] {
    margin-top: -14rem  !important;
  }
  .lg--mr-56 {
    margin-right: -14rem ;
  }
  [class~="lg--mr-56"] {
    margin-right: -14rem ;
  }
  .lg-!-mr-56 {
    margin-right: -14rem  !important;
  }
  [class~="lg-!-mr-56"] {
    margin-right: -14rem  !important;
  }
  .lg--mb-56 {
    margin-bottom: -14rem ;
  }
  [class~="lg--mb-56"] {
    margin-bottom: -14rem ;
  }
  .lg-!-mb-56 {
    margin-bottom: -14rem  !important;
  }
  [class~="lg-!-mb-56"] {
    margin-bottom: -14rem  !important;
  }
  .lg--ml-56 {
    margin-left: -14rem ;
  }
  [class~="lg--ml-56"] {
    margin-left: -14rem ;
  }
  .lg-!-ml-56 {
    margin-left: -14rem  !important;
  }
  [class~="lg-!-ml-56"] {
    margin-left: -14rem  !important;
  }
  .lg--m-60 {
    margin: -15rem ;
  }
  [class~="lg--m-60"] {
    margin: -15rem ;
  }
  .lg-!-m-60 {
    margin: -15rem  !important;
  }
  [class~="lg-!-m-60"] {
    margin: -15rem  !important;
  }
  .lg--mx-60 {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  [class~="lg--mx-60"] {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  .lg-!-mx-60 {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  [class~="lg-!-mx-60"] {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  .lg--my-60 {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  [class~="lg--my-60"] {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  .lg-!-my-60 {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  [class~="lg-!-my-60"] {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  .lg--ms-60 {
    margin-inline-start: -15rem ;
  }
  [class~="lg--ms-60"] {
    margin-inline-start: -15rem ;
  }
  .lg-!-ms-60 {
    margin-inline-start: -15rem  !important;
  }
  [class~="lg-!-ms-60"] {
    margin-inline-start: -15rem  !important;
  }
  .lg--me-60 {
    margin-inline-end: -15rem ;
  }
  [class~="lg--me-60"] {
    margin-inline-end: -15rem ;
  }
  .lg-!-me-60 {
    margin-inline-end: -15rem  !important;
  }
  [class~="lg-!-me-60"] {
    margin-inline-end: -15rem  !important;
  }
  .lg--mt-60 {
    margin-top: -15rem ;
  }
  [class~="lg--mt-60"] {
    margin-top: -15rem ;
  }
  .lg-!-mt-60 {
    margin-top: -15rem  !important;
  }
  [class~="lg-!-mt-60"] {
    margin-top: -15rem  !important;
  }
  .lg--mr-60 {
    margin-right: -15rem ;
  }
  [class~="lg--mr-60"] {
    margin-right: -15rem ;
  }
  .lg-!-mr-60 {
    margin-right: -15rem  !important;
  }
  [class~="lg-!-mr-60"] {
    margin-right: -15rem  !important;
  }
  .lg--mb-60 {
    margin-bottom: -15rem ;
  }
  [class~="lg--mb-60"] {
    margin-bottom: -15rem ;
  }
  .lg-!-mb-60 {
    margin-bottom: -15rem  !important;
  }
  [class~="lg-!-mb-60"] {
    margin-bottom: -15rem  !important;
  }
  .lg--ml-60 {
    margin-left: -15rem ;
  }
  [class~="lg--ml-60"] {
    margin-left: -15rem ;
  }
  .lg-!-ml-60 {
    margin-left: -15rem  !important;
  }
  [class~="lg-!-ml-60"] {
    margin-left: -15rem  !important;
  }
  .lg--m-64 {
    margin: -16rem ;
  }
  [class~="lg--m-64"] {
    margin: -16rem ;
  }
  .lg-!-m-64 {
    margin: -16rem  !important;
  }
  [class~="lg-!-m-64"] {
    margin: -16rem  !important;
  }
  .lg--mx-64 {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  [class~="lg--mx-64"] {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  .lg-!-mx-64 {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  [class~="lg-!-mx-64"] {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  .lg--my-64 {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  [class~="lg--my-64"] {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  .lg-!-my-64 {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  [class~="lg-!-my-64"] {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  .lg--ms-64 {
    margin-inline-start: -16rem ;
  }
  [class~="lg--ms-64"] {
    margin-inline-start: -16rem ;
  }
  .lg-!-ms-64 {
    margin-inline-start: -16rem  !important;
  }
  [class~="lg-!-ms-64"] {
    margin-inline-start: -16rem  !important;
  }
  .lg--me-64 {
    margin-inline-end: -16rem ;
  }
  [class~="lg--me-64"] {
    margin-inline-end: -16rem ;
  }
  .lg-!-me-64 {
    margin-inline-end: -16rem  !important;
  }
  [class~="lg-!-me-64"] {
    margin-inline-end: -16rem  !important;
  }
  .lg--mt-64 {
    margin-top: -16rem ;
  }
  [class~="lg--mt-64"] {
    margin-top: -16rem ;
  }
  .lg-!-mt-64 {
    margin-top: -16rem  !important;
  }
  [class~="lg-!-mt-64"] {
    margin-top: -16rem  !important;
  }
  .lg--mr-64 {
    margin-right: -16rem ;
  }
  [class~="lg--mr-64"] {
    margin-right: -16rem ;
  }
  .lg-!-mr-64 {
    margin-right: -16rem  !important;
  }
  [class~="lg-!-mr-64"] {
    margin-right: -16rem  !important;
  }
  .lg--mb-64 {
    margin-bottom: -16rem ;
  }
  [class~="lg--mb-64"] {
    margin-bottom: -16rem ;
  }
  .lg-!-mb-64 {
    margin-bottom: -16rem  !important;
  }
  [class~="lg-!-mb-64"] {
    margin-bottom: -16rem  !important;
  }
  .lg--ml-64 {
    margin-left: -16rem ;
  }
  [class~="lg--ml-64"] {
    margin-left: -16rem ;
  }
  .lg-!-ml-64 {
    margin-left: -16rem  !important;
  }
  [class~="lg-!-ml-64"] {
    margin-left: -16rem  !important;
  }
  .lg--m-72 {
    margin: -18rem ;
  }
  [class~="lg--m-72"] {
    margin: -18rem ;
  }
  .lg-!-m-72 {
    margin: -18rem  !important;
  }
  [class~="lg-!-m-72"] {
    margin: -18rem  !important;
  }
  .lg--mx-72 {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  [class~="lg--mx-72"] {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  .lg-!-mx-72 {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  [class~="lg-!-mx-72"] {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  .lg--my-72 {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  [class~="lg--my-72"] {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  .lg-!-my-72 {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  [class~="lg-!-my-72"] {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  .lg--ms-72 {
    margin-inline-start: -18rem ;
  }
  [class~="lg--ms-72"] {
    margin-inline-start: -18rem ;
  }
  .lg-!-ms-72 {
    margin-inline-start: -18rem  !important;
  }
  [class~="lg-!-ms-72"] {
    margin-inline-start: -18rem  !important;
  }
  .lg--me-72 {
    margin-inline-end: -18rem ;
  }
  [class~="lg--me-72"] {
    margin-inline-end: -18rem ;
  }
  .lg-!-me-72 {
    margin-inline-end: -18rem  !important;
  }
  [class~="lg-!-me-72"] {
    margin-inline-end: -18rem  !important;
  }
  .lg--mt-72 {
    margin-top: -18rem ;
  }
  [class~="lg--mt-72"] {
    margin-top: -18rem ;
  }
  .lg-!-mt-72 {
    margin-top: -18rem  !important;
  }
  [class~="lg-!-mt-72"] {
    margin-top: -18rem  !important;
  }
  .lg--mr-72 {
    margin-right: -18rem ;
  }
  [class~="lg--mr-72"] {
    margin-right: -18rem ;
  }
  .lg-!-mr-72 {
    margin-right: -18rem  !important;
  }
  [class~="lg-!-mr-72"] {
    margin-right: -18rem  !important;
  }
  .lg--mb-72 {
    margin-bottom: -18rem ;
  }
  [class~="lg--mb-72"] {
    margin-bottom: -18rem ;
  }
  .lg-!-mb-72 {
    margin-bottom: -18rem  !important;
  }
  [class~="lg-!-mb-72"] {
    margin-bottom: -18rem  !important;
  }
  .lg--ml-72 {
    margin-left: -18rem ;
  }
  [class~="lg--ml-72"] {
    margin-left: -18rem ;
  }
  .lg-!-ml-72 {
    margin-left: -18rem  !important;
  }
  [class~="lg-!-ml-72"] {
    margin-left: -18rem  !important;
  }
  .lg--m-80 {
    margin: -20rem ;
  }
  [class~="lg--m-80"] {
    margin: -20rem ;
  }
  .lg-!-m-80 {
    margin: -20rem  !important;
  }
  [class~="lg-!-m-80"] {
    margin: -20rem  !important;
  }
  .lg--mx-80 {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  [class~="lg--mx-80"] {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  .lg-!-mx-80 {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  [class~="lg-!-mx-80"] {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  .lg--my-80 {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  [class~="lg--my-80"] {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  .lg-!-my-80 {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  [class~="lg-!-my-80"] {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  .lg--ms-80 {
    margin-inline-start: -20rem ;
  }
  [class~="lg--ms-80"] {
    margin-inline-start: -20rem ;
  }
  .lg-!-ms-80 {
    margin-inline-start: -20rem  !important;
  }
  [class~="lg-!-ms-80"] {
    margin-inline-start: -20rem  !important;
  }
  .lg--me-80 {
    margin-inline-end: -20rem ;
  }
  [class~="lg--me-80"] {
    margin-inline-end: -20rem ;
  }
  .lg-!-me-80 {
    margin-inline-end: -20rem  !important;
  }
  [class~="lg-!-me-80"] {
    margin-inline-end: -20rem  !important;
  }
  .lg--mt-80 {
    margin-top: -20rem ;
  }
  [class~="lg--mt-80"] {
    margin-top: -20rem ;
  }
  .lg-!-mt-80 {
    margin-top: -20rem  !important;
  }
  [class~="lg-!-mt-80"] {
    margin-top: -20rem  !important;
  }
  .lg--mr-80 {
    margin-right: -20rem ;
  }
  [class~="lg--mr-80"] {
    margin-right: -20rem ;
  }
  .lg-!-mr-80 {
    margin-right: -20rem  !important;
  }
  [class~="lg-!-mr-80"] {
    margin-right: -20rem  !important;
  }
  .lg--mb-80 {
    margin-bottom: -20rem ;
  }
  [class~="lg--mb-80"] {
    margin-bottom: -20rem ;
  }
  .lg-!-mb-80 {
    margin-bottom: -20rem  !important;
  }
  [class~="lg-!-mb-80"] {
    margin-bottom: -20rem  !important;
  }
  .lg--ml-80 {
    margin-left: -20rem ;
  }
  [class~="lg--ml-80"] {
    margin-left: -20rem ;
  }
  .lg-!-ml-80 {
    margin-left: -20rem  !important;
  }
  [class~="lg-!-ml-80"] {
    margin-left: -20rem  !important;
  }
  .lg--m-96 {
    margin: -24rem ;
  }
  [class~="lg--m-96"] {
    margin: -24rem ;
  }
  .lg-!-m-96 {
    margin: -24rem  !important;
  }
  [class~="lg-!-m-96"] {
    margin: -24rem  !important;
  }
  .lg--mx-96 {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  [class~="lg--mx-96"] {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  .lg-!-mx-96 {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  [class~="lg-!-mx-96"] {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  .lg--my-96 {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  [class~="lg--my-96"] {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  .lg-!-my-96 {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  [class~="lg-!-my-96"] {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  .lg--ms-96 {
    margin-inline-start: -24rem ;
  }
  [class~="lg--ms-96"] {
    margin-inline-start: -24rem ;
  }
  .lg-!-ms-96 {
    margin-inline-start: -24rem  !important;
  }
  [class~="lg-!-ms-96"] {
    margin-inline-start: -24rem  !important;
  }
  .lg--me-96 {
    margin-inline-end: -24rem ;
  }
  [class~="lg--me-96"] {
    margin-inline-end: -24rem ;
  }
  .lg-!-me-96 {
    margin-inline-end: -24rem  !important;
  }
  [class~="lg-!-me-96"] {
    margin-inline-end: -24rem  !important;
  }
  .lg--mt-96 {
    margin-top: -24rem ;
  }
  [class~="lg--mt-96"] {
    margin-top: -24rem ;
  }
  .lg-!-mt-96 {
    margin-top: -24rem  !important;
  }
  [class~="lg-!-mt-96"] {
    margin-top: -24rem  !important;
  }
  .lg--mr-96 {
    margin-right: -24rem ;
  }
  [class~="lg--mr-96"] {
    margin-right: -24rem ;
  }
  .lg-!-mr-96 {
    margin-right: -24rem  !important;
  }
  [class~="lg-!-mr-96"] {
    margin-right: -24rem  !important;
  }
  .lg--mb-96 {
    margin-bottom: -24rem ;
  }
  [class~="lg--mb-96"] {
    margin-bottom: -24rem ;
  }
  .lg-!-mb-96 {
    margin-bottom: -24rem  !important;
  }
  [class~="lg-!-mb-96"] {
    margin-bottom: -24rem  !important;
  }
  .lg--ml-96 {
    margin-left: -24rem ;
  }
  [class~="lg--ml-96"] {
    margin-left: -24rem ;
  }
  .lg-!-ml-96 {
    margin-left: -24rem  !important;
  }
  [class~="lg-!-ml-96"] {
    margin-left: -24rem  !important;
  }
  .lg-space-x-0 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-0"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-0 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-0"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-0 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-0"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-0 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-0"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-1 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-1"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-1 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-1"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-1 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-1"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-1 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-1"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-2 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-2"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-2 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-2"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-2 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-2"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-2 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-2"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-3 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-3"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-3 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-3"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-3 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-3"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-3 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-3"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-4 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-4"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-4 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-4"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-4 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-4"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-4 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-4"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-6 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-6"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-6 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-6"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-6 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-6"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-6 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-6"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-7 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-7"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-7 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-7"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-7 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-7"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-7 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-7"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-8 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-8"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-8 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-8"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-8 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-8"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-8 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-8"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-9 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-9"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-9 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-9"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-9 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-9"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-9 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-9"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-10 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-10"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-10 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-10"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-10 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-10"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-10 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-10"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-11 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-11"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-11 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-11"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-11 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-11"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-11 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-11"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-12 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-12"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-12 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-12"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-12 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-12"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-12 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-12"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-14 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-14"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-14 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-14"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-14 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-14"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-14 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-14"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-16 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-16"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-16 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-16"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-16 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-16"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-16 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-16"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-20 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-20"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-20 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-20"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-20 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-20"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-20 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-20"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-24 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-24"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-24 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-24"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-24 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-24"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-24 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-24"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-28 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-28"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-28 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-28"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-28 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-28"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-28 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-28"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-32 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-32"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-32 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-32"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-32 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-32"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-32 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-32"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-36 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-36"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-36 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-36"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-36 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-36"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-36 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-36"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-40 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-40"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-40 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-40"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-40 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-40"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-40 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-40"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-44 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-44"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-44 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-44"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-44 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-44"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-44 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-44"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-48 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-48"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-48 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-48"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-48 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-48"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-48 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-48"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-52 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-52"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-52 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-52"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-52 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-52"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-52 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-52"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-56 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-56"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-56 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-56"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-56 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-56"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-56 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-56"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-60 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-60"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-60 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-60"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-60 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-60"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-60 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-60"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-64 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-64"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-64 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-64"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-64 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-64"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-64 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-64"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-72 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-72"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-72 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-72"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-72 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-72"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-72 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-72"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-80 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-80"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-80 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-80"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-80 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-80"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-80 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-80"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-96 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-96"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-96 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-96"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-96 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-96"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-96 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-96"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-px > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="lg-space-x-px"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  .lg-!space-x-px > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="lg-!space-x-px"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .lg-space-y-px > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="lg-space-y-px"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  .lg-!space-y-px > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="lg-!space-y-px"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .lg-space-x-reverse > * + * {
    --tw-space-x-reverse: 1;
  }
  .lg-space-y-reverse > * + * {
    --tw-space-y-reverse: 1;
  }
  .lg-text-left {
    text-align: left;
  }
  [class~="lg-text-left"] {
    text-align: left;
  }
  .lg-!text-left {
    text-align: left !important;
  }
  [class~="lg-!text-left"] {
    text-align: left !important;
  }
  .lg-text-center {
    text-align: center;
  }
  [class~="lg-text-center"] {
    text-align: center;
  }
  .lg-!text-center {
    text-align: center !important;
  }
  [class~="lg-!text-center"] {
    text-align: center !important;
  }
  .lg-text-right {
    text-align: right;
  }
  [class~="lg-text-right"] {
    text-align: right;
  }
  .lg-!text-right {
    text-align: right !important;
  }
  [class~="lg-!text-right"] {
    text-align: right !important;
  }
  .lg-text-justify {
    text-align: justify;
  }
  [class~="lg-text-justify"] {
    text-align: justify;
  }
  .lg-!text-justify {
    text-align: justify !important;
  }
  [class~="lg-!text-justify"] {
    text-align: justify !important;
  }
  .lg-text-start {
    text-align: start;
  }
  [class~="lg-text-start"] {
    text-align: start;
  }
  .lg-!text-start {
    text-align: start !important;
  }
  [class~="lg-!text-start"] {
    text-align: start !important;
  }
  .lg-text-end {
    text-align: end;
  }
  [class~="lg-text-end"] {
    text-align: end;
  }
  .lg-!text-end {
    text-align: end !important;
  }
  [class~="lg-!text-end"] {
    text-align: end !important;
  }
  .lg-w-0 {
    width: 0px;
  }
  [class~="lg-w-0"] {
    width: 0px;
  }
  .lg-!w-0 {
    width: 0px !important;
  }
  [class~="lg-!w-0"] {
    width: 0px !important;
  }
  .lg-w-px {
    width: 1px;
  }
  [class~="lg-w-px"] {
    width: 1px;
  }
  .lg-!w-px {
    width: 1px !important;
  }
  [class~="lg-!w-px"] {
    width: 1px !important;
  }
  .lg-w-0.5 {
    width: 0.125rem;
  }
  [class~="lg-w-0.5"] {
    width: 0.125rem;
  }
  .lg-!w-0.5 {
    width: 0.125rem !important;
  }
  [class~="lg-!w-0.5"] {
    width: 0.125rem !important;
  }
  .lg-w-1 {
    width: 0.25rem;
  }
  [class~="lg-w-1"] {
    width: 0.25rem;
  }
  .lg-!w-1 {
    width: 0.25rem !important;
  }
  [class~="lg-!w-1"] {
    width: 0.25rem !important;
  }
  .lg-w-1.5 {
    width: 0.375rem;
  }
  [class~="lg-w-1.5"] {
    width: 0.375rem;
  }
  .lg-!w-1.5 {
    width: 0.375rem !important;
  }
  [class~="lg-!w-1.5"] {
    width: 0.375rem !important;
  }
  .lg-w-2 {
    width: 0.5rem;
  }
  [class~="lg-w-2"] {
    width: 0.5rem;
  }
  .lg-!w-2 {
    width: 0.5rem !important;
  }
  [class~="lg-!w-2"] {
    width: 0.5rem !important;
  }
  .lg-w-2.5 {
    width: 0.625rem;
  }
  [class~="lg-w-2.5"] {
    width: 0.625rem;
  }
  .lg-!w-2.5 {
    width: 0.625rem !important;
  }
  [class~="lg-!w-2.5"] {
    width: 0.625rem !important;
  }
  .lg-w-3 {
    width: 0.75rem;
  }
  [class~="lg-w-3"] {
    width: 0.75rem;
  }
  .lg-!w-3 {
    width: 0.75rem !important;
  }
  [class~="lg-!w-3"] {
    width: 0.75rem !important;
  }
  .lg-w-3.5 {
    width: 0.875rem;
  }
  [class~="lg-w-3.5"] {
    width: 0.875rem;
  }
  .lg-!w-3.5 {
    width: 0.875rem !important;
  }
  [class~="lg-!w-3.5"] {
    width: 0.875rem !important;
  }
  .lg-w-4 {
    width: 1rem;
  }
  [class~="lg-w-4"] {
    width: 1rem;
  }
  .lg-!w-4 {
    width: 1rem !important;
  }
  [class~="lg-!w-4"] {
    width: 1rem !important;
  }
  .lg-w-5 {
    width: 1.25rem;
  }
  [class~="lg-w-5"] {
    width: 1.25rem;
  }
  .lg-!w-5 {
    width: 1.25rem !important;
  }
  [class~="lg-!w-5"] {
    width: 1.25rem !important;
  }
  .lg-w-6 {
    width: 1.5rem;
  }
  [class~="lg-w-6"] {
    width: 1.5rem;
  }
  .lg-!w-6 {
    width: 1.5rem !important;
  }
  [class~="lg-!w-6"] {
    width: 1.5rem !important;
  }
  .lg-w-7 {
    width: 1.75rem;
  }
  [class~="lg-w-7"] {
    width: 1.75rem;
  }
  .lg-!w-7 {
    width: 1.75rem !important;
  }
  [class~="lg-!w-7"] {
    width: 1.75rem !important;
  }
  .lg-w-8 {
    width: 2rem;
  }
  [class~="lg-w-8"] {
    width: 2rem;
  }
  .lg-!w-8 {
    width: 2rem !important;
  }
  [class~="lg-!w-8"] {
    width: 2rem !important;
  }
  .lg-w-9 {
    width: 2.25rem;
  }
  [class~="lg-w-9"] {
    width: 2.25rem;
  }
  .lg-!w-9 {
    width: 2.25rem !important;
  }
  [class~="lg-!w-9"] {
    width: 2.25rem !important;
  }
  .lg-w-10 {
    width: 2.5rem;
  }
  [class~="lg-w-10"] {
    width: 2.5rem;
  }
  .lg-!w-10 {
    width: 2.5rem !important;
  }
  [class~="lg-!w-10"] {
    width: 2.5rem !important;
  }
  .lg-w-11 {
    width: 2.75rem;
  }
  [class~="lg-w-11"] {
    width: 2.75rem;
  }
  .lg-!w-11 {
    width: 2.75rem !important;
  }
  [class~="lg-!w-11"] {
    width: 2.75rem !important;
  }
  .lg-w-12 {
    width: 3rem;
  }
  [class~="lg-w-12"] {
    width: 3rem;
  }
  .lg-!w-12 {
    width: 3rem !important;
  }
  [class~="lg-!w-12"] {
    width: 3rem !important;
  }
  .lg-w-14 {
    width: 3.5rem;
  }
  [class~="lg-w-14"] {
    width: 3.5rem;
  }
  .lg-!w-14 {
    width: 3.5rem !important;
  }
  [class~="lg-!w-14"] {
    width: 3.5rem !important;
  }
  .lg-w-16 {
    width: 4rem;
  }
  [class~="lg-w-16"] {
    width: 4rem;
  }
  .lg-!w-16 {
    width: 4rem !important;
  }
  [class~="lg-!w-16"] {
    width: 4rem !important;
  }
  .lg-w-20 {
    width: 5rem;
  }
  [class~="lg-w-20"] {
    width: 5rem;
  }
  .lg-!w-20 {
    width: 5rem !important;
  }
  [class~="lg-!w-20"] {
    width: 5rem !important;
  }
  .lg-w-24 {
    width: 6rem;
  }
  [class~="lg-w-24"] {
    width: 6rem;
  }
  .lg-!w-24 {
    width: 6rem !important;
  }
  [class~="lg-!w-24"] {
    width: 6rem !important;
  }
  .lg-w-28 {
    width: 7rem;
  }
  [class~="lg-w-28"] {
    width: 7rem;
  }
  .lg-!w-28 {
    width: 7rem !important;
  }
  [class~="lg-!w-28"] {
    width: 7rem !important;
  }
  .lg-w-32 {
    width: 8rem;
  }
  [class~="lg-w-32"] {
    width: 8rem;
  }
  .lg-!w-32 {
    width: 8rem !important;
  }
  [class~="lg-!w-32"] {
    width: 8rem !important;
  }
  .lg-w-36 {
    width: 9rem;
  }
  [class~="lg-w-36"] {
    width: 9rem;
  }
  .lg-!w-36 {
    width: 9rem !important;
  }
  [class~="lg-!w-36"] {
    width: 9rem !important;
  }
  .lg-w-40 {
    width: 10rem;
  }
  [class~="lg-w-40"] {
    width: 10rem;
  }
  .lg-!w-40 {
    width: 10rem !important;
  }
  [class~="lg-!w-40"] {
    width: 10rem !important;
  }
  .lg-w-44 {
    width: 11rem;
  }
  [class~="lg-w-44"] {
    width: 11rem;
  }
  .lg-!w-44 {
    width: 11rem !important;
  }
  [class~="lg-!w-44"] {
    width: 11rem !important;
  }
  .lg-w-48 {
    width: 12rem;
  }
  [class~="lg-w-48"] {
    width: 12rem;
  }
  .lg-!w-48 {
    width: 12rem !important;
  }
  [class~="lg-!w-48"] {
    width: 12rem !important;
  }
  .lg-w-52 {
    width: 13rem;
  }
  [class~="lg-w-52"] {
    width: 13rem;
  }
  .lg-!w-52 {
    width: 13rem !important;
  }
  [class~="lg-!w-52"] {
    width: 13rem !important;
  }
  .lg-w-56 {
    width: 14rem;
  }
  [class~="lg-w-56"] {
    width: 14rem;
  }
  .lg-!w-56 {
    width: 14rem !important;
  }
  [class~="lg-!w-56"] {
    width: 14rem !important;
  }
  .lg-w-60 {
    width: 15rem;
  }
  [class~="lg-w-60"] {
    width: 15rem;
  }
  .lg-!w-60 {
    width: 15rem !important;
  }
  [class~="lg-!w-60"] {
    width: 15rem !important;
  }
  .lg-w-64 {
    width: 16rem;
  }
  [class~="lg-w-64"] {
    width: 16rem;
  }
  .lg-!w-64 {
    width: 16rem !important;
  }
  [class~="lg-!w-64"] {
    width: 16rem !important;
  }
  .lg-w-72 {
    width: 18rem;
  }
  [class~="lg-w-72"] {
    width: 18rem;
  }
  .lg-!w-72 {
    width: 18rem !important;
  }
  [class~="lg-!w-72"] {
    width: 18rem !important;
  }
  .lg-w-80 {
    width: 20rem;
  }
  [class~="lg-w-80"] {
    width: 20rem;
  }
  .lg-!w-80 {
    width: 20rem !important;
  }
  [class~="lg-!w-80"] {
    width: 20rem !important;
  }
  .lg-w-96 {
    width: 24rem;
  }
  [class~="lg-w-96"] {
    width: 24rem;
  }
  .lg-!w-96 {
    width: 24rem !important;
  }
  [class~="lg-!w-96"] {
    width: 24rem !important;
  }
  .lg-w-auto {
    width: auto;
  }
  [class~="lg-w-auto"] {
    width: auto;
  }
  .lg-!w-auto {
    width: auto !important;
  }
  [class~="lg-!w-auto"] {
    width: auto !important;
  }
  .lg-w-1/2 {
    width: 50%;
  }
  [class~="lg-w-1/2"] {
    width: 50%;
  }
  .lg-!w-1/2 {
    width: 50% !important;
  }
  [class~="lg-!w-1/2"] {
    width: 50% !important;
  }
  .lg-w-1/3 {
    width: 33.333333%;
  }
  [class~="lg-w-1/3"] {
    width: 33.333333%;
  }
  .lg-!w-1/3 {
    width: 33.333333% !important;
  }
  [class~="lg-!w-1/3"] {
    width: 33.333333% !important;
  }
  .lg-w-2/3 {
    width: 66.666667%;
  }
  [class~="lg-w-2/3"] {
    width: 66.666667%;
  }
  .lg-!w-2/3 {
    width: 66.666667% !important;
  }
  [class~="lg-!w-2/3"] {
    width: 66.666667% !important;
  }
  .lg-w-1/4 {
    width: 25%;
  }
  [class~="lg-w-1/4"] {
    width: 25%;
  }
  .lg-!w-1/4 {
    width: 25% !important;
  }
  [class~="lg-!w-1/4"] {
    width: 25% !important;
  }
  .lg-w-2/4 {
    width: 50%;
  }
  [class~="lg-w-2/4"] {
    width: 50%;
  }
  .lg-!w-2/4 {
    width: 50% !important;
  }
  [class~="lg-!w-2/4"] {
    width: 50% !important;
  }
  .lg-w-3/4 {
    width: 75%;
  }
  [class~="lg-w-3/4"] {
    width: 75%;
  }
  .lg-!w-3/4 {
    width: 75% !important;
  }
  [class~="lg-!w-3/4"] {
    width: 75% !important;
  }
  .lg-w-1/5 {
    width: 20%;
  }
  [class~="lg-w-1/5"] {
    width: 20%;
  }
  .lg-!w-1/5 {
    width: 20% !important;
  }
  [class~="lg-!w-1/5"] {
    width: 20% !important;
  }
  .lg-w-2/5 {
    width: 40%;
  }
  [class~="lg-w-2/5"] {
    width: 40%;
  }
  .lg-!w-2/5 {
    width: 40% !important;
  }
  [class~="lg-!w-2/5"] {
    width: 40% !important;
  }
  .lg-w-3/5 {
    width: 60%;
  }
  [class~="lg-w-3/5"] {
    width: 60%;
  }
  .lg-!w-3/5 {
    width: 60% !important;
  }
  [class~="lg-!w-3/5"] {
    width: 60% !important;
  }
  .lg-w-4/5 {
    width: 80%;
  }
  [class~="lg-w-4/5"] {
    width: 80%;
  }
  .lg-!w-4/5 {
    width: 80% !important;
  }
  [class~="lg-!w-4/5"] {
    width: 80% !important;
  }
  .lg-w-1/6 {
    width: 16.666667%;
  }
  [class~="lg-w-1/6"] {
    width: 16.666667%;
  }
  .lg-!w-1/6 {
    width: 16.666667% !important;
  }
  [class~="lg-!w-1/6"] {
    width: 16.666667% !important;
  }
  .lg-w-2/6 {
    width: 33.333333%;
  }
  [class~="lg-w-2/6"] {
    width: 33.333333%;
  }
  .lg-!w-2/6 {
    width: 33.333333% !important;
  }
  [class~="lg-!w-2/6"] {
    width: 33.333333% !important;
  }
  .lg-w-3/6 {
    width: 50%;
  }
  [class~="lg-w-3/6"] {
    width: 50%;
  }
  .lg-!w-3/6 {
    width: 50% !important;
  }
  [class~="lg-!w-3/6"] {
    width: 50% !important;
  }
  .lg-w-4/6 {
    width: 66.666667%;
  }
  [class~="lg-w-4/6"] {
    width: 66.666667%;
  }
  .lg-!w-4/6 {
    width: 66.666667% !important;
  }
  [class~="lg-!w-4/6"] {
    width: 66.666667% !important;
  }
  .lg-w-5/6 {
    width: 83.333333%;
  }
  [class~="lg-w-5/6"] {
    width: 83.333333%;
  }
  .lg-!w-5/6 {
    width: 83.333333% !important;
  }
  [class~="lg-!w-5/6"] {
    width: 83.333333% !important;
  }
  .lg-w-1/12 {
    width: 8.333333%;
  }
  [class~="lg-w-1/12"] {
    width: 8.333333%;
  }
  .lg-!w-1/12 {
    width: 8.333333% !important;
  }
  [class~="lg-!w-1/12"] {
    width: 8.333333% !important;
  }
  .lg-w-2/12 {
    width: 16.666667%;
  }
  [class~="lg-w-2/12"] {
    width: 16.666667%;
  }
  .lg-!w-2/12 {
    width: 16.666667% !important;
  }
  [class~="lg-!w-2/12"] {
    width: 16.666667% !important;
  }
  .lg-w-3/12 {
    width: 25%;
  }
  [class~="lg-w-3/12"] {
    width: 25%;
  }
  .lg-!w-3/12 {
    width: 25% !important;
  }
  [class~="lg-!w-3/12"] {
    width: 25% !important;
  }
  .lg-w-4/12 {
    width: 33.333333%;
  }
  [class~="lg-w-4/12"] {
    width: 33.333333%;
  }
  .lg-!w-4/12 {
    width: 33.333333% !important;
  }
  [class~="lg-!w-4/12"] {
    width: 33.333333% !important;
  }
  .lg-w-5/12 {
    width: 41.666667%;
  }
  [class~="lg-w-5/12"] {
    width: 41.666667%;
  }
  .lg-!w-5/12 {
    width: 41.666667% !important;
  }
  [class~="lg-!w-5/12"] {
    width: 41.666667% !important;
  }
  .lg-w-6/12 {
    width: 50%;
  }
  [class~="lg-w-6/12"] {
    width: 50%;
  }
  .lg-!w-6/12 {
    width: 50% !important;
  }
  [class~="lg-!w-6/12"] {
    width: 50% !important;
  }
  .lg-w-7/12 {
    width: 58.333333%;
  }
  [class~="lg-w-7/12"] {
    width: 58.333333%;
  }
  .lg-!w-7/12 {
    width: 58.333333% !important;
  }
  [class~="lg-!w-7/12"] {
    width: 58.333333% !important;
  }
  .lg-w-8/12 {
    width: 66.666667%;
  }
  [class~="lg-w-8/12"] {
    width: 66.666667%;
  }
  .lg-!w-8/12 {
    width: 66.666667% !important;
  }
  [class~="lg-!w-8/12"] {
    width: 66.666667% !important;
  }
  .lg-w-9/12 {
    width: 75%;
  }
  [class~="lg-w-9/12"] {
    width: 75%;
  }
  .lg-!w-9/12 {
    width: 75% !important;
  }
  [class~="lg-!w-9/12"] {
    width: 75% !important;
  }
  .lg-w-10/12 {
    width: 83.333333%;
  }
  [class~="lg-w-10/12"] {
    width: 83.333333%;
  }
  .lg-!w-10/12 {
    width: 83.333333% !important;
  }
  [class~="lg-!w-10/12"] {
    width: 83.333333% !important;
  }
  .lg-w-11/12 {
    width: 91.666667%;
  }
  [class~="lg-w-11/12"] {
    width: 91.666667%;
  }
  .lg-!w-11/12 {
    width: 91.666667% !important;
  }
  [class~="lg-!w-11/12"] {
    width: 91.666667% !important;
  }
  .lg-w-full {
    width: 100%;
  }
  [class~="lg-w-full"] {
    width: 100%;
  }
  .lg-!w-full {
    width: 100% !important;
  }
  [class~="lg-!w-full"] {
    width: 100% !important;
  }
  .lg-w-screen {
    width: 100vw;
  }
  [class~="lg-w-screen"] {
    width: 100vw;
  }
  .lg-!w-screen {
    width: 100vw !important;
  }
  [class~="lg-!w-screen"] {
    width: 100vw !important;
  }
  .lg-w-svw {
    width: 100svw;
  }
  [class~="lg-w-svw"] {
    width: 100svw;
  }
  .lg-!w-svw {
    width: 100svw !important;
  }
  [class~="lg-!w-svw"] {
    width: 100svw !important;
  }
  .lg-w-lvw {
    width: 100lvw;
  }
  [class~="lg-w-lvw"] {
    width: 100lvw;
  }
  .lg-!w-lvw {
    width: 100lvw !important;
  }
  [class~="lg-!w-lvw"] {
    width: 100lvw !important;
  }
  .lg-w-dvw {
    width: 100dvw;
  }
  [class~="lg-w-dvw"] {
    width: 100dvw;
  }
  .lg-!w-dvw {
    width: 100dvw !important;
  }
  [class~="lg-!w-dvw"] {
    width: 100dvw !important;
  }
  .lg-w-min {
    width: min-content;
  }
  [class~="lg-w-min"] {
    width: min-content;
  }
  .lg-!w-min {
    width: min-content !important;
  }
  [class~="lg-!w-min"] {
    width: min-content !important;
  }
  .lg-w-max {
    width: max-content;
  }
  [class~="lg-w-max"] {
    width: max-content;
  }
  .lg-!w-max {
    width: max-content !important;
  }
  [class~="lg-!w-max"] {
    width: max-content !important;
  }
  .lg-w-fit {
    width: fit-content;
  }
  [class~="lg-w-fit"] {
    width: fit-content;
  }
  .lg-!w-fit {
    width: fit-content !important;
  }
  [class~="lg-!w-fit"] {
    width: fit-content !important;
  }
  .lg-max-w-0 {
    max-width: 0px;
  }
  [class~="lg-max-w-0"] {
    max-width: 0px;
  }
  .lg-!max-w-0 {
    max-width: 0px !important;
  }
  [class~="lg-!max-w-0"] {
    max-width: 0px !important;
  }
  .lg-max-w-px {
    max-width: 1px;
  }
  [class~="lg-max-w-px"] {
    max-width: 1px;
  }
  .lg-!max-w-px {
    max-width: 1px !important;
  }
  [class~="lg-!max-w-px"] {
    max-width: 1px !important;
  }
  .lg-max-w-0\.5 {
    max-width: 0.125rem;
  }
  [class~="lg-max-w-0\.5"] {
    max-width: 0.125rem;
  }
  .lg-!max-w-0\.5 {
    max-width: 0.125rem !important;
  }
  [class~="lg-!max-w-0\.5"] {
    max-width: 0.125rem !important;
  }
  .lg-max-w-1 {
    max-width: 0.25rem;
  }
  [class~="lg-max-w-1"] {
    max-width: 0.25rem;
  }
  .lg-!max-w-1 {
    max-width: 0.25rem !important;
  }
  [class~="lg-!max-w-1"] {
    max-width: 0.25rem !important;
  }
  .lg-max-w-1\.5 {
    max-width: 0.375rem;
  }
  [class~="lg-max-w-1\.5"] {
    max-width: 0.375rem;
  }
  .lg-!max-w-1\.5 {
    max-width: 0.375rem !important;
  }
  [class~="lg-!max-w-1\.5"] {
    max-width: 0.375rem !important;
  }
  .lg-max-w-2 {
    max-width: 0.5rem;
  }
  [class~="lg-max-w-2"] {
    max-width: 0.5rem;
  }
  .lg-!max-w-2 {
    max-width: 0.5rem !important;
  }
  [class~="lg-!max-w-2"] {
    max-width: 0.5rem !important;
  }
  .lg-max-w-2\.5 {
    max-width: 0.625rem;
  }
  [class~="lg-max-w-2\.5"] {
    max-width: 0.625rem;
  }
  .lg-!max-w-2\.5 {
    max-width: 0.625rem !important;
  }
  [class~="lg-!max-w-2\.5"] {
    max-width: 0.625rem !important;
  }
  .lg-max-w-3 {
    max-width: 0.75rem;
  }
  [class~="lg-max-w-3"] {
    max-width: 0.75rem;
  }
  .lg-!max-w-3 {
    max-width: 0.75rem !important;
  }
  [class~="lg-!max-w-3"] {
    max-width: 0.75rem !important;
  }
  .lg-max-w-3\.5 {
    max-width: 0.875rem;
  }
  [class~="lg-max-w-3\.5"] {
    max-width: 0.875rem;
  }
  .lg-!max-w-3\.5 {
    max-width: 0.875rem !important;
  }
  [class~="lg-!max-w-3\.5"] {
    max-width: 0.875rem !important;
  }
  .lg-max-w-4 {
    max-width: 1rem;
  }
  [class~="lg-max-w-4"] {
    max-width: 1rem;
  }
  .lg-!max-w-4 {
    max-width: 1rem !important;
  }
  [class~="lg-!max-w-4"] {
    max-width: 1rem !important;
  }
  .lg-max-w-5 {
    max-width: 1.25rem;
  }
  [class~="lg-max-w-5"] {
    max-width: 1.25rem;
  }
  .lg-!max-w-5 {
    max-width: 1.25rem !important;
  }
  [class~="lg-!max-w-5"] {
    max-width: 1.25rem !important;
  }
  .lg-max-w-6 {
    max-width: 1.5rem;
  }
  [class~="lg-max-w-6"] {
    max-width: 1.5rem;
  }
  .lg-!max-w-6 {
    max-width: 1.5rem !important;
  }
  [class~="lg-!max-w-6"] {
    max-width: 1.5rem !important;
  }
  .lg-max-w-7 {
    max-width: 1.75rem;
  }
  [class~="lg-max-w-7"] {
    max-width: 1.75rem;
  }
  .lg-!max-w-7 {
    max-width: 1.75rem !important;
  }
  [class~="lg-!max-w-7"] {
    max-width: 1.75rem !important;
  }
  .lg-max-w-8 {
    max-width: 2rem;
  }
  [class~="lg-max-w-8"] {
    max-width: 2rem;
  }
  .lg-!max-w-8 {
    max-width: 2rem !important;
  }
  [class~="lg-!max-w-8"] {
    max-width: 2rem !important;
  }
  .lg-max-w-9 {
    max-width: 2.25rem;
  }
  [class~="lg-max-w-9"] {
    max-width: 2.25rem;
  }
  .lg-!max-w-9 {
    max-width: 2.25rem !important;
  }
  [class~="lg-!max-w-9"] {
    max-width: 2.25rem !important;
  }
  .lg-max-w-10 {
    max-width: 2.5rem;
  }
  [class~="lg-max-w-10"] {
    max-width: 2.5rem;
  }
  .lg-!max-w-10 {
    max-width: 2.5rem !important;
  }
  [class~="lg-!max-w-10"] {
    max-width: 2.5rem !important;
  }
  .lg-max-w-11 {
    max-width: 2.75rem;
  }
  [class~="lg-max-w-11"] {
    max-width: 2.75rem;
  }
  .lg-!max-w-11 {
    max-width: 2.75rem !important;
  }
  [class~="lg-!max-w-11"] {
    max-width: 2.75rem !important;
  }
  .lg-max-w-12 {
    max-width: 3rem;
  }
  [class~="lg-max-w-12"] {
    max-width: 3rem;
  }
  .lg-!max-w-12 {
    max-width: 3rem !important;
  }
  [class~="lg-!max-w-12"] {
    max-width: 3rem !important;
  }
  .lg-max-w-14 {
    max-width: 3.5rem;
  }
  [class~="lg-max-w-14"] {
    max-width: 3.5rem;
  }
  .lg-!max-w-14 {
    max-width: 3.5rem !important;
  }
  [class~="lg-!max-w-14"] {
    max-width: 3.5rem !important;
  }
  .lg-max-w-16 {
    max-width: 4rem;
  }
  [class~="lg-max-w-16"] {
    max-width: 4rem;
  }
  .lg-!max-w-16 {
    max-width: 4rem !important;
  }
  [class~="lg-!max-w-16"] {
    max-width: 4rem !important;
  }
  .lg-max-w-20 {
    max-width: 5rem;
  }
  [class~="lg-max-w-20"] {
    max-width: 5rem;
  }
  .lg-!max-w-20 {
    max-width: 5rem !important;
  }
  [class~="lg-!max-w-20"] {
    max-width: 5rem !important;
  }
  .lg-max-w-24 {
    max-width: 6rem;
  }
  [class~="lg-max-w-24"] {
    max-width: 6rem;
  }
  .lg-!max-w-24 {
    max-width: 6rem !important;
  }
  [class~="lg-!max-w-24"] {
    max-width: 6rem !important;
  }
  .lg-max-w-28 {
    max-width: 7rem;
  }
  [class~="lg-max-w-28"] {
    max-width: 7rem;
  }
  .lg-!max-w-28 {
    max-width: 7rem !important;
  }
  [class~="lg-!max-w-28"] {
    max-width: 7rem !important;
  }
  .lg-max-w-32 {
    max-width: 8rem;
  }
  [class~="lg-max-w-32"] {
    max-width: 8rem;
  }
  .lg-!max-w-32 {
    max-width: 8rem !important;
  }
  [class~="lg-!max-w-32"] {
    max-width: 8rem !important;
  }
  .lg-max-w-36 {
    max-width: 9rem;
  }
  [class~="lg-max-w-36"] {
    max-width: 9rem;
  }
  .lg-!max-w-36 {
    max-width: 9rem !important;
  }
  [class~="lg-!max-w-36"] {
    max-width: 9rem !important;
  }
  .lg-max-w-40 {
    max-width: 10rem;
  }
  [class~="lg-max-w-40"] {
    max-width: 10rem;
  }
  .lg-!max-w-40 {
    max-width: 10rem !important;
  }
  [class~="lg-!max-w-40"] {
    max-width: 10rem !important;
  }
  .lg-max-w-44 {
    max-width: 11rem;
  }
  [class~="lg-max-w-44"] {
    max-width: 11rem;
  }
  .lg-!max-w-44 {
    max-width: 11rem !important;
  }
  [class~="lg-!max-w-44"] {
    max-width: 11rem !important;
  }
  .lg-max-w-48 {
    max-width: 12rem;
  }
  [class~="lg-max-w-48"] {
    max-width: 12rem;
  }
  .lg-!max-w-48 {
    max-width: 12rem !important;
  }
  [class~="lg-!max-w-48"] {
    max-width: 12rem !important;
  }
  .lg-max-w-52 {
    max-width: 13rem;
  }
  [class~="lg-max-w-52"] {
    max-width: 13rem;
  }
  .lg-!max-w-52 {
    max-width: 13rem !important;
  }
  [class~="lg-!max-w-52"] {
    max-width: 13rem !important;
  }
  .lg-max-w-56 {
    max-width: 14rem;
  }
  [class~="lg-max-w-56"] {
    max-width: 14rem;
  }
  .lg-!max-w-56 {
    max-width: 14rem !important;
  }
  [class~="lg-!max-w-56"] {
    max-width: 14rem !important;
  }
  .lg-max-w-60 {
    max-width: 15rem;
  }
  [class~="lg-max-w-60"] {
    max-width: 15rem;
  }
  .lg-!max-w-60 {
    max-width: 15rem !important;
  }
  [class~="lg-!max-w-60"] {
    max-width: 15rem !important;
  }
  .lg-max-w-64 {
    max-width: 16rem;
  }
  [class~="lg-max-w-64"] {
    max-width: 16rem;
  }
  .lg-!max-w-64 {
    max-width: 16rem !important;
  }
  [class~="lg-!max-w-64"] {
    max-width: 16rem !important;
  }
  .lg-max-w-72 {
    max-width: 18rem;
  }
  [class~="lg-max-w-72"] {
    max-width: 18rem;
  }
  .lg-!max-w-72 {
    max-width: 18rem !important;
  }
  [class~="lg-!max-w-72"] {
    max-width: 18rem !important;
  }
  .lg-max-w-80 {
    max-width: 20rem;
  }
  [class~="lg-max-w-80"] {
    max-width: 20rem;
  }
  .lg-!max-w-80 {
    max-width: 20rem !important;
  }
  [class~="lg-!max-w-80"] {
    max-width: 20rem !important;
  }
  .lg-max-w-96 {
    max-width: 24rem;
  }
  [class~="lg-max-w-96"] {
    max-width: 24rem;
  }
  .lg-!max-w-96 {
    max-width: 24rem !important;
  }
  [class~="lg-!max-w-96"] {
    max-width: 24rem !important;
  }
  .lg-max-w-none {
    max-width: none;
  }
  [class~="lg-max-w-none"] {
    max-width: none;
  }
  .lg-!max-w-none {
    max-width: none !important;
  }
  [class~="lg-!max-w-none"] {
    max-width: none !important;
  }
  .lg-max-w-xs {
    max-width: 20rem;
  }
  [class~="lg-max-w-xs"] {
    max-width: 20rem;
  }
  .lg-!max-w-xs {
    max-width: 20rem !important;
  }
  [class~="lg-!max-w-xs"] {
    max-width: 20rem !important;
  }
  .lg-max-w-sm {
    max-width: 24rem;
  }
  [class~="lg-max-w-sm"] {
    max-width: 24rem;
  }
  .lg-!max-w-sm {
    max-width: 24rem !important;
  }
  [class~="lg-!max-w-sm"] {
    max-width: 24rem !important;
  }
  .lg-max-w-md {
    max-width: 28rem;
  }
  [class~="lg-max-w-md"] {
    max-width: 28rem;
  }
  .lg-!max-w-md {
    max-width: 28rem !important;
  }
  [class~="lg-!max-w-md"] {
    max-width: 28rem !important;
  }
  .lg-max-w-lg {
    max-width: 32rem;
  }
  [class~="lg-max-w-lg"] {
    max-width: 32rem;
  }
  .lg-!max-w-lg {
    max-width: 32rem !important;
  }
  [class~="lg-!max-w-lg"] {
    max-width: 32rem !important;
  }
  .lg-max-w-xl {
    max-width: 36rem;
  }
  [class~="lg-max-w-xl"] {
    max-width: 36rem;
  }
  .lg-!max-w-xl {
    max-width: 36rem !important;
  }
  [class~="lg-!max-w-xl"] {
    max-width: 36rem !important;
  }
  .lg-max-w-2xl {
    max-width: 42rem;
  }
  [class~="lg-max-w-2xl"] {
    max-width: 42rem;
  }
  .lg-!max-w-2xl {
    max-width: 42rem !important;
  }
  [class~="lg-!max-w-2xl"] {
    max-width: 42rem !important;
  }
  .lg-max-w-3xl {
    max-width: 48rem;
  }
  [class~="lg-max-w-3xl"] {
    max-width: 48rem;
  }
  .lg-!max-w-3xl {
    max-width: 48rem !important;
  }
  [class~="lg-!max-w-3xl"] {
    max-width: 48rem !important;
  }
  .lg-max-w-4xl {
    max-width: 56rem;
  }
  [class~="lg-max-w-4xl"] {
    max-width: 56rem;
  }
  .lg-!max-w-4xl {
    max-width: 56rem !important;
  }
  [class~="lg-!max-w-4xl"] {
    max-width: 56rem !important;
  }
  .lg-max-w-5xl {
    max-width: 64rem;
  }
  [class~="lg-max-w-5xl"] {
    max-width: 64rem;
  }
  .lg-!max-w-5xl {
    max-width: 64rem !important;
  }
  [class~="lg-!max-w-5xl"] {
    max-width: 64rem !important;
  }
  .lg-max-w-6xl {
    max-width: 72rem;
  }
  [class~="lg-max-w-6xl"] {
    max-width: 72rem;
  }
  .lg-!max-w-6xl {
    max-width: 72rem !important;
  }
  [class~="lg-!max-w-6xl"] {
    max-width: 72rem !important;
  }
  .lg-max-w-7xl {
    max-width: 80rem;
  }
  [class~="lg-max-w-7xl"] {
    max-width: 80rem;
  }
  .lg-!max-w-7xl {
    max-width: 80rem !important;
  }
  [class~="lg-!max-w-7xl"] {
    max-width: 80rem !important;
  }
  .lg-max-w-full {
    max-width: 100%;
  }
  [class~="lg-max-w-full"] {
    max-width: 100%;
  }
  .lg-!max-w-full {
    max-width: 100% !important;
  }
  [class~="lg-!max-w-full"] {
    max-width: 100% !important;
  }
  .lg-max-w-min {
    max-width: min-content;
  }
  [class~="lg-max-w-min"] {
    max-width: min-content;
  }
  .lg-!max-w-min {
    max-width: min-content !important;
  }
  [class~="lg-!max-w-min"] {
    max-width: min-content !important;
  }
  .lg-max-w-max {
    max-width: max-content;
  }
  [class~="lg-max-w-max"] {
    max-width: max-content;
  }
  .lg-!max-w-max {
    max-width: max-content !important;
  }
  [class~="lg-!max-w-max"] {
    max-width: max-content !important;
  }
  .lg-max-w-fit {
    max-width: fit-content;
  }
  [class~="lg-max-w-fit"] {
    max-width: fit-content;
  }
  .lg-!max-w-fit {
    max-width: fit-content !important;
  }
  [class~="lg-!max-w-fit"] {
    max-width: fit-content !important;
  }
  .lg-max-w-prose {
    max-width: 65ch;
  }
  [class~="lg-max-w-prose"] {
    max-width: 65ch;
  }
  .lg-!max-w-prose {
    max-width: 65ch !important;
  }
  [class~="lg-!max-w-prose"] {
    max-width: 65ch !important;
  }
  .lg-max-w-screen-sm {
    max-width: 640px;
  }
  [class~="lg-max-w-screen-sm"] {
    max-width: 640px;
  }
  .lg-!max-w-screen-sm {
    max-width: 640px !important;
  }
  [class~="lg-!max-w-screen-sm"] {
    max-width: 640px !important;
  }
  .lg-max-w-screen-md {
    max-width: 768px;
  }
  [class~="lg-max-w-screen-md"] {
    max-width: 768px;
  }
  .lg-!max-w-screen-md {
    max-width: 768px !important;
  }
  [class~="lg-!max-w-screen-md"] {
    max-width: 768px !important;
  }
  .lg-max-w-screen-lg {
    max-width: 1024px;
  }
  [class~="lg-max-w-screen-lg"] {
    max-width: 1024px;
  }
  .lg-!max-w-screen-lg {
    max-width: 1024px !important;
  }
  [class~="lg-!max-w-screen-lg"] {
    max-width: 1024px !important;
  }
  .lg-max-w-screen-xl {
    max-width: 1280px;
  }
  [class~="lg-max-w-screen-xl"] {
    max-width: 1280px;
  }
  .lg-!max-w-screen-xl {
    max-width: 1280px !important;
  }
  [class~="lg-!max-w-screen-xl"] {
    max-width: 1280px !important;
  }
  .lg-max-w-screen-2xl {
    max-width: 1536px;
  }
  [class~="lg-max-w-screen-2xl"] {
    max-width: 1536px;
  }
  .lg-!max-w-screen-2xl {
    max-width: 1536px !important;
  }
  [class~="lg-!max-w-screen-2xl"] {
    max-width: 1536px !important;
  }
  .lg-min-h-0 {
    min-height: 0px;
  }
  [class~="lg-min-h-0"] {
    min-height: 0px;
  }
  .lg-!min-h-0 {
    min-height: 0px !important;
  }
  [class~="lg-!min-h-0"] {
    min-height: 0px !important;
  }
  .lg-min-h-px {
    min-height: 1px;
  }
  [class~="lg-min-h-px"] {
    min-height: 1px;
  }
  .lg-!min-h-px {
    min-height: 1px !important;
  }
  [class~="lg-!min-h-px"] {
    min-height: 1px !important;
  }
  .lg-min-h-0.5 {
    min-height: 0.125rem;
  }
  [class~="lg-min-h-0.5"] {
    min-height: 0.125rem;
  }
  .lg-!min-h-0.5 {
    min-height: 0.125rem !important;
  }
  [class~="lg-!min-h-0.5"] {
    min-height: 0.125rem !important;
  }
  .lg-min-h-1 {
    min-height: 0.25rem;
  }
  [class~="lg-min-h-1"] {
    min-height: 0.25rem;
  }
  .lg-!min-h-1 {
    min-height: 0.25rem !important;
  }
  [class~="lg-!min-h-1"] {
    min-height: 0.25rem !important;
  }
  .lg-min-h-1.5 {
    min-height: 0.375rem;
  }
  [class~="lg-min-h-1.5"] {
    min-height: 0.375rem;
  }
  .lg-!min-h-1.5 {
    min-height: 0.375rem !important;
  }
  [class~="lg-!min-h-1.5"] {
    min-height: 0.375rem !important;
  }
  .lg-min-h-2 {
    min-height: 0.5rem;
  }
  [class~="lg-min-h-2"] {
    min-height: 0.5rem;
  }
  .lg-!min-h-2 {
    min-height: 0.5rem !important;
  }
  [class~="lg-!min-h-2"] {
    min-height: 0.5rem !important;
  }
  .lg-min-h-2.5 {
    min-height: 0.625rem;
  }
  [class~="lg-min-h-2.5"] {
    min-height: 0.625rem;
  }
  .lg-!min-h-2.5 {
    min-height: 0.625rem !important;
  }
  [class~="lg-!min-h-2.5"] {
    min-height: 0.625rem !important;
  }
  .lg-min-h-3 {
    min-height: 0.75rem;
  }
  [class~="lg-min-h-3"] {
    min-height: 0.75rem;
  }
  .lg-!min-h-3 {
    min-height: 0.75rem !important;
  }
  [class~="lg-!min-h-3"] {
    min-height: 0.75rem !important;
  }
  .lg-min-h-3.5 {
    min-height: 0.875rem;
  }
  [class~="lg-min-h-3.5"] {
    min-height: 0.875rem;
  }
  .lg-!min-h-3.5 {
    min-height: 0.875rem !important;
  }
  [class~="lg-!min-h-3.5"] {
    min-height: 0.875rem !important;
  }
  .lg-min-h-4 {
    min-height: 1rem;
  }
  [class~="lg-min-h-4"] {
    min-height: 1rem;
  }
  .lg-!min-h-4 {
    min-height: 1rem !important;
  }
  [class~="lg-!min-h-4"] {
    min-height: 1rem !important;
  }
  .lg-min-h-5 {
    min-height: 1.25rem;
  }
  [class~="lg-min-h-5"] {
    min-height: 1.25rem;
  }
  .lg-!min-h-5 {
    min-height: 1.25rem !important;
  }
  [class~="lg-!min-h-5"] {
    min-height: 1.25rem !important;
  }
  .lg-min-h-6 {
    min-height: 1.5rem;
  }
  [class~="lg-min-h-6"] {
    min-height: 1.5rem;
  }
  .lg-!min-h-6 {
    min-height: 1.5rem !important;
  }
  [class~="lg-!min-h-6"] {
    min-height: 1.5rem !important;
  }
  .lg-min-h-7 {
    min-height: 1.75rem;
  }
  [class~="lg-min-h-7"] {
    min-height: 1.75rem;
  }
  .lg-!min-h-7 {
    min-height: 1.75rem !important;
  }
  [class~="lg-!min-h-7"] {
    min-height: 1.75rem !important;
  }
  .lg-min-h-8 {
    min-height: 2rem;
  }
  [class~="lg-min-h-8"] {
    min-height: 2rem;
  }
  .lg-!min-h-8 {
    min-height: 2rem !important;
  }
  [class~="lg-!min-h-8"] {
    min-height: 2rem !important;
  }
  .lg-min-h-9 {
    min-height: 2.25rem;
  }
  [class~="lg-min-h-9"] {
    min-height: 2.25rem;
  }
  .lg-!min-h-9 {
    min-height: 2.25rem !important;
  }
  [class~="lg-!min-h-9"] {
    min-height: 2.25rem !important;
  }
  .lg-min-h-10 {
    min-height: 2.5rem;
  }
  [class~="lg-min-h-10"] {
    min-height: 2.5rem;
  }
  .lg-!min-h-10 {
    min-height: 2.5rem !important;
  }
  [class~="lg-!min-h-10"] {
    min-height: 2.5rem !important;
  }
  .lg-min-h-11 {
    min-height: 2.75rem;
  }
  [class~="lg-min-h-11"] {
    min-height: 2.75rem;
  }
  .lg-!min-h-11 {
    min-height: 2.75rem !important;
  }
  [class~="lg-!min-h-11"] {
    min-height: 2.75rem !important;
  }
  .lg-min-h-12 {
    min-height: 3rem;
  }
  [class~="lg-min-h-12"] {
    min-height: 3rem;
  }
  .lg-!min-h-12 {
    min-height: 3rem !important;
  }
  [class~="lg-!min-h-12"] {
    min-height: 3rem !important;
  }
  .lg-min-h-14 {
    min-height: 3.5rem;
  }
  [class~="lg-min-h-14"] {
    min-height: 3.5rem;
  }
  .lg-!min-h-14 {
    min-height: 3.5rem !important;
  }
  [class~="lg-!min-h-14"] {
    min-height: 3.5rem !important;
  }
  .lg-min-h-16 {
    min-height: 4rem;
  }
  [class~="lg-min-h-16"] {
    min-height: 4rem;
  }
  .lg-!min-h-16 {
    min-height: 4rem !important;
  }
  [class~="lg-!min-h-16"] {
    min-height: 4rem !important;
  }
  .lg-min-h-20 {
    min-height: 5rem;
  }
  [class~="lg-min-h-20"] {
    min-height: 5rem;
  }
  .lg-!min-h-20 {
    min-height: 5rem !important;
  }
  [class~="lg-!min-h-20"] {
    min-height: 5rem !important;
  }
  .lg-min-h-24 {
    min-height: 6rem;
  }
  [class~="lg-min-h-24"] {
    min-height: 6rem;
  }
  .lg-!min-h-24 {
    min-height: 6rem !important;
  }
  [class~="lg-!min-h-24"] {
    min-height: 6rem !important;
  }
  .lg-min-h-28 {
    min-height: 7rem;
  }
  [class~="lg-min-h-28"] {
    min-height: 7rem;
  }
  .lg-!min-h-28 {
    min-height: 7rem !important;
  }
  [class~="lg-!min-h-28"] {
    min-height: 7rem !important;
  }
  .lg-min-h-32 {
    min-height: 8rem;
  }
  [class~="lg-min-h-32"] {
    min-height: 8rem;
  }
  .lg-!min-h-32 {
    min-height: 8rem !important;
  }
  [class~="lg-!min-h-32"] {
    min-height: 8rem !important;
  }
  .lg-min-h-36 {
    min-height: 9rem;
  }
  [class~="lg-min-h-36"] {
    min-height: 9rem;
  }
  .lg-!min-h-36 {
    min-height: 9rem !important;
  }
  [class~="lg-!min-h-36"] {
    min-height: 9rem !important;
  }
  .lg-min-h-40 {
    min-height: 10rem;
  }
  [class~="lg-min-h-40"] {
    min-height: 10rem;
  }
  .lg-!min-h-40 {
    min-height: 10rem !important;
  }
  [class~="lg-!min-h-40"] {
    min-height: 10rem !important;
  }
  .lg-min-h-44 {
    min-height: 11rem;
  }
  [class~="lg-min-h-44"] {
    min-height: 11rem;
  }
  .lg-!min-h-44 {
    min-height: 11rem !important;
  }
  [class~="lg-!min-h-44"] {
    min-height: 11rem !important;
  }
  .lg-min-h-48 {
    min-height: 12rem;
  }
  [class~="lg-min-h-48"] {
    min-height: 12rem;
  }
  .lg-!min-h-48 {
    min-height: 12rem !important;
  }
  [class~="lg-!min-h-48"] {
    min-height: 12rem !important;
  }
  .lg-min-h-52 {
    min-height: 13rem;
  }
  [class~="lg-min-h-52"] {
    min-height: 13rem;
  }
  .lg-!min-h-52 {
    min-height: 13rem !important;
  }
  [class~="lg-!min-h-52"] {
    min-height: 13rem !important;
  }
  .lg-min-h-56 {
    min-height: 14rem;
  }
  [class~="lg-min-h-56"] {
    min-height: 14rem;
  }
  .lg-!min-h-56 {
    min-height: 14rem !important;
  }
  [class~="lg-!min-h-56"] {
    min-height: 14rem !important;
  }
  .lg-min-h-60 {
    min-height: 15rem;
  }
  [class~="lg-min-h-60"] {
    min-height: 15rem;
  }
  .lg-!min-h-60 {
    min-height: 15rem !important;
  }
  [class~="lg-!min-h-60"] {
    min-height: 15rem !important;
  }
  .lg-min-h-64 {
    min-height: 16rem;
  }
  [class~="lg-min-h-64"] {
    min-height: 16rem;
  }
  .lg-!min-h-64 {
    min-height: 16rem !important;
  }
  [class~="lg-!min-h-64"] {
    min-height: 16rem !important;
  }
  .lg-min-h-72 {
    min-height: 18rem;
  }
  [class~="lg-min-h-72"] {
    min-height: 18rem;
  }
  .lg-!min-h-72 {
    min-height: 18rem !important;
  }
  [class~="lg-!min-h-72"] {
    min-height: 18rem !important;
  }
  .lg-min-h-80 {
    min-height: 20rem;
  }
  [class~="lg-min-h-80"] {
    min-height: 20rem;
  }
  .lg-!min-h-80 {
    min-height: 20rem !important;
  }
  [class~="lg-!min-h-80"] {
    min-height: 20rem !important;
  }
  .lg-min-h-96 {
    min-height: 24rem;
  }
  [class~="lg-min-h-96"] {
    min-height: 24rem;
  }
  .lg-!min-h-96 {
    min-height: 24rem !important;
  }
  [class~="lg-!min-h-96"] {
    min-height: 24rem !important;
  }
  .lg-min-h-full {
    min-height: 100%;
  }
  [class~="lg-min-h-full"] {
    min-height: 100%;
  }
  .lg-!min-h-full {
    min-height: 100% !important;
  }
  [class~="lg-!min-h-full"] {
    min-height: 100% !important;
  }
  .lg-min-h-screen {
    min-height: 100vh;
  }
  [class~="lg-min-h-screen"] {
    min-height: 100vh;
  }
  .lg-!min-h-screen {
    min-height: 100vh !important;
  }
  [class~="lg-!min-h-screen"] {
    min-height: 100vh !important;
  }
  .lg-min-h-svh {
    min-height: 100svh;
  }
  [class~="lg-min-h-svh"] {
    min-height: 100svh;
  }
  .lg-!min-h-svh {
    min-height: 100svh !important;
  }
  [class~="lg-!min-h-svh"] {
    min-height: 100svh !important;
  }
  .lg-min-h-lvh {
    min-height: 100lvh;
  }
  [class~="lg-min-h-lvh"] {
    min-height: 100lvh;
  }
  .lg-!min-h-lvh {
    min-height: 100lvh !important;
  }
  [class~="lg-!min-h-lvh"] {
    min-height: 100lvh !important;
  }
  .lg-min-h-dvh {
    min-height: 100dvh;
  }
  [class~="lg-min-h-dvh"] {
    min-height: 100dvh;
  }
  .lg-!min-h-dvh {
    min-height: 100dvh !important;
  }
  [class~="lg-!min-h-dvh"] {
    min-height: 100dvh !important;
  }
  .lg-min-h-min {
    min-height: min-content;
  }
  [class~="lg-min-h-min"] {
    min-height: min-content;
  }
  .lg-!min-h-min {
    min-height: min-content !important;
  }
  [class~="lg-!min-h-min"] {
    min-height: min-content !important;
  }
  .lg-min-h-max {
    min-height: max-content;
  }
  [class~="lg-min-h-max"] {
    min-height: max-content;
  }
  .lg-!min-h-max {
    min-height: max-content !important;
  }
  [class~="lg-!min-h-max"] {
    min-height: max-content !important;
  }
  .lg-min-h-fit {
    min-height: fit-content;
  }
  [class~="lg-min-h-fit"] {
    min-height: fit-content;
  }
  .lg-!min-h-fit {
    min-height: fit-content !important;
  }
  [class~="lg-!min-h-fit"] {
    min-height: fit-content !important;
  }
  .hidden-md {
    display: block !important;
  }
  .d3_USP-block-wrapper .d3-bordered .pagebuilder-column-line .pagebuilder-column {
    flex: unset;
  }
  .d3_USP-block-wrapper .d3-bordered .pagebuilder-column-line .pagebuilder-column:last-child {
    display: flex !important;
  }
  .amblog-recent .glide__track {
    overflow: visible;
  }
  .catalog-category-view .page-wrapper #maincontent .columns {
    padding: 32px !important;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .column.main {
    grid-column: span 9 / span 9 !important;
  }
  .catalog-category-view .page-wrapper #maincontent .columns .sidebar {
    grid-column: span 3 / span 3 !important;
    grid-column-start: 1 !important;
  }
  .cms-home .columns #home-page-hero .container {
    max-height: 540px;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form:not(.-amcaret-active) .price-addto-wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form:not(.-amcaret-active) .price-addto-wrapper .product-info-price {
    width: 46%;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form:not(.-amcaret-active) .price-addto-wrapper .product-info-price .price-box.price-final_price .normal-price-wrapper,
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form:not(.-amcaret-active) .price-addto-wrapper .product-info-price .price-box.price-final_price .special-price-wrapper {
    justify-content: start;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form:not(.-amcaret-active) .price-addto-wrapper .product-item-actions {
    width: 50%;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form.-amcaret-active .amcaret-product-name {
    font-size: 2.8rem;
    font-family: 'Dirty Headline';
    text-transform: uppercase;
    font-weight: normal;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form.-amcaret-active .price-addto-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container {
    flex-direction: row;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-title {
    font-size: 18px !important;
    color: #000000;
    text-transform: uppercase;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-price-container .amcard-label-block.-price {
    background-color: white;
    border: 2px solid;
    border-radius: 0;
    width: calc(50% - 10px);
    text-align: center;
    padding: 10px;
    justify-content: center;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-price-container .amcard-label-block.-price:hover {
    border: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-field-block .amcard-field {
    border-radius: 0;
    border: 2px solid;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-field-block .amcard-button {
    background-color: black;
    border: 2px solid black;
    color: white;
    font-family: 'Dirty Headline';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amcard-general-container .amcard-form-container .amcard-flex-container .amcard-field-block .amcard-button:hover {
    color: #ffffff;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amtheme-add-form-bottom .amgiftcard-price-multiple {
    display: flex;
    gap: 5px;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amtheme-add-form-bottom .amgiftcard-price-multiple p.price-from .price-container span,
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amtheme-add-form-bottom .amgiftcard-price-multiple p.price-to .price-container span {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #000000;
    text-transform: lowercase;
  }
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amtheme-add-form-bottom .amgiftcard-price-multiple p.price-from .price-container span:before,
  .catalog-product-view main#maincontent .amtheme-product-wrap .amtheme-product-info .product-info-main .product-add-form .amtheme-form-cart .amtheme-add-form-bottom .amgiftcard-price-multiple p.price-to .price-container span:before {
    display: none;
  }
  .amtheme-custom-footer .amtheme-newsletter-block.amtheme-subscribe .amtheme-content {
    flex-basis: 80%;
  }
  .amtheme-custom-footer.-three-columns .newsletter {
    flex-direction: row;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .amtheme-label {
    margin-bottom: 0;
  }
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin-inline-start: 15px;
    width: auto;
  }
  .payment-method-braintree .field.choice.-save .field-tooltip-content {
    left: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .product-item-description {
    margin-right: 40px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 6.67px);
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 7.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(3n + 1) {
    margin-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item,
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item {
    max-width: calc(33.33% - 6.67px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.page-with-filter:not(.-filter-inactive) .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n),
  .page-layout-3columns.page-with-filter.-filter-active .products-grid .items:not(.-col-xl-2) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item {
    max-width: calc(50% - 15px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items.-col-xl-2 .product-item:nth-child(2n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items.-col-xl-2 .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item,
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns:not(.page-with-filter) .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n),
  .page-layout-3columns.catalog-category-view.page-with-filter.-filter-inactive .products-grid .items:not(.-col-xl-2).-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .products-list .price-including-tax,
  .products-list .price-excluding-tax.price-wrapper .price {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .-amcaret-enabled .amtheme-productaside-wrap,
  .-amcaret-enabled .amtheme-productinfo-wrap ~ [class*='widget'],
  .-amcaret-enabled .amtheme-productinfo-wrap ~ .am-widget {
    margin-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-product-downloadable .-amcaret-active .downloads:not(.downloads-no-separately) .field.choice .price-container {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .product-add-form.-amcaret-active .field.option.amtheme-collapsible-block > .label {
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-wrap .product.media,
  .page-layout-2columns-right .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-short-info .reviews-actions,
  .page-layout-2columns-right .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color),
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-info .swatch-opt.-round .swatch-option.color,
  .page-layout-2columns-right .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-actions-wrap .action.primary,
  .page-layout-2columns-right .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-header .block-search {
    margin-right: 40px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .table-totals .mark {
    padding-left: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .table-totals .amount {
    padding-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .opc-block-summary .totals-tax-summary + .totals-tax-details > .amount {
    padding-right: 18px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-left: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-container > .opc-wrapper {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-customer-name {
    margin-right: 10px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-dashboard-info .amtheme-customer-name {
    padding-right: 12px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.address.form .actions-toolbar .action:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 45px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-left: 45px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .paypal-review > .block-order-details-view.block .box {
    padding-left: 0;
    padding-right: 55px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .block.block-order-details-view .column:not(:last-of-type) {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    max-width: calc(20% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .panel.header .greet.welcome {
    margin-right: 60px;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .form-wishlist-items .products-grid .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .products-grid .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .form-wishlist-items .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1024px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .amtheme-custom-footer.-three-columns .newsletter > .action.subscribe {
    margin-left: 15px;
  }
}
@media all and (min-width: 1200px), print {
  @supports (display: grid) {
    .page-layout-2columns-left .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 4%);
    }
    .page-layout-2columns-right .page-main > .columns {
      grid-template-columns: calc(100% - 230px - 4%) auto;
    }
    .page-layout-3columns .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px - 230px ) auto;
    }
    .page-layout-3columns .page-main > .columns .column.main {
      justify-self: start;
    }
    .page-layout-2columns-left.-filter-inactive .page-main > .columns {
      grid-template-columns: auto 100%;
    }
    .page-layout-2columns-right.-filter-inactive .page-main > .columns {
      grid-template-columns: 100% auto;
    }
    .page-layout-3columns.-filter-inactive .page-main > .columns {
      grid-template-columns: auto calc(100% - 230px ) auto;
    }
  }
  .page-layout-1column .column.main {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 185px - 2%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 185px - 2%);
    float: left;
  }
  .page-layout-3columns .column.main {
    width: calc(100% - 230px - 230px - 25px * 2);
    display: inline-block;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 230px - 4%);
    float: right;
  }
  .page-layout-2columns-right .column.main {
    width: calc(100% - 230px - 4%);
    float: left;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 185px;
    float: left;
  }
  .page-layout-3columns .sidebar-main {
    width: 230px;
    float: left;
    margin-inline-end: 25px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 230px;
    float: left;
  }
  .page-layout-2columns-right .sidebar-main {
    clear: right;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 185px;
    float: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 230px;
    float: right;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .category-blocks-wrapper .category-tile {
    flex: calc(25% - 40px);
  }
  .products-grid .product-item-info {
    padding: 20px;
  }
  .products-grid .product-item-inner {
    padding: 0 20px 20px;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.-hover .product-item-inner {
    padding: 0 30px 30px;
  }
  .products-grid .product-item .action.tocompare {
    left: -15px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    width: calc(33.33% - 20px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-inline-start: 30px;
    margin-top: 30px;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-inline-start: 0;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-inline-end: 30px;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    width: calc(25% - 22.5px);
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 30px;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-info {
    display: flex;
    padding: 20px;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-photo-wrapper {
    left: 0;
    position: relative;
  }
  .page-layout-3columns.catalog-category-view .products-list .product-item-inner {
    margin: 0;
    width: auto;
  }
  .page-layout-3columns.catalog-category-view .products-list .price-box {
    justify-content: flex-end;
  }
  @supports (display: grid) {
    .columns .column.main .amtheme-product-wrap {
      grid-column-gap: 80px;
      grid-template-columns: calc(45% - 80px) 55%;
    }
  }
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 80px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  @supports (display: grid) {
    .column.main .amtheme-product-wrap {
      grid-column-gap: 50px;
      grid-template-columns: calc(45% - 50px) 55%;
    }
  }
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-bottom: 0;
    margin-inline-end: 50px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-2columns-left .amtheme-product-wrap > .amtheme-product-info,
  .page-layout-2columns-right .amtheme-product-wrap > .amtheme-product-info {
    max-width: 515px;
  }
  .page-layout-2columns-left .amtheme-product-info .product-info-price,
  .page-layout-2columns-right .amtheme-product-info .product-info-price {
    margin-bottom: 25px;
  }
  @supports (display: grid) {
    .column .amtheme-product-wrap {
      -webkit-display: grid;
      -moz-display: grid;
      -ms-display: grid;
      display: grid;
      grid-column-gap: 35px;
      grid-template-columns: calc(45% - 35px) 55%;
    }
    .column .amtheme-product-wrap > .product.media,
    .column .amtheme-product-wrap > .amtheme-product-info {
      width: 100%;
    }
  }
  .page-layout-3columns .amtheme-product-wrap {
    display: flex;
    margin: 60px 0 50px;
  }
  .page-layout-3columns .amtheme-product-wrap .amtheme-product-info {
    width: 55%;
  }
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-bottom: 0;
    margin-inline-end: 35px;
    margin-inline-start: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    width: 45%;
  }
  .page-layout-3columns .amtheme-product-wrap > .product.media .towishlist {
    height: 50px;
    width: 50px;
  }
  .page-layout-3columns .amtheme-product-wrap > .product.media .towishlist .amtheme-icon {
    height: 30px;
    width: 30px;
  }
  .page-layout-3columns .amtheme-short-info {
    margin-bottom: 25px;
  }
  .page-layout-3columns .amtheme-short-info .reviews-actions {
    margin-inline-start: 5px;
  }
  .page-layout-3columns .amtheme-product-info .product-add-form {
    margin-top: 25px;
  }
  .page-layout-3columns .amtheme-product-info .swatch-attribute-label,
  .page-layout-3columns .amtheme-product-info .swatch-attribute-options {
    flex-grow: 1;
  }
  .page-layout-3columns .amtheme-product-info .swatch-attribute-options {
    width: 85%;
  }
  .page-layout-3columns .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-bottom: 15px;
    margin-inline-end: 10px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-bottom: 15px;
    margin-inline-end: 16px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-layout-3columns .amtheme-product-info .product-info-price {
    margin: 55px 0 25px;
  }
  .page-layout-3columns .amtheme-product-info .box-tocart .action.tocart {
    min-width: 200px;
  }
  .page-layout-3columns .amtheme-product-info .product-social-links {
    display: block;
  }
  .page-layout-3columns .amtheme-product-info .qty.-without-options {
    margin-top: 25px;
  }
  .page-layout-3columns .action.mailto.friend:before {
    content: none;
  }
  .page-layout-3columns .amtheme-actions-wrap > .product-social-links {
    display: flex;
    margin-bottom: 15px;
    width: auto;
  }
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-bottom: 15px;
    margin-inline-end: 15px;
    margin-inline-start: 0;
    margin-top: 0;
  }
  .page-header .block-search {
    max-width: 380px;
  }
  .checkout-cart-index .cart-container > .amtheme-form-wrapper {
    width: calc(100% - 25% - 65px);
  }
  .checkout-cart-index .cart-container > .cart-summary {
    margin-inline-start: 65px;
  }
  .opc-progress-bar {
    max-width: none;
  }
  .checkout-index-index .page-main {
    padding-inline-end: 160px;
    padding-inline-start: 160px;
  }
  .checkout-container > .opc-sidebar {
    width: 460px;
  }
  .checkout-container > .opc-wrapper {
    margin-bottom: 20px;
    margin-inline-end: 60px;
    margin-inline-start: 0;
    margin-top: 0;
    width: calc(100% - 460px - 60px);
  }
  .amtheme-filter-action {
    max-width: 230px;
  }
  .page-layout-2columns-left.page-with-filter .toolbar-products,
  .page-layout-2columns-right.page-with-filter .toolbar-products {
    max-width: calc(100% - 230px - 4%);
  }
  .page-layout-3columns.page-with-filter .toolbar-products {
    max-width: 100%;
    padding: 0 calc(230px + 25px);
    right: 0;
  }
  .multicheckout.address.form .table.items .field.address,
  .multicheckout.address.form .table.items .action.delete {
    display: inline-block;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-inline-end: 60px;
  }
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-inline-start: 60px;
  }
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-inline-end: 60px;
  }
  .block-order-details-view,
  .paypal-review-items {
    margin-inline-end: 40px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    width: calc(20% - 20px);
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(-n + 5),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-inline-end: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item,
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(-n + 4),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-2columns-right .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item,
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item {
    width: calc(33.33% - 16.67px);
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(-n + 3),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n),
  .page-layout-3columns .block.amrelated-grid-wrapper .widget-product-grid:not(.slick-slider) .product-item:nth-child(3n) {
    margin-inline-end: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    width: calc(25% - 18.75px);
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-bottom: 0;
    margin-inline-end: 25px;
    margin-inline-start: 0;
    margin-top: 25px;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-inline-end: 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 0;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item .amrelated-info {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide {
    padding: 20px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .catalog-product-view.-amcaret-enabled .amrelated-pack-item.-wide .amrelated-info {
    text-align: center;
  }
  .products.products-grid.amscroll-page:not(:first-of-type),
  .products.products-grid.amscroll-pages:not(:first-of-type) {
    margin-bottom: 30px;
  }
  .breadcrumbs-usp-wrapper .diii-usps .desktop {
    display: block;
  }
  .amasty-mega-menu .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root > li.ammenu-item.category-item .ammenu-submenu-wrapper {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
  .amasty-mega-menu .ammenu-nav-sections.-topmenu .dirckiii-menu-last.-desktop {
    display: block !important;
  }
  .header .amsearch-form-block.-opened .amsearch-result-section {
    width: 850px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .ammenu-header-container section.amsearch-wrapper-block .amsearch-input-wrapper {
    min-width: 380px;
  }
  .dirckiii-footer .footer-navigation .widget.block .block-title {
    margin-bottom: 20px !important;
    text-align: left;
  }
  .dirckiii-footer .footer-navigation .widget.block .block-title span {
    display: none;
  }
  .dirckiii-footer .footer-nix-socials {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 40px;
  }
  .dirckiii-footer .footer-nix-socials .social-wrapper {
    justify-content: start;
  }
  .dirckiii-footer .footer-nix-socials .nix-wrapper {
    text-align: right;
  }
  .dirckiii-footer .footer-copyright .footer-bottom-wrapper {
    padding-bottom: 20px;
  }
  .dirckiii-footer .footer-copyright .footer-bottom-wrapper a {
    font-size: 14px;
  }
  .xl-flex-row {
    flex-direction: row;
  }
  [class~="xl-flex-row"] {
    flex-direction: row;
  }
  .xl-!flex-row {
    flex-direction: row !important;
  }
  [class~="xl-!flex-row"] {
    flex-direction: row !important;
  }
  .xl-flex-row-reverse {
    flex-direction: row-reverse;
  }
  [class~="xl-flex-row-reverse"] {
    flex-direction: row-reverse;
  }
  .xl-!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  [class~="xl-!flex-row-reverse"] {
    flex-direction: row-reverse !important;
  }
  .xl-flex-col {
    flex-direction: column;
  }
  [class~="xl-flex-col"] {
    flex-direction: column;
  }
  .xl-!flex-col {
    flex-direction: column !important;
  }
  [class~="xl-!flex-col"] {
    flex-direction: column !important;
  }
  .xl-flex-col-reverse {
    flex-direction: column-reverse;
  }
  [class~="xl-flex-col-reverse"] {
    flex-direction: column-reverse;
  }
  .xl-!flex-col-reverse {
    flex-direction: column-reverse !important;
  }
  [class~="xl-!flex-col-reverse"] {
    flex-direction: column-reverse !important;
  }
  .xl-flex-1 {
    flex: 1 1 0%;
  }
  [class~="xl-flex-1"] {
    flex: 1 1 0%;
  }
  .xl-!flex-1 {
    flex: 1 1 0% !important;
  }
  [class~="xl-!flex-1"] {
    flex: 1 1 0% !important;
  }
  .xl-flex-auto {
    flex: 1 1 auto;
  }
  [class~="xl-flex-auto"] {
    flex: 1 1 auto;
  }
  .xl-!flex-auto {
    flex: 1 1 auto !important;
  }
  [class~="xl-!flex-auto"] {
    flex: 1 1 auto !important;
  }
  .xl-flex-initial {
    flex: 0 1 auto;
  }
  [class~="xl-flex-initial"] {
    flex: 0 1 auto;
  }
  .xl-!flex-initial {
    flex: 0 1 auto !important;
  }
  [class~="xl-!flex-initial"] {
    flex: 0 1 auto !important;
  }
  .xl-flex-none {
    flex: none;
  }
  [class~="xl-flex-none"] {
    flex: none;
  }
  .xl-!flex-none {
    flex: none !important;
  }
  [class~="xl-!flex-none"] {
    flex: none !important;
  }
  .xl-basis-0 {
    flex-basis: 0px;
  }
  [class~="xl-basis-0"] {
    flex-basis: 0px;
  }
  .xl-!basis-0 {
    flex-basis: 0px !important;
  }
  [class~="xl-!basis-0"] {
    flex-basis: 0px !important;
  }
  .xl-basis-0.5 {
    flex-basis: 0.125rem;
  }
  [class~="xl-basis-0.5"] {
    flex-basis: 0.125rem;
  }
  .xl-!basis-0.5 {
    flex-basis: 0.125rem !important;
  }
  [class~="xl-!basis-0.5"] {
    flex-basis: 0.125rem !important;
  }
  .xl-basis-1 {
    flex-basis: 0.25rem;
  }
  [class~="xl-basis-1"] {
    flex-basis: 0.25rem;
  }
  .xl-!basis-1 {
    flex-basis: 0.25rem !important;
  }
  [class~="xl-!basis-1"] {
    flex-basis: 0.25rem !important;
  }
  .xl-basis-1.5 {
    flex-basis: 0.375rem;
  }
  [class~="xl-basis-1.5"] {
    flex-basis: 0.375rem;
  }
  .xl-!basis-1.5 {
    flex-basis: 0.375rem !important;
  }
  [class~="xl-!basis-1.5"] {
    flex-basis: 0.375rem !important;
  }
  .xl-basis-2 {
    flex-basis: 0.5rem;
  }
  [class~="xl-basis-2"] {
    flex-basis: 0.5rem;
  }
  .xl-!basis-2 {
    flex-basis: 0.5rem !important;
  }
  [class~="xl-!basis-2"] {
    flex-basis: 0.5rem !important;
  }
  .xl-basis-2.5 {
    flex-basis: 0.625rem;
  }
  [class~="xl-basis-2.5"] {
    flex-basis: 0.625rem;
  }
  .xl-!basis-2.5 {
    flex-basis: 0.625rem !important;
  }
  [class~="xl-!basis-2.5"] {
    flex-basis: 0.625rem !important;
  }
  .xl-basis-3 {
    flex-basis: 0.75rem;
  }
  [class~="xl-basis-3"] {
    flex-basis: 0.75rem;
  }
  .xl-!basis-3 {
    flex-basis: 0.75rem !important;
  }
  [class~="xl-!basis-3"] {
    flex-basis: 0.75rem !important;
  }
  .xl-basis-3.5 {
    flex-basis: 0.875rem;
  }
  [class~="xl-basis-3.5"] {
    flex-basis: 0.875rem;
  }
  .xl-!basis-3.5 {
    flex-basis: 0.875rem !important;
  }
  [class~="xl-!basis-3.5"] {
    flex-basis: 0.875rem !important;
  }
  .xl-basis-4 {
    flex-basis: 1rem;
  }
  [class~="xl-basis-4"] {
    flex-basis: 1rem;
  }
  .xl-!basis-4 {
    flex-basis: 1rem !important;
  }
  [class~="xl-!basis-4"] {
    flex-basis: 1rem !important;
  }
  .xl-basis-5 {
    flex-basis: 1.25rem;
  }
  [class~="xl-basis-5"] {
    flex-basis: 1.25rem;
  }
  .xl-!basis-5 {
    flex-basis: 1.25rem !important;
  }
  [class~="xl-!basis-5"] {
    flex-basis: 1.25rem !important;
  }
  .xl-basis-6 {
    flex-basis: 1.5rem;
  }
  [class~="xl-basis-6"] {
    flex-basis: 1.5rem;
  }
  .xl-!basis-6 {
    flex-basis: 1.5rem !important;
  }
  [class~="xl-!basis-6"] {
    flex-basis: 1.5rem !important;
  }
  .xl-basis-7 {
    flex-basis: 1.75rem;
  }
  [class~="xl-basis-7"] {
    flex-basis: 1.75rem;
  }
  .xl-!basis-7 {
    flex-basis: 1.75rem !important;
  }
  [class~="xl-!basis-7"] {
    flex-basis: 1.75rem !important;
  }
  .xl-basis-8 {
    flex-basis: 2rem;
  }
  [class~="xl-basis-8"] {
    flex-basis: 2rem;
  }
  .xl-!basis-8 {
    flex-basis: 2rem !important;
  }
  [class~="xl-!basis-8"] {
    flex-basis: 2rem !important;
  }
  .xl-basis-9 {
    flex-basis: 2.25rem;
  }
  [class~="xl-basis-9"] {
    flex-basis: 2.25rem;
  }
  .xl-!basis-9 {
    flex-basis: 2.25rem !important;
  }
  [class~="xl-!basis-9"] {
    flex-basis: 2.25rem !important;
  }
  .xl-basis-10 {
    flex-basis: 2.5rem;
  }
  [class~="xl-basis-10"] {
    flex-basis: 2.5rem;
  }
  .xl-!basis-10 {
    flex-basis: 2.5rem !important;
  }
  [class~="xl-!basis-10"] {
    flex-basis: 2.5rem !important;
  }
  .xl-basis-11 {
    flex-basis: 2.75rem;
  }
  [class~="xl-basis-11"] {
    flex-basis: 2.75rem;
  }
  .xl-!basis-11 {
    flex-basis: 2.75rem !important;
  }
  [class~="xl-!basis-11"] {
    flex-basis: 2.75rem !important;
  }
  .xl-basis-12 {
    flex-basis: 3rem;
  }
  [class~="xl-basis-12"] {
    flex-basis: 3rem;
  }
  .xl-!basis-12 {
    flex-basis: 3rem !important;
  }
  [class~="xl-!basis-12"] {
    flex-basis: 3rem !important;
  }
  .xl-basis-14 {
    flex-basis: 3.5rem;
  }
  [class~="xl-basis-14"] {
    flex-basis: 3.5rem;
  }
  .xl-!basis-14 {
    flex-basis: 3.5rem !important;
  }
  [class~="xl-!basis-14"] {
    flex-basis: 3.5rem !important;
  }
  .xl-basis-16 {
    flex-basis: 4rem;
  }
  [class~="xl-basis-16"] {
    flex-basis: 4rem;
  }
  .xl-!basis-16 {
    flex-basis: 4rem !important;
  }
  [class~="xl-!basis-16"] {
    flex-basis: 4rem !important;
  }
  .xl-basis-20 {
    flex-basis: 5rem;
  }
  [class~="xl-basis-20"] {
    flex-basis: 5rem;
  }
  .xl-!basis-20 {
    flex-basis: 5rem !important;
  }
  [class~="xl-!basis-20"] {
    flex-basis: 5rem !important;
  }
  .xl-basis-24 {
    flex-basis: 6rem;
  }
  [class~="xl-basis-24"] {
    flex-basis: 6rem;
  }
  .xl-!basis-24 {
    flex-basis: 6rem !important;
  }
  [class~="xl-!basis-24"] {
    flex-basis: 6rem !important;
  }
  .xl-basis-28 {
    flex-basis: 7rem;
  }
  [class~="xl-basis-28"] {
    flex-basis: 7rem;
  }
  .xl-!basis-28 {
    flex-basis: 7rem !important;
  }
  [class~="xl-!basis-28"] {
    flex-basis: 7rem !important;
  }
  .xl-basis-32 {
    flex-basis: 8rem;
  }
  [class~="xl-basis-32"] {
    flex-basis: 8rem;
  }
  .xl-!basis-32 {
    flex-basis: 8rem !important;
  }
  [class~="xl-!basis-32"] {
    flex-basis: 8rem !important;
  }
  .xl-basis-36 {
    flex-basis: 9rem;
  }
  [class~="xl-basis-36"] {
    flex-basis: 9rem;
  }
  .xl-!basis-36 {
    flex-basis: 9rem !important;
  }
  [class~="xl-!basis-36"] {
    flex-basis: 9rem !important;
  }
  .xl-basis-40 {
    flex-basis: 10rem;
  }
  [class~="xl-basis-40"] {
    flex-basis: 10rem;
  }
  .xl-!basis-40 {
    flex-basis: 10rem !important;
  }
  [class~="xl-!basis-40"] {
    flex-basis: 10rem !important;
  }
  .xl-basis-44 {
    flex-basis: 11rem;
  }
  [class~="xl-basis-44"] {
    flex-basis: 11rem;
  }
  .xl-!basis-44 {
    flex-basis: 11rem !important;
  }
  [class~="xl-!basis-44"] {
    flex-basis: 11rem !important;
  }
  .xl-basis-48 {
    flex-basis: 12rem;
  }
  [class~="xl-basis-48"] {
    flex-basis: 12rem;
  }
  .xl-!basis-48 {
    flex-basis: 12rem !important;
  }
  [class~="xl-!basis-48"] {
    flex-basis: 12rem !important;
  }
  .xl-basis-52 {
    flex-basis: 13rem;
  }
  [class~="xl-basis-52"] {
    flex-basis: 13rem;
  }
  .xl-!basis-52 {
    flex-basis: 13rem !important;
  }
  [class~="xl-!basis-52"] {
    flex-basis: 13rem !important;
  }
  .xl-basis-56 {
    flex-basis: 14rem;
  }
  [class~="xl-basis-56"] {
    flex-basis: 14rem;
  }
  .xl-!basis-56 {
    flex-basis: 14rem !important;
  }
  [class~="xl-!basis-56"] {
    flex-basis: 14rem !important;
  }
  .xl-basis-60 {
    flex-basis: 15rem;
  }
  [class~="xl-basis-60"] {
    flex-basis: 15rem;
  }
  .xl-!basis-60 {
    flex-basis: 15rem !important;
  }
  [class~="xl-!basis-60"] {
    flex-basis: 15rem !important;
  }
  .xl-basis-64 {
    flex-basis: 16rem;
  }
  [class~="xl-basis-64"] {
    flex-basis: 16rem;
  }
  .xl-!basis-64 {
    flex-basis: 16rem !important;
  }
  [class~="xl-!basis-64"] {
    flex-basis: 16rem !important;
  }
  .xl-basis-72 {
    flex-basis: 18rem;
  }
  [class~="xl-basis-72"] {
    flex-basis: 18rem;
  }
  .xl-!basis-72 {
    flex-basis: 18rem !important;
  }
  [class~="xl-!basis-72"] {
    flex-basis: 18rem !important;
  }
  .xl-basis-80 {
    flex-basis: 20rem;
  }
  [class~="xl-basis-80"] {
    flex-basis: 20rem;
  }
  .xl-!basis-80 {
    flex-basis: 20rem !important;
  }
  [class~="xl-!basis-80"] {
    flex-basis: 20rem !important;
  }
  .xl-basis-96 {
    flex-basis: 24rem;
  }
  [class~="xl-basis-96"] {
    flex-basis: 24rem;
  }
  .xl-!basis-96 {
    flex-basis: 24rem !important;
  }
  [class~="xl-!basis-96"] {
    flex-basis: 24rem !important;
  }
  .xl-basis-auto {
    flex-basis: auto;
  }
  [class~="xl-basis-auto"] {
    flex-basis: auto;
  }
  .xl-!basis-auto {
    flex-basis: auto !important;
  }
  [class~="xl-!basis-auto"] {
    flex-basis: auto !important;
  }
  .xl-basis-px {
    flex-basis: 1px;
  }
  [class~="xl-basis-px"] {
    flex-basis: 1px;
  }
  .xl-!basis-px {
    flex-basis: 1px !important;
  }
  [class~="xl-!basis-px"] {
    flex-basis: 1px !important;
  }
  .xl-basis-1/2 {
    flex-basis: 50%;
  }
  [class~="xl-basis-1/2"] {
    flex-basis: 50%;
  }
  .xl-!basis-1/2 {
    flex-basis: 50% !important;
  }
  [class~="xl-!basis-1/2"] {
    flex-basis: 50% !important;
  }
  .xl-basis-1/3 {
    flex-basis: 33.333333%;
  }
  [class~="xl-basis-1/3"] {
    flex-basis: 33.333333%;
  }
  .xl-!basis-1/3 {
    flex-basis: 33.333333% !important;
  }
  [class~="xl-!basis-1/3"] {
    flex-basis: 33.333333% !important;
  }
  .xl-basis-2/3 {
    flex-basis: 66.666667%;
  }
  [class~="xl-basis-2/3"] {
    flex-basis: 66.666667%;
  }
  .xl-!basis-2/3 {
    flex-basis: 66.666667% !important;
  }
  [class~="xl-!basis-2/3"] {
    flex-basis: 66.666667% !important;
  }
  .xl-basis-1/4 {
    flex-basis: 25%;
  }
  [class~="xl-basis-1/4"] {
    flex-basis: 25%;
  }
  .xl-!basis-1/4 {
    flex-basis: 25% !important;
  }
  [class~="xl-!basis-1/4"] {
    flex-basis: 25% !important;
  }
  .xl-basis-2/4 {
    flex-basis: 50%;
  }
  [class~="xl-basis-2/4"] {
    flex-basis: 50%;
  }
  .xl-!basis-2/4 {
    flex-basis: 50% !important;
  }
  [class~="xl-!basis-2/4"] {
    flex-basis: 50% !important;
  }
  .xl-basis-3/4 {
    flex-basis: 75%;
  }
  [class~="xl-basis-3/4"] {
    flex-basis: 75%;
  }
  .xl-!basis-3/4 {
    flex-basis: 75% !important;
  }
  [class~="xl-!basis-3/4"] {
    flex-basis: 75% !important;
  }
  .xl-basis-1/5 {
    flex-basis: 20%;
  }
  [class~="xl-basis-1/5"] {
    flex-basis: 20%;
  }
  .xl-!basis-1/5 {
    flex-basis: 20% !important;
  }
  [class~="xl-!basis-1/5"] {
    flex-basis: 20% !important;
  }
  .xl-basis-2/5 {
    flex-basis: 40%;
  }
  [class~="xl-basis-2/5"] {
    flex-basis: 40%;
  }
  .xl-!basis-2/5 {
    flex-basis: 40% !important;
  }
  [class~="xl-!basis-2/5"] {
    flex-basis: 40% !important;
  }
  .xl-basis-3/5 {
    flex-basis: 60%;
  }
  [class~="xl-basis-3/5"] {
    flex-basis: 60%;
  }
  .xl-!basis-3/5 {
    flex-basis: 60% !important;
  }
  [class~="xl-!basis-3/5"] {
    flex-basis: 60% !important;
  }
  .xl-basis-4/5 {
    flex-basis: 80%;
  }
  [class~="xl-basis-4/5"] {
    flex-basis: 80%;
  }
  .xl-!basis-4/5 {
    flex-basis: 80% !important;
  }
  [class~="xl-!basis-4/5"] {
    flex-basis: 80% !important;
  }
  .xl-basis-1/6 {
    flex-basis: 16.666667%;
  }
  [class~="xl-basis-1/6"] {
    flex-basis: 16.666667%;
  }
  .xl-!basis-1/6 {
    flex-basis: 16.666667% !important;
  }
  [class~="xl-!basis-1/6"] {
    flex-basis: 16.666667% !important;
  }
  .xl-basis-2/6 {
    flex-basis: 33.333333%;
  }
  [class~="xl-basis-2/6"] {
    flex-basis: 33.333333%;
  }
  .xl-!basis-2/6 {
    flex-basis: 33.333333% !important;
  }
  [class~="xl-!basis-2/6"] {
    flex-basis: 33.333333% !important;
  }
  .xl-basis-3/6 {
    flex-basis: 50%;
  }
  [class~="xl-basis-3/6"] {
    flex-basis: 50%;
  }
  .xl-!basis-3/6 {
    flex-basis: 50% !important;
  }
  [class~="xl-!basis-3/6"] {
    flex-basis: 50% !important;
  }
  .xl-basis-4/6 {
    flex-basis: 66.666667%;
  }
  [class~="xl-basis-4/6"] {
    flex-basis: 66.666667%;
  }
  .xl-!basis-4/6 {
    flex-basis: 66.666667% !important;
  }
  [class~="xl-!basis-4/6"] {
    flex-basis: 66.666667% !important;
  }
  .xl-basis-5/6 {
    flex-basis: 83.333333%;
  }
  [class~="xl-basis-5/6"] {
    flex-basis: 83.333333%;
  }
  .xl-!basis-5/6 {
    flex-basis: 83.333333% !important;
  }
  [class~="xl-!basis-5/6"] {
    flex-basis: 83.333333% !important;
  }
  .xl-basis-1/12 {
    flex-basis: 8.333333%;
  }
  [class~="xl-basis-1/12"] {
    flex-basis: 8.333333%;
  }
  .xl-!basis-1/12 {
    flex-basis: 8.333333% !important;
  }
  [class~="xl-!basis-1/12"] {
    flex-basis: 8.333333% !important;
  }
  .xl-basis-2/12 {
    flex-basis: 16.666667%;
  }
  [class~="xl-basis-2/12"] {
    flex-basis: 16.666667%;
  }
  .xl-!basis-2/12 {
    flex-basis: 16.666667% !important;
  }
  [class~="xl-!basis-2/12"] {
    flex-basis: 16.666667% !important;
  }
  .xl-basis-3/12 {
    flex-basis: 25%;
  }
  [class~="xl-basis-3/12"] {
    flex-basis: 25%;
  }
  .xl-!basis-3/12 {
    flex-basis: 25% !important;
  }
  [class~="xl-!basis-3/12"] {
    flex-basis: 25% !important;
  }
  .xl-basis-4/12 {
    flex-basis: 33.333333%;
  }
  [class~="xl-basis-4/12"] {
    flex-basis: 33.333333%;
  }
  .xl-!basis-4/12 {
    flex-basis: 33.333333% !important;
  }
  [class~="xl-!basis-4/12"] {
    flex-basis: 33.333333% !important;
  }
  .xl-basis-5/12 {
    flex-basis: 41.666667%;
  }
  [class~="xl-basis-5/12"] {
    flex-basis: 41.666667%;
  }
  .xl-!basis-5/12 {
    flex-basis: 41.666667% !important;
  }
  [class~="xl-!basis-5/12"] {
    flex-basis: 41.666667% !important;
  }
  .xl-basis-6/12 {
    flex-basis: 50%;
  }
  [class~="xl-basis-6/12"] {
    flex-basis: 50%;
  }
  .xl-!basis-6/12 {
    flex-basis: 50% !important;
  }
  [class~="xl-!basis-6/12"] {
    flex-basis: 50% !important;
  }
  .xl-basis-7/12 {
    flex-basis: 58.333333%;
  }
  [class~="xl-basis-7/12"] {
    flex-basis: 58.333333%;
  }
  .xl-!basis-7/12 {
    flex-basis: 58.333333% !important;
  }
  [class~="xl-!basis-7/12"] {
    flex-basis: 58.333333% !important;
  }
  .xl-basis-8/12 {
    flex-basis: 66.666667%;
  }
  [class~="xl-basis-8/12"] {
    flex-basis: 66.666667%;
  }
  .xl-!basis-8/12 {
    flex-basis: 66.666667% !important;
  }
  [class~="xl-!basis-8/12"] {
    flex-basis: 66.666667% !important;
  }
  .xl-basis-9/12 {
    flex-basis: 75%;
  }
  [class~="xl-basis-9/12"] {
    flex-basis: 75%;
  }
  .xl-!basis-9/12 {
    flex-basis: 75% !important;
  }
  [class~="xl-!basis-9/12"] {
    flex-basis: 75% !important;
  }
  .xl-basis-10/12 {
    flex-basis: 83.333333%;
  }
  [class~="xl-basis-10/12"] {
    flex-basis: 83.333333%;
  }
  .xl-!basis-10/12 {
    flex-basis: 83.333333% !important;
  }
  [class~="xl-!basis-10/12"] {
    flex-basis: 83.333333% !important;
  }
  .xl-basis-11/12 {
    flex-basis: 91.666667%;
  }
  [class~="xl-basis-11/12"] {
    flex-basis: 91.666667%;
  }
  .xl-!basis-11/12 {
    flex-basis: 91.666667% !important;
  }
  [class~="xl-!basis-11/12"] {
    flex-basis: 91.666667% !important;
  }
  .xl-basis-full {
    flex-basis: 100%;
  }
  [class~="xl-basis-full"] {
    flex-basis: 100%;
  }
  .xl-!basis-full {
    flex-basis: 100% !important;
  }
  [class~="xl-!basis-full"] {
    flex-basis: 100% !important;
  }
  .xl-flex-wrap {
    flex-wrap: wrap;
  }
  [class~="xl-flex-wrap"] {
    flex-wrap: wrap;
  }
  .xl-!flex-wrap {
    flex-wrap: wrap !important;
  }
  [class~="xl-!flex-wrap"] {
    flex-wrap: wrap !important;
  }
  .xl-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  [class~="xl-flex-wrap-reverse"] {
    flex-wrap: wrap-reverse;
  }
  .xl-!flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  [class~="xl-!flex-wrap-reverse"] {
    flex-wrap: wrap-reverse !important;
  }
  .xl-flex-nowrap {
    flex-wrap: nowrap;
  }
  [class~="xl-flex-nowrap"] {
    flex-wrap: nowrap;
  }
  .xl-!flex-nowrap {
    flex-wrap: nowrap !important;
  }
  [class~="xl-!flex-nowrap"] {
    flex-wrap: nowrap !important;
  }
  .xl-grow {
    flex-grow: 1;
  }
  [class~="xl-grow"] {
    flex-grow: 1;
  }
  .xl-!grow {
    flex-grow: 1 !important;
  }
  [class~="xl-!grow"] {
    flex-grow: 1 !important;
  }
  .xl-grow-0 {
    flex-grow: 0;
  }
  [class~="xl-grow-0"] {
    flex-grow: 0;
  }
  .xl-!grow-0 {
    flex-grow: 0 !important;
  }
  [class~="xl-!grow-0"] {
    flex-grow: 0 !important;
  }
  .xl-shrink {
    flex-shrink: 1;
  }
  [class~="xl-shrink"] {
    flex-shrink: 1;
  }
  .xl-!shrink {
    flex-shrink: 1 !important;
  }
  [class~="xl-!shrink"] {
    flex-shrink: 1 !important;
  }
  .xl-shrink-0 {
    flex-shrink: 0;
  }
  [class~="xl-shrink-0"] {
    flex-shrink: 0;
  }
  .xl-!shrink-0 {
    flex-shrink: 0 !important;
  }
  [class~="xl-!shrink-0"] {
    flex-shrink: 0 !important;
  }
  .xl-order-1 {
    order: 1;
  }
  [class~="xl-order-1"] {
    order: 1;
  }
  .xl-!order-1 {
    order: 1 !important;
  }
  [class~="xl-!order-1"] {
    order: 1 !important;
  }
  .xl-order-2 {
    order: 2;
  }
  [class~="xl-order-2"] {
    order: 2;
  }
  .xl-!order-2 {
    order: 2 !important;
  }
  [class~="xl-!order-2"] {
    order: 2 !important;
  }
  .xl-order-3 {
    order: 3;
  }
  [class~="xl-order-3"] {
    order: 3;
  }
  .xl-!order-3 {
    order: 3 !important;
  }
  [class~="xl-!order-3"] {
    order: 3 !important;
  }
  .xl-order-4 {
    order: 4;
  }
  [class~="xl-order-4"] {
    order: 4;
  }
  .xl-!order-4 {
    order: 4 !important;
  }
  [class~="xl-!order-4"] {
    order: 4 !important;
  }
  .xl-order-5 {
    order: 5;
  }
  [class~="xl-order-5"] {
    order: 5;
  }
  .xl-!order-5 {
    order: 5 !important;
  }
  [class~="xl-!order-5"] {
    order: 5 !important;
  }
  .xl-order-6 {
    order: 6;
  }
  [class~="xl-order-6"] {
    order: 6;
  }
  .xl-!order-6 {
    order: 6 !important;
  }
  [class~="xl-!order-6"] {
    order: 6 !important;
  }
  .xl-order-7 {
    order: 7;
  }
  [class~="xl-order-7"] {
    order: 7;
  }
  .xl-!order-7 {
    order: 7 !important;
  }
  [class~="xl-!order-7"] {
    order: 7 !important;
  }
  .xl-order-8 {
    order: 8;
  }
  [class~="xl-order-8"] {
    order: 8;
  }
  .xl-!order-8 {
    order: 8 !important;
  }
  [class~="xl-!order-8"] {
    order: 8 !important;
  }
  .xl-order-9 {
    order: 9;
  }
  [class~="xl-order-9"] {
    order: 9;
  }
  .xl-!order-9 {
    order: 9 !important;
  }
  [class~="xl-!order-9"] {
    order: 9 !important;
  }
  .xl-order-10 {
    order: 10;
  }
  [class~="xl-order-10"] {
    order: 10;
  }
  .xl-!order-10 {
    order: 10 !important;
  }
  [class~="xl-!order-10"] {
    order: 10 !important;
  }
  .xl-order-11 {
    order: 11;
  }
  [class~="xl-order-11"] {
    order: 11;
  }
  .xl-!order-11 {
    order: 11 !important;
  }
  [class~="xl-!order-11"] {
    order: 11 !important;
  }
  .xl-order-12 {
    order: 12;
  }
  [class~="xl-order-12"] {
    order: 12;
  }
  .xl-!order-12 {
    order: 12 !important;
  }
  [class~="xl-!order-12"] {
    order: 12 !important;
  }
  .xl-order-first {
    order: -9999;
  }
  [class~="xl-order-first"] {
    order: -9999;
  }
  .xl-!order-first {
    order: -9999 !important;
  }
  [class~="xl-!order-first"] {
    order: -9999 !important;
  }
  .xl-order-last {
    order: 9999;
  }
  [class~="xl-order-last"] {
    order: 9999;
  }
  .xl-!order-last {
    order: 9999 !important;
  }
  [class~="xl-!order-last"] {
    order: 9999 !important;
  }
  .xl-order-none {
    order: 0;
  }
  [class~="xl-order-none"] {
    order: 0;
  }
  .xl-!order-none {
    order: 0 !important;
  }
  [class~="xl-!order-none"] {
    order: 0 !important;
  }
  .xl-block {
    display: block;
  }
  [class~="xl-block"] {
    display: block;
  }
  .xl-!block {
    display: block !important;
  }
  [class~="xl-!block"] {
    display: block !important;
  }
  .xl-inline-block {
    display: inline-block;
  }
  [class~="xl-inline-block"] {
    display: inline-block;
  }
  .xl-!inline-block {
    display: inline-block !important;
  }
  [class~="xl-!inline-block"] {
    display: inline-block !important;
  }
  .xl-inline {
    display: inline;
  }
  [class~="xl-inline"] {
    display: inline;
  }
  .xl-!inline {
    display: inline !important;
  }
  [class~="xl-!inline"] {
    display: inline !important;
  }
  .xl-flex {
    display: flex;
  }
  [class~="xl-flex"] {
    display: flex;
  }
  .xl-!flex {
    display: flex !important;
  }
  [class~="xl-!flex"] {
    display: flex !important;
  }
  .xl-inline-flex {
    display: inline-flex;
  }
  [class~="xl-inline-flex"] {
    display: inline-flex;
  }
  .xl-!inline-flex {
    display: inline-flex !important;
  }
  [class~="xl-!inline-flex"] {
    display: inline-flex !important;
  }
  .xl-table {
    display: table;
  }
  [class~="xl-table"] {
    display: table;
  }
  .xl-!table {
    display: table !important;
  }
  [class~="xl-!table"] {
    display: table !important;
  }
  .xl-inline-table {
    display: inline-table;
  }
  [class~="xl-inline-table"] {
    display: inline-table;
  }
  .xl-!inline-table {
    display: inline-table !important;
  }
  [class~="xl-!inline-table"] {
    display: inline-table !important;
  }
  .xl-table-caption {
    display: table-caption;
  }
  [class~="xl-table-caption"] {
    display: table-caption;
  }
  .xl-!table-caption {
    display: table-caption !important;
  }
  [class~="xl-!table-caption"] {
    display: table-caption !important;
  }
  .xl-table-cell {
    display: table-cell;
  }
  [class~="xl-table-cell"] {
    display: table-cell;
  }
  .xl-!table-cell {
    display: table-cell !important;
  }
  [class~="xl-!table-cell"] {
    display: table-cell !important;
  }
  .xl-table-column {
    display: table-column;
  }
  [class~="xl-table-column"] {
    display: table-column;
  }
  .xl-!table-column {
    display: table-column !important;
  }
  [class~="xl-!table-column"] {
    display: table-column !important;
  }
  .xl-table-column-group {
    display: table-column-group;
  }
  [class~="xl-table-column-group"] {
    display: table-column-group;
  }
  .xl-!table-column-group {
    display: table-column-group !important;
  }
  [class~="xl-!table-column-group"] {
    display: table-column-group !important;
  }
  .xl-table-footer-group {
    display: table-footer-group;
  }
  [class~="xl-table-footer-group"] {
    display: table-footer-group;
  }
  .xl-!table-footer-group {
    display: table-footer-group !important;
  }
  [class~="xl-!table-footer-group"] {
    display: table-footer-group !important;
  }
  .xl-table-header-group {
    display: table-header-group;
  }
  [class~="xl-table-header-group"] {
    display: table-header-group;
  }
  .xl-!table-header-group {
    display: table-header-group !important;
  }
  [class~="xl-!table-header-group"] {
    display: table-header-group !important;
  }
  .xl-table-row-group {
    display: table-row-group;
  }
  [class~="xl-table-row-group"] {
    display: table-row-group;
  }
  .xl-!table-row-group {
    display: table-row-group !important;
  }
  [class~="xl-!table-row-group"] {
    display: table-row-group !important;
  }
  .xl-table-row {
    display: table-row;
  }
  [class~="xl-table-row"] {
    display: table-row;
  }
  .xl-!table-row {
    display: table-row !important;
  }
  [class~="xl-!table-row"] {
    display: table-row !important;
  }
  .xl-flow-root {
    display: flow-root;
  }
  [class~="xl-flow-root"] {
    display: flow-root;
  }
  .xl-!flow-root {
    display: flow-root !important;
  }
  [class~="xl-!flow-root"] {
    display: flow-root !important;
  }
  .xl-grid {
    display: grid;
  }
  [class~="xl-grid"] {
    display: grid;
  }
  .xl-!grid {
    display: grid !important;
  }
  [class~="xl-!grid"] {
    display: grid !important;
  }
  .xl-inline-grid {
    display: inline-grid;
  }
  [class~="xl-inline-grid"] {
    display: inline-grid;
  }
  .xl-!inline-grid {
    display: inline-grid !important;
  }
  [class~="xl-!inline-grid"] {
    display: inline-grid !important;
  }
  .xl-contents {
    display: contents;
  }
  [class~="xl-contents"] {
    display: contents;
  }
  .xl-!contents {
    display: contents !important;
  }
  [class~="xl-!contents"] {
    display: contents !important;
  }
  .xl-list-item {
    display: list-item;
  }
  [class~="xl-list-item"] {
    display: list-item;
  }
  .xl-!list-item {
    display: list-item !important;
  }
  [class~="xl-!list-item"] {
    display: list-item !important;
  }
  .xl-hidden {
    display: none;
  }
  [class~="xl-hidden"] {
    display: none;
  }
  .xl-!hidden {
    display: none !important;
  }
  [class~="xl-!hidden"] {
    display: none !important;
  }
  .xl-static {
    position: static;
  }
  [class~="xl-static"] {
    position: static;
  }
  .xl-!static {
    position: static !important;
  }
  [class~="xl-!static"] {
    position: static !important;
  }
  .xl-fixed {
    position: fixed;
  }
  [class~="xl-fixed"] {
    position: fixed;
  }
  .xl-!fixed {
    position: fixed !important;
  }
  [class~="xl-!fixed"] {
    position: fixed !important;
  }
  .xl-absolute {
    position: absolute;
  }
  [class~="xl-absolute"] {
    position: absolute;
  }
  .xl-!absolute {
    position: absolute !important;
  }
  [class~="xl-!absolute"] {
    position: absolute !important;
  }
  .xl-relative {
    position: relative;
  }
  [class~="xl-relative"] {
    position: relative;
  }
  .xl-!relative {
    position: relative !important;
  }
  [class~="xl-!relative"] {
    position: relative !important;
  }
  .xl-sticky {
    position: sticky;
  }
  [class~="xl-sticky"] {
    position: sticky;
  }
  .xl-!sticky {
    position: sticky !important;
  }
  [class~="xl-!sticky"] {
    position: sticky !important;
  }
  .xl-overflow-auto {
    overflow: auto;
  }
  [class~="xl-overflow-auto"] {
    overflow: auto;
  }
  .xl-!overflow-auto {
    overflow: auto !important;
  }
  [class~="xl-!overflow-auto"] {
    overflow: auto !important;
  }
  .xl-overflow-hidden {
    overflow: hidden;
  }
  [class~="xl-overflow-hidden"] {
    overflow: hidden;
  }
  .xl-!overflow-hidden {
    overflow: hidden !important;
  }
  [class~="xl-!overflow-hidden"] {
    overflow: hidden !important;
  }
  .xl-overflow-clip {
    overflow: clip;
  }
  [class~="xl-overflow-clip"] {
    overflow: clip;
  }
  .xl-!overflow-clip {
    overflow: clip !important;
  }
  [class~="xl-!overflow-clip"] {
    overflow: clip !important;
  }
  .xl-overflow-visible {
    overflow: visible;
  }
  [class~="xl-overflow-visible"] {
    overflow: visible;
  }
  .xl-!overflow-visible {
    overflow: visible !important;
  }
  [class~="xl-!overflow-visible"] {
    overflow: visible !important;
  }
  .xl-overflow-scroll {
    overflow: scroll;
  }
  [class~="xl-overflow-scroll"] {
    overflow: scroll;
  }
  .xl-!overflow-scroll {
    overflow: scroll !important;
  }
  [class~="xl-!overflow-scroll"] {
    overflow: scroll !important;
  }
  .xl-overflow-x-auto {
    overflow-x: auto;
  }
  [class~="xl-overflow-x-auto"] {
    overflow-x: auto;
  }
  .xl-!overflow-x-auto {
    overflow-x: auto !important;
  }
  [class~="xl-!overflow-x-auto"] {
    overflow-x: auto !important;
  }
  .xl-overflow-y-auto {
    overflow-y: auto;
  }
  [class~="xl-overflow-y-auto"] {
    overflow-y: auto;
  }
  .xl-!overflow-y-auto {
    overflow-y: auto !important;
  }
  [class~="xl-!overflow-y-auto"] {
    overflow-y: auto !important;
  }
  .xl-overflow-x-hidden {
    overflow-x: hidden;
  }
  [class~="xl-overflow-x-hidden"] {
    overflow-x: hidden;
  }
  .xl-!overflow-x-hidden {
    overflow-x: hidden !important;
  }
  [class~="xl-!overflow-x-hidden"] {
    overflow-x: hidden !important;
  }
  .xl-overflow-y-hidden {
    overflow-y: hidden;
  }
  [class~="xl-overflow-y-hidden"] {
    overflow-y: hidden;
  }
  .xl-!overflow-y-hidden {
    overflow-y: hidden !important;
  }
  [class~="xl-!overflow-y-hidden"] {
    overflow-y: hidden !important;
  }
  .xl-overflow-x-clip {
    overflow-x: clip;
  }
  [class~="xl-overflow-x-clip"] {
    overflow-x: clip;
  }
  .xl-!overflow-x-clip {
    overflow-x: clip !important;
  }
  [class~="xl-!overflow-x-clip"] {
    overflow-x: clip !important;
  }
  .xl-overflow-y-clip {
    overflow-y: clip;
  }
  [class~="xl-overflow-y-clip"] {
    overflow-y: clip;
  }
  .xl-!overflow-y-clip {
    overflow-y: clip !important;
  }
  [class~="xl-!overflow-y-clip"] {
    overflow-y: clip !important;
  }
  .xl-overflow-x-visible {
    overflow-x: visible;
  }
  [class~="xl-overflow-x-visible"] {
    overflow-x: visible;
  }
  .xl-!overflow-x-visible {
    overflow-x: visible !important;
  }
  [class~="xl-!overflow-x-visible"] {
    overflow-x: visible !important;
  }
  .xl-overflow-y-visible {
    overflow-y: visible;
  }
  [class~="xl-overflow-y-visible"] {
    overflow-y: visible;
  }
  .xl-!overflow-y-visible {
    overflow-y: visible !important;
  }
  [class~="xl-!overflow-y-visible"] {
    overflow-y: visible !important;
  }
  .xl-overflow-x-scroll {
    overflow-x: scroll;
  }
  [class~="xl-overflow-x-scroll"] {
    overflow-x: scroll;
  }
  .xl-!overflow-x-scroll {
    overflow-x: scroll !important;
  }
  [class~="xl-!overflow-x-scroll"] {
    overflow-x: scroll !important;
  }
  .xl-overflow-y-scroll {
    overflow-y: scroll;
  }
  [class~="xl-overflow-y-scroll"] {
    overflow-y: scroll;
  }
  .xl-!overflow-y-scroll {
    overflow-y: scroll !important;
  }
  [class~="xl-!overflow-y-scroll"] {
    overflow-y: scroll !important;
  }
  .xl-text-left {
    text-align: left;
  }
  [class~="xl-text-left"] {
    text-align: left;
  }
  .xl-!text-left {
    text-align: left !important;
  }
  [class~="xl-!text-left"] {
    text-align: left !important;
  }
  .xl-text-center {
    text-align: center;
  }
  [class~="xl-text-center"] {
    text-align: center;
  }
  .xl-!text-center {
    text-align: center !important;
  }
  [class~="xl-!text-center"] {
    text-align: center !important;
  }
  .xl-text-right {
    text-align: right;
  }
  [class~="xl-text-right"] {
    text-align: right;
  }
  .xl-!text-right {
    text-align: right !important;
  }
  [class~="xl-!text-right"] {
    text-align: right !important;
  }
  .xl-text-justify {
    text-align: justify;
  }
  [class~="xl-text-justify"] {
    text-align: justify;
  }
  .xl-!text-justify {
    text-align: justify !important;
  }
  [class~="xl-!text-justify"] {
    text-align: justify !important;
  }
  .xl-text-start {
    text-align: start;
  }
  [class~="xl-text-start"] {
    text-align: start;
  }
  .xl-!text-start {
    text-align: start !important;
  }
  [class~="xl-!text-start"] {
    text-align: start !important;
  }
  .xl-text-end {
    text-align: end;
  }
  [class~="xl-text-end"] {
    text-align: end;
  }
  .xl-!text-end {
    text-align: end !important;
  }
  [class~="xl-!text-end"] {
    text-align: end !important;
  }
  .xl-text-primary {
    color: #000000;
  }
  [class~="xl-text-primary"] {
    color: #000000;
  }
  .xl-!text-primary {
    color: #000000 !important;
  }
  [class~="xl-!text-primary"] {
    color: #000000 !important;
  }
  .xl-text-primary-dark {
    color: #262626;
  }
  [class~="xl-text-primary-dark"] {
    color: #262626;
  }
  .xl-!text-primary-dark {
    color: #262626 !important;
  }
  [class~="xl-!text-primary-dark"] {
    color: #262626 !important;
  }
  .xl-text-secondary {
    color: #878178;
  }
  [class~="xl-text-secondary"] {
    color: #878178;
  }
  .xl-!text-secondary {
    color: #878178 !important;
  }
  [class~="xl-!text-secondary"] {
    color: #878178 !important;
  }
  .xl-text-secondary-dark {
    color: #d5d4cd;
  }
  [class~="xl-text-secondary-dark"] {
    color: #d5d4cd;
  }
  .xl-!text-secondary-dark {
    color: #d5d4cd !important;
  }
  [class~="xl-!text-secondary-dark"] {
    color: #d5d4cd !important;
  }
  .xl-text-accent {
    color: #b90a0a;
  }
  [class~="xl-text-accent"] {
    color: #b90a0a;
  }
  .xl-!text-accent {
    color: #b90a0a !important;
  }
  [class~="xl-!text-accent"] {
    color: #b90a0a !important;
  }
  .xl-text-accent-dark {
    color: #e85050;
  }
  [class~="xl-text-accent-dark"] {
    color: #e85050;
  }
  .xl-!text-accent-dark {
    color: #e85050 !important;
  }
  [class~="xl-!text-accent-dark"] {
    color: #e85050 !important;
  }
  .xl-text-special {
    color: #ffec00;
  }
  [class~="xl-text-special"] {
    color: #ffec00;
  }
  .xl-!text-special {
    color: #ffec00 !important;
  }
  [class~="xl-!text-special"] {
    color: #ffec00 !important;
  }
  .xl-text-special-dark {
    color: #fff079;
  }
  [class~="xl-text-special-dark"] {
    color: #fff079;
  }
  .xl-!text-special-dark {
    color: #fff079 !important;
  }
  [class~="xl-!text-special-dark"] {
    color: #fff079 !important;
  }
  .xl-text-invert {
    color: #ffffff;
  }
  [class~="xl-text-invert"] {
    color: #ffffff;
  }
  .xl-!text-invert {
    color: #ffffff !important;
  }
  [class~="xl-!text-invert"] {
    color: #ffffff !important;
  }
  .xl-text-invert-dark {
    color: #999999;
  }
  [class~="xl-text-invert-dark"] {
    color: #999999;
  }
  .xl-!text-invert-dark {
    color: #999999 !important;
  }
  [class~="xl-!text-invert-dark"] {
    color: #999999 !important;
  }
  .xl-text-success {
    color: #10b981 99;
  }
  [class~="xl-text-success"] {
    color: #10b981 99;
  }
  .xl-!text-success {
    color: #10b981 99 !important;
  }
  [class~="xl-!text-success"] {
    color: #10b981 99 !important;
  }
  .xl-text-warning {
    color: #f59e0b 99;
  }
  [class~="xl-text-warning"] {
    color: #f59e0b 99;
  }
  .xl-!text-warning {
    color: #f59e0b 99 !important;
  }
  [class~="xl-!text-warning"] {
    color: #f59e0b 99 !important;
  }
  .xl-text-error {
    color: #ef4444 99;
  }
  [class~="xl-text-error"] {
    color: #ef4444 99;
  }
  .xl-!text-error {
    color: #ef4444 99 !important;
  }
  [class~="xl-!text-error"] {
    color: #ef4444 99 !important;
  }
  .xl-text-white {
    color: #ffffff;
  }
  [class~="xl-text-white"] {
    color: #ffffff;
  }
  .xl-!text-white {
    color: #ffffff !important;
  }
  [class~="xl-!text-white"] {
    color: #ffffff !important;
  }
  .xl-text-black {
    color: #000000;
  }
  [class~="xl-text-black"] {
    color: #000000;
  }
  .xl-!text-black {
    color: #000000 !important;
  }
  [class~="xl-!text-black"] {
    color: #000000 !important;
  }
  .xl-text-transparent {
    color: rgba(255, 255, 255, 0);
  }
  [class~="xl-text-transparent"] {
    color: rgba(255, 255, 255, 0);
  }
  .xl-!text-transparent {
    color: rgba(255, 255, 255, 0) !important;
  }
  [class~="xl-!text-transparent"] {
    color: rgba(255, 255, 255, 0) !important;
  }
  .xl-text-red-50 {
    color: #f5d2d2;
  }
  [class~="xl-text-red-50"] {
    color: #f5d2d2;
  }
  .xl-!text-red-50 {
    color: #f5d2d2 !important;
  }
  [class~="xl-!text-red-50"] {
    color: #f5d2d2 !important;
  }
  .xl-text-red-100 {
    color: #f0b3b3;
  }
  [class~="xl-text-red-100"] {
    color: #f0b3b3;
  }
  .xl-!text-red-100 {
    color: #f0b3b3 !important;
  }
  [class~="xl-!text-red-100"] {
    color: #f0b3b3 !important;
  }
  .xl-text-red-200 {
    color: #ec9393;
  }
  [class~="xl-text-red-200"] {
    color: #ec9393;
  }
  .xl-!text-red-200 {
    color: #ec9393 !important;
  }
  [class~="xl-!text-red-200"] {
    color: #ec9393 !important;
  }
  .xl-text-red-300 {
    color: #ea7272;
  }
  [class~="xl-text-red-300"] {
    color: #ea7272;
  }
  .xl-!text-red-300 {
    color: #ea7272 !important;
  }
  [class~="xl-!text-red-300"] {
    color: #ea7272 !important;
  }
  .xl-text-red-400 {
    color: #e85050;
  }
  [class~="xl-text-red-400"] {
    color: #e85050;
  }
  .xl-!text-red-400 {
    color: #e85050 !important;
  }
  [class~="xl-!text-red-400"] {
    color: #e85050 !important;
  }
  .xl-text-red-500 {
    color: #e82c2d;
  }
  [class~="xl-text-red-500"] {
    color: #e82c2d;
  }
  .xl-!text-red-500 {
    color: #e82c2d !important;
  }
  [class~="xl-!text-red-500"] {
    color: #e82c2d !important;
  }
  .xl-text-red-600 {
    color: #dd1314;
  }
  [class~="xl-text-red-600"] {
    color: #dd1314;
  }
  .xl-!text-red-600 {
    color: #dd1314 !important;
  }
  [class~="xl-!text-red-600"] {
    color: #dd1314 !important;
  }
  .xl-text-red-700 {
    color: #c00d0e;
  }
  [class~="xl-text-red-700"] {
    color: #c00d0e;
  }
  .xl-!text-red-700 {
    color: #c00d0e !important;
  }
  [class~="xl-!text-red-700"] {
    color: #c00d0e !important;
  }
  .xl-text-red-800 {
    color: #b90a0a;
  }
  [class~="xl-text-red-800"] {
    color: #b90a0a;
  }
  .xl-!text-red-800 {
    color: #b90a0a !important;
  }
  [class~="xl-!text-red-800"] {
    color: #b90a0a !important;
  }
  .xl-text-red-900 {
    color: #9a0a0b;
  }
  [class~="xl-text-red-900"] {
    color: #9a0a0b;
  }
  .xl-!text-red-900 {
    color: #9a0a0b !important;
  }
  [class~="xl-!text-red-900"] {
    color: #9a0a0b !important;
  }
  .xl-text-zorba-50 {
    color: #fafaf9;
  }
  [class~="xl-text-zorba-50"] {
    color: #fafaf9;
  }
  .xl-!text-zorba-50 {
    color: #fafaf9 !important;
  }
  [class~="xl-!text-zorba-50"] {
    color: #fafaf9 !important;
  }
  .xl-text-zorba-100 {
    color: #e7e7e3;
  }
  [class~="xl-text-zorba-100"] {
    color: #e7e7e3;
  }
  .xl-!text-zorba-100 {
    color: #e7e7e3 !important;
  }
  [class~="xl-!text-zorba-100"] {
    color: #e7e7e3 !important;
  }
  .xl-text-zorba-200 {
    color: #d5d4cd;
  }
  [class~="xl-text-zorba-200"] {
    color: #d5d4cd;
  }
  .xl-!text-zorba-200 {
    color: #d5d4cd !important;
  }
  [class~="xl-!text-zorba-200"] {
    color: #d5d4cd !important;
  }
  .xl-text-zorba-300 {
    color: #c1c0b8;
  }
  [class~="xl-text-zorba-300"] {
    color: #c1c0b8;
  }
  .xl-!text-zorba-300 {
    color: #c1c0b8 !important;
  }
  [class~="xl-!text-zorba-300"] {
    color: #c1c0b8 !important;
  }
  .xl-text-zorba-400 {
    color: #aeaba2;
  }
  [class~="xl-text-zorba-400"] {
    color: #aeaba2;
  }
  .xl-!text-zorba-400 {
    color: #aeaba2 !important;
  }
  [class~="xl-!text-zorba-400"] {
    color: #aeaba2 !important;
  }
  .xl-text-zorba-500 {
    color: #9b968d;
  }
  [class~="xl-text-zorba-500"] {
    color: #9b968d;
  }
  .xl-!text-zorba-500 {
    color: #9b968d !important;
  }
  [class~="xl-!text-zorba-500"] {
    color: #9b968d !important;
  }
  .xl-text-zorba-600 {
    color: #878178;
  }
  [class~="xl-text-zorba-600"] {
    color: #878178;
  }
  .xl-!text-zorba-600 {
    color: #878178 !important;
  }
  [class~="xl-!text-zorba-600"] {
    color: #878178 !important;
  }
  .xl-text-zorba-700 {
    color: #716c66;
  }
  [class~="xl-text-zorba-700"] {
    color: #716c66;
  }
  .xl-!text-zorba-700 {
    color: #716c66 !important;
  }
  [class~="xl-!text-zorba-700"] {
    color: #716c66 !important;
  }
  .xl-text-zorba-800 {
    color: #5b5753;
  }
  [class~="xl-text-zorba-800"] {
    color: #5b5753;
  }
  .xl-!text-zorba-800 {
    color: #5b5753 !important;
  }
  [class~="xl-!text-zorba-800"] {
    color: #5b5753 !important;
  }
  .xl-text-zorba-900 {
    color: #494642;
  }
  [class~="xl-text-zorba-900"] {
    color: #494642;
  }
  .xl-!text-zorba-900 {
    color: #494642 !important;
  }
  [class~="xl-!text-zorba-900"] {
    color: #494642 !important;
  }
  .xl-text-yellow-50 {
    color: #fffdf2;
  }
  [class~="xl-text-yellow-50"] {
    color: #fffdf2;
  }
  .xl-!text-yellow-50 {
    color: #fffdf2 !important;
  }
  [class~="xl-!text-yellow-50"] {
    color: #fffdf2 !important;
  }
  .xl-text-yellow-100 {
    color: #fff9d4;
  }
  [class~="xl-text-yellow-100"] {
    color: #fff9d4;
  }
  .xl-!text-yellow-100 {
    color: #fff9d4 !important;
  }
  [class~="xl-!text-yellow-100"] {
    color: #fff9d4 !important;
  }
  .xl-text-yellow-200 {
    color: #fff5b6;
  }
  [class~="xl-text-yellow-200"] {
    color: #fff5b6;
  }
  .xl-!text-yellow-200 {
    color: #fff5b6 !important;
  }
  [class~="xl-!text-yellow-200"] {
    color: #fff5b6 !important;
  }
  .xl-text-yellow-300 {
    color: #fff297;
  }
  [class~="xl-text-yellow-300"] {
    color: #fff297;
  }
  .xl-!text-yellow-300 {
    color: #fff297 !important;
  }
  [class~="xl-!text-yellow-300"] {
    color: #fff297 !important;
  }
  .xl-text-yellow-400 {
    color: #fff079;
  }
  [class~="xl-text-yellow-400"] {
    color: #fff079;
  }
  .xl-!text-yellow-400 {
    color: #fff079 !important;
  }
  [class~="xl-!text-yellow-400"] {
    color: #fff079 !important;
  }
  .xl-text-yellow-500 {
    color: #ffee5b;
  }
  [class~="xl-text-yellow-500"] {
    color: #ffee5b;
  }
  .xl-!text-yellow-500 {
    color: #ffee5b !important;
  }
  [class~="xl-!text-yellow-500"] {
    color: #ffee5b !important;
  }
  .xl-text-yellow-600 {
    color: #ffed3c;
  }
  [class~="xl-text-yellow-600"] {
    color: #ffed3c;
  }
  .xl-!text-yellow-600 {
    color: #ffed3c !important;
  }
  [class~="xl-!text-yellow-600"] {
    color: #ffed3c !important;
  }
  .xl-text-yellow-700 {
    color: #ffec1e;
  }
  [class~="xl-text-yellow-700"] {
    color: #ffec1e;
  }
  .xl-!text-yellow-700 {
    color: #ffec1e !important;
  }
  [class~="xl-!text-yellow-700"] {
    color: #ffec1e !important;
  }
  .xl-text-yellow-800 {
    color: #ffec00;
  }
  [class~="xl-text-yellow-800"] {
    color: #ffec00;
  }
  .xl-!text-yellow-800 {
    color: #ffec00 !important;
  }
  [class~="xl-!text-yellow-800"] {
    color: #ffec00 !important;
  }
  .xl-text-yellow-900 {
    color: #ccbd18;
  }
  [class~="xl-text-yellow-900"] {
    color: #ccbd18;
  }
  .xl-!text-yellow-900 {
    color: #ccbd18 !important;
  }
  [class~="xl-!text-yellow-900"] {
    color: #ccbd18 !important;
  }
  .xl-text-creme-50 {
    color: #fff4e8;
  }
  [class~="xl-text-creme-50"] {
    color: #fff4e8;
  }
  .xl-!text-creme-50 {
    color: #fff4e8 !important;
  }
  [class~="xl-!text-creme-50"] {
    color: #fff4e8 !important;
  }
  .xl-text-creme-100 {
    color: #feebd6;
  }
  [class~="xl-text-creme-100"] {
    color: #feebd6;
  }
  .xl-!text-creme-100 {
    color: #feebd6 !important;
  }
  [class~="xl-!text-creme-100"] {
    color: #feebd6 !important;
  }
  .xl-text-creme-200 {
    color: #fbe1c5;
  }
  [class~="xl-text-creme-200"] {
    color: #fbe1c5;
  }
  .xl-!text-creme-200 {
    color: #fbe1c5 !important;
  }
  [class~="xl-!text-creme-200"] {
    color: #fbe1c5 !important;
  }
  .xl-text-creme-300 {
    color: #f8d8b5;
  }
  [class~="xl-text-creme-300"] {
    color: #f8d8b5;
  }
  .xl-!text-creme-300 {
    color: #f8d8b5 !important;
  }
  [class~="xl-!text-creme-300"] {
    color: #f8d8b5 !important;
  }
  .xl-text-creme-400 {
    color: #f3cea6;
  }
  [class~="xl-text-creme-400"] {
    color: #f3cea6;
  }
  .xl-!text-creme-400 {
    color: #f3cea6 !important;
  }
  [class~="xl-!text-creme-400"] {
    color: #f3cea6 !important;
  }
  .xl-text-creme-500 {
    color: #edc499;
  }
  [class~="xl-text-creme-500"] {
    color: #edc499;
  }
  .xl-!text-creme-500 {
    color: #edc499 !important;
  }
  [class~="xl-!text-creme-500"] {
    color: #edc499 !important;
  }
  .xl-text-creme-600 {
    color: #e7ba8c;
  }
  [class~="xl-text-creme-600"] {
    color: #e7ba8c;
  }
  .xl-!text-creme-600 {
    color: #e7ba8c !important;
  }
  [class~="xl-!text-creme-600"] {
    color: #e7ba8c !important;
  }
  .xl-text-creme-700 {
    color: #deb181;
  }
  [class~="xl-text-creme-700"] {
    color: #deb181;
  }
  .xl-!text-creme-700 {
    color: #deb181 !important;
  }
  [class~="xl-!text-creme-700"] {
    color: #deb181 !important;
  }
  .xl-text-creme-800 {
    color: #d5a777;
  }
  [class~="xl-text-creme-800"] {
    color: #d5a777;
  }
  .xl-!text-creme-800 {
    color: #d5a777 !important;
  }
  [class~="xl-!text-creme-800"] {
    color: #d5a777 !important;
  }
  .xl-text-creme-900 {
    color: #cb9d6e;
  }
  [class~="xl-text-creme-900"] {
    color: #cb9d6e;
  }
  .xl-!text-creme-900 {
    color: #cb9d6e !important;
  }
  [class~="xl-!text-creme-900"] {
    color: #cb9d6e !important;
  }
  .xl-text-gray-50 {
    color: #f5f5f5;
  }
  [class~="xl-text-gray-50"] {
    color: #f5f5f5;
  }
  .xl-!text-gray-50 {
    color: #f5f5f5 !important;
  }
  [class~="xl-!text-gray-50"] {
    color: #f5f5f5 !important;
  }
  .xl-text-gray-100 {
    color: #dedede;
  }
  [class~="xl-text-gray-100"] {
    color: #dedede;
  }
  .xl-!text-gray-100 {
    color: #dedede !important;
  }
  [class~="xl-!text-gray-100"] {
    color: #dedede !important;
  }
  .xl-text-gray-200 {
    color: #c7c7c7;
  }
  [class~="xl-text-gray-200"] {
    color: #c7c7c7;
  }
  .xl-!text-gray-200 {
    color: #c7c7c7 !important;
  }
  [class~="xl-!text-gray-200"] {
    color: #c7c7c7 !important;
  }
  .xl-text-gray-300 {
    color: #b0b0b0;
  }
  [class~="xl-text-gray-300"] {
    color: #b0b0b0;
  }
  .xl-!text-gray-300 {
    color: #b0b0b0 !important;
  }
  [class~="xl-!text-gray-300"] {
    color: #b0b0b0 !important;
  }
  .xl-text-gray-400 {
    color: #999999;
  }
  [class~="xl-text-gray-400"] {
    color: #999999;
  }
  .xl-!text-gray-400 {
    color: #999999 !important;
  }
  [class~="xl-!text-gray-400"] {
    color: #999999 !important;
  }
  .xl-text-gray-500 {
    color: #828282;
  }
  [class~="xl-text-gray-500"] {
    color: #828282;
  }
  .xl-!text-gray-500 {
    color: #828282 !important;
  }
  [class~="xl-!text-gray-500"] {
    color: #828282 !important;
  }
  .xl-text-gray-600 {
    color: #6b6b6b;
  }
  [class~="xl-text-gray-600"] {
    color: #6b6b6b;
  }
  .xl-!text-gray-600 {
    color: #6b6b6b !important;
  }
  [class~="xl-!text-gray-600"] {
    color: #6b6b6b !important;
  }
  .xl-text-gray-700 {
    color: #545454;
  }
  [class~="xl-text-gray-700"] {
    color: #545454;
  }
  .xl-!text-gray-700 {
    color: #545454 !important;
  }
  [class~="xl-!text-gray-700"] {
    color: #545454 !important;
  }
  .xl-text-gray-800 {
    color: #3d3d3d;
  }
  [class~="xl-text-gray-800"] {
    color: #3d3d3d;
  }
  .xl-!text-gray-800 {
    color: #3d3d3d !important;
  }
  [class~="xl-!text-gray-800"] {
    color: #3d3d3d !important;
  }
  .xl-text-gray-900 {
    color: #262626;
  }
  [class~="xl-text-gray-900"] {
    color: #262626;
  }
  .xl-!text-gray-900 {
    color: #262626 !important;
  }
  [class~="xl-!text-gray-900"] {
    color: #262626 !important;
  }
  .xl-bg-primary {
    background-color: #ffffff;
  }
  [class~="xl-bg-primary"] {
    background-color: #ffffff;
  }
  .xl-!bg-primary {
    background-color: #ffffff !important;
  }
  [class~="xl-!bg-primary"] {
    background-color: #ffffff !important;
  }
  .xl-bg-primary-dark {
    background-color: #f5f5f5;
  }
  [class~="xl-bg-primary-dark"] {
    background-color: #f5f5f5;
  }
  .xl-!bg-primary-dark {
    background-color: #f5f5f5 !important;
  }
  [class~="xl-!bg-primary-dark"] {
    background-color: #f5f5f5 !important;
  }
  .xl-bg-secondary {
    background-color: #fff4e8;
  }
  [class~="xl-bg-secondary"] {
    background-color: #fff4e8;
  }
  .xl-!bg-secondary {
    background-color: #fff4e8 !important;
  }
  [class~="xl-!bg-secondary"] {
    background-color: #fff4e8 !important;
  }
  .xl-bg-secondary-dark {
    background-color: #feebd6;
  }
  [class~="xl-bg-secondary-dark"] {
    background-color: #feebd6;
  }
  .xl-!bg-secondary-dark {
    background-color: #feebd6 !important;
  }
  [class~="xl-!bg-secondary-dark"] {
    background-color: #feebd6 !important;
  }
  .xl-bg-accent {
    background-color: #c00d0e;
  }
  [class~="xl-bg-accent"] {
    background-color: #c00d0e;
  }
  .xl-!bg-accent {
    background-color: #c00d0e !important;
  }
  [class~="xl-!bg-accent"] {
    background-color: #c00d0e !important;
  }
  .xl-bg-accent-dark {
    background-color: #e85050;
  }
  [class~="xl-bg-accent-dark"] {
    background-color: #e85050;
  }
  .xl-!bg-accent-dark {
    background-color: #e85050 !important;
  }
  [class~="xl-!bg-accent-dark"] {
    background-color: #e85050 !important;
  }
  .xl-bg-special {
    background-color: #ffec00;
  }
  [class~="xl-bg-special"] {
    background-color: #ffec00;
  }
  .xl-!bg-special {
    background-color: #ffec00 !important;
  }
  [class~="xl-!bg-special"] {
    background-color: #ffec00 !important;
  }
  .xl-bg-special-dark {
    background-color: #fff079;
  }
  [class~="xl-bg-special-dark"] {
    background-color: #fff079;
  }
  .xl-!bg-special-dark {
    background-color: #fff079 !important;
  }
  [class~="xl-!bg-special-dark"] {
    background-color: #fff079 !important;
  }
  .xl-bg-invert {
    background-color: #262626;
  }
  [class~="xl-bg-invert"] {
    background-color: #262626;
  }
  .xl-!bg-invert {
    background-color: #262626 !important;
  }
  [class~="xl-!bg-invert"] {
    background-color: #262626 !important;
  }
  .xl-bg-invert-dark {
    background-color: #545454;
  }
  [class~="xl-bg-invert-dark"] {
    background-color: #545454;
  }
  .xl-!bg-invert-dark {
    background-color: #545454 !important;
  }
  [class~="xl-!bg-invert-dark"] {
    background-color: #545454 !important;
  }
  .xl-bg-white {
    background-color: #ffffff;
  }
  [class~="xl-bg-white"] {
    background-color: #ffffff;
  }
  .xl-!bg-white {
    background-color: #ffffff !important;
  }
  [class~="xl-!bg-white"] {
    background-color: #ffffff !important;
  }
  .xl-bg-black {
    background-color: #000000;
  }
  [class~="xl-bg-black"] {
    background-color: #000000;
  }
  .xl-!bg-black {
    background-color: #000000 !important;
  }
  [class~="xl-!bg-black"] {
    background-color: #000000 !important;
  }
  .xl-bg-transparent {
    background-color: rgba(255, 255, 255, 0);
  }
  [class~="xl-bg-transparent"] {
    background-color: rgba(255, 255, 255, 0);
  }
  .xl-!bg-transparent {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="xl-!bg-transparent"] {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .xl-bg-red-50 {
    background-color: #f5d2d2;
  }
  [class~="xl-bg-red-50"] {
    background-color: #f5d2d2;
  }
  .xl-!bg-red-50 {
    background-color: #f5d2d2 !important;
  }
  [class~="xl-!bg-red-50"] {
    background-color: #f5d2d2 !important;
  }
  .xl-bg-red-100 {
    background-color: #f0b3b3;
  }
  [class~="xl-bg-red-100"] {
    background-color: #f0b3b3;
  }
  .xl-!bg-red-100 {
    background-color: #f0b3b3 !important;
  }
  [class~="xl-!bg-red-100"] {
    background-color: #f0b3b3 !important;
  }
  .xl-bg-red-200 {
    background-color: #ec9393;
  }
  [class~="xl-bg-red-200"] {
    background-color: #ec9393;
  }
  .xl-!bg-red-200 {
    background-color: #ec9393 !important;
  }
  [class~="xl-!bg-red-200"] {
    background-color: #ec9393 !important;
  }
  .xl-bg-red-300 {
    background-color: #ea7272;
  }
  [class~="xl-bg-red-300"] {
    background-color: #ea7272;
  }
  .xl-!bg-red-300 {
    background-color: #ea7272 !important;
  }
  [class~="xl-!bg-red-300"] {
    background-color: #ea7272 !important;
  }
  .xl-bg-red-400 {
    background-color: #e85050;
  }
  [class~="xl-bg-red-400"] {
    background-color: #e85050;
  }
  .xl-!bg-red-400 {
    background-color: #e85050 !important;
  }
  [class~="xl-!bg-red-400"] {
    background-color: #e85050 !important;
  }
  .xl-bg-red-500 {
    background-color: #e82c2d;
  }
  [class~="xl-bg-red-500"] {
    background-color: #e82c2d;
  }
  .xl-!bg-red-500 {
    background-color: #e82c2d !important;
  }
  [class~="xl-!bg-red-500"] {
    background-color: #e82c2d !important;
  }
  .xl-bg-red-600 {
    background-color: #dd1314;
  }
  [class~="xl-bg-red-600"] {
    background-color: #dd1314;
  }
  .xl-!bg-red-600 {
    background-color: #dd1314 !important;
  }
  [class~="xl-!bg-red-600"] {
    background-color: #dd1314 !important;
  }
  .xl-bg-red-700 {
    background-color: #c00d0e;
  }
  [class~="xl-bg-red-700"] {
    background-color: #c00d0e;
  }
  .xl-!bg-red-700 {
    background-color: #c00d0e !important;
  }
  [class~="xl-!bg-red-700"] {
    background-color: #c00d0e !important;
  }
  .xl-bg-red-800 {
    background-color: #b90a0a;
  }
  [class~="xl-bg-red-800"] {
    background-color: #b90a0a;
  }
  .xl-!bg-red-800 {
    background-color: #b90a0a !important;
  }
  [class~="xl-!bg-red-800"] {
    background-color: #b90a0a !important;
  }
  .xl-bg-red-900 {
    background-color: #9a0a0b;
  }
  [class~="xl-bg-red-900"] {
    background-color: #9a0a0b;
  }
  .xl-!bg-red-900 {
    background-color: #9a0a0b !important;
  }
  [class~="xl-!bg-red-900"] {
    background-color: #9a0a0b !important;
  }
  .xl-bg-zorba-50 {
    background-color: #fafaf9;
  }
  [class~="xl-bg-zorba-50"] {
    background-color: #fafaf9;
  }
  .xl-!bg-zorba-50 {
    background-color: #fafaf9 !important;
  }
  [class~="xl-!bg-zorba-50"] {
    background-color: #fafaf9 !important;
  }
  .xl-bg-zorba-100 {
    background-color: #e7e7e3;
  }
  [class~="xl-bg-zorba-100"] {
    background-color: #e7e7e3;
  }
  .xl-!bg-zorba-100 {
    background-color: #e7e7e3 !important;
  }
  [class~="xl-!bg-zorba-100"] {
    background-color: #e7e7e3 !important;
  }
  .xl-bg-zorba-200 {
    background-color: #d5d4cd;
  }
  [class~="xl-bg-zorba-200"] {
    background-color: #d5d4cd;
  }
  .xl-!bg-zorba-200 {
    background-color: #d5d4cd !important;
  }
  [class~="xl-!bg-zorba-200"] {
    background-color: #d5d4cd !important;
  }
  .xl-bg-zorba-300 {
    background-color: #c1c0b8;
  }
  [class~="xl-bg-zorba-300"] {
    background-color: #c1c0b8;
  }
  .xl-!bg-zorba-300 {
    background-color: #c1c0b8 !important;
  }
  [class~="xl-!bg-zorba-300"] {
    background-color: #c1c0b8 !important;
  }
  .xl-bg-zorba-400 {
    background-color: #aeaba2;
  }
  [class~="xl-bg-zorba-400"] {
    background-color: #aeaba2;
  }
  .xl-!bg-zorba-400 {
    background-color: #aeaba2 !important;
  }
  [class~="xl-!bg-zorba-400"] {
    background-color: #aeaba2 !important;
  }
  .xl-bg-zorba-500 {
    background-color: #9b968d;
  }
  [class~="xl-bg-zorba-500"] {
    background-color: #9b968d;
  }
  .xl-!bg-zorba-500 {
    background-color: #9b968d !important;
  }
  [class~="xl-!bg-zorba-500"] {
    background-color: #9b968d !important;
  }
  .xl-bg-zorba-600 {
    background-color: #878178;
  }
  [class~="xl-bg-zorba-600"] {
    background-color: #878178;
  }
  .xl-!bg-zorba-600 {
    background-color: #878178 !important;
  }
  [class~="xl-!bg-zorba-600"] {
    background-color: #878178 !important;
  }
  .xl-bg-zorba-700 {
    background-color: #716c66;
  }
  [class~="xl-bg-zorba-700"] {
    background-color: #716c66;
  }
  .xl-!bg-zorba-700 {
    background-color: #716c66 !important;
  }
  [class~="xl-!bg-zorba-700"] {
    background-color: #716c66 !important;
  }
  .xl-bg-zorba-800 {
    background-color: #5b5753;
  }
  [class~="xl-bg-zorba-800"] {
    background-color: #5b5753;
  }
  .xl-!bg-zorba-800 {
    background-color: #5b5753 !important;
  }
  [class~="xl-!bg-zorba-800"] {
    background-color: #5b5753 !important;
  }
  .xl-bg-zorba-900 {
    background-color: #494642;
  }
  [class~="xl-bg-zorba-900"] {
    background-color: #494642;
  }
  .xl-!bg-zorba-900 {
    background-color: #494642 !important;
  }
  [class~="xl-!bg-zorba-900"] {
    background-color: #494642 !important;
  }
  .xl-bg-yellow-50 {
    background-color: #fffdf2;
  }
  [class~="xl-bg-yellow-50"] {
    background-color: #fffdf2;
  }
  .xl-!bg-yellow-50 {
    background-color: #fffdf2 !important;
  }
  [class~="xl-!bg-yellow-50"] {
    background-color: #fffdf2 !important;
  }
  .xl-bg-yellow-100 {
    background-color: #fff9d4;
  }
  [class~="xl-bg-yellow-100"] {
    background-color: #fff9d4;
  }
  .xl-!bg-yellow-100 {
    background-color: #fff9d4 !important;
  }
  [class~="xl-!bg-yellow-100"] {
    background-color: #fff9d4 !important;
  }
  .xl-bg-yellow-200 {
    background-color: #fff5b6;
  }
  [class~="xl-bg-yellow-200"] {
    background-color: #fff5b6;
  }
  .xl-!bg-yellow-200 {
    background-color: #fff5b6 !important;
  }
  [class~="xl-!bg-yellow-200"] {
    background-color: #fff5b6 !important;
  }
  .xl-bg-yellow-300 {
    background-color: #fff297;
  }
  [class~="xl-bg-yellow-300"] {
    background-color: #fff297;
  }
  .xl-!bg-yellow-300 {
    background-color: #fff297 !important;
  }
  [class~="xl-!bg-yellow-300"] {
    background-color: #fff297 !important;
  }
  .xl-bg-yellow-400 {
    background-color: #fff079;
  }
  [class~="xl-bg-yellow-400"] {
    background-color: #fff079;
  }
  .xl-!bg-yellow-400 {
    background-color: #fff079 !important;
  }
  [class~="xl-!bg-yellow-400"] {
    background-color: #fff079 !important;
  }
  .xl-bg-yellow-500 {
    background-color: #ffee5b;
  }
  [class~="xl-bg-yellow-500"] {
    background-color: #ffee5b;
  }
  .xl-!bg-yellow-500 {
    background-color: #ffee5b !important;
  }
  [class~="xl-!bg-yellow-500"] {
    background-color: #ffee5b !important;
  }
  .xl-bg-yellow-600 {
    background-color: #ffed3c;
  }
  [class~="xl-bg-yellow-600"] {
    background-color: #ffed3c;
  }
  .xl-!bg-yellow-600 {
    background-color: #ffed3c !important;
  }
  [class~="xl-!bg-yellow-600"] {
    background-color: #ffed3c !important;
  }
  .xl-bg-yellow-700 {
    background-color: #ffec1e;
  }
  [class~="xl-bg-yellow-700"] {
    background-color: #ffec1e;
  }
  .xl-!bg-yellow-700 {
    background-color: #ffec1e !important;
  }
  [class~="xl-!bg-yellow-700"] {
    background-color: #ffec1e !important;
  }
  .xl-bg-yellow-800 {
    background-color: #ffec00;
  }
  [class~="xl-bg-yellow-800"] {
    background-color: #ffec00;
  }
  .xl-!bg-yellow-800 {
    background-color: #ffec00 !important;
  }
  [class~="xl-!bg-yellow-800"] {
    background-color: #ffec00 !important;
  }
  .xl-bg-yellow-900 {
    background-color: #ccbd18;
  }
  [class~="xl-bg-yellow-900"] {
    background-color: #ccbd18;
  }
  .xl-!bg-yellow-900 {
    background-color: #ccbd18 !important;
  }
  [class~="xl-!bg-yellow-900"] {
    background-color: #ccbd18 !important;
  }
  .xl-bg-creme-50 {
    background-color: #fff4e8;
  }
  [class~="xl-bg-creme-50"] {
    background-color: #fff4e8;
  }
  .xl-!bg-creme-50 {
    background-color: #fff4e8 !important;
  }
  [class~="xl-!bg-creme-50"] {
    background-color: #fff4e8 !important;
  }
  .xl-bg-creme-100 {
    background-color: #feebd6;
  }
  [class~="xl-bg-creme-100"] {
    background-color: #feebd6;
  }
  .xl-!bg-creme-100 {
    background-color: #feebd6 !important;
  }
  [class~="xl-!bg-creme-100"] {
    background-color: #feebd6 !important;
  }
  .xl-bg-creme-200 {
    background-color: #fbe1c5;
  }
  [class~="xl-bg-creme-200"] {
    background-color: #fbe1c5;
  }
  .xl-!bg-creme-200 {
    background-color: #fbe1c5 !important;
  }
  [class~="xl-!bg-creme-200"] {
    background-color: #fbe1c5 !important;
  }
  .xl-bg-creme-300 {
    background-color: #f8d8b5;
  }
  [class~="xl-bg-creme-300"] {
    background-color: #f8d8b5;
  }
  .xl-!bg-creme-300 {
    background-color: #f8d8b5 !important;
  }
  [class~="xl-!bg-creme-300"] {
    background-color: #f8d8b5 !important;
  }
  .xl-bg-creme-400 {
    background-color: #f3cea6;
  }
  [class~="xl-bg-creme-400"] {
    background-color: #f3cea6;
  }
  .xl-!bg-creme-400 {
    background-color: #f3cea6 !important;
  }
  [class~="xl-!bg-creme-400"] {
    background-color: #f3cea6 !important;
  }
  .xl-bg-creme-500 {
    background-color: #edc499;
  }
  [class~="xl-bg-creme-500"] {
    background-color: #edc499;
  }
  .xl-!bg-creme-500 {
    background-color: #edc499 !important;
  }
  [class~="xl-!bg-creme-500"] {
    background-color: #edc499 !important;
  }
  .xl-bg-creme-600 {
    background-color: #e7ba8c;
  }
  [class~="xl-bg-creme-600"] {
    background-color: #e7ba8c;
  }
  .xl-!bg-creme-600 {
    background-color: #e7ba8c !important;
  }
  [class~="xl-!bg-creme-600"] {
    background-color: #e7ba8c !important;
  }
  .xl-bg-creme-700 {
    background-color: #deb181;
  }
  [class~="xl-bg-creme-700"] {
    background-color: #deb181;
  }
  .xl-!bg-creme-700 {
    background-color: #deb181 !important;
  }
  [class~="xl-!bg-creme-700"] {
    background-color: #deb181 !important;
  }
  .xl-bg-creme-800 {
    background-color: #d5a777;
  }
  [class~="xl-bg-creme-800"] {
    background-color: #d5a777;
  }
  .xl-!bg-creme-800 {
    background-color: #d5a777 !important;
  }
  [class~="xl-!bg-creme-800"] {
    background-color: #d5a777 !important;
  }
  .xl-bg-creme-900 {
    background-color: #cb9d6e;
  }
  [class~="xl-bg-creme-900"] {
    background-color: #cb9d6e;
  }
  .xl-!bg-creme-900 {
    background-color: #cb9d6e !important;
  }
  [class~="xl-!bg-creme-900"] {
    background-color: #cb9d6e !important;
  }
  .xl-bg-gray-50 {
    background-color: #f5f5f5;
  }
  [class~="xl-bg-gray-50"] {
    background-color: #f5f5f5;
  }
  .xl-!bg-gray-50 {
    background-color: #f5f5f5 !important;
  }
  [class~="xl-!bg-gray-50"] {
    background-color: #f5f5f5 !important;
  }
  .xl-bg-gray-100 {
    background-color: #dedede;
  }
  [class~="xl-bg-gray-100"] {
    background-color: #dedede;
  }
  .xl-!bg-gray-100 {
    background-color: #dedede !important;
  }
  [class~="xl-!bg-gray-100"] {
    background-color: #dedede !important;
  }
  .xl-bg-gray-200 {
    background-color: #c7c7c7;
  }
  [class~="xl-bg-gray-200"] {
    background-color: #c7c7c7;
  }
  .xl-!bg-gray-200 {
    background-color: #c7c7c7 !important;
  }
  [class~="xl-!bg-gray-200"] {
    background-color: #c7c7c7 !important;
  }
  .xl-bg-gray-300 {
    background-color: #b0b0b0;
  }
  [class~="xl-bg-gray-300"] {
    background-color: #b0b0b0;
  }
  .xl-!bg-gray-300 {
    background-color: #b0b0b0 !important;
  }
  [class~="xl-!bg-gray-300"] {
    background-color: #b0b0b0 !important;
  }
  .xl-bg-gray-400 {
    background-color: #999999;
  }
  [class~="xl-bg-gray-400"] {
    background-color: #999999;
  }
  .xl-!bg-gray-400 {
    background-color: #999999 !important;
  }
  [class~="xl-!bg-gray-400"] {
    background-color: #999999 !important;
  }
  .xl-bg-gray-500 {
    background-color: #828282;
  }
  [class~="xl-bg-gray-500"] {
    background-color: #828282;
  }
  .xl-!bg-gray-500 {
    background-color: #828282 !important;
  }
  [class~="xl-!bg-gray-500"] {
    background-color: #828282 !important;
  }
  .xl-bg-gray-600 {
    background-color: #6b6b6b;
  }
  [class~="xl-bg-gray-600"] {
    background-color: #6b6b6b;
  }
  .xl-!bg-gray-600 {
    background-color: #6b6b6b !important;
  }
  [class~="xl-!bg-gray-600"] {
    background-color: #6b6b6b !important;
  }
  .xl-bg-gray-700 {
    background-color: #545454;
  }
  [class~="xl-bg-gray-700"] {
    background-color: #545454;
  }
  .xl-!bg-gray-700 {
    background-color: #545454 !important;
  }
  [class~="xl-!bg-gray-700"] {
    background-color: #545454 !important;
  }
  .xl-bg-gray-800 {
    background-color: #3d3d3d;
  }
  [class~="xl-bg-gray-800"] {
    background-color: #3d3d3d;
  }
  .xl-!bg-gray-800 {
    background-color: #3d3d3d !important;
  }
  [class~="xl-!bg-gray-800"] {
    background-color: #3d3d3d !important;
  }
  .xl-bg-gray-900 {
    background-color: #262626;
  }
  [class~="xl-bg-gray-900"] {
    background-color: #262626;
  }
  .xl-!bg-gray-900 {
    background-color: #262626 !important;
  }
  [class~="xl-!bg-gray-900"] {
    background-color: #262626 !important;
  }
  .xl-border-primary {
    border-color: #ffffff;
  }
  [class~="xl-border-primary"] {
    border-color: #ffffff;
  }
  .xl-!border-primary {
    border-color: #ffffff !important;
  }
  [class~="xl-!border-primary"] {
    border-color: #ffffff !important;
  }
  .xl-border-secondary {
    border-color: #fff4e8;
  }
  [class~="xl-border-secondary"] {
    border-color: #fff4e8;
  }
  .xl-!border-secondary {
    border-color: #fff4e8 !important;
  }
  [class~="xl-!border-secondary"] {
    border-color: #fff4e8 !important;
  }
  .xl-border-accent {
    border-color: #c00d0e;
  }
  [class~="xl-border-accent"] {
    border-color: #c00d0e;
  }
  .xl-!border-accent {
    border-color: #c00d0e !important;
  }
  [class~="xl-!border-accent"] {
    border-color: #c00d0e !important;
  }
  .xl-border-special {
    border-color: #ffec00;
  }
  [class~="xl-border-special"] {
    border-color: #ffec00;
  }
  .xl-!border-special {
    border-color: #ffec00 !important;
  }
  [class~="xl-!border-special"] {
    border-color: #ffec00 !important;
  }
  .xl-border-invert {
    border-color: #262626;
  }
  [class~="xl-border-invert"] {
    border-color: #262626;
  }
  .xl-!border-invert {
    border-color: #262626 !important;
  }
  [class~="xl-!border-invert"] {
    border-color: #262626 !important;
  }
  .xl-border-white {
    border-color: #ffffff;
  }
  [class~="xl-border-white"] {
    border-color: #ffffff;
  }
  .xl-!border-white {
    border-color: #ffffff !important;
  }
  [class~="xl-!border-white"] {
    border-color: #ffffff !important;
  }
  .xl-border-black {
    border-color: #000000;
  }
  [class~="xl-border-black"] {
    border-color: #000000;
  }
  .xl-!border-black {
    border-color: #000000 !important;
  }
  [class~="xl-!border-black"] {
    border-color: #000000 !important;
  }
  .xl-border-transparent {
    border-color: rgba(255, 255, 255, 0);
  }
  [class~="xl-border-transparent"] {
    border-color: rgba(255, 255, 255, 0);
  }
  .xl-!border-transparent {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  [class~="xl-!border-transparent"] {
    border-color: rgba(255, 255, 255, 0) !important;
  }
  .xl-border-gray-50 {
    border-color: #f5f5f5;
  }
  [class~="xl-border-gray-50"] {
    border-color: #f5f5f5;
  }
  .xl-!border-gray-50 {
    border-color: #f5f5f5 !important;
  }
  [class~="xl-!border-gray-50"] {
    border-color: #f5f5f5 !important;
  }
  .xl-border-gray-100 {
    border-color: #dedede;
  }
  [class~="xl-border-gray-100"] {
    border-color: #dedede;
  }
  .xl-!border-gray-100 {
    border-color: #dedede !important;
  }
  [class~="xl-!border-gray-100"] {
    border-color: #dedede !important;
  }
  .xl-border-gray-200 {
    border-color: #c7c7c7;
  }
  [class~="xl-border-gray-200"] {
    border-color: #c7c7c7;
  }
  .xl-!border-gray-200 {
    border-color: #c7c7c7 !important;
  }
  [class~="xl-!border-gray-200"] {
    border-color: #c7c7c7 !important;
  }
  .xl-border-gray-300 {
    border-color: #b0b0b0;
  }
  [class~="xl-border-gray-300"] {
    border-color: #b0b0b0;
  }
  .xl-!border-gray-300 {
    border-color: #b0b0b0 !important;
  }
  [class~="xl-!border-gray-300"] {
    border-color: #b0b0b0 !important;
  }
  .xl-border-gray-400 {
    border-color: #999999;
  }
  [class~="xl-border-gray-400"] {
    border-color: #999999;
  }
  .xl-!border-gray-400 {
    border-color: #999999 !important;
  }
  [class~="xl-!border-gray-400"] {
    border-color: #999999 !important;
  }
  .xl-border-gray-500 {
    border-color: #828282;
  }
  [class~="xl-border-gray-500"] {
    border-color: #828282;
  }
  .xl-!border-gray-500 {
    border-color: #828282 !important;
  }
  [class~="xl-!border-gray-500"] {
    border-color: #828282 !important;
  }
  .xl-border-gray-600 {
    border-color: #6b6b6b;
  }
  [class~="xl-border-gray-600"] {
    border-color: #6b6b6b;
  }
  .xl-!border-gray-600 {
    border-color: #6b6b6b !important;
  }
  [class~="xl-!border-gray-600"] {
    border-color: #6b6b6b !important;
  }
  .xl-border-gray-700 {
    border-color: #545454;
  }
  [class~="xl-border-gray-700"] {
    border-color: #545454;
  }
  .xl-!border-gray-700 {
    border-color: #545454 !important;
  }
  [class~="xl-!border-gray-700"] {
    border-color: #545454 !important;
  }
  .xl-border-gray-800 {
    border-color: #3d3d3d;
  }
  [class~="xl-border-gray-800"] {
    border-color: #3d3d3d;
  }
  .xl-!border-gray-800 {
    border-color: #3d3d3d !important;
  }
  [class~="xl-!border-gray-800"] {
    border-color: #3d3d3d !important;
  }
  .xl-border-gray-900 {
    border-color: #262626;
  }
  [class~="xl-border-gray-900"] {
    border-color: #262626;
  }
  .xl-!border-gray-900 {
    border-color: #262626 !important;
  }
  [class~="xl-!border-gray-900"] {
    border-color: #262626 !important;
  }
  .xl-border-red-50 {
    border-color: #f5d2d2;
  }
  [class~="xl-border-red-50"] {
    border-color: #f5d2d2;
  }
  .xl-!border-red-50 {
    border-color: #f5d2d2 !important;
  }
  [class~="xl-!border-red-50"] {
    border-color: #f5d2d2 !important;
  }
  .xl-border-red-100 {
    border-color: #f0b3b3;
  }
  [class~="xl-border-red-100"] {
    border-color: #f0b3b3;
  }
  .xl-!border-red-100 {
    border-color: #f0b3b3 !important;
  }
  [class~="xl-!border-red-100"] {
    border-color: #f0b3b3 !important;
  }
  .xl-border-red-200 {
    border-color: #ec9393;
  }
  [class~="xl-border-red-200"] {
    border-color: #ec9393;
  }
  .xl-!border-red-200 {
    border-color: #ec9393 !important;
  }
  [class~="xl-!border-red-200"] {
    border-color: #ec9393 !important;
  }
  .xl-border-red-300 {
    border-color: #ea7272;
  }
  [class~="xl-border-red-300"] {
    border-color: #ea7272;
  }
  .xl-!border-red-300 {
    border-color: #ea7272 !important;
  }
  [class~="xl-!border-red-300"] {
    border-color: #ea7272 !important;
  }
  .xl-border-red-400 {
    border-color: #e85050;
  }
  [class~="xl-border-red-400"] {
    border-color: #e85050;
  }
  .xl-!border-red-400 {
    border-color: #e85050 !important;
  }
  [class~="xl-!border-red-400"] {
    border-color: #e85050 !important;
  }
  .xl-border-red-500 {
    border-color: #e82c2d;
  }
  [class~="xl-border-red-500"] {
    border-color: #e82c2d;
  }
  .xl-!border-red-500 {
    border-color: #e82c2d !important;
  }
  [class~="xl-!border-red-500"] {
    border-color: #e82c2d !important;
  }
  .xl-border-red-600 {
    border-color: #dd1314;
  }
  [class~="xl-border-red-600"] {
    border-color: #dd1314;
  }
  .xl-!border-red-600 {
    border-color: #dd1314 !important;
  }
  [class~="xl-!border-red-600"] {
    border-color: #dd1314 !important;
  }
  .xl-border-red-700 {
    border-color: #c00d0e;
  }
  [class~="xl-border-red-700"] {
    border-color: #c00d0e;
  }
  .xl-!border-red-700 {
    border-color: #c00d0e !important;
  }
  [class~="xl-!border-red-700"] {
    border-color: #c00d0e !important;
  }
  .xl-border-red-800 {
    border-color: #b90a0a;
  }
  [class~="xl-border-red-800"] {
    border-color: #b90a0a;
  }
  .xl-!border-red-800 {
    border-color: #b90a0a !important;
  }
  [class~="xl-!border-red-800"] {
    border-color: #b90a0a !important;
  }
  .xl-border-red-900 {
    border-color: #9a0a0b;
  }
  [class~="xl-border-red-900"] {
    border-color: #9a0a0b;
  }
  .xl-!border-red-900 {
    border-color: #9a0a0b !important;
  }
  [class~="xl-!border-red-900"] {
    border-color: #9a0a0b !important;
  }
  .xl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl-!grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl-!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl-!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl-!grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl-!grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-5"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl-!grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl-!grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-7"] {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl-!grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-8"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl-!grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-9"] {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl-!grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-10"] {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl-!grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-11"] {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  [class~="xl-grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl-!grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-cols-12"] {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl-grid-cols-none {
    grid-template-columns: none;
  }
  [class~="xl-grid-cols-none"] {
    grid-template-columns: none;
  }
  .xl-!grid-cols-none {
    grid-template-columns: none !important;
  }
  [class~="xl-!grid-cols-none"] {
    grid-template-columns: none !important;
  }
  .xl-grid-cols-subgrid {
    grid-template-columns: subgrid;
  }
  [class~="xl-grid-cols-subgrid"] {
    grid-template-columns: subgrid;
  }
  .xl-!grid-cols-subgrid {
    grid-template-columns: subgrid !important;
  }
  [class~="xl-!grid-cols-subgrid"] {
    grid-template-columns: subgrid !important;
  }
  .xl-col-auto {
    grid-column: auto;
  }
  [class~="xl-col-auto"] {
    grid-column: auto;
  }
  .xl-!col-auto {
    grid-column: auto !important;
  }
  [class~="xl-!col-auto"] {
    grid-column: auto !important;
  }
  .xl-col-span-1 {
    grid-column: span 1 / span 1;
  }
  [class~="xl-col-span-1"] {
    grid-column: span 1 / span 1;
  }
  .xl-!col-span-1 {
    grid-column: span 1 / span 1 !important;
  }
  [class~="xl-!col-span-1"] {
    grid-column: span 1 / span 1 !important;
  }
  .xl-col-span-2 {
    grid-column: span 2 / span 2;
  }
  [class~="xl-col-span-2"] {
    grid-column: span 2 / span 2;
  }
  .xl-!col-span-2 {
    grid-column: span 2 / span 2 !important;
  }
  [class~="xl-!col-span-2"] {
    grid-column: span 2 / span 2 !important;
  }
  .xl-col-span-3 {
    grid-column: span 3 / span 3;
  }
  [class~="xl-col-span-3"] {
    grid-column: span 3 / span 3;
  }
  .xl-!col-span-3 {
    grid-column: span 3 / span 3 !important;
  }
  [class~="xl-!col-span-3"] {
    grid-column: span 3 / span 3 !important;
  }
  .xl-col-span-4 {
    grid-column: span 4 / span 4;
  }
  [class~="xl-col-span-4"] {
    grid-column: span 4 / span 4;
  }
  .xl-!col-span-4 {
    grid-column: span 4 / span 4 !important;
  }
  [class~="xl-!col-span-4"] {
    grid-column: span 4 / span 4 !important;
  }
  .xl-col-span-5 {
    grid-column: span 5 / span 5;
  }
  [class~="xl-col-span-5"] {
    grid-column: span 5 / span 5;
  }
  .xl-!col-span-5 {
    grid-column: span 5 / span 5 !important;
  }
  [class~="xl-!col-span-5"] {
    grid-column: span 5 / span 5 !important;
  }
  .xl-col-span-6 {
    grid-column: span 6 / span 6;
  }
  [class~="xl-col-span-6"] {
    grid-column: span 6 / span 6;
  }
  .xl-!col-span-6 {
    grid-column: span 6 / span 6 !important;
  }
  [class~="xl-!col-span-6"] {
    grid-column: span 6 / span 6 !important;
  }
  .xl-col-span-7 {
    grid-column: span 7 / span 7;
  }
  [class~="xl-col-span-7"] {
    grid-column: span 7 / span 7;
  }
  .xl-!col-span-7 {
    grid-column: span 7 / span 7 !important;
  }
  [class~="xl-!col-span-7"] {
    grid-column: span 7 / span 7 !important;
  }
  .xl-col-span-8 {
    grid-column: span 8 / span 8;
  }
  [class~="xl-col-span-8"] {
    grid-column: span 8 / span 8;
  }
  .xl-!col-span-8 {
    grid-column: span 8 / span 8 !important;
  }
  [class~="xl-!col-span-8"] {
    grid-column: span 8 / span 8 !important;
  }
  .xl-col-span-9 {
    grid-column: span 9 / span 9;
  }
  [class~="xl-col-span-9"] {
    grid-column: span 9 / span 9;
  }
  .xl-!col-span-9 {
    grid-column: span 9 / span 9 !important;
  }
  [class~="xl-!col-span-9"] {
    grid-column: span 9 / span 9 !important;
  }
  .xl-col-span-10 {
    grid-column: span 10 / span 10;
  }
  [class~="xl-col-span-10"] {
    grid-column: span 10 / span 10;
  }
  .xl-!col-span-10 {
    grid-column: span 10 / span 10 !important;
  }
  [class~="xl-!col-span-10"] {
    grid-column: span 10 / span 10 !important;
  }
  .xl-col-span-11 {
    grid-column: span 11 / span 11;
  }
  [class~="xl-col-span-11"] {
    grid-column: span 11 / span 11;
  }
  .xl-!col-span-11 {
    grid-column: span 11 / span 11 !important;
  }
  [class~="xl-!col-span-11"] {
    grid-column: span 11 / span 11 !important;
  }
  .xl-col-span-12 {
    grid-column: span 12 / span 12;
  }
  [class~="xl-col-span-12"] {
    grid-column: span 12 / span 12;
  }
  .xl-!col-span-12 {
    grid-column: span 12 / span 12 !important;
  }
  [class~="xl-!col-span-12"] {
    grid-column: span 12 / span 12 !important;
  }
  .xl-col-span-full {
    grid-column: 1 / -1;
  }
  [class~="xl-col-span-full"] {
    grid-column: 1 / -1;
  }
  .xl-!col-span-full {
    grid-column: 1 / -1 !important;
  }
  [class~="xl-!col-span-full"] {
    grid-column: 1 / -1 !important;
  }
  .xl-col-start-1 {
    grid-column-start: 1;
  }
  [class~="xl-col-start-1"] {
    grid-column-start: 1;
  }
  .xl-!col-start-1 {
    grid-column-start: 1 !important;
  }
  [class~="xl-!col-start-1"] {
    grid-column-start: 1 !important;
  }
  .xl-col-start-2 {
    grid-column-start: 2;
  }
  [class~="xl-col-start-2"] {
    grid-column-start: 2;
  }
  .xl-!col-start-2 {
    grid-column-start: 2 !important;
  }
  [class~="xl-!col-start-2"] {
    grid-column-start: 2 !important;
  }
  .xl-col-start-3 {
    grid-column-start: 3;
  }
  [class~="xl-col-start-3"] {
    grid-column-start: 3;
  }
  .xl-!col-start-3 {
    grid-column-start: 3 !important;
  }
  [class~="xl-!col-start-3"] {
    grid-column-start: 3 !important;
  }
  .xl-col-start-4 {
    grid-column-start: 4;
  }
  [class~="xl-col-start-4"] {
    grid-column-start: 4;
  }
  .xl-!col-start-4 {
    grid-column-start: 4 !important;
  }
  [class~="xl-!col-start-4"] {
    grid-column-start: 4 !important;
  }
  .xl-col-start-5 {
    grid-column-start: 5;
  }
  [class~="xl-col-start-5"] {
    grid-column-start: 5;
  }
  .xl-!col-start-5 {
    grid-column-start: 5 !important;
  }
  [class~="xl-!col-start-5"] {
    grid-column-start: 5 !important;
  }
  .xl-col-start-6 {
    grid-column-start: 6;
  }
  [class~="xl-col-start-6"] {
    grid-column-start: 6;
  }
  .xl-!col-start-6 {
    grid-column-start: 6 !important;
  }
  [class~="xl-!col-start-6"] {
    grid-column-start: 6 !important;
  }
  .xl-col-start-7 {
    grid-column-start: 7;
  }
  [class~="xl-col-start-7"] {
    grid-column-start: 7;
  }
  .xl-!col-start-7 {
    grid-column-start: 7 !important;
  }
  [class~="xl-!col-start-7"] {
    grid-column-start: 7 !important;
  }
  .xl-col-start-8 {
    grid-column-start: 8;
  }
  [class~="xl-col-start-8"] {
    grid-column-start: 8;
  }
  .xl-!col-start-8 {
    grid-column-start: 8 !important;
  }
  [class~="xl-!col-start-8"] {
    grid-column-start: 8 !important;
  }
  .xl-col-start-9 {
    grid-column-start: 9;
  }
  [class~="xl-col-start-9"] {
    grid-column-start: 9;
  }
  .xl-!col-start-9 {
    grid-column-start: 9 !important;
  }
  [class~="xl-!col-start-9"] {
    grid-column-start: 9 !important;
  }
  .xl-col-start-10 {
    grid-column-start: 10;
  }
  [class~="xl-col-start-10"] {
    grid-column-start: 10;
  }
  .xl-!col-start-10 {
    grid-column-start: 10 !important;
  }
  [class~="xl-!col-start-10"] {
    grid-column-start: 10 !important;
  }
  .xl-col-start-11 {
    grid-column-start: 11;
  }
  [class~="xl-col-start-11"] {
    grid-column-start: 11;
  }
  .xl-!col-start-11 {
    grid-column-start: 11 !important;
  }
  [class~="xl-!col-start-11"] {
    grid-column-start: 11 !important;
  }
  .xl-col-start-12 {
    grid-column-start: 12;
  }
  [class~="xl-col-start-12"] {
    grid-column-start: 12;
  }
  .xl-!col-start-12 {
    grid-column-start: 12 !important;
  }
  [class~="xl-!col-start-12"] {
    grid-column-start: 12 !important;
  }
  .xl-col-start-13 {
    grid-column-start: 13;
  }
  [class~="xl-col-start-13"] {
    grid-column-start: 13;
  }
  .xl-!col-start-13 {
    grid-column-start: 13 !important;
  }
  [class~="xl-!col-start-13"] {
    grid-column-start: 13 !important;
  }
  .xl-col-start-auto {
    grid-column-start: auto;
  }
  [class~="xl-col-start-auto"] {
    grid-column-start: auto;
  }
  .xl-!col-start-auto {
    grid-column-start: auto !important;
  }
  [class~="xl-!col-start-auto"] {
    grid-column-start: auto !important;
  }
  .xl-col-end-1 {
    grid-column-end: 1;
  }
  [class~="xl-col-end-1"] {
    grid-column-end: 1;
  }
  .xl-!col-end-1 {
    grid-column-end: 1 !important;
  }
  [class~="xl-!col-end-1"] {
    grid-column-end: 1 !important;
  }
  .xl-col-end-2 {
    grid-column-end: 2;
  }
  [class~="xl-col-end-2"] {
    grid-column-end: 2;
  }
  .xl-!col-end-2 {
    grid-column-end: 2 !important;
  }
  [class~="xl-!col-end-2"] {
    grid-column-end: 2 !important;
  }
  .xl-col-end-3 {
    grid-column-end: 3;
  }
  [class~="xl-col-end-3"] {
    grid-column-end: 3;
  }
  .xl-!col-end-3 {
    grid-column-end: 3 !important;
  }
  [class~="xl-!col-end-3"] {
    grid-column-end: 3 !important;
  }
  .xl-col-end-4 {
    grid-column-end: 4;
  }
  [class~="xl-col-end-4"] {
    grid-column-end: 4;
  }
  .xl-!col-end-4 {
    grid-column-end: 4 !important;
  }
  [class~="xl-!col-end-4"] {
    grid-column-end: 4 !important;
  }
  .xl-col-end-5 {
    grid-column-end: 5;
  }
  [class~="xl-col-end-5"] {
    grid-column-end: 5;
  }
  .xl-!col-end-5 {
    grid-column-end: 5 !important;
  }
  [class~="xl-!col-end-5"] {
    grid-column-end: 5 !important;
  }
  .xl-col-end-6 {
    grid-column-end: 6;
  }
  [class~="xl-col-end-6"] {
    grid-column-end: 6;
  }
  .xl-!col-end-6 {
    grid-column-end: 6 !important;
  }
  [class~="xl-!col-end-6"] {
    grid-column-end: 6 !important;
  }
  .xl-col-end-7 {
    grid-column-end: 7;
  }
  [class~="xl-col-end-7"] {
    grid-column-end: 7;
  }
  .xl-!col-end-7 {
    grid-column-end: 7 !important;
  }
  [class~="xl-!col-end-7"] {
    grid-column-end: 7 !important;
  }
  .xl-col-end-8 {
    grid-column-end: 8;
  }
  [class~="xl-col-end-8"] {
    grid-column-end: 8;
  }
  .xl-!col-end-8 {
    grid-column-end: 8 !important;
  }
  [class~="xl-!col-end-8"] {
    grid-column-end: 8 !important;
  }
  .xl-col-end-9 {
    grid-column-end: 9;
  }
  [class~="xl-col-end-9"] {
    grid-column-end: 9;
  }
  .xl-!col-end-9 {
    grid-column-end: 9 !important;
  }
  [class~="xl-!col-end-9"] {
    grid-column-end: 9 !important;
  }
  .xl-col-end-10 {
    grid-column-end: 10;
  }
  [class~="xl-col-end-10"] {
    grid-column-end: 10;
  }
  .xl-!col-end-10 {
    grid-column-end: 10 !important;
  }
  [class~="xl-!col-end-10"] {
    grid-column-end: 10 !important;
  }
  .xl-col-end-11 {
    grid-column-end: 11;
  }
  [class~="xl-col-end-11"] {
    grid-column-end: 11;
  }
  .xl-!col-end-11 {
    grid-column-end: 11 !important;
  }
  [class~="xl-!col-end-11"] {
    grid-column-end: 11 !important;
  }
  .xl-col-end-12 {
    grid-column-end: 12;
  }
  [class~="xl-col-end-12"] {
    grid-column-end: 12;
  }
  .xl-!col-end-12 {
    grid-column-end: 12 !important;
  }
  [class~="xl-!col-end-12"] {
    grid-column-end: 12 !important;
  }
  .xl-col-end-13 {
    grid-column-end: 13;
  }
  [class~="xl-col-end-13"] {
    grid-column-end: 13;
  }
  .xl-!col-end-13 {
    grid-column-end: 13 !important;
  }
  [class~="xl-!col-end-13"] {
    grid-column-end: 13 !important;
  }
  .xl-col-end-auto {
    grid-column-end: auto;
  }
  [class~="xl-col-end-auto"] {
    grid-column-end: auto;
  }
  .xl-!col-end-auto {
    grid-column-end: auto !important;
  }
  [class~="xl-!col-end-auto"] {
    grid-column-end: auto !important;
  }
  .xl-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xl-!grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-1"] {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xl-!grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-2"] {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xl-!grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-3"] {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xl-!grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-4"] {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xl-!grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-5"] {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xl-!grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-6"] {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .xl-!grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-7"] {
    grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .xl-!grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-8"] {
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .xl-!grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-9"] {
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .xl-!grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-10"] {
    grid-template-rows: repeat(10, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .xl-!grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-11"] {
    grid-template-rows: repeat(11, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  [class~="xl-grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .xl-!grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  [class~="xl-!grid-rows-12"] {
    grid-template-rows: repeat(12, minmax(0, 1fr)) !important;
  }
  .xl-grid-rows-none {
    grid-template-rows: none;
  }
  [class~="xl-grid-rows-none"] {
    grid-template-rows: none;
  }
  .xl-!grid-rows-none {
    grid-template-rows: none !important;
  }
  [class~="xl-!grid-rows-none"] {
    grid-template-rows: none !important;
  }
  .xl-grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  [class~="xl-grid-rows-subgrid"] {
    grid-template-rows: subgrid;
  }
  .xl-!grid-rows-subgrid {
    grid-template-rows: subgrid !important;
  }
  [class~="xl-!grid-rows-subgrid"] {
    grid-template-rows: subgrid !important;
  }
  .xl-row-auto {
    grid-row: auto;
  }
  [class~="xl-row-auto"] {
    grid-row: auto;
  }
  .xl-!row-auto {
    grid-row: auto !important;
  }
  [class~="xl-!row-auto"] {
    grid-row: auto !important;
  }
  .xl-row-span-1 {
    grid-row: span 1 / span 1;
  }
  [class~="xl-row-span-1"] {
    grid-row: span 1 / span 1;
  }
  .xl-!row-span-1 {
    grid-row: span 1 / span 1 !important;
  }
  [class~="xl-!row-span-1"] {
    grid-row: span 1 / span 1 !important;
  }
  .xl-row-span-2 {
    grid-row: span 2 / span 2;
  }
  [class~="xl-row-span-2"] {
    grid-row: span 2 / span 2;
  }
  .xl-!row-span-2 {
    grid-row: span 2 / span 2 !important;
  }
  [class~="xl-!row-span-2"] {
    grid-row: span 2 / span 2 !important;
  }
  .xl-row-span-3 {
    grid-row: span 3 / span 3;
  }
  [class~="xl-row-span-3"] {
    grid-row: span 3 / span 3;
  }
  .xl-!row-span-3 {
    grid-row: span 3 / span 3 !important;
  }
  [class~="xl-!row-span-3"] {
    grid-row: span 3 / span 3 !important;
  }
  .xl-row-span-4 {
    grid-row: span 4 / span 4;
  }
  [class~="xl-row-span-4"] {
    grid-row: span 4 / span 4;
  }
  .xl-!row-span-4 {
    grid-row: span 4 / span 4 !important;
  }
  [class~="xl-!row-span-4"] {
    grid-row: span 4 / span 4 !important;
  }
  .xl-row-span-5 {
    grid-row: span 5 / span 5;
  }
  [class~="xl-row-span-5"] {
    grid-row: span 5 / span 5;
  }
  .xl-!row-span-5 {
    grid-row: span 5 / span 5 !important;
  }
  [class~="xl-!row-span-5"] {
    grid-row: span 5 / span 5 !important;
  }
  .xl-row-span-6 {
    grid-row: span 6 / span 6;
  }
  [class~="xl-row-span-6"] {
    grid-row: span 6 / span 6;
  }
  .xl-!row-span-6 {
    grid-row: span 6 / span 6 !important;
  }
  [class~="xl-!row-span-6"] {
    grid-row: span 6 / span 6 !important;
  }
  .xl-row-span-7 {
    grid-row: span 7 / span 7;
  }
  [class~="xl-row-span-7"] {
    grid-row: span 7 / span 7;
  }
  .xl-!row-span-7 {
    grid-row: span 7 / span 7 !important;
  }
  [class~="xl-!row-span-7"] {
    grid-row: span 7 / span 7 !important;
  }
  .xl-row-span-8 {
    grid-row: span 8 / span 8;
  }
  [class~="xl-row-span-8"] {
    grid-row: span 8 / span 8;
  }
  .xl-!row-span-8 {
    grid-row: span 8 / span 8 !important;
  }
  [class~="xl-!row-span-8"] {
    grid-row: span 8 / span 8 !important;
  }
  .xl-row-span-9 {
    grid-row: span 9 / span 9;
  }
  [class~="xl-row-span-9"] {
    grid-row: span 9 / span 9;
  }
  .xl-!row-span-9 {
    grid-row: span 9 / span 9 !important;
  }
  [class~="xl-!row-span-9"] {
    grid-row: span 9 / span 9 !important;
  }
  .xl-row-span-10 {
    grid-row: span 10 / span 10;
  }
  [class~="xl-row-span-10"] {
    grid-row: span 10 / span 10;
  }
  .xl-!row-span-10 {
    grid-row: span 10 / span 10 !important;
  }
  [class~="xl-!row-span-10"] {
    grid-row: span 10 / span 10 !important;
  }
  .xl-row-span-11 {
    grid-row: span 11 / span 11;
  }
  [class~="xl-row-span-11"] {
    grid-row: span 11 / span 11;
  }
  .xl-!row-span-11 {
    grid-row: span 11 / span 11 !important;
  }
  [class~="xl-!row-span-11"] {
    grid-row: span 11 / span 11 !important;
  }
  .xl-row-span-12 {
    grid-row: span 12 / span 12;
  }
  [class~="xl-row-span-12"] {
    grid-row: span 12 / span 12;
  }
  .xl-!row-span-12 {
    grid-row: span 12 / span 12 !important;
  }
  [class~="xl-!row-span-12"] {
    grid-row: span 12 / span 12 !important;
  }
  .xl-row-span-full {
    grid-row: 1 / -1;
  }
  [class~="xl-row-span-full"] {
    grid-row: 1 / -1;
  }
  .xl-!row-span-full {
    grid-row: 1 / -1 !important;
  }
  [class~="xl-!row-span-full"] {
    grid-row: 1 / -1 !important;
  }
  .xl-row-start-1 {
    grid-row-start: 1;
  }
  [class~="xl-row-start-1"] {
    grid-row-start: 1;
  }
  .xl-!row-start-1 {
    grid-row-start: 1 !important;
  }
  [class~="xl-!row-start-1"] {
    grid-row-start: 1 !important;
  }
  .xl-row-start-2 {
    grid-row-start: 2;
  }
  [class~="xl-row-start-2"] {
    grid-row-start: 2;
  }
  .xl-!row-start-2 {
    grid-row-start: 2 !important;
  }
  [class~="xl-!row-start-2"] {
    grid-row-start: 2 !important;
  }
  .xl-row-start-3 {
    grid-row-start: 3;
  }
  [class~="xl-row-start-3"] {
    grid-row-start: 3;
  }
  .xl-!row-start-3 {
    grid-row-start: 3 !important;
  }
  [class~="xl-!row-start-3"] {
    grid-row-start: 3 !important;
  }
  .xl-row-start-4 {
    grid-row-start: 4;
  }
  [class~="xl-row-start-4"] {
    grid-row-start: 4;
  }
  .xl-!row-start-4 {
    grid-row-start: 4 !important;
  }
  [class~="xl-!row-start-4"] {
    grid-row-start: 4 !important;
  }
  .xl-row-start-5 {
    grid-row-start: 5;
  }
  [class~="xl-row-start-5"] {
    grid-row-start: 5;
  }
  .xl-!row-start-5 {
    grid-row-start: 5 !important;
  }
  [class~="xl-!row-start-5"] {
    grid-row-start: 5 !important;
  }
  .xl-row-start-6 {
    grid-row-start: 6;
  }
  [class~="xl-row-start-6"] {
    grid-row-start: 6;
  }
  .xl-!row-start-6 {
    grid-row-start: 6 !important;
  }
  [class~="xl-!row-start-6"] {
    grid-row-start: 6 !important;
  }
  .xl-row-start-7 {
    grid-row-start: 7;
  }
  [class~="xl-row-start-7"] {
    grid-row-start: 7;
  }
  .xl-!row-start-7 {
    grid-row-start: 7 !important;
  }
  [class~="xl-!row-start-7"] {
    grid-row-start: 7 !important;
  }
  .xl-row-start-8 {
    grid-row-start: 8;
  }
  [class~="xl-row-start-8"] {
    grid-row-start: 8;
  }
  .xl-!row-start-8 {
    grid-row-start: 8 !important;
  }
  [class~="xl-!row-start-8"] {
    grid-row-start: 8 !important;
  }
  .xl-row-start-9 {
    grid-row-start: 9;
  }
  [class~="xl-row-start-9"] {
    grid-row-start: 9;
  }
  .xl-!row-start-9 {
    grid-row-start: 9 !important;
  }
  [class~="xl-!row-start-9"] {
    grid-row-start: 9 !important;
  }
  .xl-row-start-10 {
    grid-row-start: 10;
  }
  [class~="xl-row-start-10"] {
    grid-row-start: 10;
  }
  .xl-!row-start-10 {
    grid-row-start: 10 !important;
  }
  [class~="xl-!row-start-10"] {
    grid-row-start: 10 !important;
  }
  .xl-row-start-11 {
    grid-row-start: 11;
  }
  [class~="xl-row-start-11"] {
    grid-row-start: 11;
  }
  .xl-!row-start-11 {
    grid-row-start: 11 !important;
  }
  [class~="xl-!row-start-11"] {
    grid-row-start: 11 !important;
  }
  .xl-row-start-12 {
    grid-row-start: 12;
  }
  [class~="xl-row-start-12"] {
    grid-row-start: 12;
  }
  .xl-!row-start-12 {
    grid-row-start: 12 !important;
  }
  [class~="xl-!row-start-12"] {
    grid-row-start: 12 !important;
  }
  .xl-row-start-13 {
    grid-row-start: 13;
  }
  [class~="xl-row-start-13"] {
    grid-row-start: 13;
  }
  .xl-!row-start-13 {
    grid-row-start: 13 !important;
  }
  [class~="xl-!row-start-13"] {
    grid-row-start: 13 !important;
  }
  .xl-row-start-auto {
    grid-row-start: auto;
  }
  [class~="xl-row-start-auto"] {
    grid-row-start: auto;
  }
  .xl-!row-start-auto {
    grid-row-start: auto !important;
  }
  [class~="xl-!row-start-auto"] {
    grid-row-start: auto !important;
  }
  .xl-row-end-1 {
    grid-row-end: 1;
  }
  [class~="xl-row-end-1"] {
    grid-row-end: 1;
  }
  .xl-!row-end-1 {
    grid-row-end: 1 !important;
  }
  [class~="xl-!row-end-1"] {
    grid-row-end: 1 !important;
  }
  .xl-row-end-2 {
    grid-row-end: 2;
  }
  [class~="xl-row-end-2"] {
    grid-row-end: 2;
  }
  .xl-!row-end-2 {
    grid-row-end: 2 !important;
  }
  [class~="xl-!row-end-2"] {
    grid-row-end: 2 !important;
  }
  .xl-row-end-3 {
    grid-row-end: 3;
  }
  [class~="xl-row-end-3"] {
    grid-row-end: 3;
  }
  .xl-!row-end-3 {
    grid-row-end: 3 !important;
  }
  [class~="xl-!row-end-3"] {
    grid-row-end: 3 !important;
  }
  .xl-row-end-4 {
    grid-row-end: 4;
  }
  [class~="xl-row-end-4"] {
    grid-row-end: 4;
  }
  .xl-!row-end-4 {
    grid-row-end: 4 !important;
  }
  [class~="xl-!row-end-4"] {
    grid-row-end: 4 !important;
  }
  .xl-row-end-5 {
    grid-row-end: 5;
  }
  [class~="xl-row-end-5"] {
    grid-row-end: 5;
  }
  .xl-!row-end-5 {
    grid-row-end: 5 !important;
  }
  [class~="xl-!row-end-5"] {
    grid-row-end: 5 !important;
  }
  .xl-row-end-6 {
    grid-row-end: 6;
  }
  [class~="xl-row-end-6"] {
    grid-row-end: 6;
  }
  .xl-!row-end-6 {
    grid-row-end: 6 !important;
  }
  [class~="xl-!row-end-6"] {
    grid-row-end: 6 !important;
  }
  .xl-row-end-7 {
    grid-row-end: 7;
  }
  [class~="xl-row-end-7"] {
    grid-row-end: 7;
  }
  .xl-!row-end-7 {
    grid-row-end: 7 !important;
  }
  [class~="xl-!row-end-7"] {
    grid-row-end: 7 !important;
  }
  .xl-row-end-8 {
    grid-row-end: 8;
  }
  [class~="xl-row-end-8"] {
    grid-row-end: 8;
  }
  .xl-!row-end-8 {
    grid-row-end: 8 !important;
  }
  [class~="xl-!row-end-8"] {
    grid-row-end: 8 !important;
  }
  .xl-row-end-9 {
    grid-row-end: 9;
  }
  [class~="xl-row-end-9"] {
    grid-row-end: 9;
  }
  .xl-!row-end-9 {
    grid-row-end: 9 !important;
  }
  [class~="xl-!row-end-9"] {
    grid-row-end: 9 !important;
  }
  .xl-row-end-10 {
    grid-row-end: 10;
  }
  [class~="xl-row-end-10"] {
    grid-row-end: 10;
  }
  .xl-!row-end-10 {
    grid-row-end: 10 !important;
  }
  [class~="xl-!row-end-10"] {
    grid-row-end: 10 !important;
  }
  .xl-row-end-11 {
    grid-row-end: 11;
  }
  [class~="xl-row-end-11"] {
    grid-row-end: 11;
  }
  .xl-!row-end-11 {
    grid-row-end: 11 !important;
  }
  [class~="xl-!row-end-11"] {
    grid-row-end: 11 !important;
  }
  .xl-row-end-12 {
    grid-row-end: 12;
  }
  [class~="xl-row-end-12"] {
    grid-row-end: 12;
  }
  .xl-!row-end-12 {
    grid-row-end: 12 !important;
  }
  [class~="xl-!row-end-12"] {
    grid-row-end: 12 !important;
  }
  .xl-row-end-13 {
    grid-row-end: 13;
  }
  [class~="xl-row-end-13"] {
    grid-row-end: 13;
  }
  .xl-!row-end-13 {
    grid-row-end: 13 !important;
  }
  [class~="xl-!row-end-13"] {
    grid-row-end: 13 !important;
  }
  .xl-row-end-auto {
    grid-row-end: auto;
  }
  [class~="xl-row-end-auto"] {
    grid-row-end: auto;
  }
  .xl-!row-end-auto {
    grid-row-end: auto !important;
  }
  [class~="xl-!row-end-auto"] {
    grid-row-end: auto !important;
  }
  .xl-grid-flow-row {
    grid-auto-flow: row;
  }
  [class~="xl-grid-flow-row"] {
    grid-auto-flow: row;
  }
  .xl-!grid-flow-row {
    grid-auto-flow: row !important;
  }
  [class~="xl-!grid-flow-row"] {
    grid-auto-flow: row !important;
  }
  .xl-grid-flow-col {
    grid-auto-flow: column;
  }
  [class~="xl-grid-flow-col"] {
    grid-auto-flow: column;
  }
  .xl-!grid-flow-col {
    grid-auto-flow: column !important;
  }
  [class~="xl-!grid-flow-col"] {
    grid-auto-flow: column !important;
  }
  .xl-grid-flow-dense {
    grid-auto-flow: dense;
  }
  [class~="xl-grid-flow-dense"] {
    grid-auto-flow: dense;
  }
  .xl-!grid-flow-dense {
    grid-auto-flow: dense !important;
  }
  [class~="xl-!grid-flow-dense"] {
    grid-auto-flow: dense !important;
  }
  .xl-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  [class~="xl-grid-flow-row-dense"] {
    grid-auto-flow: row dense;
  }
  .xl-!grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }
  [class~="xl-!grid-flow-row-dense"] {
    grid-auto-flow: row dense !important;
  }
  .xl-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  [class~="xl-grid-flow-col-dense"] {
    grid-auto-flow: column dense;
  }
  .xl-!grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }
  [class~="xl-!grid-flow-col-dense"] {
    grid-auto-flow: column dense !important;
  }
  .xl-auto-cols-auto {
    grid-auto-columns: auto;
  }
  [class~="xl-auto-cols-auto"] {
    grid-auto-columns: auto;
  }
  .xl-!auto-cols-auto {
    grid-auto-columns: auto !important;
  }
  [class~="xl-!auto-cols-auto"] {
    grid-auto-columns: auto !important;
  }
  .xl-auto-cols-min {
    grid-auto-columns: min-content;
  }
  [class~="xl-auto-cols-min"] {
    grid-auto-columns: min-content;
  }
  .xl-!auto-cols-min {
    grid-auto-columns: min-content !important;
  }
  [class~="xl-!auto-cols-min"] {
    grid-auto-columns: min-content !important;
  }
  .xl-auto-cols-max {
    grid-auto-columns: max-content;
  }
  [class~="xl-auto-cols-max"] {
    grid-auto-columns: max-content;
  }
  .xl-!auto-cols-max {
    grid-auto-columns: max-content !important;
  }
  [class~="xl-!auto-cols-max"] {
    grid-auto-columns: max-content !important;
  }
  .xl-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  [class~="xl-auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr);
  }
  .xl-!auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  [class~="xl-!auto-cols-fr"] {
    grid-auto-columns: minmax(0, 1fr) !important;
  }
  .xl-auto-rows-auto {
    grid-auto-rows: auto;
  }
  [class~="xl-auto-rows-auto"] {
    grid-auto-rows: auto;
  }
  .xl-!auto-rows-auto {
    grid-auto-rows: auto !important;
  }
  [class~="xl-!auto-rows-auto"] {
    grid-auto-rows: auto !important;
  }
  .xl-auto-rows-min {
    grid-auto-rows: min-content;
  }
  [class~="xl-auto-rows-min"] {
    grid-auto-rows: min-content;
  }
  .xl-!auto-rows-min {
    grid-auto-rows: min-content !important;
  }
  [class~="xl-!auto-rows-min"] {
    grid-auto-rows: min-content !important;
  }
  .xl-auto-rows-max {
    grid-auto-rows: max-content;
  }
  [class~="xl-auto-rows-max"] {
    grid-auto-rows: max-content;
  }
  .xl-!auto-rows-max {
    grid-auto-rows: max-content !important;
  }
  [class~="xl-!auto-rows-max"] {
    grid-auto-rows: max-content !important;
  }
  .xl-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  [class~="xl-auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr);
  }
  .xl-!auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  [class~="xl-!auto-rows-fr"] {
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  .xl-justify-normal {
    justify-content: normal;
  }
  [class~="xl-justify-normal"] {
    justify-content: normal;
  }
  .xl-!justify-normal {
    justify-content: normal !important;
  }
  [class~="xl-!justify-normal"] {
    justify-content: normal !important;
  }
  .xl-justify-start {
    justify-content: flex-start;
  }
  [class~="xl-justify-start"] {
    justify-content: flex-start;
  }
  .xl-!justify-start {
    justify-content: flex-start !important;
  }
  [class~="xl-!justify-start"] {
    justify-content: flex-start !important;
  }
  .xl-justify-end {
    justify-content: flex-end;
  }
  [class~="xl-justify-end"] {
    justify-content: flex-end;
  }
  .xl-!justify-end {
    justify-content: flex-end !important;
  }
  [class~="xl-!justify-end"] {
    justify-content: flex-end !important;
  }
  .xl-justify-center {
    justify-content: center;
  }
  [class~="xl-justify-center"] {
    justify-content: center;
  }
  .xl-!justify-center {
    justify-content: center !important;
  }
  [class~="xl-!justify-center"] {
    justify-content: center !important;
  }
  .xl-justify-between {
    justify-content: space-between;
  }
  [class~="xl-justify-between"] {
    justify-content: space-between;
  }
  .xl-!justify-between {
    justify-content: space-between !important;
  }
  [class~="xl-!justify-between"] {
    justify-content: space-between !important;
  }
  .xl-justify-around {
    justify-content: space-around;
  }
  [class~="xl-justify-around"] {
    justify-content: space-around;
  }
  .xl-!justify-around {
    justify-content: space-around !important;
  }
  [class~="xl-!justify-around"] {
    justify-content: space-around !important;
  }
  .xl-justify-evenly {
    justify-content: space-evenly;
  }
  [class~="xl-justify-evenly"] {
    justify-content: space-evenly;
  }
  .xl-!justify-evenly {
    justify-content: space-evenly !important;
  }
  [class~="xl-!justify-evenly"] {
    justify-content: space-evenly !important;
  }
  .xl-justify-stretch {
    justify-content: stretch;
  }
  [class~="xl-justify-stretch"] {
    justify-content: stretch;
  }
  .xl-!justify-stretch {
    justify-content: stretch !important;
  }
  [class~="xl-!justify-stretch"] {
    justify-content: stretch !important;
  }
  .xl-justify-items-start {
    justify-items: start;
  }
  [class~="xl-justify-items-start"] {
    justify-items: start;
  }
  .xl-!justify-items-start {
    justify-items: start !important;
  }
  [class~="xl-!justify-items-start"] {
    justify-items: start !important;
  }
  .xl-justify-items-end {
    justify-items: end;
  }
  [class~="xl-justify-items-end"] {
    justify-items: end;
  }
  .xl-!justify-items-end {
    justify-items: end !important;
  }
  [class~="xl-!justify-items-end"] {
    justify-items: end !important;
  }
  .xl-justify-items-center {
    justify-items: center;
  }
  [class~="xl-justify-items-center"] {
    justify-items: center;
  }
  .xl-!justify-items-center {
    justify-items: center !important;
  }
  [class~="xl-!justify-items-center"] {
    justify-items: center !important;
  }
  .xl-justify-items-stretch {
    justify-items: stretch;
  }
  [class~="xl-justify-items-stretch"] {
    justify-items: stretch;
  }
  .xl-!justify-items-stretch {
    justify-items: stretch !important;
  }
  [class~="xl-!justify-items-stretch"] {
    justify-items: stretch !important;
  }
  .xl-justify-self-auto {
    justify-self: auto;
  }
  [class~="xl-justify-self-auto"] {
    justify-self: auto;
  }
  .xl-!justify-self-auto {
    justify-self: auto !important;
  }
  [class~="xl-!justify-self-auto"] {
    justify-self: auto !important;
  }
  .xl-justify-self-start {
    justify-self: start;
  }
  [class~="xl-justify-self-start"] {
    justify-self: start;
  }
  .xl-!justify-self-start {
    justify-self: start !important;
  }
  [class~="xl-!justify-self-start"] {
    justify-self: start !important;
  }
  .xl-justify-self-end {
    justify-self: end;
  }
  [class~="xl-justify-self-end"] {
    justify-self: end;
  }
  .xl-!justify-self-end {
    justify-self: end !important;
  }
  [class~="xl-!justify-self-end"] {
    justify-self: end !important;
  }
  .xl-justify-self-center {
    justify-self: center;
  }
  [class~="xl-justify-self-center"] {
    justify-self: center;
  }
  .xl-!justify-self-center {
    justify-self: center !important;
  }
  [class~="xl-!justify-self-center"] {
    justify-self: center !important;
  }
  .xl-justify-self-stretch {
    justify-self: stretch;
  }
  [class~="xl-justify-self-stretch"] {
    justify-self: stretch;
  }
  .xl-!justify-self-stretch {
    justify-self: stretch !important;
  }
  [class~="xl-!justify-self-stretch"] {
    justify-self: stretch !important;
  }
  .xl-content-normal {
    align-content: normal;
  }
  [class~="xl-content-normal"] {
    align-content: normal;
  }
  .xl-!content-normal {
    align-content: normal !important;
  }
  [class~="xl-!content-normal"] {
    align-content: normal !important;
  }
  .xl-content-center {
    align-content: center;
  }
  [class~="xl-content-center"] {
    align-content: center;
  }
  .xl-!content-center {
    align-content: center !important;
  }
  [class~="xl-!content-center"] {
    align-content: center !important;
  }
  .xl-content-start {
    align-content: flex-start;
  }
  [class~="xl-content-start"] {
    align-content: flex-start;
  }
  .xl-!content-start {
    align-content: flex-start !important;
  }
  [class~="xl-!content-start"] {
    align-content: flex-start !important;
  }
  .xl-content-end {
    align-content: flex-end;
  }
  [class~="xl-content-end"] {
    align-content: flex-end;
  }
  .xl-!content-end {
    align-content: flex-end !important;
  }
  [class~="xl-!content-end"] {
    align-content: flex-end !important;
  }
  .xl-content-between {
    align-content: space-between;
  }
  [class~="xl-content-between"] {
    align-content: space-between;
  }
  .xl-!content-between {
    align-content: space-between !important;
  }
  [class~="xl-!content-between"] {
    align-content: space-between !important;
  }
  .xl-content-around {
    align-content: space-around;
  }
  [class~="xl-content-around"] {
    align-content: space-around;
  }
  .xl-!content-around {
    align-content: space-around !important;
  }
  [class~="xl-!content-around"] {
    align-content: space-around !important;
  }
  .xl-content-evenly {
    align-content: space-evenly;
  }
  [class~="xl-content-evenly"] {
    align-content: space-evenly;
  }
  .xl-!content-evenly {
    align-content: space-evenly !important;
  }
  [class~="xl-!content-evenly"] {
    align-content: space-evenly !important;
  }
  .xl-content-baseline {
    align-content: baseline;
  }
  [class~="xl-content-baseline"] {
    align-content: baseline;
  }
  .xl-!content-baseline {
    align-content: baseline !important;
  }
  [class~="xl-!content-baseline"] {
    align-content: baseline !important;
  }
  .xl-content-stretch {
    align-content: stretch;
  }
  [class~="xl-content-stretch"] {
    align-content: stretch;
  }
  .xl-!content-stretch {
    align-content: stretch !important;
  }
  [class~="xl-!content-stretch"] {
    align-content: stretch !important;
  }
  .xl-items-start {
    align-items: flex-start;
  }
  [class~="xl-items-start"] {
    align-items: flex-start;
  }
  .xl-!items-start {
    align-items: flex-start !important;
  }
  [class~="xl-!items-start"] {
    align-items: flex-start !important;
  }
  .xl-items-end {
    align-items: flex-end;
  }
  [class~="xl-items-end"] {
    align-items: flex-end;
  }
  .xl-!items-end {
    align-items: flex-end !important;
  }
  [class~="xl-!items-end"] {
    align-items: flex-end !important;
  }
  .xl-items-center {
    align-items: center;
  }
  [class~="xl-items-center"] {
    align-items: center;
  }
  .xl-!items-center {
    align-items: center !important;
  }
  [class~="xl-!items-center"] {
    align-items: center !important;
  }
  .xl-items-baseline {
    align-items: baseline;
  }
  [class~="xl-items-baseline"] {
    align-items: baseline;
  }
  .xl-!items-baseline {
    align-items: baseline !important;
  }
  [class~="xl-!items-baseline"] {
    align-items: baseline !important;
  }
  .xl-items-stretch {
    align-items: stretch;
  }
  [class~="xl-items-stretch"] {
    align-items: stretch;
  }
  .xl-!items-stretch {
    align-items: stretch !important;
  }
  [class~="xl-!items-stretch"] {
    align-items: stretch !important;
  }
  .xl-self-auto {
    align-self: auto;
  }
  [class~="xl-self-auto"] {
    align-self: auto;
  }
  .xl-!self-auto {
    align-self: auto !important;
  }
  [class~="xl-!self-auto"] {
    align-self: auto !important;
  }
  .xl-self-start {
    align-self: flex-start;
  }
  [class~="xl-self-start"] {
    align-self: flex-start;
  }
  .xl-!self-start {
    align-self: flex-start !important;
  }
  [class~="xl-!self-start"] {
    align-self: flex-start !important;
  }
  .xl-self-end {
    align-self: flex-end;
  }
  [class~="xl-self-end"] {
    align-self: flex-end;
  }
  .xl-!self-end {
    align-self: flex-end !important;
  }
  [class~="xl-!self-end"] {
    align-self: flex-end !important;
  }
  .xl-self-center {
    align-self: center;
  }
  [class~="xl-self-center"] {
    align-self: center;
  }
  .xl-!self-center {
    align-self: center !important;
  }
  [class~="xl-!self-center"] {
    align-self: center !important;
  }
  .xl-self-stretch {
    align-self: stretch;
  }
  [class~="xl-self-stretch"] {
    align-self: stretch;
  }
  .xl-!self-stretch {
    align-self: stretch !important;
  }
  [class~="xl-!self-stretch"] {
    align-self: stretch !important;
  }
  .xl-self-baseline {
    align-self: baseline;
  }
  [class~="xl-self-baseline"] {
    align-self: baseline;
  }
  .xl-!self-baseline {
    align-self: baseline !important;
  }
  [class~="xl-!self-baseline"] {
    align-self: baseline !important;
  }
  .xl-place-content-center {
    place-content: center;
  }
  [class~="xl-place-content-center"] {
    place-content: center;
  }
  .xl-!place-content-center {
    place-content: center !important;
  }
  [class~="xl-!place-content-center"] {
    place-content: center !important;
  }
  .xl-place-content-start {
    place-content: start;
  }
  [class~="xl-place-content-start"] {
    place-content: start;
  }
  .xl-!place-content-start {
    place-content: start !important;
  }
  [class~="xl-!place-content-start"] {
    place-content: start !important;
  }
  .xl-place-content-end {
    place-content: end;
  }
  [class~="xl-place-content-end"] {
    place-content: end;
  }
  .xl-!place-content-end {
    place-content: end !important;
  }
  [class~="xl-!place-content-end"] {
    place-content: end !important;
  }
  .xl-place-content-between {
    place-content: space-between;
  }
  [class~="xl-place-content-between"] {
    place-content: space-between;
  }
  .xl-!place-content-between {
    place-content: space-between !important;
  }
  [class~="xl-!place-content-between"] {
    place-content: space-between !important;
  }
  .xl-place-content-around {
    place-content: space-around;
  }
  [class~="xl-place-content-around"] {
    place-content: space-around;
  }
  .xl-!place-content-around {
    place-content: space-around !important;
  }
  [class~="xl-!place-content-around"] {
    place-content: space-around !important;
  }
  .xl-place-content-evenly {
    place-content: space-evenly;
  }
  [class~="xl-place-content-evenly"] {
    place-content: space-evenly;
  }
  .xl-!place-content-evenly {
    place-content: space-evenly !important;
  }
  [class~="xl-!place-content-evenly"] {
    place-content: space-evenly !important;
  }
  .xl-place-content-baseline {
    place-content: baseline;
  }
  [class~="xl-place-content-baseline"] {
    place-content: baseline;
  }
  .xl-!place-content-baseline {
    place-content: baseline !important;
  }
  [class~="xl-!place-content-baseline"] {
    place-content: baseline !important;
  }
  .xl-place-content-stretch {
    place-content: stretch;
  }
  [class~="xl-place-content-stretch"] {
    place-content: stretch;
  }
  .xl-!place-content-stretch {
    place-content: stretch !important;
  }
  [class~="xl-!place-content-stretch"] {
    place-content: stretch !important;
  }
  .xl-place-items-start {
    place-items: start;
  }
  [class~="xl-place-items-start"] {
    place-items: start;
  }
  .xl-!place-items-start {
    place-items: start !important;
  }
  [class~="xl-!place-items-start"] {
    place-items: start !important;
  }
  .xl-place-items-end {
    place-items: end;
  }
  [class~="xl-place-items-end"] {
    place-items: end;
  }
  .xl-!place-items-end {
    place-items: end !important;
  }
  [class~="xl-!place-items-end"] {
    place-items: end !important;
  }
  .xl-place-items-center {
    place-items: center;
  }
  [class~="xl-place-items-center"] {
    place-items: center;
  }
  .xl-!place-items-center {
    place-items: center !important;
  }
  [class~="xl-!place-items-center"] {
    place-items: center !important;
  }
  .xl-place-items-baseline {
    place-items: baseline;
  }
  [class~="xl-place-items-baseline"] {
    place-items: baseline;
  }
  .xl-!place-items-baseline {
    place-items: baseline !important;
  }
  [class~="xl-!place-items-baseline"] {
    place-items: baseline !important;
  }
  .xl-place-items-stretch {
    place-items: stretch;
  }
  [class~="xl-place-items-stretch"] {
    place-items: stretch;
  }
  .xl-!place-items-stretch {
    place-items: stretch !important;
  }
  [class~="xl-!place-items-stretch"] {
    place-items: stretch !important;
  }
  .xl-place-self-auto {
    place-self: auto;
  }
  [class~="xl-place-self-auto"] {
    place-self: auto;
  }
  .xl-!place-self-auto {
    place-self: auto !important;
  }
  [class~="xl-!place-self-auto"] {
    place-self: auto !important;
  }
  .xl-place-self-start {
    place-self: start;
  }
  [class~="xl-place-self-start"] {
    place-self: start;
  }
  .xl-!place-self-start {
    place-self: start !important;
  }
  [class~="xl-!place-self-start"] {
    place-self: start !important;
  }
  .xl-place-self-end {
    place-self: end;
  }
  [class~="xl-place-self-end"] {
    place-self: end;
  }
  .xl-!place-self-end {
    place-self: end !important;
  }
  [class~="xl-!place-self-end"] {
    place-self: end !important;
  }
  .xl-place-self-center {
    place-self: center;
  }
  [class~="xl-place-self-center"] {
    place-self: center;
  }
  .xl-!place-self-center {
    place-self: center !important;
  }
  [class~="xl-!place-self-center"] {
    place-self: center !important;
  }
  .xl-place-self-stretch {
    place-self: stretch;
  }
  [class~="xl-place-self-stretch"] {
    place-self: stretch;
  }
  .xl-!place-self-stretch {
    place-self: stretch !important;
  }
  [class~="xl-!place-self-stretch"] {
    place-self: stretch !important;
  }
  .xl-gap-0 {
    gap: 0 ;
  }
  [class~="xl-gap-0"] {
    gap: 0 ;
  }
  .xl-!gap-0 {
    gap: 0  !important;
  }
  [class~="xl-!gap-0"] {
    gap: 0  !important;
  }
  .xl-gap-x-0 {
    column-gap: 0 ;
  }
  [class~="xl-gap-x-0"] {
    column-gap: 0 ;
  }
  .xl-!gap-x-0 {
    column-gap: 0  !important;
  }
  [class~="xl-!gap-x-0"] {
    column-gap: 0  !important;
  }
  .xl-gap-y-0 {
    row-gap: 0 ;
  }
  [class~="xl-gap-y-0"] {
    row-gap: 0 ;
  }
  .xl-!gap-y-0 {
    row-gap: 0  !important;
  }
  [class~="xl-!gap-y-0"] {
    row-gap: 0  !important;
  }
  .xl-gap-px {
    gap: 1px ;
  }
  [class~="xl-gap-px"] {
    gap: 1px ;
  }
  .xl-!gap-px {
    gap: 1px  !important;
  }
  [class~="xl-!gap-px"] {
    gap: 1px  !important;
  }
  .xl-gap-x-px {
    column-gap: 1px ;
  }
  [class~="xl-gap-x-px"] {
    column-gap: 1px ;
  }
  .xl-!gap-x-px {
    column-gap: 1px  !important;
  }
  [class~="xl-!gap-x-px"] {
    column-gap: 1px  !important;
  }
  .xl-gap-y-px {
    row-gap: 1px ;
  }
  [class~="xl-gap-y-px"] {
    row-gap: 1px ;
  }
  .xl-!gap-y-px {
    row-gap: 1px  !important;
  }
  [class~="xl-!gap-y-px"] {
    row-gap: 1px  !important;
  }
  .xl-gap-0\.5 {
    gap: 0.125rem ;
  }
  [class~="xl-gap-0\.5"] {
    gap: 0.125rem ;
  }
  .xl-!gap-0\.5 {
    gap: 0.125rem  !important;
  }
  [class~="xl-!gap-0\.5"] {
    gap: 0.125rem  !important;
  }
  .xl-gap-x-0\.5 {
    column-gap: 0.125rem ;
  }
  [class~="xl-gap-x-0\.5"] {
    column-gap: 0.125rem ;
  }
  .xl-!gap-x-0\.5 {
    column-gap: 0.125rem  !important;
  }
  [class~="xl-!gap-x-0\.5"] {
    column-gap: 0.125rem  !important;
  }
  .xl-gap-y-0\.5 {
    row-gap: 0.125rem ;
  }
  [class~="xl-gap-y-0\.5"] {
    row-gap: 0.125rem ;
  }
  .xl-!gap-y-0\.5 {
    row-gap: 0.125rem  !important;
  }
  [class~="xl-!gap-y-0\.5"] {
    row-gap: 0.125rem  !important;
  }
  .xl-gap-1 {
    gap: 0.25rem ;
  }
  [class~="xl-gap-1"] {
    gap: 0.25rem ;
  }
  .xl-!gap-1 {
    gap: 0.25rem  !important;
  }
  [class~="xl-!gap-1"] {
    gap: 0.25rem  !important;
  }
  .xl-gap-x-1 {
    column-gap: 0.25rem ;
  }
  [class~="xl-gap-x-1"] {
    column-gap: 0.25rem ;
  }
  .xl-!gap-x-1 {
    column-gap: 0.25rem  !important;
  }
  [class~="xl-!gap-x-1"] {
    column-gap: 0.25rem  !important;
  }
  .xl-gap-y-1 {
    row-gap: 0.25rem ;
  }
  [class~="xl-gap-y-1"] {
    row-gap: 0.25rem ;
  }
  .xl-!gap-y-1 {
    row-gap: 0.25rem  !important;
  }
  [class~="xl-!gap-y-1"] {
    row-gap: 0.25rem  !important;
  }
  .xl-gap-1\.5 {
    gap: 0.375rem ;
  }
  [class~="xl-gap-1\.5"] {
    gap: 0.375rem ;
  }
  .xl-!gap-1\.5 {
    gap: 0.375rem  !important;
  }
  [class~="xl-!gap-1\.5"] {
    gap: 0.375rem  !important;
  }
  .xl-gap-x-1\.5 {
    column-gap: 0.375rem ;
  }
  [class~="xl-gap-x-1\.5"] {
    column-gap: 0.375rem ;
  }
  .xl-!gap-x-1\.5 {
    column-gap: 0.375rem  !important;
  }
  [class~="xl-!gap-x-1\.5"] {
    column-gap: 0.375rem  !important;
  }
  .xl-gap-y-1\.5 {
    row-gap: 0.375rem ;
  }
  [class~="xl-gap-y-1\.5"] {
    row-gap: 0.375rem ;
  }
  .xl-!gap-y-1\.5 {
    row-gap: 0.375rem  !important;
  }
  [class~="xl-!gap-y-1\.5"] {
    row-gap: 0.375rem  !important;
  }
  .xl-gap-2 {
    gap: 0.5rem ;
  }
  [class~="xl-gap-2"] {
    gap: 0.5rem ;
  }
  .xl-!gap-2 {
    gap: 0.5rem  !important;
  }
  [class~="xl-!gap-2"] {
    gap: 0.5rem  !important;
  }
  .xl-gap-x-2 {
    column-gap: 0.5rem ;
  }
  [class~="xl-gap-x-2"] {
    column-gap: 0.5rem ;
  }
  .xl-!gap-x-2 {
    column-gap: 0.5rem  !important;
  }
  [class~="xl-!gap-x-2"] {
    column-gap: 0.5rem  !important;
  }
  .xl-gap-y-2 {
    row-gap: 0.5rem ;
  }
  [class~="xl-gap-y-2"] {
    row-gap: 0.5rem ;
  }
  .xl-!gap-y-2 {
    row-gap: 0.5rem  !important;
  }
  [class~="xl-!gap-y-2"] {
    row-gap: 0.5rem  !important;
  }
  .xl-gap-2\.5 {
    gap: 0.625rem ;
  }
  [class~="xl-gap-2\.5"] {
    gap: 0.625rem ;
  }
  .xl-!gap-2\.5 {
    gap: 0.625rem  !important;
  }
  [class~="xl-!gap-2\.5"] {
    gap: 0.625rem  !important;
  }
  .xl-gap-x-2\.5 {
    column-gap: 0.625rem ;
  }
  [class~="xl-gap-x-2\.5"] {
    column-gap: 0.625rem ;
  }
  .xl-!gap-x-2\.5 {
    column-gap: 0.625rem  !important;
  }
  [class~="xl-!gap-x-2\.5"] {
    column-gap: 0.625rem  !important;
  }
  .xl-gap-y-2\.5 {
    row-gap: 0.625rem ;
  }
  [class~="xl-gap-y-2\.5"] {
    row-gap: 0.625rem ;
  }
  .xl-!gap-y-2\.5 {
    row-gap: 0.625rem  !important;
  }
  [class~="xl-!gap-y-2\.5"] {
    row-gap: 0.625rem  !important;
  }
  .xl-gap-3 {
    gap: 0.75rem ;
  }
  [class~="xl-gap-3"] {
    gap: 0.75rem ;
  }
  .xl-!gap-3 {
    gap: 0.75rem  !important;
  }
  [class~="xl-!gap-3"] {
    gap: 0.75rem  !important;
  }
  .xl-gap-x-3 {
    column-gap: 0.75rem ;
  }
  [class~="xl-gap-x-3"] {
    column-gap: 0.75rem ;
  }
  .xl-!gap-x-3 {
    column-gap: 0.75rem  !important;
  }
  [class~="xl-!gap-x-3"] {
    column-gap: 0.75rem  !important;
  }
  .xl-gap-y-3 {
    row-gap: 0.75rem ;
  }
  [class~="xl-gap-y-3"] {
    row-gap: 0.75rem ;
  }
  .xl-!gap-y-3 {
    row-gap: 0.75rem  !important;
  }
  [class~="xl-!gap-y-3"] {
    row-gap: 0.75rem  !important;
  }
  .xl-gap-3\.5 {
    gap: 0.875rem ;
  }
  [class~="xl-gap-3\.5"] {
    gap: 0.875rem ;
  }
  .xl-!gap-3\.5 {
    gap: 0.875rem  !important;
  }
  [class~="xl-!gap-3\.5"] {
    gap: 0.875rem  !important;
  }
  .xl-gap-x-3\.5 {
    column-gap: 0.875rem ;
  }
  [class~="xl-gap-x-3\.5"] {
    column-gap: 0.875rem ;
  }
  .xl-!gap-x-3\.5 {
    column-gap: 0.875rem  !important;
  }
  [class~="xl-!gap-x-3\.5"] {
    column-gap: 0.875rem  !important;
  }
  .xl-gap-y-3\.5 {
    row-gap: 0.875rem ;
  }
  [class~="xl-gap-y-3\.5"] {
    row-gap: 0.875rem ;
  }
  .xl-!gap-y-3\.5 {
    row-gap: 0.875rem  !important;
  }
  [class~="xl-!gap-y-3\.5"] {
    row-gap: 0.875rem  !important;
  }
  .xl-gap-4 {
    gap: 1rem ;
  }
  [class~="xl-gap-4"] {
    gap: 1rem ;
  }
  .xl-!gap-4 {
    gap: 1rem  !important;
  }
  [class~="xl-!gap-4"] {
    gap: 1rem  !important;
  }
  .xl-gap-x-4 {
    column-gap: 1rem ;
  }
  [class~="xl-gap-x-4"] {
    column-gap: 1rem ;
  }
  .xl-!gap-x-4 {
    column-gap: 1rem  !important;
  }
  [class~="xl-!gap-x-4"] {
    column-gap: 1rem  !important;
  }
  .xl-gap-y-4 {
    row-gap: 1rem ;
  }
  [class~="xl-gap-y-4"] {
    row-gap: 1rem ;
  }
  .xl-!gap-y-4 {
    row-gap: 1rem  !important;
  }
  [class~="xl-!gap-y-4"] {
    row-gap: 1rem  !important;
  }
  .xl-gap-5 {
    gap: 1.25rem ;
  }
  [class~="xl-gap-5"] {
    gap: 1.25rem ;
  }
  .xl-!gap-5 {
    gap: 1.25rem  !important;
  }
  [class~="xl-!gap-5"] {
    gap: 1.25rem  !important;
  }
  .xl-gap-x-5 {
    column-gap: 1.25rem ;
  }
  [class~="xl-gap-x-5"] {
    column-gap: 1.25rem ;
  }
  .xl-!gap-x-5 {
    column-gap: 1.25rem  !important;
  }
  [class~="xl-!gap-x-5"] {
    column-gap: 1.25rem  !important;
  }
  .xl-gap-y-5 {
    row-gap: 1.25rem ;
  }
  [class~="xl-gap-y-5"] {
    row-gap: 1.25rem ;
  }
  .xl-!gap-y-5 {
    row-gap: 1.25rem  !important;
  }
  [class~="xl-!gap-y-5"] {
    row-gap: 1.25rem  !important;
  }
  .xl-gap-6 {
    gap: 1.5rem ;
  }
  [class~="xl-gap-6"] {
    gap: 1.5rem ;
  }
  .xl-!gap-6 {
    gap: 1.5rem  !important;
  }
  [class~="xl-!gap-6"] {
    gap: 1.5rem  !important;
  }
  .xl-gap-x-6 {
    column-gap: 1.5rem ;
  }
  [class~="xl-gap-x-6"] {
    column-gap: 1.5rem ;
  }
  .xl-!gap-x-6 {
    column-gap: 1.5rem  !important;
  }
  [class~="xl-!gap-x-6"] {
    column-gap: 1.5rem  !important;
  }
  .xl-gap-y-6 {
    row-gap: 1.5rem ;
  }
  [class~="xl-gap-y-6"] {
    row-gap: 1.5rem ;
  }
  .xl-!gap-y-6 {
    row-gap: 1.5rem  !important;
  }
  [class~="xl-!gap-y-6"] {
    row-gap: 1.5rem  !important;
  }
  .xl-gap-7 {
    gap: 1.75rem ;
  }
  [class~="xl-gap-7"] {
    gap: 1.75rem ;
  }
  .xl-!gap-7 {
    gap: 1.75rem  !important;
  }
  [class~="xl-!gap-7"] {
    gap: 1.75rem  !important;
  }
  .xl-gap-x-7 {
    column-gap: 1.75rem ;
  }
  [class~="xl-gap-x-7"] {
    column-gap: 1.75rem ;
  }
  .xl-!gap-x-7 {
    column-gap: 1.75rem  !important;
  }
  [class~="xl-!gap-x-7"] {
    column-gap: 1.75rem  !important;
  }
  .xl-gap-y-7 {
    row-gap: 1.75rem ;
  }
  [class~="xl-gap-y-7"] {
    row-gap: 1.75rem ;
  }
  .xl-!gap-y-7 {
    row-gap: 1.75rem  !important;
  }
  [class~="xl-!gap-y-7"] {
    row-gap: 1.75rem  !important;
  }
  .xl-gap-8 {
    gap: 2rem ;
  }
  [class~="xl-gap-8"] {
    gap: 2rem ;
  }
  .xl-!gap-8 {
    gap: 2rem  !important;
  }
  [class~="xl-!gap-8"] {
    gap: 2rem  !important;
  }
  .xl-gap-x-8 {
    column-gap: 2rem ;
  }
  [class~="xl-gap-x-8"] {
    column-gap: 2rem ;
  }
  .xl-!gap-x-8 {
    column-gap: 2rem  !important;
  }
  [class~="xl-!gap-x-8"] {
    column-gap: 2rem  !important;
  }
  .xl-gap-y-8 {
    row-gap: 2rem ;
  }
  [class~="xl-gap-y-8"] {
    row-gap: 2rem ;
  }
  .xl-!gap-y-8 {
    row-gap: 2rem  !important;
  }
  [class~="xl-!gap-y-8"] {
    row-gap: 2rem  !important;
  }
  .xl-gap-9 {
    gap: 2.25rem ;
  }
  [class~="xl-gap-9"] {
    gap: 2.25rem ;
  }
  .xl-!gap-9 {
    gap: 2.25rem  !important;
  }
  [class~="xl-!gap-9"] {
    gap: 2.25rem  !important;
  }
  .xl-gap-x-9 {
    column-gap: 2.25rem ;
  }
  [class~="xl-gap-x-9"] {
    column-gap: 2.25rem ;
  }
  .xl-!gap-x-9 {
    column-gap: 2.25rem  !important;
  }
  [class~="xl-!gap-x-9"] {
    column-gap: 2.25rem  !important;
  }
  .xl-gap-y-9 {
    row-gap: 2.25rem ;
  }
  [class~="xl-gap-y-9"] {
    row-gap: 2.25rem ;
  }
  .xl-!gap-y-9 {
    row-gap: 2.25rem  !important;
  }
  [class~="xl-!gap-y-9"] {
    row-gap: 2.25rem  !important;
  }
  .xl-gap-10 {
    gap: 2.5rem ;
  }
  [class~="xl-gap-10"] {
    gap: 2.5rem ;
  }
  .xl-!gap-10 {
    gap: 2.5rem  !important;
  }
  [class~="xl-!gap-10"] {
    gap: 2.5rem  !important;
  }
  .xl-gap-x-10 {
    column-gap: 2.5rem ;
  }
  [class~="xl-gap-x-10"] {
    column-gap: 2.5rem ;
  }
  .xl-!gap-x-10 {
    column-gap: 2.5rem  !important;
  }
  [class~="xl-!gap-x-10"] {
    column-gap: 2.5rem  !important;
  }
  .xl-gap-y-10 {
    row-gap: 2.5rem ;
  }
  [class~="xl-gap-y-10"] {
    row-gap: 2.5rem ;
  }
  .xl-!gap-y-10 {
    row-gap: 2.5rem  !important;
  }
  [class~="xl-!gap-y-10"] {
    row-gap: 2.5rem  !important;
  }
  .xl-gap-11 {
    gap: 2.75rem ;
  }
  [class~="xl-gap-11"] {
    gap: 2.75rem ;
  }
  .xl-!gap-11 {
    gap: 2.75rem  !important;
  }
  [class~="xl-!gap-11"] {
    gap: 2.75rem  !important;
  }
  .xl-gap-x-11 {
    column-gap: 2.75rem ;
  }
  [class~="xl-gap-x-11"] {
    column-gap: 2.75rem ;
  }
  .xl-!gap-x-11 {
    column-gap: 2.75rem  !important;
  }
  [class~="xl-!gap-x-11"] {
    column-gap: 2.75rem  !important;
  }
  .xl-gap-y-11 {
    row-gap: 2.75rem ;
  }
  [class~="xl-gap-y-11"] {
    row-gap: 2.75rem ;
  }
  .xl-!gap-y-11 {
    row-gap: 2.75rem  !important;
  }
  [class~="xl-!gap-y-11"] {
    row-gap: 2.75rem  !important;
  }
  .xl-gap-12 {
    gap: 3rem ;
  }
  [class~="xl-gap-12"] {
    gap: 3rem ;
  }
  .xl-!gap-12 {
    gap: 3rem  !important;
  }
  [class~="xl-!gap-12"] {
    gap: 3rem  !important;
  }
  .xl-gap-x-12 {
    column-gap: 3rem ;
  }
  [class~="xl-gap-x-12"] {
    column-gap: 3rem ;
  }
  .xl-!gap-x-12 {
    column-gap: 3rem  !important;
  }
  [class~="xl-!gap-x-12"] {
    column-gap: 3rem  !important;
  }
  .xl-gap-y-12 {
    row-gap: 3rem ;
  }
  [class~="xl-gap-y-12"] {
    row-gap: 3rem ;
  }
  .xl-!gap-y-12 {
    row-gap: 3rem  !important;
  }
  [class~="xl-!gap-y-12"] {
    row-gap: 3rem  !important;
  }
  .xl-gap-14 {
    gap: 3.5rem ;
  }
  [class~="xl-gap-14"] {
    gap: 3.5rem ;
  }
  .xl-!gap-14 {
    gap: 3.5rem  !important;
  }
  [class~="xl-!gap-14"] {
    gap: 3.5rem  !important;
  }
  .xl-gap-x-14 {
    column-gap: 3.5rem ;
  }
  [class~="xl-gap-x-14"] {
    column-gap: 3.5rem ;
  }
  .xl-!gap-x-14 {
    column-gap: 3.5rem  !important;
  }
  [class~="xl-!gap-x-14"] {
    column-gap: 3.5rem  !important;
  }
  .xl-gap-y-14 {
    row-gap: 3.5rem ;
  }
  [class~="xl-gap-y-14"] {
    row-gap: 3.5rem ;
  }
  .xl-!gap-y-14 {
    row-gap: 3.5rem  !important;
  }
  [class~="xl-!gap-y-14"] {
    row-gap: 3.5rem  !important;
  }
  .xl-gap-16 {
    gap: 4rem ;
  }
  [class~="xl-gap-16"] {
    gap: 4rem ;
  }
  .xl-!gap-16 {
    gap: 4rem  !important;
  }
  [class~="xl-!gap-16"] {
    gap: 4rem  !important;
  }
  .xl-gap-x-16 {
    column-gap: 4rem ;
  }
  [class~="xl-gap-x-16"] {
    column-gap: 4rem ;
  }
  .xl-!gap-x-16 {
    column-gap: 4rem  !important;
  }
  [class~="xl-!gap-x-16"] {
    column-gap: 4rem  !important;
  }
  .xl-gap-y-16 {
    row-gap: 4rem ;
  }
  [class~="xl-gap-y-16"] {
    row-gap: 4rem ;
  }
  .xl-!gap-y-16 {
    row-gap: 4rem  !important;
  }
  [class~="xl-!gap-y-16"] {
    row-gap: 4rem  !important;
  }
  .xl-gap-20 {
    gap: 5rem ;
  }
  [class~="xl-gap-20"] {
    gap: 5rem ;
  }
  .xl-!gap-20 {
    gap: 5rem  !important;
  }
  [class~="xl-!gap-20"] {
    gap: 5rem  !important;
  }
  .xl-gap-x-20 {
    column-gap: 5rem ;
  }
  [class~="xl-gap-x-20"] {
    column-gap: 5rem ;
  }
  .xl-!gap-x-20 {
    column-gap: 5rem  !important;
  }
  [class~="xl-!gap-x-20"] {
    column-gap: 5rem  !important;
  }
  .xl-gap-y-20 {
    row-gap: 5rem ;
  }
  [class~="xl-gap-y-20"] {
    row-gap: 5rem ;
  }
  .xl-!gap-y-20 {
    row-gap: 5rem  !important;
  }
  [class~="xl-!gap-y-20"] {
    row-gap: 5rem  !important;
  }
  .xl-gap-24 {
    gap: 6rem ;
  }
  [class~="xl-gap-24"] {
    gap: 6rem ;
  }
  .xl-!gap-24 {
    gap: 6rem  !important;
  }
  [class~="xl-!gap-24"] {
    gap: 6rem  !important;
  }
  .xl-gap-x-24 {
    column-gap: 6rem ;
  }
  [class~="xl-gap-x-24"] {
    column-gap: 6rem ;
  }
  .xl-!gap-x-24 {
    column-gap: 6rem  !important;
  }
  [class~="xl-!gap-x-24"] {
    column-gap: 6rem  !important;
  }
  .xl-gap-y-24 {
    row-gap: 6rem ;
  }
  [class~="xl-gap-y-24"] {
    row-gap: 6rem ;
  }
  .xl-!gap-y-24 {
    row-gap: 6rem  !important;
  }
  [class~="xl-!gap-y-24"] {
    row-gap: 6rem  !important;
  }
  .xl-gap-28 {
    gap: 7rem ;
  }
  [class~="xl-gap-28"] {
    gap: 7rem ;
  }
  .xl-!gap-28 {
    gap: 7rem  !important;
  }
  [class~="xl-!gap-28"] {
    gap: 7rem  !important;
  }
  .xl-gap-x-28 {
    column-gap: 7rem ;
  }
  [class~="xl-gap-x-28"] {
    column-gap: 7rem ;
  }
  .xl-!gap-x-28 {
    column-gap: 7rem  !important;
  }
  [class~="xl-!gap-x-28"] {
    column-gap: 7rem  !important;
  }
  .xl-gap-y-28 {
    row-gap: 7rem ;
  }
  [class~="xl-gap-y-28"] {
    row-gap: 7rem ;
  }
  .xl-!gap-y-28 {
    row-gap: 7rem  !important;
  }
  [class~="xl-!gap-y-28"] {
    row-gap: 7rem  !important;
  }
  .xl-gap-32 {
    gap: 8rem ;
  }
  [class~="xl-gap-32"] {
    gap: 8rem ;
  }
  .xl-!gap-32 {
    gap: 8rem  !important;
  }
  [class~="xl-!gap-32"] {
    gap: 8rem  !important;
  }
  .xl-gap-x-32 {
    column-gap: 8rem ;
  }
  [class~="xl-gap-x-32"] {
    column-gap: 8rem ;
  }
  .xl-!gap-x-32 {
    column-gap: 8rem  !important;
  }
  [class~="xl-!gap-x-32"] {
    column-gap: 8rem  !important;
  }
  .xl-gap-y-32 {
    row-gap: 8rem ;
  }
  [class~="xl-gap-y-32"] {
    row-gap: 8rem ;
  }
  .xl-!gap-y-32 {
    row-gap: 8rem  !important;
  }
  [class~="xl-!gap-y-32"] {
    row-gap: 8rem  !important;
  }
  .xl-gap-36 {
    gap: 9rem ;
  }
  [class~="xl-gap-36"] {
    gap: 9rem ;
  }
  .xl-!gap-36 {
    gap: 9rem  !important;
  }
  [class~="xl-!gap-36"] {
    gap: 9rem  !important;
  }
  .xl-gap-x-36 {
    column-gap: 9rem ;
  }
  [class~="xl-gap-x-36"] {
    column-gap: 9rem ;
  }
  .xl-!gap-x-36 {
    column-gap: 9rem  !important;
  }
  [class~="xl-!gap-x-36"] {
    column-gap: 9rem  !important;
  }
  .xl-gap-y-36 {
    row-gap: 9rem ;
  }
  [class~="xl-gap-y-36"] {
    row-gap: 9rem ;
  }
  .xl-!gap-y-36 {
    row-gap: 9rem  !important;
  }
  [class~="xl-!gap-y-36"] {
    row-gap: 9rem  !important;
  }
  .xl-gap-40 {
    gap: 10rem ;
  }
  [class~="xl-gap-40"] {
    gap: 10rem ;
  }
  .xl-!gap-40 {
    gap: 10rem  !important;
  }
  [class~="xl-!gap-40"] {
    gap: 10rem  !important;
  }
  .xl-gap-x-40 {
    column-gap: 10rem ;
  }
  [class~="xl-gap-x-40"] {
    column-gap: 10rem ;
  }
  .xl-!gap-x-40 {
    column-gap: 10rem  !important;
  }
  [class~="xl-!gap-x-40"] {
    column-gap: 10rem  !important;
  }
  .xl-gap-y-40 {
    row-gap: 10rem ;
  }
  [class~="xl-gap-y-40"] {
    row-gap: 10rem ;
  }
  .xl-!gap-y-40 {
    row-gap: 10rem  !important;
  }
  [class~="xl-!gap-y-40"] {
    row-gap: 10rem  !important;
  }
  .xl-gap-44 {
    gap: 11rem ;
  }
  [class~="xl-gap-44"] {
    gap: 11rem ;
  }
  .xl-!gap-44 {
    gap: 11rem  !important;
  }
  [class~="xl-!gap-44"] {
    gap: 11rem  !important;
  }
  .xl-gap-x-44 {
    column-gap: 11rem ;
  }
  [class~="xl-gap-x-44"] {
    column-gap: 11rem ;
  }
  .xl-!gap-x-44 {
    column-gap: 11rem  !important;
  }
  [class~="xl-!gap-x-44"] {
    column-gap: 11rem  !important;
  }
  .xl-gap-y-44 {
    row-gap: 11rem ;
  }
  [class~="xl-gap-y-44"] {
    row-gap: 11rem ;
  }
  .xl-!gap-y-44 {
    row-gap: 11rem  !important;
  }
  [class~="xl-!gap-y-44"] {
    row-gap: 11rem  !important;
  }
  .xl-gap-48 {
    gap: 12rem ;
  }
  [class~="xl-gap-48"] {
    gap: 12rem ;
  }
  .xl-!gap-48 {
    gap: 12rem  !important;
  }
  [class~="xl-!gap-48"] {
    gap: 12rem  !important;
  }
  .xl-gap-x-48 {
    column-gap: 12rem ;
  }
  [class~="xl-gap-x-48"] {
    column-gap: 12rem ;
  }
  .xl-!gap-x-48 {
    column-gap: 12rem  !important;
  }
  [class~="xl-!gap-x-48"] {
    column-gap: 12rem  !important;
  }
  .xl-gap-y-48 {
    row-gap: 12rem ;
  }
  [class~="xl-gap-y-48"] {
    row-gap: 12rem ;
  }
  .xl-!gap-y-48 {
    row-gap: 12rem  !important;
  }
  [class~="xl-!gap-y-48"] {
    row-gap: 12rem  !important;
  }
  .xl-gap-52 {
    gap: 13rem ;
  }
  [class~="xl-gap-52"] {
    gap: 13rem ;
  }
  .xl-!gap-52 {
    gap: 13rem  !important;
  }
  [class~="xl-!gap-52"] {
    gap: 13rem  !important;
  }
  .xl-gap-x-52 {
    column-gap: 13rem ;
  }
  [class~="xl-gap-x-52"] {
    column-gap: 13rem ;
  }
  .xl-!gap-x-52 {
    column-gap: 13rem  !important;
  }
  [class~="xl-!gap-x-52"] {
    column-gap: 13rem  !important;
  }
  .xl-gap-y-52 {
    row-gap: 13rem ;
  }
  [class~="xl-gap-y-52"] {
    row-gap: 13rem ;
  }
  .xl-!gap-y-52 {
    row-gap: 13rem  !important;
  }
  [class~="xl-!gap-y-52"] {
    row-gap: 13rem  !important;
  }
  .xl-gap-56 {
    gap: 14rem ;
  }
  [class~="xl-gap-56"] {
    gap: 14rem ;
  }
  .xl-!gap-56 {
    gap: 14rem  !important;
  }
  [class~="xl-!gap-56"] {
    gap: 14rem  !important;
  }
  .xl-gap-x-56 {
    column-gap: 14rem ;
  }
  [class~="xl-gap-x-56"] {
    column-gap: 14rem ;
  }
  .xl-!gap-x-56 {
    column-gap: 14rem  !important;
  }
  [class~="xl-!gap-x-56"] {
    column-gap: 14rem  !important;
  }
  .xl-gap-y-56 {
    row-gap: 14rem ;
  }
  [class~="xl-gap-y-56"] {
    row-gap: 14rem ;
  }
  .xl-!gap-y-56 {
    row-gap: 14rem  !important;
  }
  [class~="xl-!gap-y-56"] {
    row-gap: 14rem  !important;
  }
  .xl-gap-60 {
    gap: 15rem ;
  }
  [class~="xl-gap-60"] {
    gap: 15rem ;
  }
  .xl-!gap-60 {
    gap: 15rem  !important;
  }
  [class~="xl-!gap-60"] {
    gap: 15rem  !important;
  }
  .xl-gap-x-60 {
    column-gap: 15rem ;
  }
  [class~="xl-gap-x-60"] {
    column-gap: 15rem ;
  }
  .xl-!gap-x-60 {
    column-gap: 15rem  !important;
  }
  [class~="xl-!gap-x-60"] {
    column-gap: 15rem  !important;
  }
  .xl-gap-y-60 {
    row-gap: 15rem ;
  }
  [class~="xl-gap-y-60"] {
    row-gap: 15rem ;
  }
  .xl-!gap-y-60 {
    row-gap: 15rem  !important;
  }
  [class~="xl-!gap-y-60"] {
    row-gap: 15rem  !important;
  }
  .xl-gap-64 {
    gap: 16rem ;
  }
  [class~="xl-gap-64"] {
    gap: 16rem ;
  }
  .xl-!gap-64 {
    gap: 16rem  !important;
  }
  [class~="xl-!gap-64"] {
    gap: 16rem  !important;
  }
  .xl-gap-x-64 {
    column-gap: 16rem ;
  }
  [class~="xl-gap-x-64"] {
    column-gap: 16rem ;
  }
  .xl-!gap-x-64 {
    column-gap: 16rem  !important;
  }
  [class~="xl-!gap-x-64"] {
    column-gap: 16rem  !important;
  }
  .xl-gap-y-64 {
    row-gap: 16rem ;
  }
  [class~="xl-gap-y-64"] {
    row-gap: 16rem ;
  }
  .xl-!gap-y-64 {
    row-gap: 16rem  !important;
  }
  [class~="xl-!gap-y-64"] {
    row-gap: 16rem  !important;
  }
  .xl-gap-72 {
    gap: 18rem ;
  }
  [class~="xl-gap-72"] {
    gap: 18rem ;
  }
  .xl-!gap-72 {
    gap: 18rem  !important;
  }
  [class~="xl-!gap-72"] {
    gap: 18rem  !important;
  }
  .xl-gap-x-72 {
    column-gap: 18rem ;
  }
  [class~="xl-gap-x-72"] {
    column-gap: 18rem ;
  }
  .xl-!gap-x-72 {
    column-gap: 18rem  !important;
  }
  [class~="xl-!gap-x-72"] {
    column-gap: 18rem  !important;
  }
  .xl-gap-y-72 {
    row-gap: 18rem ;
  }
  [class~="xl-gap-y-72"] {
    row-gap: 18rem ;
  }
  .xl-!gap-y-72 {
    row-gap: 18rem  !important;
  }
  [class~="xl-!gap-y-72"] {
    row-gap: 18rem  !important;
  }
  .xl-gap-80 {
    gap: 20rem ;
  }
  [class~="xl-gap-80"] {
    gap: 20rem ;
  }
  .xl-!gap-80 {
    gap: 20rem  !important;
  }
  [class~="xl-!gap-80"] {
    gap: 20rem  !important;
  }
  .xl-gap-x-80 {
    column-gap: 20rem ;
  }
  [class~="xl-gap-x-80"] {
    column-gap: 20rem ;
  }
  .xl-!gap-x-80 {
    column-gap: 20rem  !important;
  }
  [class~="xl-!gap-x-80"] {
    column-gap: 20rem  !important;
  }
  .xl-gap-y-80 {
    row-gap: 20rem ;
  }
  [class~="xl-gap-y-80"] {
    row-gap: 20rem ;
  }
  .xl-!gap-y-80 {
    row-gap: 20rem  !important;
  }
  [class~="xl-!gap-y-80"] {
    row-gap: 20rem  !important;
  }
  .xl-gap-96 {
    gap: 24rem ;
  }
  [class~="xl-gap-96"] {
    gap: 24rem ;
  }
  .xl-!gap-96 {
    gap: 24rem  !important;
  }
  [class~="xl-!gap-96"] {
    gap: 24rem  !important;
  }
  .xl-gap-x-96 {
    column-gap: 24rem ;
  }
  [class~="xl-gap-x-96"] {
    column-gap: 24rem ;
  }
  .xl-!gap-x-96 {
    column-gap: 24rem  !important;
  }
  [class~="xl-!gap-x-96"] {
    column-gap: 24rem  !important;
  }
  .xl-gap-y-96 {
    row-gap: 24rem ;
  }
  [class~="xl-gap-y-96"] {
    row-gap: 24rem ;
  }
  .xl-!gap-y-96 {
    row-gap: 24rem  !important;
  }
  [class~="xl-!gap-y-96"] {
    row-gap: 24rem  !important;
  }
  .xl-p-0 {
    padding: 0 ;
  }
  [class~="xl-p-0"] {
    padding: 0 ;
  }
  .xl-!p-0 {
    padding: 0  !important;
  }
  [class~="xl-!p-0"] {
    padding: 0  !important;
  }
  .xl-px-0 {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  [class~="xl-px-0"] {
    padding-left: 0 ;
    padding-right: 0 ;
  }
  .xl-!px-0 {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  [class~="xl-!px-0"] {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .xl-py-0 {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  [class~="xl-py-0"] {
    padding-top: 0 ;
    padding-bottom: 0 ;
  }
  .xl-!py-0 {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  [class~="xl-!py-0"] {
    padding-top: 0  !important;
    padding-bottom: 0  !important;
  }
  .xl-ps-0 {
    padding-inline-start: 0 ;
  }
  [class~="xl-ps-0"] {
    padding-inline-start: 0 ;
  }
  .xl-!ps-0 {
    padding-inline-start: 0  !important;
  }
  [class~="xl-!ps-0"] {
    padding-inline-start: 0  !important;
  }
  .xl-pe-0 {
    padding-inline-end: 0 ;
  }
  [class~="xl-pe-0"] {
    padding-inline-end: 0 ;
  }
  .xl-!pe-0 {
    padding-inline-end: 0  !important;
  }
  [class~="xl-!pe-0"] {
    padding-inline-end: 0  !important;
  }
  .xl-pt-0 {
    padding-top: 0 ;
  }
  [class~="xl-pt-0"] {
    padding-top: 0 ;
  }
  .xl-!pt-0 {
    padding-top: 0  !important;
  }
  [class~="xl-!pt-0"] {
    padding-top: 0  !important;
  }
  .xl-pr-0 {
    padding-right: 0 ;
  }
  [class~="xl-pr-0"] {
    padding-right: 0 ;
  }
  .xl-!pr-0 {
    padding-right: 0  !important;
  }
  [class~="xl-!pr-0"] {
    padding-right: 0  !important;
  }
  .xl-pb-0 {
    padding-bottom: 0 ;
  }
  [class~="xl-pb-0"] {
    padding-bottom: 0 ;
  }
  .xl-!pb-0 {
    padding-bottom: 0  !important;
  }
  [class~="xl-!pb-0"] {
    padding-bottom: 0  !important;
  }
  .xl-pl-0 {
    padding-left: 0 ;
  }
  [class~="xl-pl-0"] {
    padding-left: 0 ;
  }
  .xl-!pl-0 {
    padding-left: 0  !important;
  }
  [class~="xl-!pl-0"] {
    padding-left: 0  !important;
  }
  .xl-p-px {
    padding: 1px ;
  }
  [class~="xl-p-px"] {
    padding: 1px ;
  }
  .xl-!p-px {
    padding: 1px  !important;
  }
  [class~="xl-!p-px"] {
    padding: 1px  !important;
  }
  .xl-px-px {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  [class~="xl-px-px"] {
    padding-left: 1px ;
    padding-right: 1px ;
  }
  .xl-!px-px {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  [class~="xl-!px-px"] {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .xl-py-px {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  [class~="xl-py-px"] {
    padding-top: 1px ;
    padding-bottom: 1px ;
  }
  .xl-!py-px {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  [class~="xl-!py-px"] {
    padding-top: 1px  !important;
    padding-bottom: 1px  !important;
  }
  .xl-ps-px {
    padding-inline-start: 1px ;
  }
  [class~="xl-ps-px"] {
    padding-inline-start: 1px ;
  }
  .xl-!ps-px {
    padding-inline-start: 1px  !important;
  }
  [class~="xl-!ps-px"] {
    padding-inline-start: 1px  !important;
  }
  .xl-pe-px {
    padding-inline-end: 1px ;
  }
  [class~="xl-pe-px"] {
    padding-inline-end: 1px ;
  }
  .xl-!pe-px {
    padding-inline-end: 1px  !important;
  }
  [class~="xl-!pe-px"] {
    padding-inline-end: 1px  !important;
  }
  .xl-pt-px {
    padding-top: 1px ;
  }
  [class~="xl-pt-px"] {
    padding-top: 1px ;
  }
  .xl-!pt-px {
    padding-top: 1px  !important;
  }
  [class~="xl-!pt-px"] {
    padding-top: 1px  !important;
  }
  .xl-pr-px {
    padding-right: 1px ;
  }
  [class~="xl-pr-px"] {
    padding-right: 1px ;
  }
  .xl-!pr-px {
    padding-right: 1px  !important;
  }
  [class~="xl-!pr-px"] {
    padding-right: 1px  !important;
  }
  .xl-pb-px {
    padding-bottom: 1px ;
  }
  [class~="xl-pb-px"] {
    padding-bottom: 1px ;
  }
  .xl-!pb-px {
    padding-bottom: 1px  !important;
  }
  [class~="xl-!pb-px"] {
    padding-bottom: 1px  !important;
  }
  .xl-pl-px {
    padding-left: 1px ;
  }
  [class~="xl-pl-px"] {
    padding-left: 1px ;
  }
  .xl-!pl-px {
    padding-left: 1px  !important;
  }
  [class~="xl-!pl-px"] {
    padding-left: 1px  !important;
  }
  .xl-p-0\.5 {
    padding: 0.125rem ;
  }
  [class~="xl-p-0\.5"] {
    padding: 0.125rem ;
  }
  .xl-!p-0\.5 {
    padding: 0.125rem  !important;
  }
  [class~="xl-!p-0\.5"] {
    padding: 0.125rem  !important;
  }
  .xl-px-0\.5 {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  [class~="xl-px-0\.5"] {
    padding-left: 0.125rem ;
    padding-right: 0.125rem ;
  }
  .xl-!px-0\.5 {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  [class~="xl-!px-0\.5"] {
    padding-left: 0.125rem  !important;
    padding-right: 0.125rem  !important;
  }
  .xl-py-0\.5 {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  [class~="xl-py-0\.5"] {
    padding-top: 0.125rem ;
    padding-bottom: 0.125rem ;
  }
  .xl-!py-0\.5 {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  [class~="xl-!py-0\.5"] {
    padding-top: 0.125rem  !important;
    padding-bottom: 0.125rem  !important;
  }
  .xl-ps-0\.5 {
    padding-inline-start: 0.125rem ;
  }
  [class~="xl-ps-0\.5"] {
    padding-inline-start: 0.125rem ;
  }
  .xl-!ps-0\.5 {
    padding-inline-start: 0.125rem  !important;
  }
  [class~="xl-!ps-0\.5"] {
    padding-inline-start: 0.125rem  !important;
  }
  .xl-pe-0\.5 {
    padding-inline-end: 0.125rem ;
  }
  [class~="xl-pe-0\.5"] {
    padding-inline-end: 0.125rem ;
  }
  .xl-!pe-0\.5 {
    padding-inline-end: 0.125rem  !important;
  }
  [class~="xl-!pe-0\.5"] {
    padding-inline-end: 0.125rem  !important;
  }
  .xl-pt-0\.5 {
    padding-top: 0.125rem ;
  }
  [class~="xl-pt-0\.5"] {
    padding-top: 0.125rem ;
  }
  .xl-!pt-0\.5 {
    padding-top: 0.125rem  !important;
  }
  [class~="xl-!pt-0\.5"] {
    padding-top: 0.125rem  !important;
  }
  .xl-pr-0\.5 {
    padding-right: 0.125rem ;
  }
  [class~="xl-pr-0\.5"] {
    padding-right: 0.125rem ;
  }
  .xl-!pr-0\.5 {
    padding-right: 0.125rem  !important;
  }
  [class~="xl-!pr-0\.5"] {
    padding-right: 0.125rem  !important;
  }
  .xl-pb-0\.5 {
    padding-bottom: 0.125rem ;
  }
  [class~="xl-pb-0\.5"] {
    padding-bottom: 0.125rem ;
  }
  .xl-!pb-0\.5 {
    padding-bottom: 0.125rem  !important;
  }
  [class~="xl-!pb-0\.5"] {
    padding-bottom: 0.125rem  !important;
  }
  .xl-pl-0\.5 {
    padding-left: 0.125rem ;
  }
  [class~="xl-pl-0\.5"] {
    padding-left: 0.125rem ;
  }
  .xl-!pl-0\.5 {
    padding-left: 0.125rem  !important;
  }
  [class~="xl-!pl-0\.5"] {
    padding-left: 0.125rem  !important;
  }
  .xl-p-1 {
    padding: 0.25rem ;
  }
  [class~="xl-p-1"] {
    padding: 0.25rem ;
  }
  .xl-!p-1 {
    padding: 0.25rem  !important;
  }
  [class~="xl-!p-1"] {
    padding: 0.25rem  !important;
  }
  .xl-px-1 {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  [class~="xl-px-1"] {
    padding-left: 0.25rem ;
    padding-right: 0.25rem ;
  }
  .xl-!px-1 {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  [class~="xl-!px-1"] {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .xl-py-1 {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  [class~="xl-py-1"] {
    padding-top: 0.25rem ;
    padding-bottom: 0.25rem ;
  }
  .xl-!py-1 {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  [class~="xl-!py-1"] {
    padding-top: 0.25rem  !important;
    padding-bottom: 0.25rem  !important;
  }
  .xl-ps-1 {
    padding-inline-start: 0.25rem ;
  }
  [class~="xl-ps-1"] {
    padding-inline-start: 0.25rem ;
  }
  .xl-!ps-1 {
    padding-inline-start: 0.25rem  !important;
  }
  [class~="xl-!ps-1"] {
    padding-inline-start: 0.25rem  !important;
  }
  .xl-pe-1 {
    padding-inline-end: 0.25rem ;
  }
  [class~="xl-pe-1"] {
    padding-inline-end: 0.25rem ;
  }
  .xl-!pe-1 {
    padding-inline-end: 0.25rem  !important;
  }
  [class~="xl-!pe-1"] {
    padding-inline-end: 0.25rem  !important;
  }
  .xl-pt-1 {
    padding-top: 0.25rem ;
  }
  [class~="xl-pt-1"] {
    padding-top: 0.25rem ;
  }
  .xl-!pt-1 {
    padding-top: 0.25rem  !important;
  }
  [class~="xl-!pt-1"] {
    padding-top: 0.25rem  !important;
  }
  .xl-pr-1 {
    padding-right: 0.25rem ;
  }
  [class~="xl-pr-1"] {
    padding-right: 0.25rem ;
  }
  .xl-!pr-1 {
    padding-right: 0.25rem  !important;
  }
  [class~="xl-!pr-1"] {
    padding-right: 0.25rem  !important;
  }
  .xl-pb-1 {
    padding-bottom: 0.25rem ;
  }
  [class~="xl-pb-1"] {
    padding-bottom: 0.25rem ;
  }
  .xl-!pb-1 {
    padding-bottom: 0.25rem  !important;
  }
  [class~="xl-!pb-1"] {
    padding-bottom: 0.25rem  !important;
  }
  .xl-pl-1 {
    padding-left: 0.25rem ;
  }
  [class~="xl-pl-1"] {
    padding-left: 0.25rem ;
  }
  .xl-!pl-1 {
    padding-left: 0.25rem  !important;
  }
  [class~="xl-!pl-1"] {
    padding-left: 0.25rem  !important;
  }
  .xl-p-1\.5 {
    padding: 0.375rem ;
  }
  [class~="xl-p-1\.5"] {
    padding: 0.375rem ;
  }
  .xl-!p-1\.5 {
    padding: 0.375rem  !important;
  }
  [class~="xl-!p-1\.5"] {
    padding: 0.375rem  !important;
  }
  .xl-px-1\.5 {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  [class~="xl-px-1\.5"] {
    padding-left: 0.375rem ;
    padding-right: 0.375rem ;
  }
  .xl-!px-1\.5 {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  [class~="xl-!px-1\.5"] {
    padding-left: 0.375rem  !important;
    padding-right: 0.375rem  !important;
  }
  .xl-py-1\.5 {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  [class~="xl-py-1\.5"] {
    padding-top: 0.375rem ;
    padding-bottom: 0.375rem ;
  }
  .xl-!py-1\.5 {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  [class~="xl-!py-1\.5"] {
    padding-top: 0.375rem  !important;
    padding-bottom: 0.375rem  !important;
  }
  .xl-ps-1\.5 {
    padding-inline-start: 0.375rem ;
  }
  [class~="xl-ps-1\.5"] {
    padding-inline-start: 0.375rem ;
  }
  .xl-!ps-1\.5 {
    padding-inline-start: 0.375rem  !important;
  }
  [class~="xl-!ps-1\.5"] {
    padding-inline-start: 0.375rem  !important;
  }
  .xl-pe-1\.5 {
    padding-inline-end: 0.375rem ;
  }
  [class~="xl-pe-1\.5"] {
    padding-inline-end: 0.375rem ;
  }
  .xl-!pe-1\.5 {
    padding-inline-end: 0.375rem  !important;
  }
  [class~="xl-!pe-1\.5"] {
    padding-inline-end: 0.375rem  !important;
  }
  .xl-pt-1\.5 {
    padding-top: 0.375rem ;
  }
  [class~="xl-pt-1\.5"] {
    padding-top: 0.375rem ;
  }
  .xl-!pt-1\.5 {
    padding-top: 0.375rem  !important;
  }
  [class~="xl-!pt-1\.5"] {
    padding-top: 0.375rem  !important;
  }
  .xl-pr-1\.5 {
    padding-right: 0.375rem ;
  }
  [class~="xl-pr-1\.5"] {
    padding-right: 0.375rem ;
  }
  .xl-!pr-1\.5 {
    padding-right: 0.375rem  !important;
  }
  [class~="xl-!pr-1\.5"] {
    padding-right: 0.375rem  !important;
  }
  .xl-pb-1\.5 {
    padding-bottom: 0.375rem ;
  }
  [class~="xl-pb-1\.5"] {
    padding-bottom: 0.375rem ;
  }
  .xl-!pb-1\.5 {
    padding-bottom: 0.375rem  !important;
  }
  [class~="xl-!pb-1\.5"] {
    padding-bottom: 0.375rem  !important;
  }
  .xl-pl-1\.5 {
    padding-left: 0.375rem ;
  }
  [class~="xl-pl-1\.5"] {
    padding-left: 0.375rem ;
  }
  .xl-!pl-1\.5 {
    padding-left: 0.375rem  !important;
  }
  [class~="xl-!pl-1\.5"] {
    padding-left: 0.375rem  !important;
  }
  .xl-p-2 {
    padding: 0.5rem ;
  }
  [class~="xl-p-2"] {
    padding: 0.5rem ;
  }
  .xl-!p-2 {
    padding: 0.5rem  !important;
  }
  [class~="xl-!p-2"] {
    padding: 0.5rem  !important;
  }
  .xl-px-2 {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  [class~="xl-px-2"] {
    padding-left: 0.5rem ;
    padding-right: 0.5rem ;
  }
  .xl-!px-2 {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  [class~="xl-!px-2"] {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .xl-py-2 {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  [class~="xl-py-2"] {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
  }
  .xl-!py-2 {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  [class~="xl-!py-2"] {
    padding-top: 0.5rem  !important;
    padding-bottom: 0.5rem  !important;
  }
  .xl-ps-2 {
    padding-inline-start: 0.5rem ;
  }
  [class~="xl-ps-2"] {
    padding-inline-start: 0.5rem ;
  }
  .xl-!ps-2 {
    padding-inline-start: 0.5rem  !important;
  }
  [class~="xl-!ps-2"] {
    padding-inline-start: 0.5rem  !important;
  }
  .xl-pe-2 {
    padding-inline-end: 0.5rem ;
  }
  [class~="xl-pe-2"] {
    padding-inline-end: 0.5rem ;
  }
  .xl-!pe-2 {
    padding-inline-end: 0.5rem  !important;
  }
  [class~="xl-!pe-2"] {
    padding-inline-end: 0.5rem  !important;
  }
  .xl-pt-2 {
    padding-top: 0.5rem ;
  }
  [class~="xl-pt-2"] {
    padding-top: 0.5rem ;
  }
  .xl-!pt-2 {
    padding-top: 0.5rem  !important;
  }
  [class~="xl-!pt-2"] {
    padding-top: 0.5rem  !important;
  }
  .xl-pr-2 {
    padding-right: 0.5rem ;
  }
  [class~="xl-pr-2"] {
    padding-right: 0.5rem ;
  }
  .xl-!pr-2 {
    padding-right: 0.5rem  !important;
  }
  [class~="xl-!pr-2"] {
    padding-right: 0.5rem  !important;
  }
  .xl-pb-2 {
    padding-bottom: 0.5rem ;
  }
  [class~="xl-pb-2"] {
    padding-bottom: 0.5rem ;
  }
  .xl-!pb-2 {
    padding-bottom: 0.5rem  !important;
  }
  [class~="xl-!pb-2"] {
    padding-bottom: 0.5rem  !important;
  }
  .xl-pl-2 {
    padding-left: 0.5rem ;
  }
  [class~="xl-pl-2"] {
    padding-left: 0.5rem ;
  }
  .xl-!pl-2 {
    padding-left: 0.5rem  !important;
  }
  [class~="xl-!pl-2"] {
    padding-left: 0.5rem  !important;
  }
  .xl-p-2\.5 {
    padding: 0.625rem ;
  }
  [class~="xl-p-2\.5"] {
    padding: 0.625rem ;
  }
  .xl-!p-2\.5 {
    padding: 0.625rem  !important;
  }
  [class~="xl-!p-2\.5"] {
    padding: 0.625rem  !important;
  }
  .xl-px-2\.5 {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  [class~="xl-px-2\.5"] {
    padding-left: 0.625rem ;
    padding-right: 0.625rem ;
  }
  .xl-!px-2\.5 {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  [class~="xl-!px-2\.5"] {
    padding-left: 0.625rem  !important;
    padding-right: 0.625rem  !important;
  }
  .xl-py-2\.5 {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  [class~="xl-py-2\.5"] {
    padding-top: 0.625rem ;
    padding-bottom: 0.625rem ;
  }
  .xl-!py-2\.5 {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  [class~="xl-!py-2\.5"] {
    padding-top: 0.625rem  !important;
    padding-bottom: 0.625rem  !important;
  }
  .xl-ps-2\.5 {
    padding-inline-start: 0.625rem ;
  }
  [class~="xl-ps-2\.5"] {
    padding-inline-start: 0.625rem ;
  }
  .xl-!ps-2\.5 {
    padding-inline-start: 0.625rem  !important;
  }
  [class~="xl-!ps-2\.5"] {
    padding-inline-start: 0.625rem  !important;
  }
  .xl-pe-2\.5 {
    padding-inline-end: 0.625rem ;
  }
  [class~="xl-pe-2\.5"] {
    padding-inline-end: 0.625rem ;
  }
  .xl-!pe-2\.5 {
    padding-inline-end: 0.625rem  !important;
  }
  [class~="xl-!pe-2\.5"] {
    padding-inline-end: 0.625rem  !important;
  }
  .xl-pt-2\.5 {
    padding-top: 0.625rem ;
  }
  [class~="xl-pt-2\.5"] {
    padding-top: 0.625rem ;
  }
  .xl-!pt-2\.5 {
    padding-top: 0.625rem  !important;
  }
  [class~="xl-!pt-2\.5"] {
    padding-top: 0.625rem  !important;
  }
  .xl-pr-2\.5 {
    padding-right: 0.625rem ;
  }
  [class~="xl-pr-2\.5"] {
    padding-right: 0.625rem ;
  }
  .xl-!pr-2\.5 {
    padding-right: 0.625rem  !important;
  }
  [class~="xl-!pr-2\.5"] {
    padding-right: 0.625rem  !important;
  }
  .xl-pb-2\.5 {
    padding-bottom: 0.625rem ;
  }
  [class~="xl-pb-2\.5"] {
    padding-bottom: 0.625rem ;
  }
  .xl-!pb-2\.5 {
    padding-bottom: 0.625rem  !important;
  }
  [class~="xl-!pb-2\.5"] {
    padding-bottom: 0.625rem  !important;
  }
  .xl-pl-2\.5 {
    padding-left: 0.625rem ;
  }
  [class~="xl-pl-2\.5"] {
    padding-left: 0.625rem ;
  }
  .xl-!pl-2\.5 {
    padding-left: 0.625rem  !important;
  }
  [class~="xl-!pl-2\.5"] {
    padding-left: 0.625rem  !important;
  }
  .xl-p-3 {
    padding: 0.75rem ;
  }
  [class~="xl-p-3"] {
    padding: 0.75rem ;
  }
  .xl-!p-3 {
    padding: 0.75rem  !important;
  }
  [class~="xl-!p-3"] {
    padding: 0.75rem  !important;
  }
  .xl-px-3 {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  [class~="xl-px-3"] {
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
  }
  .xl-!px-3 {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  [class~="xl-!px-3"] {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .xl-py-3 {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  [class~="xl-py-3"] {
    padding-top: 0.75rem ;
    padding-bottom: 0.75rem ;
  }
  .xl-!py-3 {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  [class~="xl-!py-3"] {
    padding-top: 0.75rem  !important;
    padding-bottom: 0.75rem  !important;
  }
  .xl-ps-3 {
    padding-inline-start: 0.75rem ;
  }
  [class~="xl-ps-3"] {
    padding-inline-start: 0.75rem ;
  }
  .xl-!ps-3 {
    padding-inline-start: 0.75rem  !important;
  }
  [class~="xl-!ps-3"] {
    padding-inline-start: 0.75rem  !important;
  }
  .xl-pe-3 {
    padding-inline-end: 0.75rem ;
  }
  [class~="xl-pe-3"] {
    padding-inline-end: 0.75rem ;
  }
  .xl-!pe-3 {
    padding-inline-end: 0.75rem  !important;
  }
  [class~="xl-!pe-3"] {
    padding-inline-end: 0.75rem  !important;
  }
  .xl-pt-3 {
    padding-top: 0.75rem ;
  }
  [class~="xl-pt-3"] {
    padding-top: 0.75rem ;
  }
  .xl-!pt-3 {
    padding-top: 0.75rem  !important;
  }
  [class~="xl-!pt-3"] {
    padding-top: 0.75rem  !important;
  }
  .xl-pr-3 {
    padding-right: 0.75rem ;
  }
  [class~="xl-pr-3"] {
    padding-right: 0.75rem ;
  }
  .xl-!pr-3 {
    padding-right: 0.75rem  !important;
  }
  [class~="xl-!pr-3"] {
    padding-right: 0.75rem  !important;
  }
  .xl-pb-3 {
    padding-bottom: 0.75rem ;
  }
  [class~="xl-pb-3"] {
    padding-bottom: 0.75rem ;
  }
  .xl-!pb-3 {
    padding-bottom: 0.75rem  !important;
  }
  [class~="xl-!pb-3"] {
    padding-bottom: 0.75rem  !important;
  }
  .xl-pl-3 {
    padding-left: 0.75rem ;
  }
  [class~="xl-pl-3"] {
    padding-left: 0.75rem ;
  }
  .xl-!pl-3 {
    padding-left: 0.75rem  !important;
  }
  [class~="xl-!pl-3"] {
    padding-left: 0.75rem  !important;
  }
  .xl-p-3\.5 {
    padding: 0.875rem ;
  }
  [class~="xl-p-3\.5"] {
    padding: 0.875rem ;
  }
  .xl-!p-3\.5 {
    padding: 0.875rem  !important;
  }
  [class~="xl-!p-3\.5"] {
    padding: 0.875rem  !important;
  }
  .xl-px-3\.5 {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  [class~="xl-px-3\.5"] {
    padding-left: 0.875rem ;
    padding-right: 0.875rem ;
  }
  .xl-!px-3\.5 {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  [class~="xl-!px-3\.5"] {
    padding-left: 0.875rem  !important;
    padding-right: 0.875rem  !important;
  }
  .xl-py-3\.5 {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  [class~="xl-py-3\.5"] {
    padding-top: 0.875rem ;
    padding-bottom: 0.875rem ;
  }
  .xl-!py-3\.5 {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  [class~="xl-!py-3\.5"] {
    padding-top: 0.875rem  !important;
    padding-bottom: 0.875rem  !important;
  }
  .xl-ps-3\.5 {
    padding-inline-start: 0.875rem ;
  }
  [class~="xl-ps-3\.5"] {
    padding-inline-start: 0.875rem ;
  }
  .xl-!ps-3\.5 {
    padding-inline-start: 0.875rem  !important;
  }
  [class~="xl-!ps-3\.5"] {
    padding-inline-start: 0.875rem  !important;
  }
  .xl-pe-3\.5 {
    padding-inline-end: 0.875rem ;
  }
  [class~="xl-pe-3\.5"] {
    padding-inline-end: 0.875rem ;
  }
  .xl-!pe-3\.5 {
    padding-inline-end: 0.875rem  !important;
  }
  [class~="xl-!pe-3\.5"] {
    padding-inline-end: 0.875rem  !important;
  }
  .xl-pt-3\.5 {
    padding-top: 0.875rem ;
  }
  [class~="xl-pt-3\.5"] {
    padding-top: 0.875rem ;
  }
  .xl-!pt-3\.5 {
    padding-top: 0.875rem  !important;
  }
  [class~="xl-!pt-3\.5"] {
    padding-top: 0.875rem  !important;
  }
  .xl-pr-3\.5 {
    padding-right: 0.875rem ;
  }
  [class~="xl-pr-3\.5"] {
    padding-right: 0.875rem ;
  }
  .xl-!pr-3\.5 {
    padding-right: 0.875rem  !important;
  }
  [class~="xl-!pr-3\.5"] {
    padding-right: 0.875rem  !important;
  }
  .xl-pb-3\.5 {
    padding-bottom: 0.875rem ;
  }
  [class~="xl-pb-3\.5"] {
    padding-bottom: 0.875rem ;
  }
  .xl-!pb-3\.5 {
    padding-bottom: 0.875rem  !important;
  }
  [class~="xl-!pb-3\.5"] {
    padding-bottom: 0.875rem  !important;
  }
  .xl-pl-3\.5 {
    padding-left: 0.875rem ;
  }
  [class~="xl-pl-3\.5"] {
    padding-left: 0.875rem ;
  }
  .xl-!pl-3\.5 {
    padding-left: 0.875rem  !important;
  }
  [class~="xl-!pl-3\.5"] {
    padding-left: 0.875rem  !important;
  }
  .xl-p-4 {
    padding: 1rem ;
  }
  [class~="xl-p-4"] {
    padding: 1rem ;
  }
  .xl-!p-4 {
    padding: 1rem  !important;
  }
  [class~="xl-!p-4"] {
    padding: 1rem  !important;
  }
  .xl-px-4 {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  [class~="xl-px-4"] {
    padding-left: 1rem ;
    padding-right: 1rem ;
  }
  .xl-!px-4 {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  [class~="xl-!px-4"] {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .xl-py-4 {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  [class~="xl-py-4"] {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
  }
  .xl-!py-4 {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  [class~="xl-!py-4"] {
    padding-top: 1rem  !important;
    padding-bottom: 1rem  !important;
  }
  .xl-ps-4 {
    padding-inline-start: 1rem ;
  }
  [class~="xl-ps-4"] {
    padding-inline-start: 1rem ;
  }
  .xl-!ps-4 {
    padding-inline-start: 1rem  !important;
  }
  [class~="xl-!ps-4"] {
    padding-inline-start: 1rem  !important;
  }
  .xl-pe-4 {
    padding-inline-end: 1rem ;
  }
  [class~="xl-pe-4"] {
    padding-inline-end: 1rem ;
  }
  .xl-!pe-4 {
    padding-inline-end: 1rem  !important;
  }
  [class~="xl-!pe-4"] {
    padding-inline-end: 1rem  !important;
  }
  .xl-pt-4 {
    padding-top: 1rem ;
  }
  [class~="xl-pt-4"] {
    padding-top: 1rem ;
  }
  .xl-!pt-4 {
    padding-top: 1rem  !important;
  }
  [class~="xl-!pt-4"] {
    padding-top: 1rem  !important;
  }
  .xl-pr-4 {
    padding-right: 1rem ;
  }
  [class~="xl-pr-4"] {
    padding-right: 1rem ;
  }
  .xl-!pr-4 {
    padding-right: 1rem  !important;
  }
  [class~="xl-!pr-4"] {
    padding-right: 1rem  !important;
  }
  .xl-pb-4 {
    padding-bottom: 1rem ;
  }
  [class~="xl-pb-4"] {
    padding-bottom: 1rem ;
  }
  .xl-!pb-4 {
    padding-bottom: 1rem  !important;
  }
  [class~="xl-!pb-4"] {
    padding-bottom: 1rem  !important;
  }
  .xl-pl-4 {
    padding-left: 1rem ;
  }
  [class~="xl-pl-4"] {
    padding-left: 1rem ;
  }
  .xl-!pl-4 {
    padding-left: 1rem  !important;
  }
  [class~="xl-!pl-4"] {
    padding-left: 1rem  !important;
  }
  .xl-p-5 {
    padding: 1.25rem ;
  }
  [class~="xl-p-5"] {
    padding: 1.25rem ;
  }
  .xl-!p-5 {
    padding: 1.25rem  !important;
  }
  [class~="xl-!p-5"] {
    padding: 1.25rem  !important;
  }
  .xl-px-5 {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  [class~="xl-px-5"] {
    padding-left: 1.25rem ;
    padding-right: 1.25rem ;
  }
  .xl-!px-5 {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  [class~="xl-!px-5"] {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .xl-py-5 {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  [class~="xl-py-5"] {
    padding-top: 1.25rem ;
    padding-bottom: 1.25rem ;
  }
  .xl-!py-5 {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  [class~="xl-!py-5"] {
    padding-top: 1.25rem  !important;
    padding-bottom: 1.25rem  !important;
  }
  .xl-ps-5 {
    padding-inline-start: 1.25rem ;
  }
  [class~="xl-ps-5"] {
    padding-inline-start: 1.25rem ;
  }
  .xl-!ps-5 {
    padding-inline-start: 1.25rem  !important;
  }
  [class~="xl-!ps-5"] {
    padding-inline-start: 1.25rem  !important;
  }
  .xl-pe-5 {
    padding-inline-end: 1.25rem ;
  }
  [class~="xl-pe-5"] {
    padding-inline-end: 1.25rem ;
  }
  .xl-!pe-5 {
    padding-inline-end: 1.25rem  !important;
  }
  [class~="xl-!pe-5"] {
    padding-inline-end: 1.25rem  !important;
  }
  .xl-pt-5 {
    padding-top: 1.25rem ;
  }
  [class~="xl-pt-5"] {
    padding-top: 1.25rem ;
  }
  .xl-!pt-5 {
    padding-top: 1.25rem  !important;
  }
  [class~="xl-!pt-5"] {
    padding-top: 1.25rem  !important;
  }
  .xl-pr-5 {
    padding-right: 1.25rem ;
  }
  [class~="xl-pr-5"] {
    padding-right: 1.25rem ;
  }
  .xl-!pr-5 {
    padding-right: 1.25rem  !important;
  }
  [class~="xl-!pr-5"] {
    padding-right: 1.25rem  !important;
  }
  .xl-pb-5 {
    padding-bottom: 1.25rem ;
  }
  [class~="xl-pb-5"] {
    padding-bottom: 1.25rem ;
  }
  .xl-!pb-5 {
    padding-bottom: 1.25rem  !important;
  }
  [class~="xl-!pb-5"] {
    padding-bottom: 1.25rem  !important;
  }
  .xl-pl-5 {
    padding-left: 1.25rem ;
  }
  [class~="xl-pl-5"] {
    padding-left: 1.25rem ;
  }
  .xl-!pl-5 {
    padding-left: 1.25rem  !important;
  }
  [class~="xl-!pl-5"] {
    padding-left: 1.25rem  !important;
  }
  .xl-p-6 {
    padding: 1.5rem ;
  }
  [class~="xl-p-6"] {
    padding: 1.5rem ;
  }
  .xl-!p-6 {
    padding: 1.5rem  !important;
  }
  [class~="xl-!p-6"] {
    padding: 1.5rem  !important;
  }
  .xl-px-6 {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  [class~="xl-px-6"] {
    padding-left: 1.5rem ;
    padding-right: 1.5rem ;
  }
  .xl-!px-6 {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  [class~="xl-!px-6"] {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .xl-py-6 {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  [class~="xl-py-6"] {
    padding-top: 1.5rem ;
    padding-bottom: 1.5rem ;
  }
  .xl-!py-6 {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  [class~="xl-!py-6"] {
    padding-top: 1.5rem  !important;
    padding-bottom: 1.5rem  !important;
  }
  .xl-ps-6 {
    padding-inline-start: 1.5rem ;
  }
  [class~="xl-ps-6"] {
    padding-inline-start: 1.5rem ;
  }
  .xl-!ps-6 {
    padding-inline-start: 1.5rem  !important;
  }
  [class~="xl-!ps-6"] {
    padding-inline-start: 1.5rem  !important;
  }
  .xl-pe-6 {
    padding-inline-end: 1.5rem ;
  }
  [class~="xl-pe-6"] {
    padding-inline-end: 1.5rem ;
  }
  .xl-!pe-6 {
    padding-inline-end: 1.5rem  !important;
  }
  [class~="xl-!pe-6"] {
    padding-inline-end: 1.5rem  !important;
  }
  .xl-pt-6 {
    padding-top: 1.5rem ;
  }
  [class~="xl-pt-6"] {
    padding-top: 1.5rem ;
  }
  .xl-!pt-6 {
    padding-top: 1.5rem  !important;
  }
  [class~="xl-!pt-6"] {
    padding-top: 1.5rem  !important;
  }
  .xl-pr-6 {
    padding-right: 1.5rem ;
  }
  [class~="xl-pr-6"] {
    padding-right: 1.5rem ;
  }
  .xl-!pr-6 {
    padding-right: 1.5rem  !important;
  }
  [class~="xl-!pr-6"] {
    padding-right: 1.5rem  !important;
  }
  .xl-pb-6 {
    padding-bottom: 1.5rem ;
  }
  [class~="xl-pb-6"] {
    padding-bottom: 1.5rem ;
  }
  .xl-!pb-6 {
    padding-bottom: 1.5rem  !important;
  }
  [class~="xl-!pb-6"] {
    padding-bottom: 1.5rem  !important;
  }
  .xl-pl-6 {
    padding-left: 1.5rem ;
  }
  [class~="xl-pl-6"] {
    padding-left: 1.5rem ;
  }
  .xl-!pl-6 {
    padding-left: 1.5rem  !important;
  }
  [class~="xl-!pl-6"] {
    padding-left: 1.5rem  !important;
  }
  .xl-p-7 {
    padding: 1.75rem ;
  }
  [class~="xl-p-7"] {
    padding: 1.75rem ;
  }
  .xl-!p-7 {
    padding: 1.75rem  !important;
  }
  [class~="xl-!p-7"] {
    padding: 1.75rem  !important;
  }
  .xl-px-7 {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  [class~="xl-px-7"] {
    padding-left: 1.75rem ;
    padding-right: 1.75rem ;
  }
  .xl-!px-7 {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  [class~="xl-!px-7"] {
    padding-left: 1.75rem  !important;
    padding-right: 1.75rem  !important;
  }
  .xl-py-7 {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  [class~="xl-py-7"] {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
  }
  .xl-!py-7 {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  [class~="xl-!py-7"] {
    padding-top: 1.75rem  !important;
    padding-bottom: 1.75rem  !important;
  }
  .xl-ps-7 {
    padding-inline-start: 1.75rem ;
  }
  [class~="xl-ps-7"] {
    padding-inline-start: 1.75rem ;
  }
  .xl-!ps-7 {
    padding-inline-start: 1.75rem  !important;
  }
  [class~="xl-!ps-7"] {
    padding-inline-start: 1.75rem  !important;
  }
  .xl-pe-7 {
    padding-inline-end: 1.75rem ;
  }
  [class~="xl-pe-7"] {
    padding-inline-end: 1.75rem ;
  }
  .xl-!pe-7 {
    padding-inline-end: 1.75rem  !important;
  }
  [class~="xl-!pe-7"] {
    padding-inline-end: 1.75rem  !important;
  }
  .xl-pt-7 {
    padding-top: 1.75rem ;
  }
  [class~="xl-pt-7"] {
    padding-top: 1.75rem ;
  }
  .xl-!pt-7 {
    padding-top: 1.75rem  !important;
  }
  [class~="xl-!pt-7"] {
    padding-top: 1.75rem  !important;
  }
  .xl-pr-7 {
    padding-right: 1.75rem ;
  }
  [class~="xl-pr-7"] {
    padding-right: 1.75rem ;
  }
  .xl-!pr-7 {
    padding-right: 1.75rem  !important;
  }
  [class~="xl-!pr-7"] {
    padding-right: 1.75rem  !important;
  }
  .xl-pb-7 {
    padding-bottom: 1.75rem ;
  }
  [class~="xl-pb-7"] {
    padding-bottom: 1.75rem ;
  }
  .xl-!pb-7 {
    padding-bottom: 1.75rem  !important;
  }
  [class~="xl-!pb-7"] {
    padding-bottom: 1.75rem  !important;
  }
  .xl-pl-7 {
    padding-left: 1.75rem ;
  }
  [class~="xl-pl-7"] {
    padding-left: 1.75rem ;
  }
  .xl-!pl-7 {
    padding-left: 1.75rem  !important;
  }
  [class~="xl-!pl-7"] {
    padding-left: 1.75rem  !important;
  }
  .xl-p-8 {
    padding: 2rem ;
  }
  [class~="xl-p-8"] {
    padding: 2rem ;
  }
  .xl-!p-8 {
    padding: 2rem  !important;
  }
  [class~="xl-!p-8"] {
    padding: 2rem  !important;
  }
  .xl-px-8 {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  [class~="xl-px-8"] {
    padding-left: 2rem ;
    padding-right: 2rem ;
  }
  .xl-!px-8 {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  [class~="xl-!px-8"] {
    padding-left: 2rem  !important;
    padding-right: 2rem  !important;
  }
  .xl-py-8 {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  [class~="xl-py-8"] {
    padding-top: 2rem ;
    padding-bottom: 2rem ;
  }
  .xl-!py-8 {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  [class~="xl-!py-8"] {
    padding-top: 2rem  !important;
    padding-bottom: 2rem  !important;
  }
  .xl-ps-8 {
    padding-inline-start: 2rem ;
  }
  [class~="xl-ps-8"] {
    padding-inline-start: 2rem ;
  }
  .xl-!ps-8 {
    padding-inline-start: 2rem  !important;
  }
  [class~="xl-!ps-8"] {
    padding-inline-start: 2rem  !important;
  }
  .xl-pe-8 {
    padding-inline-end: 2rem ;
  }
  [class~="xl-pe-8"] {
    padding-inline-end: 2rem ;
  }
  .xl-!pe-8 {
    padding-inline-end: 2rem  !important;
  }
  [class~="xl-!pe-8"] {
    padding-inline-end: 2rem  !important;
  }
  .xl-pt-8 {
    padding-top: 2rem ;
  }
  [class~="xl-pt-8"] {
    padding-top: 2rem ;
  }
  .xl-!pt-8 {
    padding-top: 2rem  !important;
  }
  [class~="xl-!pt-8"] {
    padding-top: 2rem  !important;
  }
  .xl-pr-8 {
    padding-right: 2rem ;
  }
  [class~="xl-pr-8"] {
    padding-right: 2rem ;
  }
  .xl-!pr-8 {
    padding-right: 2rem  !important;
  }
  [class~="xl-!pr-8"] {
    padding-right: 2rem  !important;
  }
  .xl-pb-8 {
    padding-bottom: 2rem ;
  }
  [class~="xl-pb-8"] {
    padding-bottom: 2rem ;
  }
  .xl-!pb-8 {
    padding-bottom: 2rem  !important;
  }
  [class~="xl-!pb-8"] {
    padding-bottom: 2rem  !important;
  }
  .xl-pl-8 {
    padding-left: 2rem ;
  }
  [class~="xl-pl-8"] {
    padding-left: 2rem ;
  }
  .xl-!pl-8 {
    padding-left: 2rem  !important;
  }
  [class~="xl-!pl-8"] {
    padding-left: 2rem  !important;
  }
  .xl-p-9 {
    padding: 2.25rem ;
  }
  [class~="xl-p-9"] {
    padding: 2.25rem ;
  }
  .xl-!p-9 {
    padding: 2.25rem  !important;
  }
  [class~="xl-!p-9"] {
    padding: 2.25rem  !important;
  }
  .xl-px-9 {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  [class~="xl-px-9"] {
    padding-left: 2.25rem ;
    padding-right: 2.25rem ;
  }
  .xl-!px-9 {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  [class~="xl-!px-9"] {
    padding-left: 2.25rem  !important;
    padding-right: 2.25rem  !important;
  }
  .xl-py-9 {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  [class~="xl-py-9"] {
    padding-top: 2.25rem ;
    padding-bottom: 2.25rem ;
  }
  .xl-!py-9 {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  [class~="xl-!py-9"] {
    padding-top: 2.25rem  !important;
    padding-bottom: 2.25rem  !important;
  }
  .xl-ps-9 {
    padding-inline-start: 2.25rem ;
  }
  [class~="xl-ps-9"] {
    padding-inline-start: 2.25rem ;
  }
  .xl-!ps-9 {
    padding-inline-start: 2.25rem  !important;
  }
  [class~="xl-!ps-9"] {
    padding-inline-start: 2.25rem  !important;
  }
  .xl-pe-9 {
    padding-inline-end: 2.25rem ;
  }
  [class~="xl-pe-9"] {
    padding-inline-end: 2.25rem ;
  }
  .xl-!pe-9 {
    padding-inline-end: 2.25rem  !important;
  }
  [class~="xl-!pe-9"] {
    padding-inline-end: 2.25rem  !important;
  }
  .xl-pt-9 {
    padding-top: 2.25rem ;
  }
  [class~="xl-pt-9"] {
    padding-top: 2.25rem ;
  }
  .xl-!pt-9 {
    padding-top: 2.25rem  !important;
  }
  [class~="xl-!pt-9"] {
    padding-top: 2.25rem  !important;
  }
  .xl-pr-9 {
    padding-right: 2.25rem ;
  }
  [class~="xl-pr-9"] {
    padding-right: 2.25rem ;
  }
  .xl-!pr-9 {
    padding-right: 2.25rem  !important;
  }
  [class~="xl-!pr-9"] {
    padding-right: 2.25rem  !important;
  }
  .xl-pb-9 {
    padding-bottom: 2.25rem ;
  }
  [class~="xl-pb-9"] {
    padding-bottom: 2.25rem ;
  }
  .xl-!pb-9 {
    padding-bottom: 2.25rem  !important;
  }
  [class~="xl-!pb-9"] {
    padding-bottom: 2.25rem  !important;
  }
  .xl-pl-9 {
    padding-left: 2.25rem ;
  }
  [class~="xl-pl-9"] {
    padding-left: 2.25rem ;
  }
  .xl-!pl-9 {
    padding-left: 2.25rem  !important;
  }
  [class~="xl-!pl-9"] {
    padding-left: 2.25rem  !important;
  }
  .xl-p-10 {
    padding: 2.5rem ;
  }
  [class~="xl-p-10"] {
    padding: 2.5rem ;
  }
  .xl-!p-10 {
    padding: 2.5rem  !important;
  }
  [class~="xl-!p-10"] {
    padding: 2.5rem  !important;
  }
  .xl-px-10 {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  [class~="xl-px-10"] {
    padding-left: 2.5rem ;
    padding-right: 2.5rem ;
  }
  .xl-!px-10 {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  [class~="xl-!px-10"] {
    padding-left: 2.5rem  !important;
    padding-right: 2.5rem  !important;
  }
  .xl-py-10 {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  [class~="xl-py-10"] {
    padding-top: 2.5rem ;
    padding-bottom: 2.5rem ;
  }
  .xl-!py-10 {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  [class~="xl-!py-10"] {
    padding-top: 2.5rem  !important;
    padding-bottom: 2.5rem  !important;
  }
  .xl-ps-10 {
    padding-inline-start: 2.5rem ;
  }
  [class~="xl-ps-10"] {
    padding-inline-start: 2.5rem ;
  }
  .xl-!ps-10 {
    padding-inline-start: 2.5rem  !important;
  }
  [class~="xl-!ps-10"] {
    padding-inline-start: 2.5rem  !important;
  }
  .xl-pe-10 {
    padding-inline-end: 2.5rem ;
  }
  [class~="xl-pe-10"] {
    padding-inline-end: 2.5rem ;
  }
  .xl-!pe-10 {
    padding-inline-end: 2.5rem  !important;
  }
  [class~="xl-!pe-10"] {
    padding-inline-end: 2.5rem  !important;
  }
  .xl-pt-10 {
    padding-top: 2.5rem ;
  }
  [class~="xl-pt-10"] {
    padding-top: 2.5rem ;
  }
  .xl-!pt-10 {
    padding-top: 2.5rem  !important;
  }
  [class~="xl-!pt-10"] {
    padding-top: 2.5rem  !important;
  }
  .xl-pr-10 {
    padding-right: 2.5rem ;
  }
  [class~="xl-pr-10"] {
    padding-right: 2.5rem ;
  }
  .xl-!pr-10 {
    padding-right: 2.5rem  !important;
  }
  [class~="xl-!pr-10"] {
    padding-right: 2.5rem  !important;
  }
  .xl-pb-10 {
    padding-bottom: 2.5rem ;
  }
  [class~="xl-pb-10"] {
    padding-bottom: 2.5rem ;
  }
  .xl-!pb-10 {
    padding-bottom: 2.5rem  !important;
  }
  [class~="xl-!pb-10"] {
    padding-bottom: 2.5rem  !important;
  }
  .xl-pl-10 {
    padding-left: 2.5rem ;
  }
  [class~="xl-pl-10"] {
    padding-left: 2.5rem ;
  }
  .xl-!pl-10 {
    padding-left: 2.5rem  !important;
  }
  [class~="xl-!pl-10"] {
    padding-left: 2.5rem  !important;
  }
  .xl-p-11 {
    padding: 2.75rem ;
  }
  [class~="xl-p-11"] {
    padding: 2.75rem ;
  }
  .xl-!p-11 {
    padding: 2.75rem  !important;
  }
  [class~="xl-!p-11"] {
    padding: 2.75rem  !important;
  }
  .xl-px-11 {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  [class~="xl-px-11"] {
    padding-left: 2.75rem ;
    padding-right: 2.75rem ;
  }
  .xl-!px-11 {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  [class~="xl-!px-11"] {
    padding-left: 2.75rem  !important;
    padding-right: 2.75rem  !important;
  }
  .xl-py-11 {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  [class~="xl-py-11"] {
    padding-top: 2.75rem ;
    padding-bottom: 2.75rem ;
  }
  .xl-!py-11 {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  [class~="xl-!py-11"] {
    padding-top: 2.75rem  !important;
    padding-bottom: 2.75rem  !important;
  }
  .xl-ps-11 {
    padding-inline-start: 2.75rem ;
  }
  [class~="xl-ps-11"] {
    padding-inline-start: 2.75rem ;
  }
  .xl-!ps-11 {
    padding-inline-start: 2.75rem  !important;
  }
  [class~="xl-!ps-11"] {
    padding-inline-start: 2.75rem  !important;
  }
  .xl-pe-11 {
    padding-inline-end: 2.75rem ;
  }
  [class~="xl-pe-11"] {
    padding-inline-end: 2.75rem ;
  }
  .xl-!pe-11 {
    padding-inline-end: 2.75rem  !important;
  }
  [class~="xl-!pe-11"] {
    padding-inline-end: 2.75rem  !important;
  }
  .xl-pt-11 {
    padding-top: 2.75rem ;
  }
  [class~="xl-pt-11"] {
    padding-top: 2.75rem ;
  }
  .xl-!pt-11 {
    padding-top: 2.75rem  !important;
  }
  [class~="xl-!pt-11"] {
    padding-top: 2.75rem  !important;
  }
  .xl-pr-11 {
    padding-right: 2.75rem ;
  }
  [class~="xl-pr-11"] {
    padding-right: 2.75rem ;
  }
  .xl-!pr-11 {
    padding-right: 2.75rem  !important;
  }
  [class~="xl-!pr-11"] {
    padding-right: 2.75rem  !important;
  }
  .xl-pb-11 {
    padding-bottom: 2.75rem ;
  }
  [class~="xl-pb-11"] {
    padding-bottom: 2.75rem ;
  }
  .xl-!pb-11 {
    padding-bottom: 2.75rem  !important;
  }
  [class~="xl-!pb-11"] {
    padding-bottom: 2.75rem  !important;
  }
  .xl-pl-11 {
    padding-left: 2.75rem ;
  }
  [class~="xl-pl-11"] {
    padding-left: 2.75rem ;
  }
  .xl-!pl-11 {
    padding-left: 2.75rem  !important;
  }
  [class~="xl-!pl-11"] {
    padding-left: 2.75rem  !important;
  }
  .xl-p-12 {
    padding: 3rem ;
  }
  [class~="xl-p-12"] {
    padding: 3rem ;
  }
  .xl-!p-12 {
    padding: 3rem  !important;
  }
  [class~="xl-!p-12"] {
    padding: 3rem  !important;
  }
  .xl-px-12 {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  [class~="xl-px-12"] {
    padding-left: 3rem ;
    padding-right: 3rem ;
  }
  .xl-!px-12 {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  [class~="xl-!px-12"] {
    padding-left: 3rem  !important;
    padding-right: 3rem  !important;
  }
  .xl-py-12 {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  [class~="xl-py-12"] {
    padding-top: 3rem ;
    padding-bottom: 3rem ;
  }
  .xl-!py-12 {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  [class~="xl-!py-12"] {
    padding-top: 3rem  !important;
    padding-bottom: 3rem  !important;
  }
  .xl-ps-12 {
    padding-inline-start: 3rem ;
  }
  [class~="xl-ps-12"] {
    padding-inline-start: 3rem ;
  }
  .xl-!ps-12 {
    padding-inline-start: 3rem  !important;
  }
  [class~="xl-!ps-12"] {
    padding-inline-start: 3rem  !important;
  }
  .xl-pe-12 {
    padding-inline-end: 3rem ;
  }
  [class~="xl-pe-12"] {
    padding-inline-end: 3rem ;
  }
  .xl-!pe-12 {
    padding-inline-end: 3rem  !important;
  }
  [class~="xl-!pe-12"] {
    padding-inline-end: 3rem  !important;
  }
  .xl-pt-12 {
    padding-top: 3rem ;
  }
  [class~="xl-pt-12"] {
    padding-top: 3rem ;
  }
  .xl-!pt-12 {
    padding-top: 3rem  !important;
  }
  [class~="xl-!pt-12"] {
    padding-top: 3rem  !important;
  }
  .xl-pr-12 {
    padding-right: 3rem ;
  }
  [class~="xl-pr-12"] {
    padding-right: 3rem ;
  }
  .xl-!pr-12 {
    padding-right: 3rem  !important;
  }
  [class~="xl-!pr-12"] {
    padding-right: 3rem  !important;
  }
  .xl-pb-12 {
    padding-bottom: 3rem ;
  }
  [class~="xl-pb-12"] {
    padding-bottom: 3rem ;
  }
  .xl-!pb-12 {
    padding-bottom: 3rem  !important;
  }
  [class~="xl-!pb-12"] {
    padding-bottom: 3rem  !important;
  }
  .xl-pl-12 {
    padding-left: 3rem ;
  }
  [class~="xl-pl-12"] {
    padding-left: 3rem ;
  }
  .xl-!pl-12 {
    padding-left: 3rem  !important;
  }
  [class~="xl-!pl-12"] {
    padding-left: 3rem  !important;
  }
  .xl-p-14 {
    padding: 3.5rem ;
  }
  [class~="xl-p-14"] {
    padding: 3.5rem ;
  }
  .xl-!p-14 {
    padding: 3.5rem  !important;
  }
  [class~="xl-!p-14"] {
    padding: 3.5rem  !important;
  }
  .xl-px-14 {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  [class~="xl-px-14"] {
    padding-left: 3.5rem ;
    padding-right: 3.5rem ;
  }
  .xl-!px-14 {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  [class~="xl-!px-14"] {
    padding-left: 3.5rem  !important;
    padding-right: 3.5rem  !important;
  }
  .xl-py-14 {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  [class~="xl-py-14"] {
    padding-top: 3.5rem ;
    padding-bottom: 3.5rem ;
  }
  .xl-!py-14 {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  [class~="xl-!py-14"] {
    padding-top: 3.5rem  !important;
    padding-bottom: 3.5rem  !important;
  }
  .xl-ps-14 {
    padding-inline-start: 3.5rem ;
  }
  [class~="xl-ps-14"] {
    padding-inline-start: 3.5rem ;
  }
  .xl-!ps-14 {
    padding-inline-start: 3.5rem  !important;
  }
  [class~="xl-!ps-14"] {
    padding-inline-start: 3.5rem  !important;
  }
  .xl-pe-14 {
    padding-inline-end: 3.5rem ;
  }
  [class~="xl-pe-14"] {
    padding-inline-end: 3.5rem ;
  }
  .xl-!pe-14 {
    padding-inline-end: 3.5rem  !important;
  }
  [class~="xl-!pe-14"] {
    padding-inline-end: 3.5rem  !important;
  }
  .xl-pt-14 {
    padding-top: 3.5rem ;
  }
  [class~="xl-pt-14"] {
    padding-top: 3.5rem ;
  }
  .xl-!pt-14 {
    padding-top: 3.5rem  !important;
  }
  [class~="xl-!pt-14"] {
    padding-top: 3.5rem  !important;
  }
  .xl-pr-14 {
    padding-right: 3.5rem ;
  }
  [class~="xl-pr-14"] {
    padding-right: 3.5rem ;
  }
  .xl-!pr-14 {
    padding-right: 3.5rem  !important;
  }
  [class~="xl-!pr-14"] {
    padding-right: 3.5rem  !important;
  }
  .xl-pb-14 {
    padding-bottom: 3.5rem ;
  }
  [class~="xl-pb-14"] {
    padding-bottom: 3.5rem ;
  }
  .xl-!pb-14 {
    padding-bottom: 3.5rem  !important;
  }
  [class~="xl-!pb-14"] {
    padding-bottom: 3.5rem  !important;
  }
  .xl-pl-14 {
    padding-left: 3.5rem ;
  }
  [class~="xl-pl-14"] {
    padding-left: 3.5rem ;
  }
  .xl-!pl-14 {
    padding-left: 3.5rem  !important;
  }
  [class~="xl-!pl-14"] {
    padding-left: 3.5rem  !important;
  }
  .xl-p-16 {
    padding: 4rem ;
  }
  [class~="xl-p-16"] {
    padding: 4rem ;
  }
  .xl-!p-16 {
    padding: 4rem  !important;
  }
  [class~="xl-!p-16"] {
    padding: 4rem  !important;
  }
  .xl-px-16 {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  [class~="xl-px-16"] {
    padding-left: 4rem ;
    padding-right: 4rem ;
  }
  .xl-!px-16 {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  [class~="xl-!px-16"] {
    padding-left: 4rem  !important;
    padding-right: 4rem  !important;
  }
  .xl-py-16 {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  [class~="xl-py-16"] {
    padding-top: 4rem ;
    padding-bottom: 4rem ;
  }
  .xl-!py-16 {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  [class~="xl-!py-16"] {
    padding-top: 4rem  !important;
    padding-bottom: 4rem  !important;
  }
  .xl-ps-16 {
    padding-inline-start: 4rem ;
  }
  [class~="xl-ps-16"] {
    padding-inline-start: 4rem ;
  }
  .xl-!ps-16 {
    padding-inline-start: 4rem  !important;
  }
  [class~="xl-!ps-16"] {
    padding-inline-start: 4rem  !important;
  }
  .xl-pe-16 {
    padding-inline-end: 4rem ;
  }
  [class~="xl-pe-16"] {
    padding-inline-end: 4rem ;
  }
  .xl-!pe-16 {
    padding-inline-end: 4rem  !important;
  }
  [class~="xl-!pe-16"] {
    padding-inline-end: 4rem  !important;
  }
  .xl-pt-16 {
    padding-top: 4rem ;
  }
  [class~="xl-pt-16"] {
    padding-top: 4rem ;
  }
  .xl-!pt-16 {
    padding-top: 4rem  !important;
  }
  [class~="xl-!pt-16"] {
    padding-top: 4rem  !important;
  }
  .xl-pr-16 {
    padding-right: 4rem ;
  }
  [class~="xl-pr-16"] {
    padding-right: 4rem ;
  }
  .xl-!pr-16 {
    padding-right: 4rem  !important;
  }
  [class~="xl-!pr-16"] {
    padding-right: 4rem  !important;
  }
  .xl-pb-16 {
    padding-bottom: 4rem ;
  }
  [class~="xl-pb-16"] {
    padding-bottom: 4rem ;
  }
  .xl-!pb-16 {
    padding-bottom: 4rem  !important;
  }
  [class~="xl-!pb-16"] {
    padding-bottom: 4rem  !important;
  }
  .xl-pl-16 {
    padding-left: 4rem ;
  }
  [class~="xl-pl-16"] {
    padding-left: 4rem ;
  }
  .xl-!pl-16 {
    padding-left: 4rem  !important;
  }
  [class~="xl-!pl-16"] {
    padding-left: 4rem  !important;
  }
  .xl-p-20 {
    padding: 5rem ;
  }
  [class~="xl-p-20"] {
    padding: 5rem ;
  }
  .xl-!p-20 {
    padding: 5rem  !important;
  }
  [class~="xl-!p-20"] {
    padding: 5rem  !important;
  }
  .xl-px-20 {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  [class~="xl-px-20"] {
    padding-left: 5rem ;
    padding-right: 5rem ;
  }
  .xl-!px-20 {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  [class~="xl-!px-20"] {
    padding-left: 5rem  !important;
    padding-right: 5rem  !important;
  }
  .xl-py-20 {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  [class~="xl-py-20"] {
    padding-top: 5rem ;
    padding-bottom: 5rem ;
  }
  .xl-!py-20 {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  [class~="xl-!py-20"] {
    padding-top: 5rem  !important;
    padding-bottom: 5rem  !important;
  }
  .xl-ps-20 {
    padding-inline-start: 5rem ;
  }
  [class~="xl-ps-20"] {
    padding-inline-start: 5rem ;
  }
  .xl-!ps-20 {
    padding-inline-start: 5rem  !important;
  }
  [class~="xl-!ps-20"] {
    padding-inline-start: 5rem  !important;
  }
  .xl-pe-20 {
    padding-inline-end: 5rem ;
  }
  [class~="xl-pe-20"] {
    padding-inline-end: 5rem ;
  }
  .xl-!pe-20 {
    padding-inline-end: 5rem  !important;
  }
  [class~="xl-!pe-20"] {
    padding-inline-end: 5rem  !important;
  }
  .xl-pt-20 {
    padding-top: 5rem ;
  }
  [class~="xl-pt-20"] {
    padding-top: 5rem ;
  }
  .xl-!pt-20 {
    padding-top: 5rem  !important;
  }
  [class~="xl-!pt-20"] {
    padding-top: 5rem  !important;
  }
  .xl-pr-20 {
    padding-right: 5rem ;
  }
  [class~="xl-pr-20"] {
    padding-right: 5rem ;
  }
  .xl-!pr-20 {
    padding-right: 5rem  !important;
  }
  [class~="xl-!pr-20"] {
    padding-right: 5rem  !important;
  }
  .xl-pb-20 {
    padding-bottom: 5rem ;
  }
  [class~="xl-pb-20"] {
    padding-bottom: 5rem ;
  }
  .xl-!pb-20 {
    padding-bottom: 5rem  !important;
  }
  [class~="xl-!pb-20"] {
    padding-bottom: 5rem  !important;
  }
  .xl-pl-20 {
    padding-left: 5rem ;
  }
  [class~="xl-pl-20"] {
    padding-left: 5rem ;
  }
  .xl-!pl-20 {
    padding-left: 5rem  !important;
  }
  [class~="xl-!pl-20"] {
    padding-left: 5rem  !important;
  }
  .xl-p-24 {
    padding: 6rem ;
  }
  [class~="xl-p-24"] {
    padding: 6rem ;
  }
  .xl-!p-24 {
    padding: 6rem  !important;
  }
  [class~="xl-!p-24"] {
    padding: 6rem  !important;
  }
  .xl-px-24 {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  [class~="xl-px-24"] {
    padding-left: 6rem ;
    padding-right: 6rem ;
  }
  .xl-!px-24 {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  [class~="xl-!px-24"] {
    padding-left: 6rem  !important;
    padding-right: 6rem  !important;
  }
  .xl-py-24 {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  [class~="xl-py-24"] {
    padding-top: 6rem ;
    padding-bottom: 6rem ;
  }
  .xl-!py-24 {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  [class~="xl-!py-24"] {
    padding-top: 6rem  !important;
    padding-bottom: 6rem  !important;
  }
  .xl-ps-24 {
    padding-inline-start: 6rem ;
  }
  [class~="xl-ps-24"] {
    padding-inline-start: 6rem ;
  }
  .xl-!ps-24 {
    padding-inline-start: 6rem  !important;
  }
  [class~="xl-!ps-24"] {
    padding-inline-start: 6rem  !important;
  }
  .xl-pe-24 {
    padding-inline-end: 6rem ;
  }
  [class~="xl-pe-24"] {
    padding-inline-end: 6rem ;
  }
  .xl-!pe-24 {
    padding-inline-end: 6rem  !important;
  }
  [class~="xl-!pe-24"] {
    padding-inline-end: 6rem  !important;
  }
  .xl-pt-24 {
    padding-top: 6rem ;
  }
  [class~="xl-pt-24"] {
    padding-top: 6rem ;
  }
  .xl-!pt-24 {
    padding-top: 6rem  !important;
  }
  [class~="xl-!pt-24"] {
    padding-top: 6rem  !important;
  }
  .xl-pr-24 {
    padding-right: 6rem ;
  }
  [class~="xl-pr-24"] {
    padding-right: 6rem ;
  }
  .xl-!pr-24 {
    padding-right: 6rem  !important;
  }
  [class~="xl-!pr-24"] {
    padding-right: 6rem  !important;
  }
  .xl-pb-24 {
    padding-bottom: 6rem ;
  }
  [class~="xl-pb-24"] {
    padding-bottom: 6rem ;
  }
  .xl-!pb-24 {
    padding-bottom: 6rem  !important;
  }
  [class~="xl-!pb-24"] {
    padding-bottom: 6rem  !important;
  }
  .xl-pl-24 {
    padding-left: 6rem ;
  }
  [class~="xl-pl-24"] {
    padding-left: 6rem ;
  }
  .xl-!pl-24 {
    padding-left: 6rem  !important;
  }
  [class~="xl-!pl-24"] {
    padding-left: 6rem  !important;
  }
  .xl-p-28 {
    padding: 7rem ;
  }
  [class~="xl-p-28"] {
    padding: 7rem ;
  }
  .xl-!p-28 {
    padding: 7rem  !important;
  }
  [class~="xl-!p-28"] {
    padding: 7rem  !important;
  }
  .xl-px-28 {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  [class~="xl-px-28"] {
    padding-left: 7rem ;
    padding-right: 7rem ;
  }
  .xl-!px-28 {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  [class~="xl-!px-28"] {
    padding-left: 7rem  !important;
    padding-right: 7rem  !important;
  }
  .xl-py-28 {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  [class~="xl-py-28"] {
    padding-top: 7rem ;
    padding-bottom: 7rem ;
  }
  .xl-!py-28 {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  [class~="xl-!py-28"] {
    padding-top: 7rem  !important;
    padding-bottom: 7rem  !important;
  }
  .xl-ps-28 {
    padding-inline-start: 7rem ;
  }
  [class~="xl-ps-28"] {
    padding-inline-start: 7rem ;
  }
  .xl-!ps-28 {
    padding-inline-start: 7rem  !important;
  }
  [class~="xl-!ps-28"] {
    padding-inline-start: 7rem  !important;
  }
  .xl-pe-28 {
    padding-inline-end: 7rem ;
  }
  [class~="xl-pe-28"] {
    padding-inline-end: 7rem ;
  }
  .xl-!pe-28 {
    padding-inline-end: 7rem  !important;
  }
  [class~="xl-!pe-28"] {
    padding-inline-end: 7rem  !important;
  }
  .xl-pt-28 {
    padding-top: 7rem ;
  }
  [class~="xl-pt-28"] {
    padding-top: 7rem ;
  }
  .xl-!pt-28 {
    padding-top: 7rem  !important;
  }
  [class~="xl-!pt-28"] {
    padding-top: 7rem  !important;
  }
  .xl-pr-28 {
    padding-right: 7rem ;
  }
  [class~="xl-pr-28"] {
    padding-right: 7rem ;
  }
  .xl-!pr-28 {
    padding-right: 7rem  !important;
  }
  [class~="xl-!pr-28"] {
    padding-right: 7rem  !important;
  }
  .xl-pb-28 {
    padding-bottom: 7rem ;
  }
  [class~="xl-pb-28"] {
    padding-bottom: 7rem ;
  }
  .xl-!pb-28 {
    padding-bottom: 7rem  !important;
  }
  [class~="xl-!pb-28"] {
    padding-bottom: 7rem  !important;
  }
  .xl-pl-28 {
    padding-left: 7rem ;
  }
  [class~="xl-pl-28"] {
    padding-left: 7rem ;
  }
  .xl-!pl-28 {
    padding-left: 7rem  !important;
  }
  [class~="xl-!pl-28"] {
    padding-left: 7rem  !important;
  }
  .xl-p-32 {
    padding: 8rem ;
  }
  [class~="xl-p-32"] {
    padding: 8rem ;
  }
  .xl-!p-32 {
    padding: 8rem  !important;
  }
  [class~="xl-!p-32"] {
    padding: 8rem  !important;
  }
  .xl-px-32 {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  [class~="xl-px-32"] {
    padding-left: 8rem ;
    padding-right: 8rem ;
  }
  .xl-!px-32 {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  [class~="xl-!px-32"] {
    padding-left: 8rem  !important;
    padding-right: 8rem  !important;
  }
  .xl-py-32 {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  [class~="xl-py-32"] {
    padding-top: 8rem ;
    padding-bottom: 8rem ;
  }
  .xl-!py-32 {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  [class~="xl-!py-32"] {
    padding-top: 8rem  !important;
    padding-bottom: 8rem  !important;
  }
  .xl-ps-32 {
    padding-inline-start: 8rem ;
  }
  [class~="xl-ps-32"] {
    padding-inline-start: 8rem ;
  }
  .xl-!ps-32 {
    padding-inline-start: 8rem  !important;
  }
  [class~="xl-!ps-32"] {
    padding-inline-start: 8rem  !important;
  }
  .xl-pe-32 {
    padding-inline-end: 8rem ;
  }
  [class~="xl-pe-32"] {
    padding-inline-end: 8rem ;
  }
  .xl-!pe-32 {
    padding-inline-end: 8rem  !important;
  }
  [class~="xl-!pe-32"] {
    padding-inline-end: 8rem  !important;
  }
  .xl-pt-32 {
    padding-top: 8rem ;
  }
  [class~="xl-pt-32"] {
    padding-top: 8rem ;
  }
  .xl-!pt-32 {
    padding-top: 8rem  !important;
  }
  [class~="xl-!pt-32"] {
    padding-top: 8rem  !important;
  }
  .xl-pr-32 {
    padding-right: 8rem ;
  }
  [class~="xl-pr-32"] {
    padding-right: 8rem ;
  }
  .xl-!pr-32 {
    padding-right: 8rem  !important;
  }
  [class~="xl-!pr-32"] {
    padding-right: 8rem  !important;
  }
  .xl-pb-32 {
    padding-bottom: 8rem ;
  }
  [class~="xl-pb-32"] {
    padding-bottom: 8rem ;
  }
  .xl-!pb-32 {
    padding-bottom: 8rem  !important;
  }
  [class~="xl-!pb-32"] {
    padding-bottom: 8rem  !important;
  }
  .xl-pl-32 {
    padding-left: 8rem ;
  }
  [class~="xl-pl-32"] {
    padding-left: 8rem ;
  }
  .xl-!pl-32 {
    padding-left: 8rem  !important;
  }
  [class~="xl-!pl-32"] {
    padding-left: 8rem  !important;
  }
  .xl-p-36 {
    padding: 9rem ;
  }
  [class~="xl-p-36"] {
    padding: 9rem ;
  }
  .xl-!p-36 {
    padding: 9rem  !important;
  }
  [class~="xl-!p-36"] {
    padding: 9rem  !important;
  }
  .xl-px-36 {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  [class~="xl-px-36"] {
    padding-left: 9rem ;
    padding-right: 9rem ;
  }
  .xl-!px-36 {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  [class~="xl-!px-36"] {
    padding-left: 9rem  !important;
    padding-right: 9rem  !important;
  }
  .xl-py-36 {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  [class~="xl-py-36"] {
    padding-top: 9rem ;
    padding-bottom: 9rem ;
  }
  .xl-!py-36 {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  [class~="xl-!py-36"] {
    padding-top: 9rem  !important;
    padding-bottom: 9rem  !important;
  }
  .xl-ps-36 {
    padding-inline-start: 9rem ;
  }
  [class~="xl-ps-36"] {
    padding-inline-start: 9rem ;
  }
  .xl-!ps-36 {
    padding-inline-start: 9rem  !important;
  }
  [class~="xl-!ps-36"] {
    padding-inline-start: 9rem  !important;
  }
  .xl-pe-36 {
    padding-inline-end: 9rem ;
  }
  [class~="xl-pe-36"] {
    padding-inline-end: 9rem ;
  }
  .xl-!pe-36 {
    padding-inline-end: 9rem  !important;
  }
  [class~="xl-!pe-36"] {
    padding-inline-end: 9rem  !important;
  }
  .xl-pt-36 {
    padding-top: 9rem ;
  }
  [class~="xl-pt-36"] {
    padding-top: 9rem ;
  }
  .xl-!pt-36 {
    padding-top: 9rem  !important;
  }
  [class~="xl-!pt-36"] {
    padding-top: 9rem  !important;
  }
  .xl-pr-36 {
    padding-right: 9rem ;
  }
  [class~="xl-pr-36"] {
    padding-right: 9rem ;
  }
  .xl-!pr-36 {
    padding-right: 9rem  !important;
  }
  [class~="xl-!pr-36"] {
    padding-right: 9rem  !important;
  }
  .xl-pb-36 {
    padding-bottom: 9rem ;
  }
  [class~="xl-pb-36"] {
    padding-bottom: 9rem ;
  }
  .xl-!pb-36 {
    padding-bottom: 9rem  !important;
  }
  [class~="xl-!pb-36"] {
    padding-bottom: 9rem  !important;
  }
  .xl-pl-36 {
    padding-left: 9rem ;
  }
  [class~="xl-pl-36"] {
    padding-left: 9rem ;
  }
  .xl-!pl-36 {
    padding-left: 9rem  !important;
  }
  [class~="xl-!pl-36"] {
    padding-left: 9rem  !important;
  }
  .xl-p-40 {
    padding: 10rem ;
  }
  [class~="xl-p-40"] {
    padding: 10rem ;
  }
  .xl-!p-40 {
    padding: 10rem  !important;
  }
  [class~="xl-!p-40"] {
    padding: 10rem  !important;
  }
  .xl-px-40 {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  [class~="xl-px-40"] {
    padding-left: 10rem ;
    padding-right: 10rem ;
  }
  .xl-!px-40 {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  [class~="xl-!px-40"] {
    padding-left: 10rem  !important;
    padding-right: 10rem  !important;
  }
  .xl-py-40 {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  [class~="xl-py-40"] {
    padding-top: 10rem ;
    padding-bottom: 10rem ;
  }
  .xl-!py-40 {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  [class~="xl-!py-40"] {
    padding-top: 10rem  !important;
    padding-bottom: 10rem  !important;
  }
  .xl-ps-40 {
    padding-inline-start: 10rem ;
  }
  [class~="xl-ps-40"] {
    padding-inline-start: 10rem ;
  }
  .xl-!ps-40 {
    padding-inline-start: 10rem  !important;
  }
  [class~="xl-!ps-40"] {
    padding-inline-start: 10rem  !important;
  }
  .xl-pe-40 {
    padding-inline-end: 10rem ;
  }
  [class~="xl-pe-40"] {
    padding-inline-end: 10rem ;
  }
  .xl-!pe-40 {
    padding-inline-end: 10rem  !important;
  }
  [class~="xl-!pe-40"] {
    padding-inline-end: 10rem  !important;
  }
  .xl-pt-40 {
    padding-top: 10rem ;
  }
  [class~="xl-pt-40"] {
    padding-top: 10rem ;
  }
  .xl-!pt-40 {
    padding-top: 10rem  !important;
  }
  [class~="xl-!pt-40"] {
    padding-top: 10rem  !important;
  }
  .xl-pr-40 {
    padding-right: 10rem ;
  }
  [class~="xl-pr-40"] {
    padding-right: 10rem ;
  }
  .xl-!pr-40 {
    padding-right: 10rem  !important;
  }
  [class~="xl-!pr-40"] {
    padding-right: 10rem  !important;
  }
  .xl-pb-40 {
    padding-bottom: 10rem ;
  }
  [class~="xl-pb-40"] {
    padding-bottom: 10rem ;
  }
  .xl-!pb-40 {
    padding-bottom: 10rem  !important;
  }
  [class~="xl-!pb-40"] {
    padding-bottom: 10rem  !important;
  }
  .xl-pl-40 {
    padding-left: 10rem ;
  }
  [class~="xl-pl-40"] {
    padding-left: 10rem ;
  }
  .xl-!pl-40 {
    padding-left: 10rem  !important;
  }
  [class~="xl-!pl-40"] {
    padding-left: 10rem  !important;
  }
  .xl-p-44 {
    padding: 11rem ;
  }
  [class~="xl-p-44"] {
    padding: 11rem ;
  }
  .xl-!p-44 {
    padding: 11rem  !important;
  }
  [class~="xl-!p-44"] {
    padding: 11rem  !important;
  }
  .xl-px-44 {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  [class~="xl-px-44"] {
    padding-left: 11rem ;
    padding-right: 11rem ;
  }
  .xl-!px-44 {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  [class~="xl-!px-44"] {
    padding-left: 11rem  !important;
    padding-right: 11rem  !important;
  }
  .xl-py-44 {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  [class~="xl-py-44"] {
    padding-top: 11rem ;
    padding-bottom: 11rem ;
  }
  .xl-!py-44 {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  [class~="xl-!py-44"] {
    padding-top: 11rem  !important;
    padding-bottom: 11rem  !important;
  }
  .xl-ps-44 {
    padding-inline-start: 11rem ;
  }
  [class~="xl-ps-44"] {
    padding-inline-start: 11rem ;
  }
  .xl-!ps-44 {
    padding-inline-start: 11rem  !important;
  }
  [class~="xl-!ps-44"] {
    padding-inline-start: 11rem  !important;
  }
  .xl-pe-44 {
    padding-inline-end: 11rem ;
  }
  [class~="xl-pe-44"] {
    padding-inline-end: 11rem ;
  }
  .xl-!pe-44 {
    padding-inline-end: 11rem  !important;
  }
  [class~="xl-!pe-44"] {
    padding-inline-end: 11rem  !important;
  }
  .xl-pt-44 {
    padding-top: 11rem ;
  }
  [class~="xl-pt-44"] {
    padding-top: 11rem ;
  }
  .xl-!pt-44 {
    padding-top: 11rem  !important;
  }
  [class~="xl-!pt-44"] {
    padding-top: 11rem  !important;
  }
  .xl-pr-44 {
    padding-right: 11rem ;
  }
  [class~="xl-pr-44"] {
    padding-right: 11rem ;
  }
  .xl-!pr-44 {
    padding-right: 11rem  !important;
  }
  [class~="xl-!pr-44"] {
    padding-right: 11rem  !important;
  }
  .xl-pb-44 {
    padding-bottom: 11rem ;
  }
  [class~="xl-pb-44"] {
    padding-bottom: 11rem ;
  }
  .xl-!pb-44 {
    padding-bottom: 11rem  !important;
  }
  [class~="xl-!pb-44"] {
    padding-bottom: 11rem  !important;
  }
  .xl-pl-44 {
    padding-left: 11rem ;
  }
  [class~="xl-pl-44"] {
    padding-left: 11rem ;
  }
  .xl-!pl-44 {
    padding-left: 11rem  !important;
  }
  [class~="xl-!pl-44"] {
    padding-left: 11rem  !important;
  }
  .xl-p-48 {
    padding: 12rem ;
  }
  [class~="xl-p-48"] {
    padding: 12rem ;
  }
  .xl-!p-48 {
    padding: 12rem  !important;
  }
  [class~="xl-!p-48"] {
    padding: 12rem  !important;
  }
  .xl-px-48 {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  [class~="xl-px-48"] {
    padding-left: 12rem ;
    padding-right: 12rem ;
  }
  .xl-!px-48 {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  [class~="xl-!px-48"] {
    padding-left: 12rem  !important;
    padding-right: 12rem  !important;
  }
  .xl-py-48 {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  [class~="xl-py-48"] {
    padding-top: 12rem ;
    padding-bottom: 12rem ;
  }
  .xl-!py-48 {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  [class~="xl-!py-48"] {
    padding-top: 12rem  !important;
    padding-bottom: 12rem  !important;
  }
  .xl-ps-48 {
    padding-inline-start: 12rem ;
  }
  [class~="xl-ps-48"] {
    padding-inline-start: 12rem ;
  }
  .xl-!ps-48 {
    padding-inline-start: 12rem  !important;
  }
  [class~="xl-!ps-48"] {
    padding-inline-start: 12rem  !important;
  }
  .xl-pe-48 {
    padding-inline-end: 12rem ;
  }
  [class~="xl-pe-48"] {
    padding-inline-end: 12rem ;
  }
  .xl-!pe-48 {
    padding-inline-end: 12rem  !important;
  }
  [class~="xl-!pe-48"] {
    padding-inline-end: 12rem  !important;
  }
  .xl-pt-48 {
    padding-top: 12rem ;
  }
  [class~="xl-pt-48"] {
    padding-top: 12rem ;
  }
  .xl-!pt-48 {
    padding-top: 12rem  !important;
  }
  [class~="xl-!pt-48"] {
    padding-top: 12rem  !important;
  }
  .xl-pr-48 {
    padding-right: 12rem ;
  }
  [class~="xl-pr-48"] {
    padding-right: 12rem ;
  }
  .xl-!pr-48 {
    padding-right: 12rem  !important;
  }
  [class~="xl-!pr-48"] {
    padding-right: 12rem  !important;
  }
  .xl-pb-48 {
    padding-bottom: 12rem ;
  }
  [class~="xl-pb-48"] {
    padding-bottom: 12rem ;
  }
  .xl-!pb-48 {
    padding-bottom: 12rem  !important;
  }
  [class~="xl-!pb-48"] {
    padding-bottom: 12rem  !important;
  }
  .xl-pl-48 {
    padding-left: 12rem ;
  }
  [class~="xl-pl-48"] {
    padding-left: 12rem ;
  }
  .xl-!pl-48 {
    padding-left: 12rem  !important;
  }
  [class~="xl-!pl-48"] {
    padding-left: 12rem  !important;
  }
  .xl-p-52 {
    padding: 13rem ;
  }
  [class~="xl-p-52"] {
    padding: 13rem ;
  }
  .xl-!p-52 {
    padding: 13rem  !important;
  }
  [class~="xl-!p-52"] {
    padding: 13rem  !important;
  }
  .xl-px-52 {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  [class~="xl-px-52"] {
    padding-left: 13rem ;
    padding-right: 13rem ;
  }
  .xl-!px-52 {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  [class~="xl-!px-52"] {
    padding-left: 13rem  !important;
    padding-right: 13rem  !important;
  }
  .xl-py-52 {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  [class~="xl-py-52"] {
    padding-top: 13rem ;
    padding-bottom: 13rem ;
  }
  .xl-!py-52 {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  [class~="xl-!py-52"] {
    padding-top: 13rem  !important;
    padding-bottom: 13rem  !important;
  }
  .xl-ps-52 {
    padding-inline-start: 13rem ;
  }
  [class~="xl-ps-52"] {
    padding-inline-start: 13rem ;
  }
  .xl-!ps-52 {
    padding-inline-start: 13rem  !important;
  }
  [class~="xl-!ps-52"] {
    padding-inline-start: 13rem  !important;
  }
  .xl-pe-52 {
    padding-inline-end: 13rem ;
  }
  [class~="xl-pe-52"] {
    padding-inline-end: 13rem ;
  }
  .xl-!pe-52 {
    padding-inline-end: 13rem  !important;
  }
  [class~="xl-!pe-52"] {
    padding-inline-end: 13rem  !important;
  }
  .xl-pt-52 {
    padding-top: 13rem ;
  }
  [class~="xl-pt-52"] {
    padding-top: 13rem ;
  }
  .xl-!pt-52 {
    padding-top: 13rem  !important;
  }
  [class~="xl-!pt-52"] {
    padding-top: 13rem  !important;
  }
  .xl-pr-52 {
    padding-right: 13rem ;
  }
  [class~="xl-pr-52"] {
    padding-right: 13rem ;
  }
  .xl-!pr-52 {
    padding-right: 13rem  !important;
  }
  [class~="xl-!pr-52"] {
    padding-right: 13rem  !important;
  }
  .xl-pb-52 {
    padding-bottom: 13rem ;
  }
  [class~="xl-pb-52"] {
    padding-bottom: 13rem ;
  }
  .xl-!pb-52 {
    padding-bottom: 13rem  !important;
  }
  [class~="xl-!pb-52"] {
    padding-bottom: 13rem  !important;
  }
  .xl-pl-52 {
    padding-left: 13rem ;
  }
  [class~="xl-pl-52"] {
    padding-left: 13rem ;
  }
  .xl-!pl-52 {
    padding-left: 13rem  !important;
  }
  [class~="xl-!pl-52"] {
    padding-left: 13rem  !important;
  }
  .xl-p-56 {
    padding: 14rem ;
  }
  [class~="xl-p-56"] {
    padding: 14rem ;
  }
  .xl-!p-56 {
    padding: 14rem  !important;
  }
  [class~="xl-!p-56"] {
    padding: 14rem  !important;
  }
  .xl-px-56 {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  [class~="xl-px-56"] {
    padding-left: 14rem ;
    padding-right: 14rem ;
  }
  .xl-!px-56 {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  [class~="xl-!px-56"] {
    padding-left: 14rem  !important;
    padding-right: 14rem  !important;
  }
  .xl-py-56 {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  [class~="xl-py-56"] {
    padding-top: 14rem ;
    padding-bottom: 14rem ;
  }
  .xl-!py-56 {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  [class~="xl-!py-56"] {
    padding-top: 14rem  !important;
    padding-bottom: 14rem  !important;
  }
  .xl-ps-56 {
    padding-inline-start: 14rem ;
  }
  [class~="xl-ps-56"] {
    padding-inline-start: 14rem ;
  }
  .xl-!ps-56 {
    padding-inline-start: 14rem  !important;
  }
  [class~="xl-!ps-56"] {
    padding-inline-start: 14rem  !important;
  }
  .xl-pe-56 {
    padding-inline-end: 14rem ;
  }
  [class~="xl-pe-56"] {
    padding-inline-end: 14rem ;
  }
  .xl-!pe-56 {
    padding-inline-end: 14rem  !important;
  }
  [class~="xl-!pe-56"] {
    padding-inline-end: 14rem  !important;
  }
  .xl-pt-56 {
    padding-top: 14rem ;
  }
  [class~="xl-pt-56"] {
    padding-top: 14rem ;
  }
  .xl-!pt-56 {
    padding-top: 14rem  !important;
  }
  [class~="xl-!pt-56"] {
    padding-top: 14rem  !important;
  }
  .xl-pr-56 {
    padding-right: 14rem ;
  }
  [class~="xl-pr-56"] {
    padding-right: 14rem ;
  }
  .xl-!pr-56 {
    padding-right: 14rem  !important;
  }
  [class~="xl-!pr-56"] {
    padding-right: 14rem  !important;
  }
  .xl-pb-56 {
    padding-bottom: 14rem ;
  }
  [class~="xl-pb-56"] {
    padding-bottom: 14rem ;
  }
  .xl-!pb-56 {
    padding-bottom: 14rem  !important;
  }
  [class~="xl-!pb-56"] {
    padding-bottom: 14rem  !important;
  }
  .xl-pl-56 {
    padding-left: 14rem ;
  }
  [class~="xl-pl-56"] {
    padding-left: 14rem ;
  }
  .xl-!pl-56 {
    padding-left: 14rem  !important;
  }
  [class~="xl-!pl-56"] {
    padding-left: 14rem  !important;
  }
  .xl-p-60 {
    padding: 15rem ;
  }
  [class~="xl-p-60"] {
    padding: 15rem ;
  }
  .xl-!p-60 {
    padding: 15rem  !important;
  }
  [class~="xl-!p-60"] {
    padding: 15rem  !important;
  }
  .xl-px-60 {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  [class~="xl-px-60"] {
    padding-left: 15rem ;
    padding-right: 15rem ;
  }
  .xl-!px-60 {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  [class~="xl-!px-60"] {
    padding-left: 15rem  !important;
    padding-right: 15rem  !important;
  }
  .xl-py-60 {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  [class~="xl-py-60"] {
    padding-top: 15rem ;
    padding-bottom: 15rem ;
  }
  .xl-!py-60 {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  [class~="xl-!py-60"] {
    padding-top: 15rem  !important;
    padding-bottom: 15rem  !important;
  }
  .xl-ps-60 {
    padding-inline-start: 15rem ;
  }
  [class~="xl-ps-60"] {
    padding-inline-start: 15rem ;
  }
  .xl-!ps-60 {
    padding-inline-start: 15rem  !important;
  }
  [class~="xl-!ps-60"] {
    padding-inline-start: 15rem  !important;
  }
  .xl-pe-60 {
    padding-inline-end: 15rem ;
  }
  [class~="xl-pe-60"] {
    padding-inline-end: 15rem ;
  }
  .xl-!pe-60 {
    padding-inline-end: 15rem  !important;
  }
  [class~="xl-!pe-60"] {
    padding-inline-end: 15rem  !important;
  }
  .xl-pt-60 {
    padding-top: 15rem ;
  }
  [class~="xl-pt-60"] {
    padding-top: 15rem ;
  }
  .xl-!pt-60 {
    padding-top: 15rem  !important;
  }
  [class~="xl-!pt-60"] {
    padding-top: 15rem  !important;
  }
  .xl-pr-60 {
    padding-right: 15rem ;
  }
  [class~="xl-pr-60"] {
    padding-right: 15rem ;
  }
  .xl-!pr-60 {
    padding-right: 15rem  !important;
  }
  [class~="xl-!pr-60"] {
    padding-right: 15rem  !important;
  }
  .xl-pb-60 {
    padding-bottom: 15rem ;
  }
  [class~="xl-pb-60"] {
    padding-bottom: 15rem ;
  }
  .xl-!pb-60 {
    padding-bottom: 15rem  !important;
  }
  [class~="xl-!pb-60"] {
    padding-bottom: 15rem  !important;
  }
  .xl-pl-60 {
    padding-left: 15rem ;
  }
  [class~="xl-pl-60"] {
    padding-left: 15rem ;
  }
  .xl-!pl-60 {
    padding-left: 15rem  !important;
  }
  [class~="xl-!pl-60"] {
    padding-left: 15rem  !important;
  }
  .xl-p-64 {
    padding: 16rem ;
  }
  [class~="xl-p-64"] {
    padding: 16rem ;
  }
  .xl-!p-64 {
    padding: 16rem  !important;
  }
  [class~="xl-!p-64"] {
    padding: 16rem  !important;
  }
  .xl-px-64 {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  [class~="xl-px-64"] {
    padding-left: 16rem ;
    padding-right: 16rem ;
  }
  .xl-!px-64 {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  [class~="xl-!px-64"] {
    padding-left: 16rem  !important;
    padding-right: 16rem  !important;
  }
  .xl-py-64 {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  [class~="xl-py-64"] {
    padding-top: 16rem ;
    padding-bottom: 16rem ;
  }
  .xl-!py-64 {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  [class~="xl-!py-64"] {
    padding-top: 16rem  !important;
    padding-bottom: 16rem  !important;
  }
  .xl-ps-64 {
    padding-inline-start: 16rem ;
  }
  [class~="xl-ps-64"] {
    padding-inline-start: 16rem ;
  }
  .xl-!ps-64 {
    padding-inline-start: 16rem  !important;
  }
  [class~="xl-!ps-64"] {
    padding-inline-start: 16rem  !important;
  }
  .xl-pe-64 {
    padding-inline-end: 16rem ;
  }
  [class~="xl-pe-64"] {
    padding-inline-end: 16rem ;
  }
  .xl-!pe-64 {
    padding-inline-end: 16rem  !important;
  }
  [class~="xl-!pe-64"] {
    padding-inline-end: 16rem  !important;
  }
  .xl-pt-64 {
    padding-top: 16rem ;
  }
  [class~="xl-pt-64"] {
    padding-top: 16rem ;
  }
  .xl-!pt-64 {
    padding-top: 16rem  !important;
  }
  [class~="xl-!pt-64"] {
    padding-top: 16rem  !important;
  }
  .xl-pr-64 {
    padding-right: 16rem ;
  }
  [class~="xl-pr-64"] {
    padding-right: 16rem ;
  }
  .xl-!pr-64 {
    padding-right: 16rem  !important;
  }
  [class~="xl-!pr-64"] {
    padding-right: 16rem  !important;
  }
  .xl-pb-64 {
    padding-bottom: 16rem ;
  }
  [class~="xl-pb-64"] {
    padding-bottom: 16rem ;
  }
  .xl-!pb-64 {
    padding-bottom: 16rem  !important;
  }
  [class~="xl-!pb-64"] {
    padding-bottom: 16rem  !important;
  }
  .xl-pl-64 {
    padding-left: 16rem ;
  }
  [class~="xl-pl-64"] {
    padding-left: 16rem ;
  }
  .xl-!pl-64 {
    padding-left: 16rem  !important;
  }
  [class~="xl-!pl-64"] {
    padding-left: 16rem  !important;
  }
  .xl-p-72 {
    padding: 18rem ;
  }
  [class~="xl-p-72"] {
    padding: 18rem ;
  }
  .xl-!p-72 {
    padding: 18rem  !important;
  }
  [class~="xl-!p-72"] {
    padding: 18rem  !important;
  }
  .xl-px-72 {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  [class~="xl-px-72"] {
    padding-left: 18rem ;
    padding-right: 18rem ;
  }
  .xl-!px-72 {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  [class~="xl-!px-72"] {
    padding-left: 18rem  !important;
    padding-right: 18rem  !important;
  }
  .xl-py-72 {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  [class~="xl-py-72"] {
    padding-top: 18rem ;
    padding-bottom: 18rem ;
  }
  .xl-!py-72 {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  [class~="xl-!py-72"] {
    padding-top: 18rem  !important;
    padding-bottom: 18rem  !important;
  }
  .xl-ps-72 {
    padding-inline-start: 18rem ;
  }
  [class~="xl-ps-72"] {
    padding-inline-start: 18rem ;
  }
  .xl-!ps-72 {
    padding-inline-start: 18rem  !important;
  }
  [class~="xl-!ps-72"] {
    padding-inline-start: 18rem  !important;
  }
  .xl-pe-72 {
    padding-inline-end: 18rem ;
  }
  [class~="xl-pe-72"] {
    padding-inline-end: 18rem ;
  }
  .xl-!pe-72 {
    padding-inline-end: 18rem  !important;
  }
  [class~="xl-!pe-72"] {
    padding-inline-end: 18rem  !important;
  }
  .xl-pt-72 {
    padding-top: 18rem ;
  }
  [class~="xl-pt-72"] {
    padding-top: 18rem ;
  }
  .xl-!pt-72 {
    padding-top: 18rem  !important;
  }
  [class~="xl-!pt-72"] {
    padding-top: 18rem  !important;
  }
  .xl-pr-72 {
    padding-right: 18rem ;
  }
  [class~="xl-pr-72"] {
    padding-right: 18rem ;
  }
  .xl-!pr-72 {
    padding-right: 18rem  !important;
  }
  [class~="xl-!pr-72"] {
    padding-right: 18rem  !important;
  }
  .xl-pb-72 {
    padding-bottom: 18rem ;
  }
  [class~="xl-pb-72"] {
    padding-bottom: 18rem ;
  }
  .xl-!pb-72 {
    padding-bottom: 18rem  !important;
  }
  [class~="xl-!pb-72"] {
    padding-bottom: 18rem  !important;
  }
  .xl-pl-72 {
    padding-left: 18rem ;
  }
  [class~="xl-pl-72"] {
    padding-left: 18rem ;
  }
  .xl-!pl-72 {
    padding-left: 18rem  !important;
  }
  [class~="xl-!pl-72"] {
    padding-left: 18rem  !important;
  }
  .xl-p-80 {
    padding: 20rem ;
  }
  [class~="xl-p-80"] {
    padding: 20rem ;
  }
  .xl-!p-80 {
    padding: 20rem  !important;
  }
  [class~="xl-!p-80"] {
    padding: 20rem  !important;
  }
  .xl-px-80 {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  [class~="xl-px-80"] {
    padding-left: 20rem ;
    padding-right: 20rem ;
  }
  .xl-!px-80 {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  [class~="xl-!px-80"] {
    padding-left: 20rem  !important;
    padding-right: 20rem  !important;
  }
  .xl-py-80 {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  [class~="xl-py-80"] {
    padding-top: 20rem ;
    padding-bottom: 20rem ;
  }
  .xl-!py-80 {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  [class~="xl-!py-80"] {
    padding-top: 20rem  !important;
    padding-bottom: 20rem  !important;
  }
  .xl-ps-80 {
    padding-inline-start: 20rem ;
  }
  [class~="xl-ps-80"] {
    padding-inline-start: 20rem ;
  }
  .xl-!ps-80 {
    padding-inline-start: 20rem  !important;
  }
  [class~="xl-!ps-80"] {
    padding-inline-start: 20rem  !important;
  }
  .xl-pe-80 {
    padding-inline-end: 20rem ;
  }
  [class~="xl-pe-80"] {
    padding-inline-end: 20rem ;
  }
  .xl-!pe-80 {
    padding-inline-end: 20rem  !important;
  }
  [class~="xl-!pe-80"] {
    padding-inline-end: 20rem  !important;
  }
  .xl-pt-80 {
    padding-top: 20rem ;
  }
  [class~="xl-pt-80"] {
    padding-top: 20rem ;
  }
  .xl-!pt-80 {
    padding-top: 20rem  !important;
  }
  [class~="xl-!pt-80"] {
    padding-top: 20rem  !important;
  }
  .xl-pr-80 {
    padding-right: 20rem ;
  }
  [class~="xl-pr-80"] {
    padding-right: 20rem ;
  }
  .xl-!pr-80 {
    padding-right: 20rem  !important;
  }
  [class~="xl-!pr-80"] {
    padding-right: 20rem  !important;
  }
  .xl-pb-80 {
    padding-bottom: 20rem ;
  }
  [class~="xl-pb-80"] {
    padding-bottom: 20rem ;
  }
  .xl-!pb-80 {
    padding-bottom: 20rem  !important;
  }
  [class~="xl-!pb-80"] {
    padding-bottom: 20rem  !important;
  }
  .xl-pl-80 {
    padding-left: 20rem ;
  }
  [class~="xl-pl-80"] {
    padding-left: 20rem ;
  }
  .xl-!pl-80 {
    padding-left: 20rem  !important;
  }
  [class~="xl-!pl-80"] {
    padding-left: 20rem  !important;
  }
  .xl-p-96 {
    padding: 24rem ;
  }
  [class~="xl-p-96"] {
    padding: 24rem ;
  }
  .xl-!p-96 {
    padding: 24rem  !important;
  }
  [class~="xl-!p-96"] {
    padding: 24rem  !important;
  }
  .xl-px-96 {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  [class~="xl-px-96"] {
    padding-left: 24rem ;
    padding-right: 24rem ;
  }
  .xl-!px-96 {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  [class~="xl-!px-96"] {
    padding-left: 24rem  !important;
    padding-right: 24rem  !important;
  }
  .xl-py-96 {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  [class~="xl-py-96"] {
    padding-top: 24rem ;
    padding-bottom: 24rem ;
  }
  .xl-!py-96 {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  [class~="xl-!py-96"] {
    padding-top: 24rem  !important;
    padding-bottom: 24rem  !important;
  }
  .xl-ps-96 {
    padding-inline-start: 24rem ;
  }
  [class~="xl-ps-96"] {
    padding-inline-start: 24rem ;
  }
  .xl-!ps-96 {
    padding-inline-start: 24rem  !important;
  }
  [class~="xl-!ps-96"] {
    padding-inline-start: 24rem  !important;
  }
  .xl-pe-96 {
    padding-inline-end: 24rem ;
  }
  [class~="xl-pe-96"] {
    padding-inline-end: 24rem ;
  }
  .xl-!pe-96 {
    padding-inline-end: 24rem  !important;
  }
  [class~="xl-!pe-96"] {
    padding-inline-end: 24rem  !important;
  }
  .xl-pt-96 {
    padding-top: 24rem ;
  }
  [class~="xl-pt-96"] {
    padding-top: 24rem ;
  }
  .xl-!pt-96 {
    padding-top: 24rem  !important;
  }
  [class~="xl-!pt-96"] {
    padding-top: 24rem  !important;
  }
  .xl-pr-96 {
    padding-right: 24rem ;
  }
  [class~="xl-pr-96"] {
    padding-right: 24rem ;
  }
  .xl-!pr-96 {
    padding-right: 24rem  !important;
  }
  [class~="xl-!pr-96"] {
    padding-right: 24rem  !important;
  }
  .xl-pb-96 {
    padding-bottom: 24rem ;
  }
  [class~="xl-pb-96"] {
    padding-bottom: 24rem ;
  }
  .xl-!pb-96 {
    padding-bottom: 24rem  !important;
  }
  [class~="xl-!pb-96"] {
    padding-bottom: 24rem  !important;
  }
  .xl-pl-96 {
    padding-left: 24rem ;
  }
  [class~="xl-pl-96"] {
    padding-left: 24rem ;
  }
  .xl-!pl-96 {
    padding-left: 24rem  !important;
  }
  [class~="xl-!pl-96"] {
    padding-left: 24rem  !important;
  }
  .xl-m-0 {
    margin: 0 ;
  }
  [class~="xl-m-0"] {
    margin: 0 ;
  }
  .xl-!m-0 {
    margin: 0  !important;
  }
  [class~="xl-!m-0"] {
    margin: 0  !important;
  }
  .xl-mx-0 {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  [class~="xl-mx-0"] {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .xl-!mx-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  [class~="xl-!mx-0"] {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .xl-my-0 {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  [class~="xl-my-0"] {
    margin-top: 0 ;
    margin-bottom: 0 ;
  }
  .xl-!my-0 {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  [class~="xl-!my-0"] {
    margin-top: 0  !important;
    margin-bottom: 0  !important;
  }
  .xl-ms-0 {
    margin-inline-start: 0 ;
  }
  [class~="xl-ms-0"] {
    margin-inline-start: 0 ;
  }
  .xl-!ms-0 {
    margin-inline-start: 0  !important;
  }
  [class~="xl-!ms-0"] {
    margin-inline-start: 0  !important;
  }
  .xl-me-0 {
    margin-inline-end: 0 ;
  }
  [class~="xl-me-0"] {
    margin-inline-end: 0 ;
  }
  .xl-!me-0 {
    margin-inline-end: 0  !important;
  }
  [class~="xl-!me-0"] {
    margin-inline-end: 0  !important;
  }
  .xl-mt-0 {
    margin-top: 0 ;
  }
  [class~="xl-mt-0"] {
    margin-top: 0 ;
  }
  .xl-!mt-0 {
    margin-top: 0  !important;
  }
  [class~="xl-!mt-0"] {
    margin-top: 0  !important;
  }
  .xl-mr-0 {
    margin-right: 0 ;
  }
  [class~="xl-mr-0"] {
    margin-right: 0 ;
  }
  .xl-!mr-0 {
    margin-right: 0  !important;
  }
  [class~="xl-!mr-0"] {
    margin-right: 0  !important;
  }
  .xl-mb-0 {
    margin-bottom: 0 ;
  }
  [class~="xl-mb-0"] {
    margin-bottom: 0 ;
  }
  .xl-!mb-0 {
    margin-bottom: 0  !important;
  }
  [class~="xl-!mb-0"] {
    margin-bottom: 0  !important;
  }
  .xl-ml-0 {
    margin-left: 0 ;
  }
  [class~="xl-ml-0"] {
    margin-left: 0 ;
  }
  .xl-!ml-0 {
    margin-left: 0  !important;
  }
  [class~="xl-!ml-0"] {
    margin-left: 0  !important;
  }
  .xl-m-px {
    margin: 1px ;
  }
  [class~="xl-m-px"] {
    margin: 1px ;
  }
  .xl-!m-px {
    margin: 1px  !important;
  }
  [class~="xl-!m-px"] {
    margin: 1px  !important;
  }
  .xl-mx-px {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  [class~="xl-mx-px"] {
    margin-left: 1px ;
    margin-right: 1px ;
  }
  .xl-!mx-px {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  [class~="xl-!mx-px"] {
    margin-left: 1px  !important;
    margin-right: 1px  !important;
  }
  .xl-my-px {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  [class~="xl-my-px"] {
    margin-top: 1px ;
    margin-bottom: 1px ;
  }
  .xl-!my-px {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  [class~="xl-!my-px"] {
    margin-top: 1px  !important;
    margin-bottom: 1px  !important;
  }
  .xl-ms-px {
    margin-inline-start: 1px ;
  }
  [class~="xl-ms-px"] {
    margin-inline-start: 1px ;
  }
  .xl-!ms-px {
    margin-inline-start: 1px  !important;
  }
  [class~="xl-!ms-px"] {
    margin-inline-start: 1px  !important;
  }
  .xl-me-px {
    margin-inline-end: 1px ;
  }
  [class~="xl-me-px"] {
    margin-inline-end: 1px ;
  }
  .xl-!me-px {
    margin-inline-end: 1px  !important;
  }
  [class~="xl-!me-px"] {
    margin-inline-end: 1px  !important;
  }
  .xl-mt-px {
    margin-top: 1px ;
  }
  [class~="xl-mt-px"] {
    margin-top: 1px ;
  }
  .xl-!mt-px {
    margin-top: 1px  !important;
  }
  [class~="xl-!mt-px"] {
    margin-top: 1px  !important;
  }
  .xl-mr-px {
    margin-right: 1px ;
  }
  [class~="xl-mr-px"] {
    margin-right: 1px ;
  }
  .xl-!mr-px {
    margin-right: 1px  !important;
  }
  [class~="xl-!mr-px"] {
    margin-right: 1px  !important;
  }
  .xl-mb-px {
    margin-bottom: 1px ;
  }
  [class~="xl-mb-px"] {
    margin-bottom: 1px ;
  }
  .xl-!mb-px {
    margin-bottom: 1px  !important;
  }
  [class~="xl-!mb-px"] {
    margin-bottom: 1px  !important;
  }
  .xl-ml-px {
    margin-left: 1px ;
  }
  [class~="xl-ml-px"] {
    margin-left: 1px ;
  }
  .xl-!ml-px {
    margin-left: 1px  !important;
  }
  [class~="xl-!ml-px"] {
    margin-left: 1px  !important;
  }
  .xl-m-0\.5 {
    margin: 0.125rem ;
  }
  [class~="xl-m-0\.5"] {
    margin: 0.125rem ;
  }
  .xl-!m-0\.5 {
    margin: 0.125rem  !important;
  }
  [class~="xl-!m-0\.5"] {
    margin: 0.125rem  !important;
  }
  .xl-mx-0\.5 {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  [class~="xl-mx-0\.5"] {
    margin-left: 0.125rem ;
    margin-right: 0.125rem ;
  }
  .xl-!mx-0\.5 {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  [class~="xl-!mx-0\.5"] {
    margin-left: 0.125rem  !important;
    margin-right: 0.125rem  !important;
  }
  .xl-my-0\.5 {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  [class~="xl-my-0\.5"] {
    margin-top: 0.125rem ;
    margin-bottom: 0.125rem ;
  }
  .xl-!my-0\.5 {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  [class~="xl-!my-0\.5"] {
    margin-top: 0.125rem  !important;
    margin-bottom: 0.125rem  !important;
  }
  .xl-ms-0\.5 {
    margin-inline-start: 0.125rem ;
  }
  [class~="xl-ms-0\.5"] {
    margin-inline-start: 0.125rem ;
  }
  .xl-!ms-0\.5 {
    margin-inline-start: 0.125rem  !important;
  }
  [class~="xl-!ms-0\.5"] {
    margin-inline-start: 0.125rem  !important;
  }
  .xl-me-0\.5 {
    margin-inline-end: 0.125rem ;
  }
  [class~="xl-me-0\.5"] {
    margin-inline-end: 0.125rem ;
  }
  .xl-!me-0\.5 {
    margin-inline-end: 0.125rem  !important;
  }
  [class~="xl-!me-0\.5"] {
    margin-inline-end: 0.125rem  !important;
  }
  .xl-mt-0\.5 {
    margin-top: 0.125rem ;
  }
  [class~="xl-mt-0\.5"] {
    margin-top: 0.125rem ;
  }
  .xl-!mt-0\.5 {
    margin-top: 0.125rem  !important;
  }
  [class~="xl-!mt-0\.5"] {
    margin-top: 0.125rem  !important;
  }
  .xl-mr-0\.5 {
    margin-right: 0.125rem ;
  }
  [class~="xl-mr-0\.5"] {
    margin-right: 0.125rem ;
  }
  .xl-!mr-0\.5 {
    margin-right: 0.125rem  !important;
  }
  [class~="xl-!mr-0\.5"] {
    margin-right: 0.125rem  !important;
  }
  .xl-mb-0\.5 {
    margin-bottom: 0.125rem ;
  }
  [class~="xl-mb-0\.5"] {
    margin-bottom: 0.125rem ;
  }
  .xl-!mb-0\.5 {
    margin-bottom: 0.125rem  !important;
  }
  [class~="xl-!mb-0\.5"] {
    margin-bottom: 0.125rem  !important;
  }
  .xl-ml-0\.5 {
    margin-left: 0.125rem ;
  }
  [class~="xl-ml-0\.5"] {
    margin-left: 0.125rem ;
  }
  .xl-!ml-0\.5 {
    margin-left: 0.125rem  !important;
  }
  [class~="xl-!ml-0\.5"] {
    margin-left: 0.125rem  !important;
  }
  .xl-m-1 {
    margin: 0.25rem ;
  }
  [class~="xl-m-1"] {
    margin: 0.25rem ;
  }
  .xl-!m-1 {
    margin: 0.25rem  !important;
  }
  [class~="xl-!m-1"] {
    margin: 0.25rem  !important;
  }
  .xl-mx-1 {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  [class~="xl-mx-1"] {
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
  }
  .xl-!mx-1 {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  [class~="xl-!mx-1"] {
    margin-left: 0.25rem  !important;
    margin-right: 0.25rem  !important;
  }
  .xl-my-1 {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  [class~="xl-my-1"] {
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
  }
  .xl-!my-1 {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  [class~="xl-!my-1"] {
    margin-top: 0.25rem  !important;
    margin-bottom: 0.25rem  !important;
  }
  .xl-ms-1 {
    margin-inline-start: 0.25rem ;
  }
  [class~="xl-ms-1"] {
    margin-inline-start: 0.25rem ;
  }
  .xl-!ms-1 {
    margin-inline-start: 0.25rem  !important;
  }
  [class~="xl-!ms-1"] {
    margin-inline-start: 0.25rem  !important;
  }
  .xl-me-1 {
    margin-inline-end: 0.25rem ;
  }
  [class~="xl-me-1"] {
    margin-inline-end: 0.25rem ;
  }
  .xl-!me-1 {
    margin-inline-end: 0.25rem  !important;
  }
  [class~="xl-!me-1"] {
    margin-inline-end: 0.25rem  !important;
  }
  .xl-mt-1 {
    margin-top: 0.25rem ;
  }
  [class~="xl-mt-1"] {
    margin-top: 0.25rem ;
  }
  .xl-!mt-1 {
    margin-top: 0.25rem  !important;
  }
  [class~="xl-!mt-1"] {
    margin-top: 0.25rem  !important;
  }
  .xl-mr-1 {
    margin-right: 0.25rem ;
  }
  [class~="xl-mr-1"] {
    margin-right: 0.25rem ;
  }
  .xl-!mr-1 {
    margin-right: 0.25rem  !important;
  }
  [class~="xl-!mr-1"] {
    margin-right: 0.25rem  !important;
  }
  .xl-mb-1 {
    margin-bottom: 0.25rem ;
  }
  [class~="xl-mb-1"] {
    margin-bottom: 0.25rem ;
  }
  .xl-!mb-1 {
    margin-bottom: 0.25rem  !important;
  }
  [class~="xl-!mb-1"] {
    margin-bottom: 0.25rem  !important;
  }
  .xl-ml-1 {
    margin-left: 0.25rem ;
  }
  [class~="xl-ml-1"] {
    margin-left: 0.25rem ;
  }
  .xl-!ml-1 {
    margin-left: 0.25rem  !important;
  }
  [class~="xl-!ml-1"] {
    margin-left: 0.25rem  !important;
  }
  .xl-m-1\.5 {
    margin: 0.375rem ;
  }
  [class~="xl-m-1\.5"] {
    margin: 0.375rem ;
  }
  .xl-!m-1\.5 {
    margin: 0.375rem  !important;
  }
  [class~="xl-!m-1\.5"] {
    margin: 0.375rem  !important;
  }
  .xl-mx-1\.5 {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  [class~="xl-mx-1\.5"] {
    margin-left: 0.375rem ;
    margin-right: 0.375rem ;
  }
  .xl-!mx-1\.5 {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  [class~="xl-!mx-1\.5"] {
    margin-left: 0.375rem  !important;
    margin-right: 0.375rem  !important;
  }
  .xl-my-1\.5 {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  [class~="xl-my-1\.5"] {
    margin-top: 0.375rem ;
    margin-bottom: 0.375rem ;
  }
  .xl-!my-1\.5 {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  [class~="xl-!my-1\.5"] {
    margin-top: 0.375rem  !important;
    margin-bottom: 0.375rem  !important;
  }
  .xl-ms-1\.5 {
    margin-inline-start: 0.375rem ;
  }
  [class~="xl-ms-1\.5"] {
    margin-inline-start: 0.375rem ;
  }
  .xl-!ms-1\.5 {
    margin-inline-start: 0.375rem  !important;
  }
  [class~="xl-!ms-1\.5"] {
    margin-inline-start: 0.375rem  !important;
  }
  .xl-me-1\.5 {
    margin-inline-end: 0.375rem ;
  }
  [class~="xl-me-1\.5"] {
    margin-inline-end: 0.375rem ;
  }
  .xl-!me-1\.5 {
    margin-inline-end: 0.375rem  !important;
  }
  [class~="xl-!me-1\.5"] {
    margin-inline-end: 0.375rem  !important;
  }
  .xl-mt-1\.5 {
    margin-top: 0.375rem ;
  }
  [class~="xl-mt-1\.5"] {
    margin-top: 0.375rem ;
  }
  .xl-!mt-1\.5 {
    margin-top: 0.375rem  !important;
  }
  [class~="xl-!mt-1\.5"] {
    margin-top: 0.375rem  !important;
  }
  .xl-mr-1\.5 {
    margin-right: 0.375rem ;
  }
  [class~="xl-mr-1\.5"] {
    margin-right: 0.375rem ;
  }
  .xl-!mr-1\.5 {
    margin-right: 0.375rem  !important;
  }
  [class~="xl-!mr-1\.5"] {
    margin-right: 0.375rem  !important;
  }
  .xl-mb-1\.5 {
    margin-bottom: 0.375rem ;
  }
  [class~="xl-mb-1\.5"] {
    margin-bottom: 0.375rem ;
  }
  .xl-!mb-1\.5 {
    margin-bottom: 0.375rem  !important;
  }
  [class~="xl-!mb-1\.5"] {
    margin-bottom: 0.375rem  !important;
  }
  .xl-ml-1\.5 {
    margin-left: 0.375rem ;
  }
  [class~="xl-ml-1\.5"] {
    margin-left: 0.375rem ;
  }
  .xl-!ml-1\.5 {
    margin-left: 0.375rem  !important;
  }
  [class~="xl-!ml-1\.5"] {
    margin-left: 0.375rem  !important;
  }
  .xl-m-2 {
    margin: 0.5rem ;
  }
  [class~="xl-m-2"] {
    margin: 0.5rem ;
  }
  .xl-!m-2 {
    margin: 0.5rem  !important;
  }
  [class~="xl-!m-2"] {
    margin: 0.5rem  !important;
  }
  .xl-mx-2 {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  [class~="xl-mx-2"] {
    margin-left: 0.5rem ;
    margin-right: 0.5rem ;
  }
  .xl-!mx-2 {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  [class~="xl-!mx-2"] {
    margin-left: 0.5rem  !important;
    margin-right: 0.5rem  !important;
  }
  .xl-my-2 {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  [class~="xl-my-2"] {
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
  }
  .xl-!my-2 {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  [class~="xl-!my-2"] {
    margin-top: 0.5rem  !important;
    margin-bottom: 0.5rem  !important;
  }
  .xl-ms-2 {
    margin-inline-start: 0.5rem ;
  }
  [class~="xl-ms-2"] {
    margin-inline-start: 0.5rem ;
  }
  .xl-!ms-2 {
    margin-inline-start: 0.5rem  !important;
  }
  [class~="xl-!ms-2"] {
    margin-inline-start: 0.5rem  !important;
  }
  .xl-me-2 {
    margin-inline-end: 0.5rem ;
  }
  [class~="xl-me-2"] {
    margin-inline-end: 0.5rem ;
  }
  .xl-!me-2 {
    margin-inline-end: 0.5rem  !important;
  }
  [class~="xl-!me-2"] {
    margin-inline-end: 0.5rem  !important;
  }
  .xl-mt-2 {
    margin-top: 0.5rem ;
  }
  [class~="xl-mt-2"] {
    margin-top: 0.5rem ;
  }
  .xl-!mt-2 {
    margin-top: 0.5rem  !important;
  }
  [class~="xl-!mt-2"] {
    margin-top: 0.5rem  !important;
  }
  .xl-mr-2 {
    margin-right: 0.5rem ;
  }
  [class~="xl-mr-2"] {
    margin-right: 0.5rem ;
  }
  .xl-!mr-2 {
    margin-right: 0.5rem  !important;
  }
  [class~="xl-!mr-2"] {
    margin-right: 0.5rem  !important;
  }
  .xl-mb-2 {
    margin-bottom: 0.5rem ;
  }
  [class~="xl-mb-2"] {
    margin-bottom: 0.5rem ;
  }
  .xl-!mb-2 {
    margin-bottom: 0.5rem  !important;
  }
  [class~="xl-!mb-2"] {
    margin-bottom: 0.5rem  !important;
  }
  .xl-ml-2 {
    margin-left: 0.5rem ;
  }
  [class~="xl-ml-2"] {
    margin-left: 0.5rem ;
  }
  .xl-!ml-2 {
    margin-left: 0.5rem  !important;
  }
  [class~="xl-!ml-2"] {
    margin-left: 0.5rem  !important;
  }
  .xl-m-2\.5 {
    margin: 0.625rem ;
  }
  [class~="xl-m-2\.5"] {
    margin: 0.625rem ;
  }
  .xl-!m-2\.5 {
    margin: 0.625rem  !important;
  }
  [class~="xl-!m-2\.5"] {
    margin: 0.625rem  !important;
  }
  .xl-mx-2\.5 {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  [class~="xl-mx-2\.5"] {
    margin-left: 0.625rem ;
    margin-right: 0.625rem ;
  }
  .xl-!mx-2\.5 {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  [class~="xl-!mx-2\.5"] {
    margin-left: 0.625rem  !important;
    margin-right: 0.625rem  !important;
  }
  .xl-my-2\.5 {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  [class~="xl-my-2\.5"] {
    margin-top: 0.625rem ;
    margin-bottom: 0.625rem ;
  }
  .xl-!my-2\.5 {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  [class~="xl-!my-2\.5"] {
    margin-top: 0.625rem  !important;
    margin-bottom: 0.625rem  !important;
  }
  .xl-ms-2\.5 {
    margin-inline-start: 0.625rem ;
  }
  [class~="xl-ms-2\.5"] {
    margin-inline-start: 0.625rem ;
  }
  .xl-!ms-2\.5 {
    margin-inline-start: 0.625rem  !important;
  }
  [class~="xl-!ms-2\.5"] {
    margin-inline-start: 0.625rem  !important;
  }
  .xl-me-2\.5 {
    margin-inline-end: 0.625rem ;
  }
  [class~="xl-me-2\.5"] {
    margin-inline-end: 0.625rem ;
  }
  .xl-!me-2\.5 {
    margin-inline-end: 0.625rem  !important;
  }
  [class~="xl-!me-2\.5"] {
    margin-inline-end: 0.625rem  !important;
  }
  .xl-mt-2\.5 {
    margin-top: 0.625rem ;
  }
  [class~="xl-mt-2\.5"] {
    margin-top: 0.625rem ;
  }
  .xl-!mt-2\.5 {
    margin-top: 0.625rem  !important;
  }
  [class~="xl-!mt-2\.5"] {
    margin-top: 0.625rem  !important;
  }
  .xl-mr-2\.5 {
    margin-right: 0.625rem ;
  }
  [class~="xl-mr-2\.5"] {
    margin-right: 0.625rem ;
  }
  .xl-!mr-2\.5 {
    margin-right: 0.625rem  !important;
  }
  [class~="xl-!mr-2\.5"] {
    margin-right: 0.625rem  !important;
  }
  .xl-mb-2\.5 {
    margin-bottom: 0.625rem ;
  }
  [class~="xl-mb-2\.5"] {
    margin-bottom: 0.625rem ;
  }
  .xl-!mb-2\.5 {
    margin-bottom: 0.625rem  !important;
  }
  [class~="xl-!mb-2\.5"] {
    margin-bottom: 0.625rem  !important;
  }
  .xl-ml-2\.5 {
    margin-left: 0.625rem ;
  }
  [class~="xl-ml-2\.5"] {
    margin-left: 0.625rem ;
  }
  .xl-!ml-2\.5 {
    margin-left: 0.625rem  !important;
  }
  [class~="xl-!ml-2\.5"] {
    margin-left: 0.625rem  !important;
  }
  .xl-m-3 {
    margin: 0.75rem ;
  }
  [class~="xl-m-3"] {
    margin: 0.75rem ;
  }
  .xl-!m-3 {
    margin: 0.75rem  !important;
  }
  [class~="xl-!m-3"] {
    margin: 0.75rem  !important;
  }
  .xl-mx-3 {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  [class~="xl-mx-3"] {
    margin-left: 0.75rem ;
    margin-right: 0.75rem ;
  }
  .xl-!mx-3 {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  [class~="xl-!mx-3"] {
    margin-left: 0.75rem  !important;
    margin-right: 0.75rem  !important;
  }
  .xl-my-3 {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  [class~="xl-my-3"] {
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
  }
  .xl-!my-3 {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  [class~="xl-!my-3"] {
    margin-top: 0.75rem  !important;
    margin-bottom: 0.75rem  !important;
  }
  .xl-ms-3 {
    margin-inline-start: 0.75rem ;
  }
  [class~="xl-ms-3"] {
    margin-inline-start: 0.75rem ;
  }
  .xl-!ms-3 {
    margin-inline-start: 0.75rem  !important;
  }
  [class~="xl-!ms-3"] {
    margin-inline-start: 0.75rem  !important;
  }
  .xl-me-3 {
    margin-inline-end: 0.75rem ;
  }
  [class~="xl-me-3"] {
    margin-inline-end: 0.75rem ;
  }
  .xl-!me-3 {
    margin-inline-end: 0.75rem  !important;
  }
  [class~="xl-!me-3"] {
    margin-inline-end: 0.75rem  !important;
  }
  .xl-mt-3 {
    margin-top: 0.75rem ;
  }
  [class~="xl-mt-3"] {
    margin-top: 0.75rem ;
  }
  .xl-!mt-3 {
    margin-top: 0.75rem  !important;
  }
  [class~="xl-!mt-3"] {
    margin-top: 0.75rem  !important;
  }
  .xl-mr-3 {
    margin-right: 0.75rem ;
  }
  [class~="xl-mr-3"] {
    margin-right: 0.75rem ;
  }
  .xl-!mr-3 {
    margin-right: 0.75rem  !important;
  }
  [class~="xl-!mr-3"] {
    margin-right: 0.75rem  !important;
  }
  .xl-mb-3 {
    margin-bottom: 0.75rem ;
  }
  [class~="xl-mb-3"] {
    margin-bottom: 0.75rem ;
  }
  .xl-!mb-3 {
    margin-bottom: 0.75rem  !important;
  }
  [class~="xl-!mb-3"] {
    margin-bottom: 0.75rem  !important;
  }
  .xl-ml-3 {
    margin-left: 0.75rem ;
  }
  [class~="xl-ml-3"] {
    margin-left: 0.75rem ;
  }
  .xl-!ml-3 {
    margin-left: 0.75rem  !important;
  }
  [class~="xl-!ml-3"] {
    margin-left: 0.75rem  !important;
  }
  .xl-m-3\.5 {
    margin: 0.875rem ;
  }
  [class~="xl-m-3\.5"] {
    margin: 0.875rem ;
  }
  .xl-!m-3\.5 {
    margin: 0.875rem  !important;
  }
  [class~="xl-!m-3\.5"] {
    margin: 0.875rem  !important;
  }
  .xl-mx-3\.5 {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  [class~="xl-mx-3\.5"] {
    margin-left: 0.875rem ;
    margin-right: 0.875rem ;
  }
  .xl-!mx-3\.5 {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  [class~="xl-!mx-3\.5"] {
    margin-left: 0.875rem  !important;
    margin-right: 0.875rem  !important;
  }
  .xl-my-3\.5 {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  [class~="xl-my-3\.5"] {
    margin-top: 0.875rem ;
    margin-bottom: 0.875rem ;
  }
  .xl-!my-3\.5 {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  [class~="xl-!my-3\.5"] {
    margin-top: 0.875rem  !important;
    margin-bottom: 0.875rem  !important;
  }
  .xl-ms-3\.5 {
    margin-inline-start: 0.875rem ;
  }
  [class~="xl-ms-3\.5"] {
    margin-inline-start: 0.875rem ;
  }
  .xl-!ms-3\.5 {
    margin-inline-start: 0.875rem  !important;
  }
  [class~="xl-!ms-3\.5"] {
    margin-inline-start: 0.875rem  !important;
  }
  .xl-me-3\.5 {
    margin-inline-end: 0.875rem ;
  }
  [class~="xl-me-3\.5"] {
    margin-inline-end: 0.875rem ;
  }
  .xl-!me-3\.5 {
    margin-inline-end: 0.875rem  !important;
  }
  [class~="xl-!me-3\.5"] {
    margin-inline-end: 0.875rem  !important;
  }
  .xl-mt-3\.5 {
    margin-top: 0.875rem ;
  }
  [class~="xl-mt-3\.5"] {
    margin-top: 0.875rem ;
  }
  .xl-!mt-3\.5 {
    margin-top: 0.875rem  !important;
  }
  [class~="xl-!mt-3\.5"] {
    margin-top: 0.875rem  !important;
  }
  .xl-mr-3\.5 {
    margin-right: 0.875rem ;
  }
  [class~="xl-mr-3\.5"] {
    margin-right: 0.875rem ;
  }
  .xl-!mr-3\.5 {
    margin-right: 0.875rem  !important;
  }
  [class~="xl-!mr-3\.5"] {
    margin-right: 0.875rem  !important;
  }
  .xl-mb-3\.5 {
    margin-bottom: 0.875rem ;
  }
  [class~="xl-mb-3\.5"] {
    margin-bottom: 0.875rem ;
  }
  .xl-!mb-3\.5 {
    margin-bottom: 0.875rem  !important;
  }
  [class~="xl-!mb-3\.5"] {
    margin-bottom: 0.875rem  !important;
  }
  .xl-ml-3\.5 {
    margin-left: 0.875rem ;
  }
  [class~="xl-ml-3\.5"] {
    margin-left: 0.875rem ;
  }
  .xl-!ml-3\.5 {
    margin-left: 0.875rem  !important;
  }
  [class~="xl-!ml-3\.5"] {
    margin-left: 0.875rem  !important;
  }
  .xl-m-4 {
    margin: 1rem ;
  }
  [class~="xl-m-4"] {
    margin: 1rem ;
  }
  .xl-!m-4 {
    margin: 1rem  !important;
  }
  [class~="xl-!m-4"] {
    margin: 1rem  !important;
  }
  .xl-mx-4 {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  [class~="xl-mx-4"] {
    margin-left: 1rem ;
    margin-right: 1rem ;
  }
  .xl-!mx-4 {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  [class~="xl-!mx-4"] {
    margin-left: 1rem  !important;
    margin-right: 1rem  !important;
  }
  .xl-my-4 {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  [class~="xl-my-4"] {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
  }
  .xl-!my-4 {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  [class~="xl-!my-4"] {
    margin-top: 1rem  !important;
    margin-bottom: 1rem  !important;
  }
  .xl-ms-4 {
    margin-inline-start: 1rem ;
  }
  [class~="xl-ms-4"] {
    margin-inline-start: 1rem ;
  }
  .xl-!ms-4 {
    margin-inline-start: 1rem  !important;
  }
  [class~="xl-!ms-4"] {
    margin-inline-start: 1rem  !important;
  }
  .xl-me-4 {
    margin-inline-end: 1rem ;
  }
  [class~="xl-me-4"] {
    margin-inline-end: 1rem ;
  }
  .xl-!me-4 {
    margin-inline-end: 1rem  !important;
  }
  [class~="xl-!me-4"] {
    margin-inline-end: 1rem  !important;
  }
  .xl-mt-4 {
    margin-top: 1rem ;
  }
  [class~="xl-mt-4"] {
    margin-top: 1rem ;
  }
  .xl-!mt-4 {
    margin-top: 1rem  !important;
  }
  [class~="xl-!mt-4"] {
    margin-top: 1rem  !important;
  }
  .xl-mr-4 {
    margin-right: 1rem ;
  }
  [class~="xl-mr-4"] {
    margin-right: 1rem ;
  }
  .xl-!mr-4 {
    margin-right: 1rem  !important;
  }
  [class~="xl-!mr-4"] {
    margin-right: 1rem  !important;
  }
  .xl-mb-4 {
    margin-bottom: 1rem ;
  }
  [class~="xl-mb-4"] {
    margin-bottom: 1rem ;
  }
  .xl-!mb-4 {
    margin-bottom: 1rem  !important;
  }
  [class~="xl-!mb-4"] {
    margin-bottom: 1rem  !important;
  }
  .xl-ml-4 {
    margin-left: 1rem ;
  }
  [class~="xl-ml-4"] {
    margin-left: 1rem ;
  }
  .xl-!ml-4 {
    margin-left: 1rem  !important;
  }
  [class~="xl-!ml-4"] {
    margin-left: 1rem  !important;
  }
  .xl-m-5 {
    margin: 1.25rem ;
  }
  [class~="xl-m-5"] {
    margin: 1.25rem ;
  }
  .xl-!m-5 {
    margin: 1.25rem  !important;
  }
  [class~="xl-!m-5"] {
    margin: 1.25rem  !important;
  }
  .xl-mx-5 {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  [class~="xl-mx-5"] {
    margin-left: 1.25rem ;
    margin-right: 1.25rem ;
  }
  .xl-!mx-5 {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  [class~="xl-!mx-5"] {
    margin-left: 1.25rem  !important;
    margin-right: 1.25rem  !important;
  }
  .xl-my-5 {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  [class~="xl-my-5"] {
    margin-top: 1.25rem ;
    margin-bottom: 1.25rem ;
  }
  .xl-!my-5 {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  [class~="xl-!my-5"] {
    margin-top: 1.25rem  !important;
    margin-bottom: 1.25rem  !important;
  }
  .xl-ms-5 {
    margin-inline-start: 1.25rem ;
  }
  [class~="xl-ms-5"] {
    margin-inline-start: 1.25rem ;
  }
  .xl-!ms-5 {
    margin-inline-start: 1.25rem  !important;
  }
  [class~="xl-!ms-5"] {
    margin-inline-start: 1.25rem  !important;
  }
  .xl-me-5 {
    margin-inline-end: 1.25rem ;
  }
  [class~="xl-me-5"] {
    margin-inline-end: 1.25rem ;
  }
  .xl-!me-5 {
    margin-inline-end: 1.25rem  !important;
  }
  [class~="xl-!me-5"] {
    margin-inline-end: 1.25rem  !important;
  }
  .xl-mt-5 {
    margin-top: 1.25rem ;
  }
  [class~="xl-mt-5"] {
    margin-top: 1.25rem ;
  }
  .xl-!mt-5 {
    margin-top: 1.25rem  !important;
  }
  [class~="xl-!mt-5"] {
    margin-top: 1.25rem  !important;
  }
  .xl-mr-5 {
    margin-right: 1.25rem ;
  }
  [class~="xl-mr-5"] {
    margin-right: 1.25rem ;
  }
  .xl-!mr-5 {
    margin-right: 1.25rem  !important;
  }
  [class~="xl-!mr-5"] {
    margin-right: 1.25rem  !important;
  }
  .xl-mb-5 {
    margin-bottom: 1.25rem ;
  }
  [class~="xl-mb-5"] {
    margin-bottom: 1.25rem ;
  }
  .xl-!mb-5 {
    margin-bottom: 1.25rem  !important;
  }
  [class~="xl-!mb-5"] {
    margin-bottom: 1.25rem  !important;
  }
  .xl-ml-5 {
    margin-left: 1.25rem ;
  }
  [class~="xl-ml-5"] {
    margin-left: 1.25rem ;
  }
  .xl-!ml-5 {
    margin-left: 1.25rem  !important;
  }
  [class~="xl-!ml-5"] {
    margin-left: 1.25rem  !important;
  }
  .xl-m-6 {
    margin: 1.5rem ;
  }
  [class~="xl-m-6"] {
    margin: 1.5rem ;
  }
  .xl-!m-6 {
    margin: 1.5rem  !important;
  }
  [class~="xl-!m-6"] {
    margin: 1.5rem  !important;
  }
  .xl-mx-6 {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  [class~="xl-mx-6"] {
    margin-left: 1.5rem ;
    margin-right: 1.5rem ;
  }
  .xl-!mx-6 {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  [class~="xl-!mx-6"] {
    margin-left: 1.5rem  !important;
    margin-right: 1.5rem  !important;
  }
  .xl-my-6 {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  [class~="xl-my-6"] {
    margin-top: 1.5rem ;
    margin-bottom: 1.5rem ;
  }
  .xl-!my-6 {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  [class~="xl-!my-6"] {
    margin-top: 1.5rem  !important;
    margin-bottom: 1.5rem  !important;
  }
  .xl-ms-6 {
    margin-inline-start: 1.5rem ;
  }
  [class~="xl-ms-6"] {
    margin-inline-start: 1.5rem ;
  }
  .xl-!ms-6 {
    margin-inline-start: 1.5rem  !important;
  }
  [class~="xl-!ms-6"] {
    margin-inline-start: 1.5rem  !important;
  }
  .xl-me-6 {
    margin-inline-end: 1.5rem ;
  }
  [class~="xl-me-6"] {
    margin-inline-end: 1.5rem ;
  }
  .xl-!me-6 {
    margin-inline-end: 1.5rem  !important;
  }
  [class~="xl-!me-6"] {
    margin-inline-end: 1.5rem  !important;
  }
  .xl-mt-6 {
    margin-top: 1.5rem ;
  }
  [class~="xl-mt-6"] {
    margin-top: 1.5rem ;
  }
  .xl-!mt-6 {
    margin-top: 1.5rem  !important;
  }
  [class~="xl-!mt-6"] {
    margin-top: 1.5rem  !important;
  }
  .xl-mr-6 {
    margin-right: 1.5rem ;
  }
  [class~="xl-mr-6"] {
    margin-right: 1.5rem ;
  }
  .xl-!mr-6 {
    margin-right: 1.5rem  !important;
  }
  [class~="xl-!mr-6"] {
    margin-right: 1.5rem  !important;
  }
  .xl-mb-6 {
    margin-bottom: 1.5rem ;
  }
  [class~="xl-mb-6"] {
    margin-bottom: 1.5rem ;
  }
  .xl-!mb-6 {
    margin-bottom: 1.5rem  !important;
  }
  [class~="xl-!mb-6"] {
    margin-bottom: 1.5rem  !important;
  }
  .xl-ml-6 {
    margin-left: 1.5rem ;
  }
  [class~="xl-ml-6"] {
    margin-left: 1.5rem ;
  }
  .xl-!ml-6 {
    margin-left: 1.5rem  !important;
  }
  [class~="xl-!ml-6"] {
    margin-left: 1.5rem  !important;
  }
  .xl-m-7 {
    margin: 1.75rem ;
  }
  [class~="xl-m-7"] {
    margin: 1.75rem ;
  }
  .xl-!m-7 {
    margin: 1.75rem  !important;
  }
  [class~="xl-!m-7"] {
    margin: 1.75rem  !important;
  }
  .xl-mx-7 {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  [class~="xl-mx-7"] {
    margin-left: 1.75rem ;
    margin-right: 1.75rem ;
  }
  .xl-!mx-7 {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  [class~="xl-!mx-7"] {
    margin-left: 1.75rem  !important;
    margin-right: 1.75rem  !important;
  }
  .xl-my-7 {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  [class~="xl-my-7"] {
    margin-top: 1.75rem ;
    margin-bottom: 1.75rem ;
  }
  .xl-!my-7 {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  [class~="xl-!my-7"] {
    margin-top: 1.75rem  !important;
    margin-bottom: 1.75rem  !important;
  }
  .xl-ms-7 {
    margin-inline-start: 1.75rem ;
  }
  [class~="xl-ms-7"] {
    margin-inline-start: 1.75rem ;
  }
  .xl-!ms-7 {
    margin-inline-start: 1.75rem  !important;
  }
  [class~="xl-!ms-7"] {
    margin-inline-start: 1.75rem  !important;
  }
  .xl-me-7 {
    margin-inline-end: 1.75rem ;
  }
  [class~="xl-me-7"] {
    margin-inline-end: 1.75rem ;
  }
  .xl-!me-7 {
    margin-inline-end: 1.75rem  !important;
  }
  [class~="xl-!me-7"] {
    margin-inline-end: 1.75rem  !important;
  }
  .xl-mt-7 {
    margin-top: 1.75rem ;
  }
  [class~="xl-mt-7"] {
    margin-top: 1.75rem ;
  }
  .xl-!mt-7 {
    margin-top: 1.75rem  !important;
  }
  [class~="xl-!mt-7"] {
    margin-top: 1.75rem  !important;
  }
  .xl-mr-7 {
    margin-right: 1.75rem ;
  }
  [class~="xl-mr-7"] {
    margin-right: 1.75rem ;
  }
  .xl-!mr-7 {
    margin-right: 1.75rem  !important;
  }
  [class~="xl-!mr-7"] {
    margin-right: 1.75rem  !important;
  }
  .xl-mb-7 {
    margin-bottom: 1.75rem ;
  }
  [class~="xl-mb-7"] {
    margin-bottom: 1.75rem ;
  }
  .xl-!mb-7 {
    margin-bottom: 1.75rem  !important;
  }
  [class~="xl-!mb-7"] {
    margin-bottom: 1.75rem  !important;
  }
  .xl-ml-7 {
    margin-left: 1.75rem ;
  }
  [class~="xl-ml-7"] {
    margin-left: 1.75rem ;
  }
  .xl-!ml-7 {
    margin-left: 1.75rem  !important;
  }
  [class~="xl-!ml-7"] {
    margin-left: 1.75rem  !important;
  }
  .xl-m-8 {
    margin: 2rem ;
  }
  [class~="xl-m-8"] {
    margin: 2rem ;
  }
  .xl-!m-8 {
    margin: 2rem  !important;
  }
  [class~="xl-!m-8"] {
    margin: 2rem  !important;
  }
  .xl-mx-8 {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  [class~="xl-mx-8"] {
    margin-left: 2rem ;
    margin-right: 2rem ;
  }
  .xl-!mx-8 {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  [class~="xl-!mx-8"] {
    margin-left: 2rem  !important;
    margin-right: 2rem  !important;
  }
  .xl-my-8 {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  [class~="xl-my-8"] {
    margin-top: 2rem ;
    margin-bottom: 2rem ;
  }
  .xl-!my-8 {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  [class~="xl-!my-8"] {
    margin-top: 2rem  !important;
    margin-bottom: 2rem  !important;
  }
  .xl-ms-8 {
    margin-inline-start: 2rem ;
  }
  [class~="xl-ms-8"] {
    margin-inline-start: 2rem ;
  }
  .xl-!ms-8 {
    margin-inline-start: 2rem  !important;
  }
  [class~="xl-!ms-8"] {
    margin-inline-start: 2rem  !important;
  }
  .xl-me-8 {
    margin-inline-end: 2rem ;
  }
  [class~="xl-me-8"] {
    margin-inline-end: 2rem ;
  }
  .xl-!me-8 {
    margin-inline-end: 2rem  !important;
  }
  [class~="xl-!me-8"] {
    margin-inline-end: 2rem  !important;
  }
  .xl-mt-8 {
    margin-top: 2rem ;
  }
  [class~="xl-mt-8"] {
    margin-top: 2rem ;
  }
  .xl-!mt-8 {
    margin-top: 2rem  !important;
  }
  [class~="xl-!mt-8"] {
    margin-top: 2rem  !important;
  }
  .xl-mr-8 {
    margin-right: 2rem ;
  }
  [class~="xl-mr-8"] {
    margin-right: 2rem ;
  }
  .xl-!mr-8 {
    margin-right: 2rem  !important;
  }
  [class~="xl-!mr-8"] {
    margin-right: 2rem  !important;
  }
  .xl-mb-8 {
    margin-bottom: 2rem ;
  }
  [class~="xl-mb-8"] {
    margin-bottom: 2rem ;
  }
  .xl-!mb-8 {
    margin-bottom: 2rem  !important;
  }
  [class~="xl-!mb-8"] {
    margin-bottom: 2rem  !important;
  }
  .xl-ml-8 {
    margin-left: 2rem ;
  }
  [class~="xl-ml-8"] {
    margin-left: 2rem ;
  }
  .xl-!ml-8 {
    margin-left: 2rem  !important;
  }
  [class~="xl-!ml-8"] {
    margin-left: 2rem  !important;
  }
  .xl-m-9 {
    margin: 2.25rem ;
  }
  [class~="xl-m-9"] {
    margin: 2.25rem ;
  }
  .xl-!m-9 {
    margin: 2.25rem  !important;
  }
  [class~="xl-!m-9"] {
    margin: 2.25rem  !important;
  }
  .xl-mx-9 {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  [class~="xl-mx-9"] {
    margin-left: 2.25rem ;
    margin-right: 2.25rem ;
  }
  .xl-!mx-9 {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  [class~="xl-!mx-9"] {
    margin-left: 2.25rem  !important;
    margin-right: 2.25rem  !important;
  }
  .xl-my-9 {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  [class~="xl-my-9"] {
    margin-top: 2.25rem ;
    margin-bottom: 2.25rem ;
  }
  .xl-!my-9 {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  [class~="xl-!my-9"] {
    margin-top: 2.25rem  !important;
    margin-bottom: 2.25rem  !important;
  }
  .xl-ms-9 {
    margin-inline-start: 2.25rem ;
  }
  [class~="xl-ms-9"] {
    margin-inline-start: 2.25rem ;
  }
  .xl-!ms-9 {
    margin-inline-start: 2.25rem  !important;
  }
  [class~="xl-!ms-9"] {
    margin-inline-start: 2.25rem  !important;
  }
  .xl-me-9 {
    margin-inline-end: 2.25rem ;
  }
  [class~="xl-me-9"] {
    margin-inline-end: 2.25rem ;
  }
  .xl-!me-9 {
    margin-inline-end: 2.25rem  !important;
  }
  [class~="xl-!me-9"] {
    margin-inline-end: 2.25rem  !important;
  }
  .xl-mt-9 {
    margin-top: 2.25rem ;
  }
  [class~="xl-mt-9"] {
    margin-top: 2.25rem ;
  }
  .xl-!mt-9 {
    margin-top: 2.25rem  !important;
  }
  [class~="xl-!mt-9"] {
    margin-top: 2.25rem  !important;
  }
  .xl-mr-9 {
    margin-right: 2.25rem ;
  }
  [class~="xl-mr-9"] {
    margin-right: 2.25rem ;
  }
  .xl-!mr-9 {
    margin-right: 2.25rem  !important;
  }
  [class~="xl-!mr-9"] {
    margin-right: 2.25rem  !important;
  }
  .xl-mb-9 {
    margin-bottom: 2.25rem ;
  }
  [class~="xl-mb-9"] {
    margin-bottom: 2.25rem ;
  }
  .xl-!mb-9 {
    margin-bottom: 2.25rem  !important;
  }
  [class~="xl-!mb-9"] {
    margin-bottom: 2.25rem  !important;
  }
  .xl-ml-9 {
    margin-left: 2.25rem ;
  }
  [class~="xl-ml-9"] {
    margin-left: 2.25rem ;
  }
  .xl-!ml-9 {
    margin-left: 2.25rem  !important;
  }
  [class~="xl-!ml-9"] {
    margin-left: 2.25rem  !important;
  }
  .xl-m-10 {
    margin: 2.5rem ;
  }
  [class~="xl-m-10"] {
    margin: 2.5rem ;
  }
  .xl-!m-10 {
    margin: 2.5rem  !important;
  }
  [class~="xl-!m-10"] {
    margin: 2.5rem  !important;
  }
  .xl-mx-10 {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  [class~="xl-mx-10"] {
    margin-left: 2.5rem ;
    margin-right: 2.5rem ;
  }
  .xl-!mx-10 {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  [class~="xl-!mx-10"] {
    margin-left: 2.5rem  !important;
    margin-right: 2.5rem  !important;
  }
  .xl-my-10 {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  [class~="xl-my-10"] {
    margin-top: 2.5rem ;
    margin-bottom: 2.5rem ;
  }
  .xl-!my-10 {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  [class~="xl-!my-10"] {
    margin-top: 2.5rem  !important;
    margin-bottom: 2.5rem  !important;
  }
  .xl-ms-10 {
    margin-inline-start: 2.5rem ;
  }
  [class~="xl-ms-10"] {
    margin-inline-start: 2.5rem ;
  }
  .xl-!ms-10 {
    margin-inline-start: 2.5rem  !important;
  }
  [class~="xl-!ms-10"] {
    margin-inline-start: 2.5rem  !important;
  }
  .xl-me-10 {
    margin-inline-end: 2.5rem ;
  }
  [class~="xl-me-10"] {
    margin-inline-end: 2.5rem ;
  }
  .xl-!me-10 {
    margin-inline-end: 2.5rem  !important;
  }
  [class~="xl-!me-10"] {
    margin-inline-end: 2.5rem  !important;
  }
  .xl-mt-10 {
    margin-top: 2.5rem ;
  }
  [class~="xl-mt-10"] {
    margin-top: 2.5rem ;
  }
  .xl-!mt-10 {
    margin-top: 2.5rem  !important;
  }
  [class~="xl-!mt-10"] {
    margin-top: 2.5rem  !important;
  }
  .xl-mr-10 {
    margin-right: 2.5rem ;
  }
  [class~="xl-mr-10"] {
    margin-right: 2.5rem ;
  }
  .xl-!mr-10 {
    margin-right: 2.5rem  !important;
  }
  [class~="xl-!mr-10"] {
    margin-right: 2.5rem  !important;
  }
  .xl-mb-10 {
    margin-bottom: 2.5rem ;
  }
  [class~="xl-mb-10"] {
    margin-bottom: 2.5rem ;
  }
  .xl-!mb-10 {
    margin-bottom: 2.5rem  !important;
  }
  [class~="xl-!mb-10"] {
    margin-bottom: 2.5rem  !important;
  }
  .xl-ml-10 {
    margin-left: 2.5rem ;
  }
  [class~="xl-ml-10"] {
    margin-left: 2.5rem ;
  }
  .xl-!ml-10 {
    margin-left: 2.5rem  !important;
  }
  [class~="xl-!ml-10"] {
    margin-left: 2.5rem  !important;
  }
  .xl-m-11 {
    margin: 2.75rem ;
  }
  [class~="xl-m-11"] {
    margin: 2.75rem ;
  }
  .xl-!m-11 {
    margin: 2.75rem  !important;
  }
  [class~="xl-!m-11"] {
    margin: 2.75rem  !important;
  }
  .xl-mx-11 {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  [class~="xl-mx-11"] {
    margin-left: 2.75rem ;
    margin-right: 2.75rem ;
  }
  .xl-!mx-11 {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  [class~="xl-!mx-11"] {
    margin-left: 2.75rem  !important;
    margin-right: 2.75rem  !important;
  }
  .xl-my-11 {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  [class~="xl-my-11"] {
    margin-top: 2.75rem ;
    margin-bottom: 2.75rem ;
  }
  .xl-!my-11 {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  [class~="xl-!my-11"] {
    margin-top: 2.75rem  !important;
    margin-bottom: 2.75rem  !important;
  }
  .xl-ms-11 {
    margin-inline-start: 2.75rem ;
  }
  [class~="xl-ms-11"] {
    margin-inline-start: 2.75rem ;
  }
  .xl-!ms-11 {
    margin-inline-start: 2.75rem  !important;
  }
  [class~="xl-!ms-11"] {
    margin-inline-start: 2.75rem  !important;
  }
  .xl-me-11 {
    margin-inline-end: 2.75rem ;
  }
  [class~="xl-me-11"] {
    margin-inline-end: 2.75rem ;
  }
  .xl-!me-11 {
    margin-inline-end: 2.75rem  !important;
  }
  [class~="xl-!me-11"] {
    margin-inline-end: 2.75rem  !important;
  }
  .xl-mt-11 {
    margin-top: 2.75rem ;
  }
  [class~="xl-mt-11"] {
    margin-top: 2.75rem ;
  }
  .xl-!mt-11 {
    margin-top: 2.75rem  !important;
  }
  [class~="xl-!mt-11"] {
    margin-top: 2.75rem  !important;
  }
  .xl-mr-11 {
    margin-right: 2.75rem ;
  }
  [class~="xl-mr-11"] {
    margin-right: 2.75rem ;
  }
  .xl-!mr-11 {
    margin-right: 2.75rem  !important;
  }
  [class~="xl-!mr-11"] {
    margin-right: 2.75rem  !important;
  }
  .xl-mb-11 {
    margin-bottom: 2.75rem ;
  }
  [class~="xl-mb-11"] {
    margin-bottom: 2.75rem ;
  }
  .xl-!mb-11 {
    margin-bottom: 2.75rem  !important;
  }
  [class~="xl-!mb-11"] {
    margin-bottom: 2.75rem  !important;
  }
  .xl-ml-11 {
    margin-left: 2.75rem ;
  }
  [class~="xl-ml-11"] {
    margin-left: 2.75rem ;
  }
  .xl-!ml-11 {
    margin-left: 2.75rem  !important;
  }
  [class~="xl-!ml-11"] {
    margin-left: 2.75rem  !important;
  }
  .xl-m-12 {
    margin: 3rem ;
  }
  [class~="xl-m-12"] {
    margin: 3rem ;
  }
  .xl-!m-12 {
    margin: 3rem  !important;
  }
  [class~="xl-!m-12"] {
    margin: 3rem  !important;
  }
  .xl-mx-12 {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  [class~="xl-mx-12"] {
    margin-left: 3rem ;
    margin-right: 3rem ;
  }
  .xl-!mx-12 {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  [class~="xl-!mx-12"] {
    margin-left: 3rem  !important;
    margin-right: 3rem  !important;
  }
  .xl-my-12 {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  [class~="xl-my-12"] {
    margin-top: 3rem ;
    margin-bottom: 3rem ;
  }
  .xl-!my-12 {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  [class~="xl-!my-12"] {
    margin-top: 3rem  !important;
    margin-bottom: 3rem  !important;
  }
  .xl-ms-12 {
    margin-inline-start: 3rem ;
  }
  [class~="xl-ms-12"] {
    margin-inline-start: 3rem ;
  }
  .xl-!ms-12 {
    margin-inline-start: 3rem  !important;
  }
  [class~="xl-!ms-12"] {
    margin-inline-start: 3rem  !important;
  }
  .xl-me-12 {
    margin-inline-end: 3rem ;
  }
  [class~="xl-me-12"] {
    margin-inline-end: 3rem ;
  }
  .xl-!me-12 {
    margin-inline-end: 3rem  !important;
  }
  [class~="xl-!me-12"] {
    margin-inline-end: 3rem  !important;
  }
  .xl-mt-12 {
    margin-top: 3rem ;
  }
  [class~="xl-mt-12"] {
    margin-top: 3rem ;
  }
  .xl-!mt-12 {
    margin-top: 3rem  !important;
  }
  [class~="xl-!mt-12"] {
    margin-top: 3rem  !important;
  }
  .xl-mr-12 {
    margin-right: 3rem ;
  }
  [class~="xl-mr-12"] {
    margin-right: 3rem ;
  }
  .xl-!mr-12 {
    margin-right: 3rem  !important;
  }
  [class~="xl-!mr-12"] {
    margin-right: 3rem  !important;
  }
  .xl-mb-12 {
    margin-bottom: 3rem ;
  }
  [class~="xl-mb-12"] {
    margin-bottom: 3rem ;
  }
  .xl-!mb-12 {
    margin-bottom: 3rem  !important;
  }
  [class~="xl-!mb-12"] {
    margin-bottom: 3rem  !important;
  }
  .xl-ml-12 {
    margin-left: 3rem ;
  }
  [class~="xl-ml-12"] {
    margin-left: 3rem ;
  }
  .xl-!ml-12 {
    margin-left: 3rem  !important;
  }
  [class~="xl-!ml-12"] {
    margin-left: 3rem  !important;
  }
  .xl-m-14 {
    margin: 3.5rem ;
  }
  [class~="xl-m-14"] {
    margin: 3.5rem ;
  }
  .xl-!m-14 {
    margin: 3.5rem  !important;
  }
  [class~="xl-!m-14"] {
    margin: 3.5rem  !important;
  }
  .xl-mx-14 {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  [class~="xl-mx-14"] {
    margin-left: 3.5rem ;
    margin-right: 3.5rem ;
  }
  .xl-!mx-14 {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  [class~="xl-!mx-14"] {
    margin-left: 3.5rem  !important;
    margin-right: 3.5rem  !important;
  }
  .xl-my-14 {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  [class~="xl-my-14"] {
    margin-top: 3.5rem ;
    margin-bottom: 3.5rem ;
  }
  .xl-!my-14 {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  [class~="xl-!my-14"] {
    margin-top: 3.5rem  !important;
    margin-bottom: 3.5rem  !important;
  }
  .xl-ms-14 {
    margin-inline-start: 3.5rem ;
  }
  [class~="xl-ms-14"] {
    margin-inline-start: 3.5rem ;
  }
  .xl-!ms-14 {
    margin-inline-start: 3.5rem  !important;
  }
  [class~="xl-!ms-14"] {
    margin-inline-start: 3.5rem  !important;
  }
  .xl-me-14 {
    margin-inline-end: 3.5rem ;
  }
  [class~="xl-me-14"] {
    margin-inline-end: 3.5rem ;
  }
  .xl-!me-14 {
    margin-inline-end: 3.5rem  !important;
  }
  [class~="xl-!me-14"] {
    margin-inline-end: 3.5rem  !important;
  }
  .xl-mt-14 {
    margin-top: 3.5rem ;
  }
  [class~="xl-mt-14"] {
    margin-top: 3.5rem ;
  }
  .xl-!mt-14 {
    margin-top: 3.5rem  !important;
  }
  [class~="xl-!mt-14"] {
    margin-top: 3.5rem  !important;
  }
  .xl-mr-14 {
    margin-right: 3.5rem ;
  }
  [class~="xl-mr-14"] {
    margin-right: 3.5rem ;
  }
  .xl-!mr-14 {
    margin-right: 3.5rem  !important;
  }
  [class~="xl-!mr-14"] {
    margin-right: 3.5rem  !important;
  }
  .xl-mb-14 {
    margin-bottom: 3.5rem ;
  }
  [class~="xl-mb-14"] {
    margin-bottom: 3.5rem ;
  }
  .xl-!mb-14 {
    margin-bottom: 3.5rem  !important;
  }
  [class~="xl-!mb-14"] {
    margin-bottom: 3.5rem  !important;
  }
  .xl-ml-14 {
    margin-left: 3.5rem ;
  }
  [class~="xl-ml-14"] {
    margin-left: 3.5rem ;
  }
  .xl-!ml-14 {
    margin-left: 3.5rem  !important;
  }
  [class~="xl-!ml-14"] {
    margin-left: 3.5rem  !important;
  }
  .xl-m-16 {
    margin: 4rem ;
  }
  [class~="xl-m-16"] {
    margin: 4rem ;
  }
  .xl-!m-16 {
    margin: 4rem  !important;
  }
  [class~="xl-!m-16"] {
    margin: 4rem  !important;
  }
  .xl-mx-16 {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  [class~="xl-mx-16"] {
    margin-left: 4rem ;
    margin-right: 4rem ;
  }
  .xl-!mx-16 {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  [class~="xl-!mx-16"] {
    margin-left: 4rem  !important;
    margin-right: 4rem  !important;
  }
  .xl-my-16 {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  [class~="xl-my-16"] {
    margin-top: 4rem ;
    margin-bottom: 4rem ;
  }
  .xl-!my-16 {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  [class~="xl-!my-16"] {
    margin-top: 4rem  !important;
    margin-bottom: 4rem  !important;
  }
  .xl-ms-16 {
    margin-inline-start: 4rem ;
  }
  [class~="xl-ms-16"] {
    margin-inline-start: 4rem ;
  }
  .xl-!ms-16 {
    margin-inline-start: 4rem  !important;
  }
  [class~="xl-!ms-16"] {
    margin-inline-start: 4rem  !important;
  }
  .xl-me-16 {
    margin-inline-end: 4rem ;
  }
  [class~="xl-me-16"] {
    margin-inline-end: 4rem ;
  }
  .xl-!me-16 {
    margin-inline-end: 4rem  !important;
  }
  [class~="xl-!me-16"] {
    margin-inline-end: 4rem  !important;
  }
  .xl-mt-16 {
    margin-top: 4rem ;
  }
  [class~="xl-mt-16"] {
    margin-top: 4rem ;
  }
  .xl-!mt-16 {
    margin-top: 4rem  !important;
  }
  [class~="xl-!mt-16"] {
    margin-top: 4rem  !important;
  }
  .xl-mr-16 {
    margin-right: 4rem ;
  }
  [class~="xl-mr-16"] {
    margin-right: 4rem ;
  }
  .xl-!mr-16 {
    margin-right: 4rem  !important;
  }
  [class~="xl-!mr-16"] {
    margin-right: 4rem  !important;
  }
  .xl-mb-16 {
    margin-bottom: 4rem ;
  }
  [class~="xl-mb-16"] {
    margin-bottom: 4rem ;
  }
  .xl-!mb-16 {
    margin-bottom: 4rem  !important;
  }
  [class~="xl-!mb-16"] {
    margin-bottom: 4rem  !important;
  }
  .xl-ml-16 {
    margin-left: 4rem ;
  }
  [class~="xl-ml-16"] {
    margin-left: 4rem ;
  }
  .xl-!ml-16 {
    margin-left: 4rem  !important;
  }
  [class~="xl-!ml-16"] {
    margin-left: 4rem  !important;
  }
  .xl-m-20 {
    margin: 5rem ;
  }
  [class~="xl-m-20"] {
    margin: 5rem ;
  }
  .xl-!m-20 {
    margin: 5rem  !important;
  }
  [class~="xl-!m-20"] {
    margin: 5rem  !important;
  }
  .xl-mx-20 {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  [class~="xl-mx-20"] {
    margin-left: 5rem ;
    margin-right: 5rem ;
  }
  .xl-!mx-20 {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  [class~="xl-!mx-20"] {
    margin-left: 5rem  !important;
    margin-right: 5rem  !important;
  }
  .xl-my-20 {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  [class~="xl-my-20"] {
    margin-top: 5rem ;
    margin-bottom: 5rem ;
  }
  .xl-!my-20 {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  [class~="xl-!my-20"] {
    margin-top: 5rem  !important;
    margin-bottom: 5rem  !important;
  }
  .xl-ms-20 {
    margin-inline-start: 5rem ;
  }
  [class~="xl-ms-20"] {
    margin-inline-start: 5rem ;
  }
  .xl-!ms-20 {
    margin-inline-start: 5rem  !important;
  }
  [class~="xl-!ms-20"] {
    margin-inline-start: 5rem  !important;
  }
  .xl-me-20 {
    margin-inline-end: 5rem ;
  }
  [class~="xl-me-20"] {
    margin-inline-end: 5rem ;
  }
  .xl-!me-20 {
    margin-inline-end: 5rem  !important;
  }
  [class~="xl-!me-20"] {
    margin-inline-end: 5rem  !important;
  }
  .xl-mt-20 {
    margin-top: 5rem ;
  }
  [class~="xl-mt-20"] {
    margin-top: 5rem ;
  }
  .xl-!mt-20 {
    margin-top: 5rem  !important;
  }
  [class~="xl-!mt-20"] {
    margin-top: 5rem  !important;
  }
  .xl-mr-20 {
    margin-right: 5rem ;
  }
  [class~="xl-mr-20"] {
    margin-right: 5rem ;
  }
  .xl-!mr-20 {
    margin-right: 5rem  !important;
  }
  [class~="xl-!mr-20"] {
    margin-right: 5rem  !important;
  }
  .xl-mb-20 {
    margin-bottom: 5rem ;
  }
  [class~="xl-mb-20"] {
    margin-bottom: 5rem ;
  }
  .xl-!mb-20 {
    margin-bottom: 5rem  !important;
  }
  [class~="xl-!mb-20"] {
    margin-bottom: 5rem  !important;
  }
  .xl-ml-20 {
    margin-left: 5rem ;
  }
  [class~="xl-ml-20"] {
    margin-left: 5rem ;
  }
  .xl-!ml-20 {
    margin-left: 5rem  !important;
  }
  [class~="xl-!ml-20"] {
    margin-left: 5rem  !important;
  }
  .xl-m-24 {
    margin: 6rem ;
  }
  [class~="xl-m-24"] {
    margin: 6rem ;
  }
  .xl-!m-24 {
    margin: 6rem  !important;
  }
  [class~="xl-!m-24"] {
    margin: 6rem  !important;
  }
  .xl-mx-24 {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  [class~="xl-mx-24"] {
    margin-left: 6rem ;
    margin-right: 6rem ;
  }
  .xl-!mx-24 {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  [class~="xl-!mx-24"] {
    margin-left: 6rem  !important;
    margin-right: 6rem  !important;
  }
  .xl-my-24 {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  [class~="xl-my-24"] {
    margin-top: 6rem ;
    margin-bottom: 6rem ;
  }
  .xl-!my-24 {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  [class~="xl-!my-24"] {
    margin-top: 6rem  !important;
    margin-bottom: 6rem  !important;
  }
  .xl-ms-24 {
    margin-inline-start: 6rem ;
  }
  [class~="xl-ms-24"] {
    margin-inline-start: 6rem ;
  }
  .xl-!ms-24 {
    margin-inline-start: 6rem  !important;
  }
  [class~="xl-!ms-24"] {
    margin-inline-start: 6rem  !important;
  }
  .xl-me-24 {
    margin-inline-end: 6rem ;
  }
  [class~="xl-me-24"] {
    margin-inline-end: 6rem ;
  }
  .xl-!me-24 {
    margin-inline-end: 6rem  !important;
  }
  [class~="xl-!me-24"] {
    margin-inline-end: 6rem  !important;
  }
  .xl-mt-24 {
    margin-top: 6rem ;
  }
  [class~="xl-mt-24"] {
    margin-top: 6rem ;
  }
  .xl-!mt-24 {
    margin-top: 6rem  !important;
  }
  [class~="xl-!mt-24"] {
    margin-top: 6rem  !important;
  }
  .xl-mr-24 {
    margin-right: 6rem ;
  }
  [class~="xl-mr-24"] {
    margin-right: 6rem ;
  }
  .xl-!mr-24 {
    margin-right: 6rem  !important;
  }
  [class~="xl-!mr-24"] {
    margin-right: 6rem  !important;
  }
  .xl-mb-24 {
    margin-bottom: 6rem ;
  }
  [class~="xl-mb-24"] {
    margin-bottom: 6rem ;
  }
  .xl-!mb-24 {
    margin-bottom: 6rem  !important;
  }
  [class~="xl-!mb-24"] {
    margin-bottom: 6rem  !important;
  }
  .xl-ml-24 {
    margin-left: 6rem ;
  }
  [class~="xl-ml-24"] {
    margin-left: 6rem ;
  }
  .xl-!ml-24 {
    margin-left: 6rem  !important;
  }
  [class~="xl-!ml-24"] {
    margin-left: 6rem  !important;
  }
  .xl-m-28 {
    margin: 7rem ;
  }
  [class~="xl-m-28"] {
    margin: 7rem ;
  }
  .xl-!m-28 {
    margin: 7rem  !important;
  }
  [class~="xl-!m-28"] {
    margin: 7rem  !important;
  }
  .xl-mx-28 {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  [class~="xl-mx-28"] {
    margin-left: 7rem ;
    margin-right: 7rem ;
  }
  .xl-!mx-28 {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  [class~="xl-!mx-28"] {
    margin-left: 7rem  !important;
    margin-right: 7rem  !important;
  }
  .xl-my-28 {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  [class~="xl-my-28"] {
    margin-top: 7rem ;
    margin-bottom: 7rem ;
  }
  .xl-!my-28 {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  [class~="xl-!my-28"] {
    margin-top: 7rem  !important;
    margin-bottom: 7rem  !important;
  }
  .xl-ms-28 {
    margin-inline-start: 7rem ;
  }
  [class~="xl-ms-28"] {
    margin-inline-start: 7rem ;
  }
  .xl-!ms-28 {
    margin-inline-start: 7rem  !important;
  }
  [class~="xl-!ms-28"] {
    margin-inline-start: 7rem  !important;
  }
  .xl-me-28 {
    margin-inline-end: 7rem ;
  }
  [class~="xl-me-28"] {
    margin-inline-end: 7rem ;
  }
  .xl-!me-28 {
    margin-inline-end: 7rem  !important;
  }
  [class~="xl-!me-28"] {
    margin-inline-end: 7rem  !important;
  }
  .xl-mt-28 {
    margin-top: 7rem ;
  }
  [class~="xl-mt-28"] {
    margin-top: 7rem ;
  }
  .xl-!mt-28 {
    margin-top: 7rem  !important;
  }
  [class~="xl-!mt-28"] {
    margin-top: 7rem  !important;
  }
  .xl-mr-28 {
    margin-right: 7rem ;
  }
  [class~="xl-mr-28"] {
    margin-right: 7rem ;
  }
  .xl-!mr-28 {
    margin-right: 7rem  !important;
  }
  [class~="xl-!mr-28"] {
    margin-right: 7rem  !important;
  }
  .xl-mb-28 {
    margin-bottom: 7rem ;
  }
  [class~="xl-mb-28"] {
    margin-bottom: 7rem ;
  }
  .xl-!mb-28 {
    margin-bottom: 7rem  !important;
  }
  [class~="xl-!mb-28"] {
    margin-bottom: 7rem  !important;
  }
  .xl-ml-28 {
    margin-left: 7rem ;
  }
  [class~="xl-ml-28"] {
    margin-left: 7rem ;
  }
  .xl-!ml-28 {
    margin-left: 7rem  !important;
  }
  [class~="xl-!ml-28"] {
    margin-left: 7rem  !important;
  }
  .xl-m-32 {
    margin: 8rem ;
  }
  [class~="xl-m-32"] {
    margin: 8rem ;
  }
  .xl-!m-32 {
    margin: 8rem  !important;
  }
  [class~="xl-!m-32"] {
    margin: 8rem  !important;
  }
  .xl-mx-32 {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  [class~="xl-mx-32"] {
    margin-left: 8rem ;
    margin-right: 8rem ;
  }
  .xl-!mx-32 {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  [class~="xl-!mx-32"] {
    margin-left: 8rem  !important;
    margin-right: 8rem  !important;
  }
  .xl-my-32 {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  [class~="xl-my-32"] {
    margin-top: 8rem ;
    margin-bottom: 8rem ;
  }
  .xl-!my-32 {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  [class~="xl-!my-32"] {
    margin-top: 8rem  !important;
    margin-bottom: 8rem  !important;
  }
  .xl-ms-32 {
    margin-inline-start: 8rem ;
  }
  [class~="xl-ms-32"] {
    margin-inline-start: 8rem ;
  }
  .xl-!ms-32 {
    margin-inline-start: 8rem  !important;
  }
  [class~="xl-!ms-32"] {
    margin-inline-start: 8rem  !important;
  }
  .xl-me-32 {
    margin-inline-end: 8rem ;
  }
  [class~="xl-me-32"] {
    margin-inline-end: 8rem ;
  }
  .xl-!me-32 {
    margin-inline-end: 8rem  !important;
  }
  [class~="xl-!me-32"] {
    margin-inline-end: 8rem  !important;
  }
  .xl-mt-32 {
    margin-top: 8rem ;
  }
  [class~="xl-mt-32"] {
    margin-top: 8rem ;
  }
  .xl-!mt-32 {
    margin-top: 8rem  !important;
  }
  [class~="xl-!mt-32"] {
    margin-top: 8rem  !important;
  }
  .xl-mr-32 {
    margin-right: 8rem ;
  }
  [class~="xl-mr-32"] {
    margin-right: 8rem ;
  }
  .xl-!mr-32 {
    margin-right: 8rem  !important;
  }
  [class~="xl-!mr-32"] {
    margin-right: 8rem  !important;
  }
  .xl-mb-32 {
    margin-bottom: 8rem ;
  }
  [class~="xl-mb-32"] {
    margin-bottom: 8rem ;
  }
  .xl-!mb-32 {
    margin-bottom: 8rem  !important;
  }
  [class~="xl-!mb-32"] {
    margin-bottom: 8rem  !important;
  }
  .xl-ml-32 {
    margin-left: 8rem ;
  }
  [class~="xl-ml-32"] {
    margin-left: 8rem ;
  }
  .xl-!ml-32 {
    margin-left: 8rem  !important;
  }
  [class~="xl-!ml-32"] {
    margin-left: 8rem  !important;
  }
  .xl-m-36 {
    margin: 9rem ;
  }
  [class~="xl-m-36"] {
    margin: 9rem ;
  }
  .xl-!m-36 {
    margin: 9rem  !important;
  }
  [class~="xl-!m-36"] {
    margin: 9rem  !important;
  }
  .xl-mx-36 {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  [class~="xl-mx-36"] {
    margin-left: 9rem ;
    margin-right: 9rem ;
  }
  .xl-!mx-36 {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  [class~="xl-!mx-36"] {
    margin-left: 9rem  !important;
    margin-right: 9rem  !important;
  }
  .xl-my-36 {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  [class~="xl-my-36"] {
    margin-top: 9rem ;
    margin-bottom: 9rem ;
  }
  .xl-!my-36 {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  [class~="xl-!my-36"] {
    margin-top: 9rem  !important;
    margin-bottom: 9rem  !important;
  }
  .xl-ms-36 {
    margin-inline-start: 9rem ;
  }
  [class~="xl-ms-36"] {
    margin-inline-start: 9rem ;
  }
  .xl-!ms-36 {
    margin-inline-start: 9rem  !important;
  }
  [class~="xl-!ms-36"] {
    margin-inline-start: 9rem  !important;
  }
  .xl-me-36 {
    margin-inline-end: 9rem ;
  }
  [class~="xl-me-36"] {
    margin-inline-end: 9rem ;
  }
  .xl-!me-36 {
    margin-inline-end: 9rem  !important;
  }
  [class~="xl-!me-36"] {
    margin-inline-end: 9rem  !important;
  }
  .xl-mt-36 {
    margin-top: 9rem ;
  }
  [class~="xl-mt-36"] {
    margin-top: 9rem ;
  }
  .xl-!mt-36 {
    margin-top: 9rem  !important;
  }
  [class~="xl-!mt-36"] {
    margin-top: 9rem  !important;
  }
  .xl-mr-36 {
    margin-right: 9rem ;
  }
  [class~="xl-mr-36"] {
    margin-right: 9rem ;
  }
  .xl-!mr-36 {
    margin-right: 9rem  !important;
  }
  [class~="xl-!mr-36"] {
    margin-right: 9rem  !important;
  }
  .xl-mb-36 {
    margin-bottom: 9rem ;
  }
  [class~="xl-mb-36"] {
    margin-bottom: 9rem ;
  }
  .xl-!mb-36 {
    margin-bottom: 9rem  !important;
  }
  [class~="xl-!mb-36"] {
    margin-bottom: 9rem  !important;
  }
  .xl-ml-36 {
    margin-left: 9rem ;
  }
  [class~="xl-ml-36"] {
    margin-left: 9rem ;
  }
  .xl-!ml-36 {
    margin-left: 9rem  !important;
  }
  [class~="xl-!ml-36"] {
    margin-left: 9rem  !important;
  }
  .xl-m-40 {
    margin: 10rem ;
  }
  [class~="xl-m-40"] {
    margin: 10rem ;
  }
  .xl-!m-40 {
    margin: 10rem  !important;
  }
  [class~="xl-!m-40"] {
    margin: 10rem  !important;
  }
  .xl-mx-40 {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  [class~="xl-mx-40"] {
    margin-left: 10rem ;
    margin-right: 10rem ;
  }
  .xl-!mx-40 {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  [class~="xl-!mx-40"] {
    margin-left: 10rem  !important;
    margin-right: 10rem  !important;
  }
  .xl-my-40 {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  [class~="xl-my-40"] {
    margin-top: 10rem ;
    margin-bottom: 10rem ;
  }
  .xl-!my-40 {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  [class~="xl-!my-40"] {
    margin-top: 10rem  !important;
    margin-bottom: 10rem  !important;
  }
  .xl-ms-40 {
    margin-inline-start: 10rem ;
  }
  [class~="xl-ms-40"] {
    margin-inline-start: 10rem ;
  }
  .xl-!ms-40 {
    margin-inline-start: 10rem  !important;
  }
  [class~="xl-!ms-40"] {
    margin-inline-start: 10rem  !important;
  }
  .xl-me-40 {
    margin-inline-end: 10rem ;
  }
  [class~="xl-me-40"] {
    margin-inline-end: 10rem ;
  }
  .xl-!me-40 {
    margin-inline-end: 10rem  !important;
  }
  [class~="xl-!me-40"] {
    margin-inline-end: 10rem  !important;
  }
  .xl-mt-40 {
    margin-top: 10rem ;
  }
  [class~="xl-mt-40"] {
    margin-top: 10rem ;
  }
  .xl-!mt-40 {
    margin-top: 10rem  !important;
  }
  [class~="xl-!mt-40"] {
    margin-top: 10rem  !important;
  }
  .xl-mr-40 {
    margin-right: 10rem ;
  }
  [class~="xl-mr-40"] {
    margin-right: 10rem ;
  }
  .xl-!mr-40 {
    margin-right: 10rem  !important;
  }
  [class~="xl-!mr-40"] {
    margin-right: 10rem  !important;
  }
  .xl-mb-40 {
    margin-bottom: 10rem ;
  }
  [class~="xl-mb-40"] {
    margin-bottom: 10rem ;
  }
  .xl-!mb-40 {
    margin-bottom: 10rem  !important;
  }
  [class~="xl-!mb-40"] {
    margin-bottom: 10rem  !important;
  }
  .xl-ml-40 {
    margin-left: 10rem ;
  }
  [class~="xl-ml-40"] {
    margin-left: 10rem ;
  }
  .xl-!ml-40 {
    margin-left: 10rem  !important;
  }
  [class~="xl-!ml-40"] {
    margin-left: 10rem  !important;
  }
  .xl-m-44 {
    margin: 11rem ;
  }
  [class~="xl-m-44"] {
    margin: 11rem ;
  }
  .xl-!m-44 {
    margin: 11rem  !important;
  }
  [class~="xl-!m-44"] {
    margin: 11rem  !important;
  }
  .xl-mx-44 {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  [class~="xl-mx-44"] {
    margin-left: 11rem ;
    margin-right: 11rem ;
  }
  .xl-!mx-44 {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  [class~="xl-!mx-44"] {
    margin-left: 11rem  !important;
    margin-right: 11rem  !important;
  }
  .xl-my-44 {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  [class~="xl-my-44"] {
    margin-top: 11rem ;
    margin-bottom: 11rem ;
  }
  .xl-!my-44 {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  [class~="xl-!my-44"] {
    margin-top: 11rem  !important;
    margin-bottom: 11rem  !important;
  }
  .xl-ms-44 {
    margin-inline-start: 11rem ;
  }
  [class~="xl-ms-44"] {
    margin-inline-start: 11rem ;
  }
  .xl-!ms-44 {
    margin-inline-start: 11rem  !important;
  }
  [class~="xl-!ms-44"] {
    margin-inline-start: 11rem  !important;
  }
  .xl-me-44 {
    margin-inline-end: 11rem ;
  }
  [class~="xl-me-44"] {
    margin-inline-end: 11rem ;
  }
  .xl-!me-44 {
    margin-inline-end: 11rem  !important;
  }
  [class~="xl-!me-44"] {
    margin-inline-end: 11rem  !important;
  }
  .xl-mt-44 {
    margin-top: 11rem ;
  }
  [class~="xl-mt-44"] {
    margin-top: 11rem ;
  }
  .xl-!mt-44 {
    margin-top: 11rem  !important;
  }
  [class~="xl-!mt-44"] {
    margin-top: 11rem  !important;
  }
  .xl-mr-44 {
    margin-right: 11rem ;
  }
  [class~="xl-mr-44"] {
    margin-right: 11rem ;
  }
  .xl-!mr-44 {
    margin-right: 11rem  !important;
  }
  [class~="xl-!mr-44"] {
    margin-right: 11rem  !important;
  }
  .xl-mb-44 {
    margin-bottom: 11rem ;
  }
  [class~="xl-mb-44"] {
    margin-bottom: 11rem ;
  }
  .xl-!mb-44 {
    margin-bottom: 11rem  !important;
  }
  [class~="xl-!mb-44"] {
    margin-bottom: 11rem  !important;
  }
  .xl-ml-44 {
    margin-left: 11rem ;
  }
  [class~="xl-ml-44"] {
    margin-left: 11rem ;
  }
  .xl-!ml-44 {
    margin-left: 11rem  !important;
  }
  [class~="xl-!ml-44"] {
    margin-left: 11rem  !important;
  }
  .xl-m-48 {
    margin: 12rem ;
  }
  [class~="xl-m-48"] {
    margin: 12rem ;
  }
  .xl-!m-48 {
    margin: 12rem  !important;
  }
  [class~="xl-!m-48"] {
    margin: 12rem  !important;
  }
  .xl-mx-48 {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  [class~="xl-mx-48"] {
    margin-left: 12rem ;
    margin-right: 12rem ;
  }
  .xl-!mx-48 {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  [class~="xl-!mx-48"] {
    margin-left: 12rem  !important;
    margin-right: 12rem  !important;
  }
  .xl-my-48 {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  [class~="xl-my-48"] {
    margin-top: 12rem ;
    margin-bottom: 12rem ;
  }
  .xl-!my-48 {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  [class~="xl-!my-48"] {
    margin-top: 12rem  !important;
    margin-bottom: 12rem  !important;
  }
  .xl-ms-48 {
    margin-inline-start: 12rem ;
  }
  [class~="xl-ms-48"] {
    margin-inline-start: 12rem ;
  }
  .xl-!ms-48 {
    margin-inline-start: 12rem  !important;
  }
  [class~="xl-!ms-48"] {
    margin-inline-start: 12rem  !important;
  }
  .xl-me-48 {
    margin-inline-end: 12rem ;
  }
  [class~="xl-me-48"] {
    margin-inline-end: 12rem ;
  }
  .xl-!me-48 {
    margin-inline-end: 12rem  !important;
  }
  [class~="xl-!me-48"] {
    margin-inline-end: 12rem  !important;
  }
  .xl-mt-48 {
    margin-top: 12rem ;
  }
  [class~="xl-mt-48"] {
    margin-top: 12rem ;
  }
  .xl-!mt-48 {
    margin-top: 12rem  !important;
  }
  [class~="xl-!mt-48"] {
    margin-top: 12rem  !important;
  }
  .xl-mr-48 {
    margin-right: 12rem ;
  }
  [class~="xl-mr-48"] {
    margin-right: 12rem ;
  }
  .xl-!mr-48 {
    margin-right: 12rem  !important;
  }
  [class~="xl-!mr-48"] {
    margin-right: 12rem  !important;
  }
  .xl-mb-48 {
    margin-bottom: 12rem ;
  }
  [class~="xl-mb-48"] {
    margin-bottom: 12rem ;
  }
  .xl-!mb-48 {
    margin-bottom: 12rem  !important;
  }
  [class~="xl-!mb-48"] {
    margin-bottom: 12rem  !important;
  }
  .xl-ml-48 {
    margin-left: 12rem ;
  }
  [class~="xl-ml-48"] {
    margin-left: 12rem ;
  }
  .xl-!ml-48 {
    margin-left: 12rem  !important;
  }
  [class~="xl-!ml-48"] {
    margin-left: 12rem  !important;
  }
  .xl-m-52 {
    margin: 13rem ;
  }
  [class~="xl-m-52"] {
    margin: 13rem ;
  }
  .xl-!m-52 {
    margin: 13rem  !important;
  }
  [class~="xl-!m-52"] {
    margin: 13rem  !important;
  }
  .xl-mx-52 {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  [class~="xl-mx-52"] {
    margin-left: 13rem ;
    margin-right: 13rem ;
  }
  .xl-!mx-52 {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  [class~="xl-!mx-52"] {
    margin-left: 13rem  !important;
    margin-right: 13rem  !important;
  }
  .xl-my-52 {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  [class~="xl-my-52"] {
    margin-top: 13rem ;
    margin-bottom: 13rem ;
  }
  .xl-!my-52 {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  [class~="xl-!my-52"] {
    margin-top: 13rem  !important;
    margin-bottom: 13rem  !important;
  }
  .xl-ms-52 {
    margin-inline-start: 13rem ;
  }
  [class~="xl-ms-52"] {
    margin-inline-start: 13rem ;
  }
  .xl-!ms-52 {
    margin-inline-start: 13rem  !important;
  }
  [class~="xl-!ms-52"] {
    margin-inline-start: 13rem  !important;
  }
  .xl-me-52 {
    margin-inline-end: 13rem ;
  }
  [class~="xl-me-52"] {
    margin-inline-end: 13rem ;
  }
  .xl-!me-52 {
    margin-inline-end: 13rem  !important;
  }
  [class~="xl-!me-52"] {
    margin-inline-end: 13rem  !important;
  }
  .xl-mt-52 {
    margin-top: 13rem ;
  }
  [class~="xl-mt-52"] {
    margin-top: 13rem ;
  }
  .xl-!mt-52 {
    margin-top: 13rem  !important;
  }
  [class~="xl-!mt-52"] {
    margin-top: 13rem  !important;
  }
  .xl-mr-52 {
    margin-right: 13rem ;
  }
  [class~="xl-mr-52"] {
    margin-right: 13rem ;
  }
  .xl-!mr-52 {
    margin-right: 13rem  !important;
  }
  [class~="xl-!mr-52"] {
    margin-right: 13rem  !important;
  }
  .xl-mb-52 {
    margin-bottom: 13rem ;
  }
  [class~="xl-mb-52"] {
    margin-bottom: 13rem ;
  }
  .xl-!mb-52 {
    margin-bottom: 13rem  !important;
  }
  [class~="xl-!mb-52"] {
    margin-bottom: 13rem  !important;
  }
  .xl-ml-52 {
    margin-left: 13rem ;
  }
  [class~="xl-ml-52"] {
    margin-left: 13rem ;
  }
  .xl-!ml-52 {
    margin-left: 13rem  !important;
  }
  [class~="xl-!ml-52"] {
    margin-left: 13rem  !important;
  }
  .xl-m-56 {
    margin: 14rem ;
  }
  [class~="xl-m-56"] {
    margin: 14rem ;
  }
  .xl-!m-56 {
    margin: 14rem  !important;
  }
  [class~="xl-!m-56"] {
    margin: 14rem  !important;
  }
  .xl-mx-56 {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  [class~="xl-mx-56"] {
    margin-left: 14rem ;
    margin-right: 14rem ;
  }
  .xl-!mx-56 {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  [class~="xl-!mx-56"] {
    margin-left: 14rem  !important;
    margin-right: 14rem  !important;
  }
  .xl-my-56 {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  [class~="xl-my-56"] {
    margin-top: 14rem ;
    margin-bottom: 14rem ;
  }
  .xl-!my-56 {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  [class~="xl-!my-56"] {
    margin-top: 14rem  !important;
    margin-bottom: 14rem  !important;
  }
  .xl-ms-56 {
    margin-inline-start: 14rem ;
  }
  [class~="xl-ms-56"] {
    margin-inline-start: 14rem ;
  }
  .xl-!ms-56 {
    margin-inline-start: 14rem  !important;
  }
  [class~="xl-!ms-56"] {
    margin-inline-start: 14rem  !important;
  }
  .xl-me-56 {
    margin-inline-end: 14rem ;
  }
  [class~="xl-me-56"] {
    margin-inline-end: 14rem ;
  }
  .xl-!me-56 {
    margin-inline-end: 14rem  !important;
  }
  [class~="xl-!me-56"] {
    margin-inline-end: 14rem  !important;
  }
  .xl-mt-56 {
    margin-top: 14rem ;
  }
  [class~="xl-mt-56"] {
    margin-top: 14rem ;
  }
  .xl-!mt-56 {
    margin-top: 14rem  !important;
  }
  [class~="xl-!mt-56"] {
    margin-top: 14rem  !important;
  }
  .xl-mr-56 {
    margin-right: 14rem ;
  }
  [class~="xl-mr-56"] {
    margin-right: 14rem ;
  }
  .xl-!mr-56 {
    margin-right: 14rem  !important;
  }
  [class~="xl-!mr-56"] {
    margin-right: 14rem  !important;
  }
  .xl-mb-56 {
    margin-bottom: 14rem ;
  }
  [class~="xl-mb-56"] {
    margin-bottom: 14rem ;
  }
  .xl-!mb-56 {
    margin-bottom: 14rem  !important;
  }
  [class~="xl-!mb-56"] {
    margin-bottom: 14rem  !important;
  }
  .xl-ml-56 {
    margin-left: 14rem ;
  }
  [class~="xl-ml-56"] {
    margin-left: 14rem ;
  }
  .xl-!ml-56 {
    margin-left: 14rem  !important;
  }
  [class~="xl-!ml-56"] {
    margin-left: 14rem  !important;
  }
  .xl-m-60 {
    margin: 15rem ;
  }
  [class~="xl-m-60"] {
    margin: 15rem ;
  }
  .xl-!m-60 {
    margin: 15rem  !important;
  }
  [class~="xl-!m-60"] {
    margin: 15rem  !important;
  }
  .xl-mx-60 {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  [class~="xl-mx-60"] {
    margin-left: 15rem ;
    margin-right: 15rem ;
  }
  .xl-!mx-60 {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  [class~="xl-!mx-60"] {
    margin-left: 15rem  !important;
    margin-right: 15rem  !important;
  }
  .xl-my-60 {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  [class~="xl-my-60"] {
    margin-top: 15rem ;
    margin-bottom: 15rem ;
  }
  .xl-!my-60 {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  [class~="xl-!my-60"] {
    margin-top: 15rem  !important;
    margin-bottom: 15rem  !important;
  }
  .xl-ms-60 {
    margin-inline-start: 15rem ;
  }
  [class~="xl-ms-60"] {
    margin-inline-start: 15rem ;
  }
  .xl-!ms-60 {
    margin-inline-start: 15rem  !important;
  }
  [class~="xl-!ms-60"] {
    margin-inline-start: 15rem  !important;
  }
  .xl-me-60 {
    margin-inline-end: 15rem ;
  }
  [class~="xl-me-60"] {
    margin-inline-end: 15rem ;
  }
  .xl-!me-60 {
    margin-inline-end: 15rem  !important;
  }
  [class~="xl-!me-60"] {
    margin-inline-end: 15rem  !important;
  }
  .xl-mt-60 {
    margin-top: 15rem ;
  }
  [class~="xl-mt-60"] {
    margin-top: 15rem ;
  }
  .xl-!mt-60 {
    margin-top: 15rem  !important;
  }
  [class~="xl-!mt-60"] {
    margin-top: 15rem  !important;
  }
  .xl-mr-60 {
    margin-right: 15rem ;
  }
  [class~="xl-mr-60"] {
    margin-right: 15rem ;
  }
  .xl-!mr-60 {
    margin-right: 15rem  !important;
  }
  [class~="xl-!mr-60"] {
    margin-right: 15rem  !important;
  }
  .xl-mb-60 {
    margin-bottom: 15rem ;
  }
  [class~="xl-mb-60"] {
    margin-bottom: 15rem ;
  }
  .xl-!mb-60 {
    margin-bottom: 15rem  !important;
  }
  [class~="xl-!mb-60"] {
    margin-bottom: 15rem  !important;
  }
  .xl-ml-60 {
    margin-left: 15rem ;
  }
  [class~="xl-ml-60"] {
    margin-left: 15rem ;
  }
  .xl-!ml-60 {
    margin-left: 15rem  !important;
  }
  [class~="xl-!ml-60"] {
    margin-left: 15rem  !important;
  }
  .xl-m-64 {
    margin: 16rem ;
  }
  [class~="xl-m-64"] {
    margin: 16rem ;
  }
  .xl-!m-64 {
    margin: 16rem  !important;
  }
  [class~="xl-!m-64"] {
    margin: 16rem  !important;
  }
  .xl-mx-64 {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  [class~="xl-mx-64"] {
    margin-left: 16rem ;
    margin-right: 16rem ;
  }
  .xl-!mx-64 {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  [class~="xl-!mx-64"] {
    margin-left: 16rem  !important;
    margin-right: 16rem  !important;
  }
  .xl-my-64 {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  [class~="xl-my-64"] {
    margin-top: 16rem ;
    margin-bottom: 16rem ;
  }
  .xl-!my-64 {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  [class~="xl-!my-64"] {
    margin-top: 16rem  !important;
    margin-bottom: 16rem  !important;
  }
  .xl-ms-64 {
    margin-inline-start: 16rem ;
  }
  [class~="xl-ms-64"] {
    margin-inline-start: 16rem ;
  }
  .xl-!ms-64 {
    margin-inline-start: 16rem  !important;
  }
  [class~="xl-!ms-64"] {
    margin-inline-start: 16rem  !important;
  }
  .xl-me-64 {
    margin-inline-end: 16rem ;
  }
  [class~="xl-me-64"] {
    margin-inline-end: 16rem ;
  }
  .xl-!me-64 {
    margin-inline-end: 16rem  !important;
  }
  [class~="xl-!me-64"] {
    margin-inline-end: 16rem  !important;
  }
  .xl-mt-64 {
    margin-top: 16rem ;
  }
  [class~="xl-mt-64"] {
    margin-top: 16rem ;
  }
  .xl-!mt-64 {
    margin-top: 16rem  !important;
  }
  [class~="xl-!mt-64"] {
    margin-top: 16rem  !important;
  }
  .xl-mr-64 {
    margin-right: 16rem ;
  }
  [class~="xl-mr-64"] {
    margin-right: 16rem ;
  }
  .xl-!mr-64 {
    margin-right: 16rem  !important;
  }
  [class~="xl-!mr-64"] {
    margin-right: 16rem  !important;
  }
  .xl-mb-64 {
    margin-bottom: 16rem ;
  }
  [class~="xl-mb-64"] {
    margin-bottom: 16rem ;
  }
  .xl-!mb-64 {
    margin-bottom: 16rem  !important;
  }
  [class~="xl-!mb-64"] {
    margin-bottom: 16rem  !important;
  }
  .xl-ml-64 {
    margin-left: 16rem ;
  }
  [class~="xl-ml-64"] {
    margin-left: 16rem ;
  }
  .xl-!ml-64 {
    margin-left: 16rem  !important;
  }
  [class~="xl-!ml-64"] {
    margin-left: 16rem  !important;
  }
  .xl-m-72 {
    margin: 18rem ;
  }
  [class~="xl-m-72"] {
    margin: 18rem ;
  }
  .xl-!m-72 {
    margin: 18rem  !important;
  }
  [class~="xl-!m-72"] {
    margin: 18rem  !important;
  }
  .xl-mx-72 {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  [class~="xl-mx-72"] {
    margin-left: 18rem ;
    margin-right: 18rem ;
  }
  .xl-!mx-72 {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  [class~="xl-!mx-72"] {
    margin-left: 18rem  !important;
    margin-right: 18rem  !important;
  }
  .xl-my-72 {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  [class~="xl-my-72"] {
    margin-top: 18rem ;
    margin-bottom: 18rem ;
  }
  .xl-!my-72 {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  [class~="xl-!my-72"] {
    margin-top: 18rem  !important;
    margin-bottom: 18rem  !important;
  }
  .xl-ms-72 {
    margin-inline-start: 18rem ;
  }
  [class~="xl-ms-72"] {
    margin-inline-start: 18rem ;
  }
  .xl-!ms-72 {
    margin-inline-start: 18rem  !important;
  }
  [class~="xl-!ms-72"] {
    margin-inline-start: 18rem  !important;
  }
  .xl-me-72 {
    margin-inline-end: 18rem ;
  }
  [class~="xl-me-72"] {
    margin-inline-end: 18rem ;
  }
  .xl-!me-72 {
    margin-inline-end: 18rem  !important;
  }
  [class~="xl-!me-72"] {
    margin-inline-end: 18rem  !important;
  }
  .xl-mt-72 {
    margin-top: 18rem ;
  }
  [class~="xl-mt-72"] {
    margin-top: 18rem ;
  }
  .xl-!mt-72 {
    margin-top: 18rem  !important;
  }
  [class~="xl-!mt-72"] {
    margin-top: 18rem  !important;
  }
  .xl-mr-72 {
    margin-right: 18rem ;
  }
  [class~="xl-mr-72"] {
    margin-right: 18rem ;
  }
  .xl-!mr-72 {
    margin-right: 18rem  !important;
  }
  [class~="xl-!mr-72"] {
    margin-right: 18rem  !important;
  }
  .xl-mb-72 {
    margin-bottom: 18rem ;
  }
  [class~="xl-mb-72"] {
    margin-bottom: 18rem ;
  }
  .xl-!mb-72 {
    margin-bottom: 18rem  !important;
  }
  [class~="xl-!mb-72"] {
    margin-bottom: 18rem  !important;
  }
  .xl-ml-72 {
    margin-left: 18rem ;
  }
  [class~="xl-ml-72"] {
    margin-left: 18rem ;
  }
  .xl-!ml-72 {
    margin-left: 18rem  !important;
  }
  [class~="xl-!ml-72"] {
    margin-left: 18rem  !important;
  }
  .xl-m-80 {
    margin: 20rem ;
  }
  [class~="xl-m-80"] {
    margin: 20rem ;
  }
  .xl-!m-80 {
    margin: 20rem  !important;
  }
  [class~="xl-!m-80"] {
    margin: 20rem  !important;
  }
  .xl-mx-80 {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  [class~="xl-mx-80"] {
    margin-left: 20rem ;
    margin-right: 20rem ;
  }
  .xl-!mx-80 {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  [class~="xl-!mx-80"] {
    margin-left: 20rem  !important;
    margin-right: 20rem  !important;
  }
  .xl-my-80 {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  [class~="xl-my-80"] {
    margin-top: 20rem ;
    margin-bottom: 20rem ;
  }
  .xl-!my-80 {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  [class~="xl-!my-80"] {
    margin-top: 20rem  !important;
    margin-bottom: 20rem  !important;
  }
  .xl-ms-80 {
    margin-inline-start: 20rem ;
  }
  [class~="xl-ms-80"] {
    margin-inline-start: 20rem ;
  }
  .xl-!ms-80 {
    margin-inline-start: 20rem  !important;
  }
  [class~="xl-!ms-80"] {
    margin-inline-start: 20rem  !important;
  }
  .xl-me-80 {
    margin-inline-end: 20rem ;
  }
  [class~="xl-me-80"] {
    margin-inline-end: 20rem ;
  }
  .xl-!me-80 {
    margin-inline-end: 20rem  !important;
  }
  [class~="xl-!me-80"] {
    margin-inline-end: 20rem  !important;
  }
  .xl-mt-80 {
    margin-top: 20rem ;
  }
  [class~="xl-mt-80"] {
    margin-top: 20rem ;
  }
  .xl-!mt-80 {
    margin-top: 20rem  !important;
  }
  [class~="xl-!mt-80"] {
    margin-top: 20rem  !important;
  }
  .xl-mr-80 {
    margin-right: 20rem ;
  }
  [class~="xl-mr-80"] {
    margin-right: 20rem ;
  }
  .xl-!mr-80 {
    margin-right: 20rem  !important;
  }
  [class~="xl-!mr-80"] {
    margin-right: 20rem  !important;
  }
  .xl-mb-80 {
    margin-bottom: 20rem ;
  }
  [class~="xl-mb-80"] {
    margin-bottom: 20rem ;
  }
  .xl-!mb-80 {
    margin-bottom: 20rem  !important;
  }
  [class~="xl-!mb-80"] {
    margin-bottom: 20rem  !important;
  }
  .xl-ml-80 {
    margin-left: 20rem ;
  }
  [class~="xl-ml-80"] {
    margin-left: 20rem ;
  }
  .xl-!ml-80 {
    margin-left: 20rem  !important;
  }
  [class~="xl-!ml-80"] {
    margin-left: 20rem  !important;
  }
  .xl-m-96 {
    margin: 24rem ;
  }
  [class~="xl-m-96"] {
    margin: 24rem ;
  }
  .xl-!m-96 {
    margin: 24rem  !important;
  }
  [class~="xl-!m-96"] {
    margin: 24rem  !important;
  }
  .xl-mx-96 {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  [class~="xl-mx-96"] {
    margin-left: 24rem ;
    margin-right: 24rem ;
  }
  .xl-!mx-96 {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  [class~="xl-!mx-96"] {
    margin-left: 24rem  !important;
    margin-right: 24rem  !important;
  }
  .xl-my-96 {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  [class~="xl-my-96"] {
    margin-top: 24rem ;
    margin-bottom: 24rem ;
  }
  .xl-!my-96 {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  [class~="xl-!my-96"] {
    margin-top: 24rem  !important;
    margin-bottom: 24rem  !important;
  }
  .xl-ms-96 {
    margin-inline-start: 24rem ;
  }
  [class~="xl-ms-96"] {
    margin-inline-start: 24rem ;
  }
  .xl-!ms-96 {
    margin-inline-start: 24rem  !important;
  }
  [class~="xl-!ms-96"] {
    margin-inline-start: 24rem  !important;
  }
  .xl-me-96 {
    margin-inline-end: 24rem ;
  }
  [class~="xl-me-96"] {
    margin-inline-end: 24rem ;
  }
  .xl-!me-96 {
    margin-inline-end: 24rem  !important;
  }
  [class~="xl-!me-96"] {
    margin-inline-end: 24rem  !important;
  }
  .xl-mt-96 {
    margin-top: 24rem ;
  }
  [class~="xl-mt-96"] {
    margin-top: 24rem ;
  }
  .xl-!mt-96 {
    margin-top: 24rem  !important;
  }
  [class~="xl-!mt-96"] {
    margin-top: 24rem  !important;
  }
  .xl-mr-96 {
    margin-right: 24rem ;
  }
  [class~="xl-mr-96"] {
    margin-right: 24rem ;
  }
  .xl-!mr-96 {
    margin-right: 24rem  !important;
  }
  [class~="xl-!mr-96"] {
    margin-right: 24rem  !important;
  }
  .xl-mb-96 {
    margin-bottom: 24rem ;
  }
  [class~="xl-mb-96"] {
    margin-bottom: 24rem ;
  }
  .xl-!mb-96 {
    margin-bottom: 24rem  !important;
  }
  [class~="xl-!mb-96"] {
    margin-bottom: 24rem  !important;
  }
  .xl-ml-96 {
    margin-left: 24rem ;
  }
  [class~="xl-ml-96"] {
    margin-left: 24rem ;
  }
  .xl-!ml-96 {
    margin-left: 24rem  !important;
  }
  [class~="xl-!ml-96"] {
    margin-left: 24rem  !important;
  }
  .xl-m-auto {
    margin: auto ;
  }
  [class~="xl-m-auto"] {
    margin: auto ;
  }
  .xl-!m-auto {
    margin: auto  !important;
  }
  [class~="xl-!m-auto"] {
    margin: auto  !important;
  }
  .xl-mx-auto {
    margin-left: auto ;
    margin-right: auto ;
  }
  [class~="xl-mx-auto"] {
    margin-left: auto ;
    margin-right: auto ;
  }
  .xl-!mx-auto {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  [class~="xl-!mx-auto"] {
    margin-left: auto  !important;
    margin-right: auto  !important;
  }
  .xl-my-auto {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  [class~="xl-my-auto"] {
    margin-top: auto ;
    margin-bottom: auto ;
  }
  .xl-!my-auto {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  [class~="xl-!my-auto"] {
    margin-top: auto  !important;
    margin-bottom: auto  !important;
  }
  .xl-ms-auto {
    margin-inline-start: auto ;
  }
  [class~="xl-ms-auto"] {
    margin-inline-start: auto ;
  }
  .xl-!ms-auto {
    margin-inline-start: auto  !important;
  }
  [class~="xl-!ms-auto"] {
    margin-inline-start: auto  !important;
  }
  .xl-me-auto {
    margin-inline-end: auto ;
  }
  [class~="xl-me-auto"] {
    margin-inline-end: auto ;
  }
  .xl-!me-auto {
    margin-inline-end: auto  !important;
  }
  [class~="xl-!me-auto"] {
    margin-inline-end: auto  !important;
  }
  .xl-mt-auto {
    margin-top: auto ;
  }
  [class~="xl-mt-auto"] {
    margin-top: auto ;
  }
  .xl-!mt-auto {
    margin-top: auto  !important;
  }
  [class~="xl-!mt-auto"] {
    margin-top: auto  !important;
  }
  .xl-mr-auto {
    margin-right: auto ;
  }
  [class~="xl-mr-auto"] {
    margin-right: auto ;
  }
  .xl-!mr-auto {
    margin-right: auto  !important;
  }
  [class~="xl-!mr-auto"] {
    margin-right: auto  !important;
  }
  .xl-mb-auto {
    margin-bottom: auto ;
  }
  [class~="xl-mb-auto"] {
    margin-bottom: auto ;
  }
  .xl-!mb-auto {
    margin-bottom: auto  !important;
  }
  [class~="xl-!mb-auto"] {
    margin-bottom: auto  !important;
  }
  .xl-ml-auto {
    margin-left: auto ;
  }
  [class~="xl-ml-auto"] {
    margin-left: auto ;
  }
  .xl-!ml-auto {
    margin-left: auto  !important;
  }
  [class~="xl-!ml-auto"] {
    margin-left: auto  !important;
  }
  .xl--m-px {
    margin: -1px ;
  }
  [class~="xl--m-px"] {
    margin: -1px ;
  }
  .xl-!-m-px {
    margin: -1px  !important;
  }
  [class~="xl-!-m-px"] {
    margin: -1px  !important;
  }
  .xl--mx-px {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  [class~="xl--mx-px"] {
    margin-left: -1px ;
    margin-right: -1px ;
  }
  .xl-!-mx-px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  [class~="xl-!-mx-px"] {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .xl--my-px {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  [class~="xl--my-px"] {
    margin-top: -1px ;
    margin-bottom: -1px ;
  }
  .xl-!-my-px {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  [class~="xl-!-my-px"] {
    margin-top: -1px  !important;
    margin-bottom: -1px  !important;
  }
  .xl--ms-px {
    margin-inline-start: -1px ;
  }
  [class~="xl--ms-px"] {
    margin-inline-start: -1px ;
  }
  .xl-!-ms-px {
    margin-inline-start: -1px  !important;
  }
  [class~="xl-!-ms-px"] {
    margin-inline-start: -1px  !important;
  }
  .xl--me-px {
    margin-inline-end: -1px ;
  }
  [class~="xl--me-px"] {
    margin-inline-end: -1px ;
  }
  .xl-!-me-px {
    margin-inline-end: -1px  !important;
  }
  [class~="xl-!-me-px"] {
    margin-inline-end: -1px  !important;
  }
  .xl--mt-px {
    margin-top: -1px ;
  }
  [class~="xl--mt-px"] {
    margin-top: -1px ;
  }
  .xl-!-mt-px {
    margin-top: -1px  !important;
  }
  [class~="xl-!-mt-px"] {
    margin-top: -1px  !important;
  }
  .xl--mr-px {
    margin-right: -1px ;
  }
  [class~="xl--mr-px"] {
    margin-right: -1px ;
  }
  .xl-!-mr-px {
    margin-right: -1px  !important;
  }
  [class~="xl-!-mr-px"] {
    margin-right: -1px  !important;
  }
  .xl--mb-px {
    margin-bottom: -1px ;
  }
  [class~="xl--mb-px"] {
    margin-bottom: -1px ;
  }
  .xl-!-mb-px {
    margin-bottom: -1px  !important;
  }
  [class~="xl-!-mb-px"] {
    margin-bottom: -1px  !important;
  }
  .xl--ml-px {
    margin-left: -1px ;
  }
  [class~="xl--ml-px"] {
    margin-left: -1px ;
  }
  .xl-!-ml-px {
    margin-left: -1px  !important;
  }
  [class~="xl-!-ml-px"] {
    margin-left: -1px  !important;
  }
  .xl--m-0\.5 {
    margin: -0.125rem ;
  }
  [class~="xl--m-0\.5"] {
    margin: -0.125rem ;
  }
  .xl-!-m-0\.5 {
    margin: -0.125rem  !important;
  }
  [class~="xl-!-m-0\.5"] {
    margin: -0.125rem  !important;
  }
  .xl--mx-0\.5 {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  [class~="xl--mx-0\.5"] {
    margin-left: -0.125rem ;
    margin-right: -0.125rem ;
  }
  .xl-!-mx-0\.5 {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  [class~="xl-!-mx-0\.5"] {
    margin-left: -0.125rem  !important;
    margin-right: -0.125rem  !important;
  }
  .xl--my-0\.5 {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  [class~="xl--my-0\.5"] {
    margin-top: -0.125rem ;
    margin-bottom: -0.125rem ;
  }
  .xl-!-my-0\.5 {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  [class~="xl-!-my-0\.5"] {
    margin-top: -0.125rem  !important;
    margin-bottom: -0.125rem  !important;
  }
  .xl--ms-0\.5 {
    margin-inline-start: -0.125rem ;
  }
  [class~="xl--ms-0\.5"] {
    margin-inline-start: -0.125rem ;
  }
  .xl-!-ms-0\.5 {
    margin-inline-start: -0.125rem  !important;
  }
  [class~="xl-!-ms-0\.5"] {
    margin-inline-start: -0.125rem  !important;
  }
  .xl--me-0\.5 {
    margin-inline-end: -0.125rem ;
  }
  [class~="xl--me-0\.5"] {
    margin-inline-end: -0.125rem ;
  }
  .xl-!-me-0\.5 {
    margin-inline-end: -0.125rem  !important;
  }
  [class~="xl-!-me-0\.5"] {
    margin-inline-end: -0.125rem  !important;
  }
  .xl--mt-0\.5 {
    margin-top: -0.125rem ;
  }
  [class~="xl--mt-0\.5"] {
    margin-top: -0.125rem ;
  }
  .xl-!-mt-0\.5 {
    margin-top: -0.125rem  !important;
  }
  [class~="xl-!-mt-0\.5"] {
    margin-top: -0.125rem  !important;
  }
  .xl--mr-0\.5 {
    margin-right: -0.125rem ;
  }
  [class~="xl--mr-0\.5"] {
    margin-right: -0.125rem ;
  }
  .xl-!-mr-0\.5 {
    margin-right: -0.125rem  !important;
  }
  [class~="xl-!-mr-0\.5"] {
    margin-right: -0.125rem  !important;
  }
  .xl--mb-0\.5 {
    margin-bottom: -0.125rem ;
  }
  [class~="xl--mb-0\.5"] {
    margin-bottom: -0.125rem ;
  }
  .xl-!-mb-0\.5 {
    margin-bottom: -0.125rem  !important;
  }
  [class~="xl-!-mb-0\.5"] {
    margin-bottom: -0.125rem  !important;
  }
  .xl--ml-0\.5 {
    margin-left: -0.125rem ;
  }
  [class~="xl--ml-0\.5"] {
    margin-left: -0.125rem ;
  }
  .xl-!-ml-0\.5 {
    margin-left: -0.125rem  !important;
  }
  [class~="xl-!-ml-0\.5"] {
    margin-left: -0.125rem  !important;
  }
  .xl--m-1 {
    margin: -0.25rem ;
  }
  [class~="xl--m-1"] {
    margin: -0.25rem ;
  }
  .xl-!-m-1 {
    margin: -0.25rem  !important;
  }
  [class~="xl-!-m-1"] {
    margin: -0.25rem  !important;
  }
  .xl--mx-1 {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  [class~="xl--mx-1"] {
    margin-left: -0.25rem ;
    margin-right: -0.25rem ;
  }
  .xl-!-mx-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  [class~="xl-!-mx-1"] {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .xl--my-1 {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  [class~="xl--my-1"] {
    margin-top: -0.25rem ;
    margin-bottom: -0.25rem ;
  }
  .xl-!-my-1 {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  [class~="xl-!-my-1"] {
    margin-top: -0.25rem  !important;
    margin-bottom: -0.25rem  !important;
  }
  .xl--ms-1 {
    margin-inline-start: -0.25rem ;
  }
  [class~="xl--ms-1"] {
    margin-inline-start: -0.25rem ;
  }
  .xl-!-ms-1 {
    margin-inline-start: -0.25rem  !important;
  }
  [class~="xl-!-ms-1"] {
    margin-inline-start: -0.25rem  !important;
  }
  .xl--me-1 {
    margin-inline-end: -0.25rem ;
  }
  [class~="xl--me-1"] {
    margin-inline-end: -0.25rem ;
  }
  .xl-!-me-1 {
    margin-inline-end: -0.25rem  !important;
  }
  [class~="xl-!-me-1"] {
    margin-inline-end: -0.25rem  !important;
  }
  .xl--mt-1 {
    margin-top: -0.25rem ;
  }
  [class~="xl--mt-1"] {
    margin-top: -0.25rem ;
  }
  .xl-!-mt-1 {
    margin-top: -0.25rem  !important;
  }
  [class~="xl-!-mt-1"] {
    margin-top: -0.25rem  !important;
  }
  .xl--mr-1 {
    margin-right: -0.25rem ;
  }
  [class~="xl--mr-1"] {
    margin-right: -0.25rem ;
  }
  .xl-!-mr-1 {
    margin-right: -0.25rem  !important;
  }
  [class~="xl-!-mr-1"] {
    margin-right: -0.25rem  !important;
  }
  .xl--mb-1 {
    margin-bottom: -0.25rem ;
  }
  [class~="xl--mb-1"] {
    margin-bottom: -0.25rem ;
  }
  .xl-!-mb-1 {
    margin-bottom: -0.25rem  !important;
  }
  [class~="xl-!-mb-1"] {
    margin-bottom: -0.25rem  !important;
  }
  .xl--ml-1 {
    margin-left: -0.25rem ;
  }
  [class~="xl--ml-1"] {
    margin-left: -0.25rem ;
  }
  .xl-!-ml-1 {
    margin-left: -0.25rem  !important;
  }
  [class~="xl-!-ml-1"] {
    margin-left: -0.25rem  !important;
  }
  .xl--m-1\.5 {
    margin: -0.375rem ;
  }
  [class~="xl--m-1\.5"] {
    margin: -0.375rem ;
  }
  .xl-!-m-1\.5 {
    margin: -0.375rem  !important;
  }
  [class~="xl-!-m-1\.5"] {
    margin: -0.375rem  !important;
  }
  .xl--mx-1\.5 {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  [class~="xl--mx-1\.5"] {
    margin-left: -0.375rem ;
    margin-right: -0.375rem ;
  }
  .xl-!-mx-1\.5 {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  [class~="xl-!-mx-1\.5"] {
    margin-left: -0.375rem  !important;
    margin-right: -0.375rem  !important;
  }
  .xl--my-1\.5 {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  [class~="xl--my-1\.5"] {
    margin-top: -0.375rem ;
    margin-bottom: -0.375rem ;
  }
  .xl-!-my-1\.5 {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  [class~="xl-!-my-1\.5"] {
    margin-top: -0.375rem  !important;
    margin-bottom: -0.375rem  !important;
  }
  .xl--ms-1\.5 {
    margin-inline-start: -0.375rem ;
  }
  [class~="xl--ms-1\.5"] {
    margin-inline-start: -0.375rem ;
  }
  .xl-!-ms-1\.5 {
    margin-inline-start: -0.375rem  !important;
  }
  [class~="xl-!-ms-1\.5"] {
    margin-inline-start: -0.375rem  !important;
  }
  .xl--me-1\.5 {
    margin-inline-end: -0.375rem ;
  }
  [class~="xl--me-1\.5"] {
    margin-inline-end: -0.375rem ;
  }
  .xl-!-me-1\.5 {
    margin-inline-end: -0.375rem  !important;
  }
  [class~="xl-!-me-1\.5"] {
    margin-inline-end: -0.375rem  !important;
  }
  .xl--mt-1\.5 {
    margin-top: -0.375rem ;
  }
  [class~="xl--mt-1\.5"] {
    margin-top: -0.375rem ;
  }
  .xl-!-mt-1\.5 {
    margin-top: -0.375rem  !important;
  }
  [class~="xl-!-mt-1\.5"] {
    margin-top: -0.375rem  !important;
  }
  .xl--mr-1\.5 {
    margin-right: -0.375rem ;
  }
  [class~="xl--mr-1\.5"] {
    margin-right: -0.375rem ;
  }
  .xl-!-mr-1\.5 {
    margin-right: -0.375rem  !important;
  }
  [class~="xl-!-mr-1\.5"] {
    margin-right: -0.375rem  !important;
  }
  .xl--mb-1\.5 {
    margin-bottom: -0.375rem ;
  }
  [class~="xl--mb-1\.5"] {
    margin-bottom: -0.375rem ;
  }
  .xl-!-mb-1\.5 {
    margin-bottom: -0.375rem  !important;
  }
  [class~="xl-!-mb-1\.5"] {
    margin-bottom: -0.375rem  !important;
  }
  .xl--ml-1\.5 {
    margin-left: -0.375rem ;
  }
  [class~="xl--ml-1\.5"] {
    margin-left: -0.375rem ;
  }
  .xl-!-ml-1\.5 {
    margin-left: -0.375rem  !important;
  }
  [class~="xl-!-ml-1\.5"] {
    margin-left: -0.375rem  !important;
  }
  .xl--m-2 {
    margin: -0.5rem ;
  }
  [class~="xl--m-2"] {
    margin: -0.5rem ;
  }
  .xl-!-m-2 {
    margin: -0.5rem  !important;
  }
  [class~="xl-!-m-2"] {
    margin: -0.5rem  !important;
  }
  .xl--mx-2 {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  [class~="xl--mx-2"] {
    margin-left: -0.5rem ;
    margin-right: -0.5rem ;
  }
  .xl-!-mx-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  [class~="xl-!-mx-2"] {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .xl--my-2 {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  [class~="xl--my-2"] {
    margin-top: -0.5rem ;
    margin-bottom: -0.5rem ;
  }
  .xl-!-my-2 {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  [class~="xl-!-my-2"] {
    margin-top: -0.5rem  !important;
    margin-bottom: -0.5rem  !important;
  }
  .xl--ms-2 {
    margin-inline-start: -0.5rem ;
  }
  [class~="xl--ms-2"] {
    margin-inline-start: -0.5rem ;
  }
  .xl-!-ms-2 {
    margin-inline-start: -0.5rem  !important;
  }
  [class~="xl-!-ms-2"] {
    margin-inline-start: -0.5rem  !important;
  }
  .xl--me-2 {
    margin-inline-end: -0.5rem ;
  }
  [class~="xl--me-2"] {
    margin-inline-end: -0.5rem ;
  }
  .xl-!-me-2 {
    margin-inline-end: -0.5rem  !important;
  }
  [class~="xl-!-me-2"] {
    margin-inline-end: -0.5rem  !important;
  }
  .xl--mt-2 {
    margin-top: -0.5rem ;
  }
  [class~="xl--mt-2"] {
    margin-top: -0.5rem ;
  }
  .xl-!-mt-2 {
    margin-top: -0.5rem  !important;
  }
  [class~="xl-!-mt-2"] {
    margin-top: -0.5rem  !important;
  }
  .xl--mr-2 {
    margin-right: -0.5rem ;
  }
  [class~="xl--mr-2"] {
    margin-right: -0.5rem ;
  }
  .xl-!-mr-2 {
    margin-right: -0.5rem  !important;
  }
  [class~="xl-!-mr-2"] {
    margin-right: -0.5rem  !important;
  }
  .xl--mb-2 {
    margin-bottom: -0.5rem ;
  }
  [class~="xl--mb-2"] {
    margin-bottom: -0.5rem ;
  }
  .xl-!-mb-2 {
    margin-bottom: -0.5rem  !important;
  }
  [class~="xl-!-mb-2"] {
    margin-bottom: -0.5rem  !important;
  }
  .xl--ml-2 {
    margin-left: -0.5rem ;
  }
  [class~="xl--ml-2"] {
    margin-left: -0.5rem ;
  }
  .xl-!-ml-2 {
    margin-left: -0.5rem  !important;
  }
  [class~="xl-!-ml-2"] {
    margin-left: -0.5rem  !important;
  }
  .xl--m-2\.5 {
    margin: -0.625rem ;
  }
  [class~="xl--m-2\.5"] {
    margin: -0.625rem ;
  }
  .xl-!-m-2\.5 {
    margin: -0.625rem  !important;
  }
  [class~="xl-!-m-2\.5"] {
    margin: -0.625rem  !important;
  }
  .xl--mx-2\.5 {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  [class~="xl--mx-2\.5"] {
    margin-left: -0.625rem ;
    margin-right: -0.625rem ;
  }
  .xl-!-mx-2\.5 {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  [class~="xl-!-mx-2\.5"] {
    margin-left: -0.625rem  !important;
    margin-right: -0.625rem  !important;
  }
  .xl--my-2\.5 {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  [class~="xl--my-2\.5"] {
    margin-top: -0.625rem ;
    margin-bottom: -0.625rem ;
  }
  .xl-!-my-2\.5 {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  [class~="xl-!-my-2\.5"] {
    margin-top: -0.625rem  !important;
    margin-bottom: -0.625rem  !important;
  }
  .xl--ms-2\.5 {
    margin-inline-start: -0.625rem ;
  }
  [class~="xl--ms-2\.5"] {
    margin-inline-start: -0.625rem ;
  }
  .xl-!-ms-2\.5 {
    margin-inline-start: -0.625rem  !important;
  }
  [class~="xl-!-ms-2\.5"] {
    margin-inline-start: -0.625rem  !important;
  }
  .xl--me-2\.5 {
    margin-inline-end: -0.625rem ;
  }
  [class~="xl--me-2\.5"] {
    margin-inline-end: -0.625rem ;
  }
  .xl-!-me-2\.5 {
    margin-inline-end: -0.625rem  !important;
  }
  [class~="xl-!-me-2\.5"] {
    margin-inline-end: -0.625rem  !important;
  }
  .xl--mt-2\.5 {
    margin-top: -0.625rem ;
  }
  [class~="xl--mt-2\.5"] {
    margin-top: -0.625rem ;
  }
  .xl-!-mt-2\.5 {
    margin-top: -0.625rem  !important;
  }
  [class~="xl-!-mt-2\.5"] {
    margin-top: -0.625rem  !important;
  }
  .xl--mr-2\.5 {
    margin-right: -0.625rem ;
  }
  [class~="xl--mr-2\.5"] {
    margin-right: -0.625rem ;
  }
  .xl-!-mr-2\.5 {
    margin-right: -0.625rem  !important;
  }
  [class~="xl-!-mr-2\.5"] {
    margin-right: -0.625rem  !important;
  }
  .xl--mb-2\.5 {
    margin-bottom: -0.625rem ;
  }
  [class~="xl--mb-2\.5"] {
    margin-bottom: -0.625rem ;
  }
  .xl-!-mb-2\.5 {
    margin-bottom: -0.625rem  !important;
  }
  [class~="xl-!-mb-2\.5"] {
    margin-bottom: -0.625rem  !important;
  }
  .xl--ml-2\.5 {
    margin-left: -0.625rem ;
  }
  [class~="xl--ml-2\.5"] {
    margin-left: -0.625rem ;
  }
  .xl-!-ml-2\.5 {
    margin-left: -0.625rem  !important;
  }
  [class~="xl-!-ml-2\.5"] {
    margin-left: -0.625rem  !important;
  }
  .xl--m-3 {
    margin: -0.75rem ;
  }
  [class~="xl--m-3"] {
    margin: -0.75rem ;
  }
  .xl-!-m-3 {
    margin: -0.75rem  !important;
  }
  [class~="xl-!-m-3"] {
    margin: -0.75rem  !important;
  }
  .xl--mx-3 {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  [class~="xl--mx-3"] {
    margin-left: -0.75rem ;
    margin-right: -0.75rem ;
  }
  .xl-!-mx-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  [class~="xl-!-mx-3"] {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .xl--my-3 {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  [class~="xl--my-3"] {
    margin-top: -0.75rem ;
    margin-bottom: -0.75rem ;
  }
  .xl-!-my-3 {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  [class~="xl-!-my-3"] {
    margin-top: -0.75rem  !important;
    margin-bottom: -0.75rem  !important;
  }
  .xl--ms-3 {
    margin-inline-start: -0.75rem ;
  }
  [class~="xl--ms-3"] {
    margin-inline-start: -0.75rem ;
  }
  .xl-!-ms-3 {
    margin-inline-start: -0.75rem  !important;
  }
  [class~="xl-!-ms-3"] {
    margin-inline-start: -0.75rem  !important;
  }
  .xl--me-3 {
    margin-inline-end: -0.75rem ;
  }
  [class~="xl--me-3"] {
    margin-inline-end: -0.75rem ;
  }
  .xl-!-me-3 {
    margin-inline-end: -0.75rem  !important;
  }
  [class~="xl-!-me-3"] {
    margin-inline-end: -0.75rem  !important;
  }
  .xl--mt-3 {
    margin-top: -0.75rem ;
  }
  [class~="xl--mt-3"] {
    margin-top: -0.75rem ;
  }
  .xl-!-mt-3 {
    margin-top: -0.75rem  !important;
  }
  [class~="xl-!-mt-3"] {
    margin-top: -0.75rem  !important;
  }
  .xl--mr-3 {
    margin-right: -0.75rem ;
  }
  [class~="xl--mr-3"] {
    margin-right: -0.75rem ;
  }
  .xl-!-mr-3 {
    margin-right: -0.75rem  !important;
  }
  [class~="xl-!-mr-3"] {
    margin-right: -0.75rem  !important;
  }
  .xl--mb-3 {
    margin-bottom: -0.75rem ;
  }
  [class~="xl--mb-3"] {
    margin-bottom: -0.75rem ;
  }
  .xl-!-mb-3 {
    margin-bottom: -0.75rem  !important;
  }
  [class~="xl-!-mb-3"] {
    margin-bottom: -0.75rem  !important;
  }
  .xl--ml-3 {
    margin-left: -0.75rem ;
  }
  [class~="xl--ml-3"] {
    margin-left: -0.75rem ;
  }
  .xl-!-ml-3 {
    margin-left: -0.75rem  !important;
  }
  [class~="xl-!-ml-3"] {
    margin-left: -0.75rem  !important;
  }
  .xl--m-3\.5 {
    margin: -0.875rem ;
  }
  [class~="xl--m-3\.5"] {
    margin: -0.875rem ;
  }
  .xl-!-m-3\.5 {
    margin: -0.875rem  !important;
  }
  [class~="xl-!-m-3\.5"] {
    margin: -0.875rem  !important;
  }
  .xl--mx-3\.5 {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  [class~="xl--mx-3\.5"] {
    margin-left: -0.875rem ;
    margin-right: -0.875rem ;
  }
  .xl-!-mx-3\.5 {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  [class~="xl-!-mx-3\.5"] {
    margin-left: -0.875rem  !important;
    margin-right: -0.875rem  !important;
  }
  .xl--my-3\.5 {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  [class~="xl--my-3\.5"] {
    margin-top: -0.875rem ;
    margin-bottom: -0.875rem ;
  }
  .xl-!-my-3\.5 {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  [class~="xl-!-my-3\.5"] {
    margin-top: -0.875rem  !important;
    margin-bottom: -0.875rem  !important;
  }
  .xl--ms-3\.5 {
    margin-inline-start: -0.875rem ;
  }
  [class~="xl--ms-3\.5"] {
    margin-inline-start: -0.875rem ;
  }
  .xl-!-ms-3\.5 {
    margin-inline-start: -0.875rem  !important;
  }
  [class~="xl-!-ms-3\.5"] {
    margin-inline-start: -0.875rem  !important;
  }
  .xl--me-3\.5 {
    margin-inline-end: -0.875rem ;
  }
  [class~="xl--me-3\.5"] {
    margin-inline-end: -0.875rem ;
  }
  .xl-!-me-3\.5 {
    margin-inline-end: -0.875rem  !important;
  }
  [class~="xl-!-me-3\.5"] {
    margin-inline-end: -0.875rem  !important;
  }
  .xl--mt-3\.5 {
    margin-top: -0.875rem ;
  }
  [class~="xl--mt-3\.5"] {
    margin-top: -0.875rem ;
  }
  .xl-!-mt-3\.5 {
    margin-top: -0.875rem  !important;
  }
  [class~="xl-!-mt-3\.5"] {
    margin-top: -0.875rem  !important;
  }
  .xl--mr-3\.5 {
    margin-right: -0.875rem ;
  }
  [class~="xl--mr-3\.5"] {
    margin-right: -0.875rem ;
  }
  .xl-!-mr-3\.5 {
    margin-right: -0.875rem  !important;
  }
  [class~="xl-!-mr-3\.5"] {
    margin-right: -0.875rem  !important;
  }
  .xl--mb-3\.5 {
    margin-bottom: -0.875rem ;
  }
  [class~="xl--mb-3\.5"] {
    margin-bottom: -0.875rem ;
  }
  .xl-!-mb-3\.5 {
    margin-bottom: -0.875rem  !important;
  }
  [class~="xl-!-mb-3\.5"] {
    margin-bottom: -0.875rem  !important;
  }
  .xl--ml-3\.5 {
    margin-left: -0.875rem ;
  }
  [class~="xl--ml-3\.5"] {
    margin-left: -0.875rem ;
  }
  .xl-!-ml-3\.5 {
    margin-left: -0.875rem  !important;
  }
  [class~="xl-!-ml-3\.5"] {
    margin-left: -0.875rem  !important;
  }
  .xl--m-4 {
    margin: -1rem ;
  }
  [class~="xl--m-4"] {
    margin: -1rem ;
  }
  .xl-!-m-4 {
    margin: -1rem  !important;
  }
  [class~="xl-!-m-4"] {
    margin: -1rem  !important;
  }
  .xl--mx-4 {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  [class~="xl--mx-4"] {
    margin-left: -1rem ;
    margin-right: -1rem ;
  }
  .xl-!-mx-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  [class~="xl-!-mx-4"] {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .xl--my-4 {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  [class~="xl--my-4"] {
    margin-top: -1rem ;
    margin-bottom: -1rem ;
  }
  .xl-!-my-4 {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  [class~="xl-!-my-4"] {
    margin-top: -1rem  !important;
    margin-bottom: -1rem  !important;
  }
  .xl--ms-4 {
    margin-inline-start: -1rem ;
  }
  [class~="xl--ms-4"] {
    margin-inline-start: -1rem ;
  }
  .xl-!-ms-4 {
    margin-inline-start: -1rem  !important;
  }
  [class~="xl-!-ms-4"] {
    margin-inline-start: -1rem  !important;
  }
  .xl--me-4 {
    margin-inline-end: -1rem ;
  }
  [class~="xl--me-4"] {
    margin-inline-end: -1rem ;
  }
  .xl-!-me-4 {
    margin-inline-end: -1rem  !important;
  }
  [class~="xl-!-me-4"] {
    margin-inline-end: -1rem  !important;
  }
  .xl--mt-4 {
    margin-top: -1rem ;
  }
  [class~="xl--mt-4"] {
    margin-top: -1rem ;
  }
  .xl-!-mt-4 {
    margin-top: -1rem  !important;
  }
  [class~="xl-!-mt-4"] {
    margin-top: -1rem  !important;
  }
  .xl--mr-4 {
    margin-right: -1rem ;
  }
  [class~="xl--mr-4"] {
    margin-right: -1rem ;
  }
  .xl-!-mr-4 {
    margin-right: -1rem  !important;
  }
  [class~="xl-!-mr-4"] {
    margin-right: -1rem  !important;
  }
  .xl--mb-4 {
    margin-bottom: -1rem ;
  }
  [class~="xl--mb-4"] {
    margin-bottom: -1rem ;
  }
  .xl-!-mb-4 {
    margin-bottom: -1rem  !important;
  }
  [class~="xl-!-mb-4"] {
    margin-bottom: -1rem  !important;
  }
  .xl--ml-4 {
    margin-left: -1rem ;
  }
  [class~="xl--ml-4"] {
    margin-left: -1rem ;
  }
  .xl-!-ml-4 {
    margin-left: -1rem  !important;
  }
  [class~="xl-!-ml-4"] {
    margin-left: -1rem  !important;
  }
  .xl--m-5 {
    margin: -1.25rem ;
  }
  [class~="xl--m-5"] {
    margin: -1.25rem ;
  }
  .xl-!-m-5 {
    margin: -1.25rem  !important;
  }
  [class~="xl-!-m-5"] {
    margin: -1.25rem  !important;
  }
  .xl--mx-5 {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  [class~="xl--mx-5"] {
    margin-left: -1.25rem ;
    margin-right: -1.25rem ;
  }
  .xl-!-mx-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  [class~="xl-!-mx-5"] {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .xl--my-5 {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  [class~="xl--my-5"] {
    margin-top: -1.25rem ;
    margin-bottom: -1.25rem ;
  }
  .xl-!-my-5 {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  [class~="xl-!-my-5"] {
    margin-top: -1.25rem  !important;
    margin-bottom: -1.25rem  !important;
  }
  .xl--ms-5 {
    margin-inline-start: -1.25rem ;
  }
  [class~="xl--ms-5"] {
    margin-inline-start: -1.25rem ;
  }
  .xl-!-ms-5 {
    margin-inline-start: -1.25rem  !important;
  }
  [class~="xl-!-ms-5"] {
    margin-inline-start: -1.25rem  !important;
  }
  .xl--me-5 {
    margin-inline-end: -1.25rem ;
  }
  [class~="xl--me-5"] {
    margin-inline-end: -1.25rem ;
  }
  .xl-!-me-5 {
    margin-inline-end: -1.25rem  !important;
  }
  [class~="xl-!-me-5"] {
    margin-inline-end: -1.25rem  !important;
  }
  .xl--mt-5 {
    margin-top: -1.25rem ;
  }
  [class~="xl--mt-5"] {
    margin-top: -1.25rem ;
  }
  .xl-!-mt-5 {
    margin-top: -1.25rem  !important;
  }
  [class~="xl-!-mt-5"] {
    margin-top: -1.25rem  !important;
  }
  .xl--mr-5 {
    margin-right: -1.25rem ;
  }
  [class~="xl--mr-5"] {
    margin-right: -1.25rem ;
  }
  .xl-!-mr-5 {
    margin-right: -1.25rem  !important;
  }
  [class~="xl-!-mr-5"] {
    margin-right: -1.25rem  !important;
  }
  .xl--mb-5 {
    margin-bottom: -1.25rem ;
  }
  [class~="xl--mb-5"] {
    margin-bottom: -1.25rem ;
  }
  .xl-!-mb-5 {
    margin-bottom: -1.25rem  !important;
  }
  [class~="xl-!-mb-5"] {
    margin-bottom: -1.25rem  !important;
  }
  .xl--ml-5 {
    margin-left: -1.25rem ;
  }
  [class~="xl--ml-5"] {
    margin-left: -1.25rem ;
  }
  .xl-!-ml-5 {
    margin-left: -1.25rem  !important;
  }
  [class~="xl-!-ml-5"] {
    margin-left: -1.25rem  !important;
  }
  .xl--m-6 {
    margin: -1.5rem ;
  }
  [class~="xl--m-6"] {
    margin: -1.5rem ;
  }
  .xl-!-m-6 {
    margin: -1.5rem  !important;
  }
  [class~="xl-!-m-6"] {
    margin: -1.5rem  !important;
  }
  .xl--mx-6 {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  [class~="xl--mx-6"] {
    margin-left: -1.5rem ;
    margin-right: -1.5rem ;
  }
  .xl-!-mx-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  [class~="xl-!-mx-6"] {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .xl--my-6 {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  [class~="xl--my-6"] {
    margin-top: -1.5rem ;
    margin-bottom: -1.5rem ;
  }
  .xl-!-my-6 {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  [class~="xl-!-my-6"] {
    margin-top: -1.5rem  !important;
    margin-bottom: -1.5rem  !important;
  }
  .xl--ms-6 {
    margin-inline-start: -1.5rem ;
  }
  [class~="xl--ms-6"] {
    margin-inline-start: -1.5rem ;
  }
  .xl-!-ms-6 {
    margin-inline-start: -1.5rem  !important;
  }
  [class~="xl-!-ms-6"] {
    margin-inline-start: -1.5rem  !important;
  }
  .xl--me-6 {
    margin-inline-end: -1.5rem ;
  }
  [class~="xl--me-6"] {
    margin-inline-end: -1.5rem ;
  }
  .xl-!-me-6 {
    margin-inline-end: -1.5rem  !important;
  }
  [class~="xl-!-me-6"] {
    margin-inline-end: -1.5rem  !important;
  }
  .xl--mt-6 {
    margin-top: -1.5rem ;
  }
  [class~="xl--mt-6"] {
    margin-top: -1.5rem ;
  }
  .xl-!-mt-6 {
    margin-top: -1.5rem  !important;
  }
  [class~="xl-!-mt-6"] {
    margin-top: -1.5rem  !important;
  }
  .xl--mr-6 {
    margin-right: -1.5rem ;
  }
  [class~="xl--mr-6"] {
    margin-right: -1.5rem ;
  }
  .xl-!-mr-6 {
    margin-right: -1.5rem  !important;
  }
  [class~="xl-!-mr-6"] {
    margin-right: -1.5rem  !important;
  }
  .xl--mb-6 {
    margin-bottom: -1.5rem ;
  }
  [class~="xl--mb-6"] {
    margin-bottom: -1.5rem ;
  }
  .xl-!-mb-6 {
    margin-bottom: -1.5rem  !important;
  }
  [class~="xl-!-mb-6"] {
    margin-bottom: -1.5rem  !important;
  }
  .xl--ml-6 {
    margin-left: -1.5rem ;
  }
  [class~="xl--ml-6"] {
    margin-left: -1.5rem ;
  }
  .xl-!-ml-6 {
    margin-left: -1.5rem  !important;
  }
  [class~="xl-!-ml-6"] {
    margin-left: -1.5rem  !important;
  }
  .xl--m-7 {
    margin: -1.75rem ;
  }
  [class~="xl--m-7"] {
    margin: -1.75rem ;
  }
  .xl-!-m-7 {
    margin: -1.75rem  !important;
  }
  [class~="xl-!-m-7"] {
    margin: -1.75rem  !important;
  }
  .xl--mx-7 {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  [class~="xl--mx-7"] {
    margin-left: -1.75rem ;
    margin-right: -1.75rem ;
  }
  .xl-!-mx-7 {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  [class~="xl-!-mx-7"] {
    margin-left: -1.75rem  !important;
    margin-right: -1.75rem  !important;
  }
  .xl--my-7 {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  [class~="xl--my-7"] {
    margin-top: -1.75rem ;
    margin-bottom: -1.75rem ;
  }
  .xl-!-my-7 {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  [class~="xl-!-my-7"] {
    margin-top: -1.75rem  !important;
    margin-bottom: -1.75rem  !important;
  }
  .xl--ms-7 {
    margin-inline-start: -1.75rem ;
  }
  [class~="xl--ms-7"] {
    margin-inline-start: -1.75rem ;
  }
  .xl-!-ms-7 {
    margin-inline-start: -1.75rem  !important;
  }
  [class~="xl-!-ms-7"] {
    margin-inline-start: -1.75rem  !important;
  }
  .xl--me-7 {
    margin-inline-end: -1.75rem ;
  }
  [class~="xl--me-7"] {
    margin-inline-end: -1.75rem ;
  }
  .xl-!-me-7 {
    margin-inline-end: -1.75rem  !important;
  }
  [class~="xl-!-me-7"] {
    margin-inline-end: -1.75rem  !important;
  }
  .xl--mt-7 {
    margin-top: -1.75rem ;
  }
  [class~="xl--mt-7"] {
    margin-top: -1.75rem ;
  }
  .xl-!-mt-7 {
    margin-top: -1.75rem  !important;
  }
  [class~="xl-!-mt-7"] {
    margin-top: -1.75rem  !important;
  }
  .xl--mr-7 {
    margin-right: -1.75rem ;
  }
  [class~="xl--mr-7"] {
    margin-right: -1.75rem ;
  }
  .xl-!-mr-7 {
    margin-right: -1.75rem  !important;
  }
  [class~="xl-!-mr-7"] {
    margin-right: -1.75rem  !important;
  }
  .xl--mb-7 {
    margin-bottom: -1.75rem ;
  }
  [class~="xl--mb-7"] {
    margin-bottom: -1.75rem ;
  }
  .xl-!-mb-7 {
    margin-bottom: -1.75rem  !important;
  }
  [class~="xl-!-mb-7"] {
    margin-bottom: -1.75rem  !important;
  }
  .xl--ml-7 {
    margin-left: -1.75rem ;
  }
  [class~="xl--ml-7"] {
    margin-left: -1.75rem ;
  }
  .xl-!-ml-7 {
    margin-left: -1.75rem  !important;
  }
  [class~="xl-!-ml-7"] {
    margin-left: -1.75rem  !important;
  }
  .xl--m-8 {
    margin: -2rem ;
  }
  [class~="xl--m-8"] {
    margin: -2rem ;
  }
  .xl-!-m-8 {
    margin: -2rem  !important;
  }
  [class~="xl-!-m-8"] {
    margin: -2rem  !important;
  }
  .xl--mx-8 {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  [class~="xl--mx-8"] {
    margin-left: -2rem ;
    margin-right: -2rem ;
  }
  .xl-!-mx-8 {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  [class~="xl-!-mx-8"] {
    margin-left: -2rem  !important;
    margin-right: -2rem  !important;
  }
  .xl--my-8 {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  [class~="xl--my-8"] {
    margin-top: -2rem ;
    margin-bottom: -2rem ;
  }
  .xl-!-my-8 {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  [class~="xl-!-my-8"] {
    margin-top: -2rem  !important;
    margin-bottom: -2rem  !important;
  }
  .xl--ms-8 {
    margin-inline-start: -2rem ;
  }
  [class~="xl--ms-8"] {
    margin-inline-start: -2rem ;
  }
  .xl-!-ms-8 {
    margin-inline-start: -2rem  !important;
  }
  [class~="xl-!-ms-8"] {
    margin-inline-start: -2rem  !important;
  }
  .xl--me-8 {
    margin-inline-end: -2rem ;
  }
  [class~="xl--me-8"] {
    margin-inline-end: -2rem ;
  }
  .xl-!-me-8 {
    margin-inline-end: -2rem  !important;
  }
  [class~="xl-!-me-8"] {
    margin-inline-end: -2rem  !important;
  }
  .xl--mt-8 {
    margin-top: -2rem ;
  }
  [class~="xl--mt-8"] {
    margin-top: -2rem ;
  }
  .xl-!-mt-8 {
    margin-top: -2rem  !important;
  }
  [class~="xl-!-mt-8"] {
    margin-top: -2rem  !important;
  }
  .xl--mr-8 {
    margin-right: -2rem ;
  }
  [class~="xl--mr-8"] {
    margin-right: -2rem ;
  }
  .xl-!-mr-8 {
    margin-right: -2rem  !important;
  }
  [class~="xl-!-mr-8"] {
    margin-right: -2rem  !important;
  }
  .xl--mb-8 {
    margin-bottom: -2rem ;
  }
  [class~="xl--mb-8"] {
    margin-bottom: -2rem ;
  }
  .xl-!-mb-8 {
    margin-bottom: -2rem  !important;
  }
  [class~="xl-!-mb-8"] {
    margin-bottom: -2rem  !important;
  }
  .xl--ml-8 {
    margin-left: -2rem ;
  }
  [class~="xl--ml-8"] {
    margin-left: -2rem ;
  }
  .xl-!-ml-8 {
    margin-left: -2rem  !important;
  }
  [class~="xl-!-ml-8"] {
    margin-left: -2rem  !important;
  }
  .xl--m-9 {
    margin: -2.25rem ;
  }
  [class~="xl--m-9"] {
    margin: -2.25rem ;
  }
  .xl-!-m-9 {
    margin: -2.25rem  !important;
  }
  [class~="xl-!-m-9"] {
    margin: -2.25rem  !important;
  }
  .xl--mx-9 {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  [class~="xl--mx-9"] {
    margin-left: -2.25rem ;
    margin-right: -2.25rem ;
  }
  .xl-!-mx-9 {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  [class~="xl-!-mx-9"] {
    margin-left: -2.25rem  !important;
    margin-right: -2.25rem  !important;
  }
  .xl--my-9 {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  [class~="xl--my-9"] {
    margin-top: -2.25rem ;
    margin-bottom: -2.25rem ;
  }
  .xl-!-my-9 {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  [class~="xl-!-my-9"] {
    margin-top: -2.25rem  !important;
    margin-bottom: -2.25rem  !important;
  }
  .xl--ms-9 {
    margin-inline-start: -2.25rem ;
  }
  [class~="xl--ms-9"] {
    margin-inline-start: -2.25rem ;
  }
  .xl-!-ms-9 {
    margin-inline-start: -2.25rem  !important;
  }
  [class~="xl-!-ms-9"] {
    margin-inline-start: -2.25rem  !important;
  }
  .xl--me-9 {
    margin-inline-end: -2.25rem ;
  }
  [class~="xl--me-9"] {
    margin-inline-end: -2.25rem ;
  }
  .xl-!-me-9 {
    margin-inline-end: -2.25rem  !important;
  }
  [class~="xl-!-me-9"] {
    margin-inline-end: -2.25rem  !important;
  }
  .xl--mt-9 {
    margin-top: -2.25rem ;
  }
  [class~="xl--mt-9"] {
    margin-top: -2.25rem ;
  }
  .xl-!-mt-9 {
    margin-top: -2.25rem  !important;
  }
  [class~="xl-!-mt-9"] {
    margin-top: -2.25rem  !important;
  }
  .xl--mr-9 {
    margin-right: -2.25rem ;
  }
  [class~="xl--mr-9"] {
    margin-right: -2.25rem ;
  }
  .xl-!-mr-9 {
    margin-right: -2.25rem  !important;
  }
  [class~="xl-!-mr-9"] {
    margin-right: -2.25rem  !important;
  }
  .xl--mb-9 {
    margin-bottom: -2.25rem ;
  }
  [class~="xl--mb-9"] {
    margin-bottom: -2.25rem ;
  }
  .xl-!-mb-9 {
    margin-bottom: -2.25rem  !important;
  }
  [class~="xl-!-mb-9"] {
    margin-bottom: -2.25rem  !important;
  }
  .xl--ml-9 {
    margin-left: -2.25rem ;
  }
  [class~="xl--ml-9"] {
    margin-left: -2.25rem ;
  }
  .xl-!-ml-9 {
    margin-left: -2.25rem  !important;
  }
  [class~="xl-!-ml-9"] {
    margin-left: -2.25rem  !important;
  }
  .xl--m-10 {
    margin: -2.5rem ;
  }
  [class~="xl--m-10"] {
    margin: -2.5rem ;
  }
  .xl-!-m-10 {
    margin: -2.5rem  !important;
  }
  [class~="xl-!-m-10"] {
    margin: -2.5rem  !important;
  }
  .xl--mx-10 {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  [class~="xl--mx-10"] {
    margin-left: -2.5rem ;
    margin-right: -2.5rem ;
  }
  .xl-!-mx-10 {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  [class~="xl-!-mx-10"] {
    margin-left: -2.5rem  !important;
    margin-right: -2.5rem  !important;
  }
  .xl--my-10 {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  [class~="xl--my-10"] {
    margin-top: -2.5rem ;
    margin-bottom: -2.5rem ;
  }
  .xl-!-my-10 {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  [class~="xl-!-my-10"] {
    margin-top: -2.5rem  !important;
    margin-bottom: -2.5rem  !important;
  }
  .xl--ms-10 {
    margin-inline-start: -2.5rem ;
  }
  [class~="xl--ms-10"] {
    margin-inline-start: -2.5rem ;
  }
  .xl-!-ms-10 {
    margin-inline-start: -2.5rem  !important;
  }
  [class~="xl-!-ms-10"] {
    margin-inline-start: -2.5rem  !important;
  }
  .xl--me-10 {
    margin-inline-end: -2.5rem ;
  }
  [class~="xl--me-10"] {
    margin-inline-end: -2.5rem ;
  }
  .xl-!-me-10 {
    margin-inline-end: -2.5rem  !important;
  }
  [class~="xl-!-me-10"] {
    margin-inline-end: -2.5rem  !important;
  }
  .xl--mt-10 {
    margin-top: -2.5rem ;
  }
  [class~="xl--mt-10"] {
    margin-top: -2.5rem ;
  }
  .xl-!-mt-10 {
    margin-top: -2.5rem  !important;
  }
  [class~="xl-!-mt-10"] {
    margin-top: -2.5rem  !important;
  }
  .xl--mr-10 {
    margin-right: -2.5rem ;
  }
  [class~="xl--mr-10"] {
    margin-right: -2.5rem ;
  }
  .xl-!-mr-10 {
    margin-right: -2.5rem  !important;
  }
  [class~="xl-!-mr-10"] {
    margin-right: -2.5rem  !important;
  }
  .xl--mb-10 {
    margin-bottom: -2.5rem ;
  }
  [class~="xl--mb-10"] {
    margin-bottom: -2.5rem ;
  }
  .xl-!-mb-10 {
    margin-bottom: -2.5rem  !important;
  }
  [class~="xl-!-mb-10"] {
    margin-bottom: -2.5rem  !important;
  }
  .xl--ml-10 {
    margin-left: -2.5rem ;
  }
  [class~="xl--ml-10"] {
    margin-left: -2.5rem ;
  }
  .xl-!-ml-10 {
    margin-left: -2.5rem  !important;
  }
  [class~="xl-!-ml-10"] {
    margin-left: -2.5rem  !important;
  }
  .xl--m-11 {
    margin: -2.75rem ;
  }
  [class~="xl--m-11"] {
    margin: -2.75rem ;
  }
  .xl-!-m-11 {
    margin: -2.75rem  !important;
  }
  [class~="xl-!-m-11"] {
    margin: -2.75rem  !important;
  }
  .xl--mx-11 {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  [class~="xl--mx-11"] {
    margin-left: -2.75rem ;
    margin-right: -2.75rem ;
  }
  .xl-!-mx-11 {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  [class~="xl-!-mx-11"] {
    margin-left: -2.75rem  !important;
    margin-right: -2.75rem  !important;
  }
  .xl--my-11 {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  [class~="xl--my-11"] {
    margin-top: -2.75rem ;
    margin-bottom: -2.75rem ;
  }
  .xl-!-my-11 {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  [class~="xl-!-my-11"] {
    margin-top: -2.75rem  !important;
    margin-bottom: -2.75rem  !important;
  }
  .xl--ms-11 {
    margin-inline-start: -2.75rem ;
  }
  [class~="xl--ms-11"] {
    margin-inline-start: -2.75rem ;
  }
  .xl-!-ms-11 {
    margin-inline-start: -2.75rem  !important;
  }
  [class~="xl-!-ms-11"] {
    margin-inline-start: -2.75rem  !important;
  }
  .xl--me-11 {
    margin-inline-end: -2.75rem ;
  }
  [class~="xl--me-11"] {
    margin-inline-end: -2.75rem ;
  }
  .xl-!-me-11 {
    margin-inline-end: -2.75rem  !important;
  }
  [class~="xl-!-me-11"] {
    margin-inline-end: -2.75rem  !important;
  }
  .xl--mt-11 {
    margin-top: -2.75rem ;
  }
  [class~="xl--mt-11"] {
    margin-top: -2.75rem ;
  }
  .xl-!-mt-11 {
    margin-top: -2.75rem  !important;
  }
  [class~="xl-!-mt-11"] {
    margin-top: -2.75rem  !important;
  }
  .xl--mr-11 {
    margin-right: -2.75rem ;
  }
  [class~="xl--mr-11"] {
    margin-right: -2.75rem ;
  }
  .xl-!-mr-11 {
    margin-right: -2.75rem  !important;
  }
  [class~="xl-!-mr-11"] {
    margin-right: -2.75rem  !important;
  }
  .xl--mb-11 {
    margin-bottom: -2.75rem ;
  }
  [class~="xl--mb-11"] {
    margin-bottom: -2.75rem ;
  }
  .xl-!-mb-11 {
    margin-bottom: -2.75rem  !important;
  }
  [class~="xl-!-mb-11"] {
    margin-bottom: -2.75rem  !important;
  }
  .xl--ml-11 {
    margin-left: -2.75rem ;
  }
  [class~="xl--ml-11"] {
    margin-left: -2.75rem ;
  }
  .xl-!-ml-11 {
    margin-left: -2.75rem  !important;
  }
  [class~="xl-!-ml-11"] {
    margin-left: -2.75rem  !important;
  }
  .xl--m-12 {
    margin: -3rem ;
  }
  [class~="xl--m-12"] {
    margin: -3rem ;
  }
  .xl-!-m-12 {
    margin: -3rem  !important;
  }
  [class~="xl-!-m-12"] {
    margin: -3rem  !important;
  }
  .xl--mx-12 {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  [class~="xl--mx-12"] {
    margin-left: -3rem ;
    margin-right: -3rem ;
  }
  .xl-!-mx-12 {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  [class~="xl-!-mx-12"] {
    margin-left: -3rem  !important;
    margin-right: -3rem  !important;
  }
  .xl--my-12 {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  [class~="xl--my-12"] {
    margin-top: -3rem ;
    margin-bottom: -3rem ;
  }
  .xl-!-my-12 {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  [class~="xl-!-my-12"] {
    margin-top: -3rem  !important;
    margin-bottom: -3rem  !important;
  }
  .xl--ms-12 {
    margin-inline-start: -3rem ;
  }
  [class~="xl--ms-12"] {
    margin-inline-start: -3rem ;
  }
  .xl-!-ms-12 {
    margin-inline-start: -3rem  !important;
  }
  [class~="xl-!-ms-12"] {
    margin-inline-start: -3rem  !important;
  }
  .xl--me-12 {
    margin-inline-end: -3rem ;
  }
  [class~="xl--me-12"] {
    margin-inline-end: -3rem ;
  }
  .xl-!-me-12 {
    margin-inline-end: -3rem  !important;
  }
  [class~="xl-!-me-12"] {
    margin-inline-end: -3rem  !important;
  }
  .xl--mt-12 {
    margin-top: -3rem ;
  }
  [class~="xl--mt-12"] {
    margin-top: -3rem ;
  }
  .xl-!-mt-12 {
    margin-top: -3rem  !important;
  }
  [class~="xl-!-mt-12"] {
    margin-top: -3rem  !important;
  }
  .xl--mr-12 {
    margin-right: -3rem ;
  }
  [class~="xl--mr-12"] {
    margin-right: -3rem ;
  }
  .xl-!-mr-12 {
    margin-right: -3rem  !important;
  }
  [class~="xl-!-mr-12"] {
    margin-right: -3rem  !important;
  }
  .xl--mb-12 {
    margin-bottom: -3rem ;
  }
  [class~="xl--mb-12"] {
    margin-bottom: -3rem ;
  }
  .xl-!-mb-12 {
    margin-bottom: -3rem  !important;
  }
  [class~="xl-!-mb-12"] {
    margin-bottom: -3rem  !important;
  }
  .xl--ml-12 {
    margin-left: -3rem ;
  }
  [class~="xl--ml-12"] {
    margin-left: -3rem ;
  }
  .xl-!-ml-12 {
    margin-left: -3rem  !important;
  }
  [class~="xl-!-ml-12"] {
    margin-left: -3rem  !important;
  }
  .xl--m-14 {
    margin: -3.5rem ;
  }
  [class~="xl--m-14"] {
    margin: -3.5rem ;
  }
  .xl-!-m-14 {
    margin: -3.5rem  !important;
  }
  [class~="xl-!-m-14"] {
    margin: -3.5rem  !important;
  }
  .xl--mx-14 {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  [class~="xl--mx-14"] {
    margin-left: -3.5rem ;
    margin-right: -3.5rem ;
  }
  .xl-!-mx-14 {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  [class~="xl-!-mx-14"] {
    margin-left: -3.5rem  !important;
    margin-right: -3.5rem  !important;
  }
  .xl--my-14 {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  [class~="xl--my-14"] {
    margin-top: -3.5rem ;
    margin-bottom: -3.5rem ;
  }
  .xl-!-my-14 {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  [class~="xl-!-my-14"] {
    margin-top: -3.5rem  !important;
    margin-bottom: -3.5rem  !important;
  }
  .xl--ms-14 {
    margin-inline-start: -3.5rem ;
  }
  [class~="xl--ms-14"] {
    margin-inline-start: -3.5rem ;
  }
  .xl-!-ms-14 {
    margin-inline-start: -3.5rem  !important;
  }
  [class~="xl-!-ms-14"] {
    margin-inline-start: -3.5rem  !important;
  }
  .xl--me-14 {
    margin-inline-end: -3.5rem ;
  }
  [class~="xl--me-14"] {
    margin-inline-end: -3.5rem ;
  }
  .xl-!-me-14 {
    margin-inline-end: -3.5rem  !important;
  }
  [class~="xl-!-me-14"] {
    margin-inline-end: -3.5rem  !important;
  }
  .xl--mt-14 {
    margin-top: -3.5rem ;
  }
  [class~="xl--mt-14"] {
    margin-top: -3.5rem ;
  }
  .xl-!-mt-14 {
    margin-top: -3.5rem  !important;
  }
  [class~="xl-!-mt-14"] {
    margin-top: -3.5rem  !important;
  }
  .xl--mr-14 {
    margin-right: -3.5rem ;
  }
  [class~="xl--mr-14"] {
    margin-right: -3.5rem ;
  }
  .xl-!-mr-14 {
    margin-right: -3.5rem  !important;
  }
  [class~="xl-!-mr-14"] {
    margin-right: -3.5rem  !important;
  }
  .xl--mb-14 {
    margin-bottom: -3.5rem ;
  }
  [class~="xl--mb-14"] {
    margin-bottom: -3.5rem ;
  }
  .xl-!-mb-14 {
    margin-bottom: -3.5rem  !important;
  }
  [class~="xl-!-mb-14"] {
    margin-bottom: -3.5rem  !important;
  }
  .xl--ml-14 {
    margin-left: -3.5rem ;
  }
  [class~="xl--ml-14"] {
    margin-left: -3.5rem ;
  }
  .xl-!-ml-14 {
    margin-left: -3.5rem  !important;
  }
  [class~="xl-!-ml-14"] {
    margin-left: -3.5rem  !important;
  }
  .xl--m-16 {
    margin: -4rem ;
  }
  [class~="xl--m-16"] {
    margin: -4rem ;
  }
  .xl-!-m-16 {
    margin: -4rem  !important;
  }
  [class~="xl-!-m-16"] {
    margin: -4rem  !important;
  }
  .xl--mx-16 {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  [class~="xl--mx-16"] {
    margin-left: -4rem ;
    margin-right: -4rem ;
  }
  .xl-!-mx-16 {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  [class~="xl-!-mx-16"] {
    margin-left: -4rem  !important;
    margin-right: -4rem  !important;
  }
  .xl--my-16 {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  [class~="xl--my-16"] {
    margin-top: -4rem ;
    margin-bottom: -4rem ;
  }
  .xl-!-my-16 {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  [class~="xl-!-my-16"] {
    margin-top: -4rem  !important;
    margin-bottom: -4rem  !important;
  }
  .xl--ms-16 {
    margin-inline-start: -4rem ;
  }
  [class~="xl--ms-16"] {
    margin-inline-start: -4rem ;
  }
  .xl-!-ms-16 {
    margin-inline-start: -4rem  !important;
  }
  [class~="xl-!-ms-16"] {
    margin-inline-start: -4rem  !important;
  }
  .xl--me-16 {
    margin-inline-end: -4rem ;
  }
  [class~="xl--me-16"] {
    margin-inline-end: -4rem ;
  }
  .xl-!-me-16 {
    margin-inline-end: -4rem  !important;
  }
  [class~="xl-!-me-16"] {
    margin-inline-end: -4rem  !important;
  }
  .xl--mt-16 {
    margin-top: -4rem ;
  }
  [class~="xl--mt-16"] {
    margin-top: -4rem ;
  }
  .xl-!-mt-16 {
    margin-top: -4rem  !important;
  }
  [class~="xl-!-mt-16"] {
    margin-top: -4rem  !important;
  }
  .xl--mr-16 {
    margin-right: -4rem ;
  }
  [class~="xl--mr-16"] {
    margin-right: -4rem ;
  }
  .xl-!-mr-16 {
    margin-right: -4rem  !important;
  }
  [class~="xl-!-mr-16"] {
    margin-right: -4rem  !important;
  }
  .xl--mb-16 {
    margin-bottom: -4rem ;
  }
  [class~="xl--mb-16"] {
    margin-bottom: -4rem ;
  }
  .xl-!-mb-16 {
    margin-bottom: -4rem  !important;
  }
  [class~="xl-!-mb-16"] {
    margin-bottom: -4rem  !important;
  }
  .xl--ml-16 {
    margin-left: -4rem ;
  }
  [class~="xl--ml-16"] {
    margin-left: -4rem ;
  }
  .xl-!-ml-16 {
    margin-left: -4rem  !important;
  }
  [class~="xl-!-ml-16"] {
    margin-left: -4rem  !important;
  }
  .xl--m-20 {
    margin: -5rem ;
  }
  [class~="xl--m-20"] {
    margin: -5rem ;
  }
  .xl-!-m-20 {
    margin: -5rem  !important;
  }
  [class~="xl-!-m-20"] {
    margin: -5rem  !important;
  }
  .xl--mx-20 {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  [class~="xl--mx-20"] {
    margin-left: -5rem ;
    margin-right: -5rem ;
  }
  .xl-!-mx-20 {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  [class~="xl-!-mx-20"] {
    margin-left: -5rem  !important;
    margin-right: -5rem  !important;
  }
  .xl--my-20 {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  [class~="xl--my-20"] {
    margin-top: -5rem ;
    margin-bottom: -5rem ;
  }
  .xl-!-my-20 {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  [class~="xl-!-my-20"] {
    margin-top: -5rem  !important;
    margin-bottom: -5rem  !important;
  }
  .xl--ms-20 {
    margin-inline-start: -5rem ;
  }
  [class~="xl--ms-20"] {
    margin-inline-start: -5rem ;
  }
  .xl-!-ms-20 {
    margin-inline-start: -5rem  !important;
  }
  [class~="xl-!-ms-20"] {
    margin-inline-start: -5rem  !important;
  }
  .xl--me-20 {
    margin-inline-end: -5rem ;
  }
  [class~="xl--me-20"] {
    margin-inline-end: -5rem ;
  }
  .xl-!-me-20 {
    margin-inline-end: -5rem  !important;
  }
  [class~="xl-!-me-20"] {
    margin-inline-end: -5rem  !important;
  }
  .xl--mt-20 {
    margin-top: -5rem ;
  }
  [class~="xl--mt-20"] {
    margin-top: -5rem ;
  }
  .xl-!-mt-20 {
    margin-top: -5rem  !important;
  }
  [class~="xl-!-mt-20"] {
    margin-top: -5rem  !important;
  }
  .xl--mr-20 {
    margin-right: -5rem ;
  }
  [class~="xl--mr-20"] {
    margin-right: -5rem ;
  }
  .xl-!-mr-20 {
    margin-right: -5rem  !important;
  }
  [class~="xl-!-mr-20"] {
    margin-right: -5rem  !important;
  }
  .xl--mb-20 {
    margin-bottom: -5rem ;
  }
  [class~="xl--mb-20"] {
    margin-bottom: -5rem ;
  }
  .xl-!-mb-20 {
    margin-bottom: -5rem  !important;
  }
  [class~="xl-!-mb-20"] {
    margin-bottom: -5rem  !important;
  }
  .xl--ml-20 {
    margin-left: -5rem ;
  }
  [class~="xl--ml-20"] {
    margin-left: -5rem ;
  }
  .xl-!-ml-20 {
    margin-left: -5rem  !important;
  }
  [class~="xl-!-ml-20"] {
    margin-left: -5rem  !important;
  }
  .xl--m-24 {
    margin: -6rem ;
  }
  [class~="xl--m-24"] {
    margin: -6rem ;
  }
  .xl-!-m-24 {
    margin: -6rem  !important;
  }
  [class~="xl-!-m-24"] {
    margin: -6rem  !important;
  }
  .xl--mx-24 {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  [class~="xl--mx-24"] {
    margin-left: -6rem ;
    margin-right: -6rem ;
  }
  .xl-!-mx-24 {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  [class~="xl-!-mx-24"] {
    margin-left: -6rem  !important;
    margin-right: -6rem  !important;
  }
  .xl--my-24 {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  [class~="xl--my-24"] {
    margin-top: -6rem ;
    margin-bottom: -6rem ;
  }
  .xl-!-my-24 {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  [class~="xl-!-my-24"] {
    margin-top: -6rem  !important;
    margin-bottom: -6rem  !important;
  }
  .xl--ms-24 {
    margin-inline-start: -6rem ;
  }
  [class~="xl--ms-24"] {
    margin-inline-start: -6rem ;
  }
  .xl-!-ms-24 {
    margin-inline-start: -6rem  !important;
  }
  [class~="xl-!-ms-24"] {
    margin-inline-start: -6rem  !important;
  }
  .xl--me-24 {
    margin-inline-end: -6rem ;
  }
  [class~="xl--me-24"] {
    margin-inline-end: -6rem ;
  }
  .xl-!-me-24 {
    margin-inline-end: -6rem  !important;
  }
  [class~="xl-!-me-24"] {
    margin-inline-end: -6rem  !important;
  }
  .xl--mt-24 {
    margin-top: -6rem ;
  }
  [class~="xl--mt-24"] {
    margin-top: -6rem ;
  }
  .xl-!-mt-24 {
    margin-top: -6rem  !important;
  }
  [class~="xl-!-mt-24"] {
    margin-top: -6rem  !important;
  }
  .xl--mr-24 {
    margin-right: -6rem ;
  }
  [class~="xl--mr-24"] {
    margin-right: -6rem ;
  }
  .xl-!-mr-24 {
    margin-right: -6rem  !important;
  }
  [class~="xl-!-mr-24"] {
    margin-right: -6rem  !important;
  }
  .xl--mb-24 {
    margin-bottom: -6rem ;
  }
  [class~="xl--mb-24"] {
    margin-bottom: -6rem ;
  }
  .xl-!-mb-24 {
    margin-bottom: -6rem  !important;
  }
  [class~="xl-!-mb-24"] {
    margin-bottom: -6rem  !important;
  }
  .xl--ml-24 {
    margin-left: -6rem ;
  }
  [class~="xl--ml-24"] {
    margin-left: -6rem ;
  }
  .xl-!-ml-24 {
    margin-left: -6rem  !important;
  }
  [class~="xl-!-ml-24"] {
    margin-left: -6rem  !important;
  }
  .xl--m-28 {
    margin: -7rem ;
  }
  [class~="xl--m-28"] {
    margin: -7rem ;
  }
  .xl-!-m-28 {
    margin: -7rem  !important;
  }
  [class~="xl-!-m-28"] {
    margin: -7rem  !important;
  }
  .xl--mx-28 {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  [class~="xl--mx-28"] {
    margin-left: -7rem ;
    margin-right: -7rem ;
  }
  .xl-!-mx-28 {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  [class~="xl-!-mx-28"] {
    margin-left: -7rem  !important;
    margin-right: -7rem  !important;
  }
  .xl--my-28 {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  [class~="xl--my-28"] {
    margin-top: -7rem ;
    margin-bottom: -7rem ;
  }
  .xl-!-my-28 {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  [class~="xl-!-my-28"] {
    margin-top: -7rem  !important;
    margin-bottom: -7rem  !important;
  }
  .xl--ms-28 {
    margin-inline-start: -7rem ;
  }
  [class~="xl--ms-28"] {
    margin-inline-start: -7rem ;
  }
  .xl-!-ms-28 {
    margin-inline-start: -7rem  !important;
  }
  [class~="xl-!-ms-28"] {
    margin-inline-start: -7rem  !important;
  }
  .xl--me-28 {
    margin-inline-end: -7rem ;
  }
  [class~="xl--me-28"] {
    margin-inline-end: -7rem ;
  }
  .xl-!-me-28 {
    margin-inline-end: -7rem  !important;
  }
  [class~="xl-!-me-28"] {
    margin-inline-end: -7rem  !important;
  }
  .xl--mt-28 {
    margin-top: -7rem ;
  }
  [class~="xl--mt-28"] {
    margin-top: -7rem ;
  }
  .xl-!-mt-28 {
    margin-top: -7rem  !important;
  }
  [class~="xl-!-mt-28"] {
    margin-top: -7rem  !important;
  }
  .xl--mr-28 {
    margin-right: -7rem ;
  }
  [class~="xl--mr-28"] {
    margin-right: -7rem ;
  }
  .xl-!-mr-28 {
    margin-right: -7rem  !important;
  }
  [class~="xl-!-mr-28"] {
    margin-right: -7rem  !important;
  }
  .xl--mb-28 {
    margin-bottom: -7rem ;
  }
  [class~="xl--mb-28"] {
    margin-bottom: -7rem ;
  }
  .xl-!-mb-28 {
    margin-bottom: -7rem  !important;
  }
  [class~="xl-!-mb-28"] {
    margin-bottom: -7rem  !important;
  }
  .xl--ml-28 {
    margin-left: -7rem ;
  }
  [class~="xl--ml-28"] {
    margin-left: -7rem ;
  }
  .xl-!-ml-28 {
    margin-left: -7rem  !important;
  }
  [class~="xl-!-ml-28"] {
    margin-left: -7rem  !important;
  }
  .xl--m-32 {
    margin: -8rem ;
  }
  [class~="xl--m-32"] {
    margin: -8rem ;
  }
  .xl-!-m-32 {
    margin: -8rem  !important;
  }
  [class~="xl-!-m-32"] {
    margin: -8rem  !important;
  }
  .xl--mx-32 {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  [class~="xl--mx-32"] {
    margin-left: -8rem ;
    margin-right: -8rem ;
  }
  .xl-!-mx-32 {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  [class~="xl-!-mx-32"] {
    margin-left: -8rem  !important;
    margin-right: -8rem  !important;
  }
  .xl--my-32 {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  [class~="xl--my-32"] {
    margin-top: -8rem ;
    margin-bottom: -8rem ;
  }
  .xl-!-my-32 {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  [class~="xl-!-my-32"] {
    margin-top: -8rem  !important;
    margin-bottom: -8rem  !important;
  }
  .xl--ms-32 {
    margin-inline-start: -8rem ;
  }
  [class~="xl--ms-32"] {
    margin-inline-start: -8rem ;
  }
  .xl-!-ms-32 {
    margin-inline-start: -8rem  !important;
  }
  [class~="xl-!-ms-32"] {
    margin-inline-start: -8rem  !important;
  }
  .xl--me-32 {
    margin-inline-end: -8rem ;
  }
  [class~="xl--me-32"] {
    margin-inline-end: -8rem ;
  }
  .xl-!-me-32 {
    margin-inline-end: -8rem  !important;
  }
  [class~="xl-!-me-32"] {
    margin-inline-end: -8rem  !important;
  }
  .xl--mt-32 {
    margin-top: -8rem ;
  }
  [class~="xl--mt-32"] {
    margin-top: -8rem ;
  }
  .xl-!-mt-32 {
    margin-top: -8rem  !important;
  }
  [class~="xl-!-mt-32"] {
    margin-top: -8rem  !important;
  }
  .xl--mr-32 {
    margin-right: -8rem ;
  }
  [class~="xl--mr-32"] {
    margin-right: -8rem ;
  }
  .xl-!-mr-32 {
    margin-right: -8rem  !important;
  }
  [class~="xl-!-mr-32"] {
    margin-right: -8rem  !important;
  }
  .xl--mb-32 {
    margin-bottom: -8rem ;
  }
  [class~="xl--mb-32"] {
    margin-bottom: -8rem ;
  }
  .xl-!-mb-32 {
    margin-bottom: -8rem  !important;
  }
  [class~="xl-!-mb-32"] {
    margin-bottom: -8rem  !important;
  }
  .xl--ml-32 {
    margin-left: -8rem ;
  }
  [class~="xl--ml-32"] {
    margin-left: -8rem ;
  }
  .xl-!-ml-32 {
    margin-left: -8rem  !important;
  }
  [class~="xl-!-ml-32"] {
    margin-left: -8rem  !important;
  }
  .xl--m-36 {
    margin: -9rem ;
  }
  [class~="xl--m-36"] {
    margin: -9rem ;
  }
  .xl-!-m-36 {
    margin: -9rem  !important;
  }
  [class~="xl-!-m-36"] {
    margin: -9rem  !important;
  }
  .xl--mx-36 {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  [class~="xl--mx-36"] {
    margin-left: -9rem ;
    margin-right: -9rem ;
  }
  .xl-!-mx-36 {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  [class~="xl-!-mx-36"] {
    margin-left: -9rem  !important;
    margin-right: -9rem  !important;
  }
  .xl--my-36 {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  [class~="xl--my-36"] {
    margin-top: -9rem ;
    margin-bottom: -9rem ;
  }
  .xl-!-my-36 {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  [class~="xl-!-my-36"] {
    margin-top: -9rem  !important;
    margin-bottom: -9rem  !important;
  }
  .xl--ms-36 {
    margin-inline-start: -9rem ;
  }
  [class~="xl--ms-36"] {
    margin-inline-start: -9rem ;
  }
  .xl-!-ms-36 {
    margin-inline-start: -9rem  !important;
  }
  [class~="xl-!-ms-36"] {
    margin-inline-start: -9rem  !important;
  }
  .xl--me-36 {
    margin-inline-end: -9rem ;
  }
  [class~="xl--me-36"] {
    margin-inline-end: -9rem ;
  }
  .xl-!-me-36 {
    margin-inline-end: -9rem  !important;
  }
  [class~="xl-!-me-36"] {
    margin-inline-end: -9rem  !important;
  }
  .xl--mt-36 {
    margin-top: -9rem ;
  }
  [class~="xl--mt-36"] {
    margin-top: -9rem ;
  }
  .xl-!-mt-36 {
    margin-top: -9rem  !important;
  }
  [class~="xl-!-mt-36"] {
    margin-top: -9rem  !important;
  }
  .xl--mr-36 {
    margin-right: -9rem ;
  }
  [class~="xl--mr-36"] {
    margin-right: -9rem ;
  }
  .xl-!-mr-36 {
    margin-right: -9rem  !important;
  }
  [class~="xl-!-mr-36"] {
    margin-right: -9rem  !important;
  }
  .xl--mb-36 {
    margin-bottom: -9rem ;
  }
  [class~="xl--mb-36"] {
    margin-bottom: -9rem ;
  }
  .xl-!-mb-36 {
    margin-bottom: -9rem  !important;
  }
  [class~="xl-!-mb-36"] {
    margin-bottom: -9rem  !important;
  }
  .xl--ml-36 {
    margin-left: -9rem ;
  }
  [class~="xl--ml-36"] {
    margin-left: -9rem ;
  }
  .xl-!-ml-36 {
    margin-left: -9rem  !important;
  }
  [class~="xl-!-ml-36"] {
    margin-left: -9rem  !important;
  }
  .xl--m-40 {
    margin: -10rem ;
  }
  [class~="xl--m-40"] {
    margin: -10rem ;
  }
  .xl-!-m-40 {
    margin: -10rem  !important;
  }
  [class~="xl-!-m-40"] {
    margin: -10rem  !important;
  }
  .xl--mx-40 {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  [class~="xl--mx-40"] {
    margin-left: -10rem ;
    margin-right: -10rem ;
  }
  .xl-!-mx-40 {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  [class~="xl-!-mx-40"] {
    margin-left: -10rem  !important;
    margin-right: -10rem  !important;
  }
  .xl--my-40 {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  [class~="xl--my-40"] {
    margin-top: -10rem ;
    margin-bottom: -10rem ;
  }
  .xl-!-my-40 {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  [class~="xl-!-my-40"] {
    margin-top: -10rem  !important;
    margin-bottom: -10rem  !important;
  }
  .xl--ms-40 {
    margin-inline-start: -10rem ;
  }
  [class~="xl--ms-40"] {
    margin-inline-start: -10rem ;
  }
  .xl-!-ms-40 {
    margin-inline-start: -10rem  !important;
  }
  [class~="xl-!-ms-40"] {
    margin-inline-start: -10rem  !important;
  }
  .xl--me-40 {
    margin-inline-end: -10rem ;
  }
  [class~="xl--me-40"] {
    margin-inline-end: -10rem ;
  }
  .xl-!-me-40 {
    margin-inline-end: -10rem  !important;
  }
  [class~="xl-!-me-40"] {
    margin-inline-end: -10rem  !important;
  }
  .xl--mt-40 {
    margin-top: -10rem ;
  }
  [class~="xl--mt-40"] {
    margin-top: -10rem ;
  }
  .xl-!-mt-40 {
    margin-top: -10rem  !important;
  }
  [class~="xl-!-mt-40"] {
    margin-top: -10rem  !important;
  }
  .xl--mr-40 {
    margin-right: -10rem ;
  }
  [class~="xl--mr-40"] {
    margin-right: -10rem ;
  }
  .xl-!-mr-40 {
    margin-right: -10rem  !important;
  }
  [class~="xl-!-mr-40"] {
    margin-right: -10rem  !important;
  }
  .xl--mb-40 {
    margin-bottom: -10rem ;
  }
  [class~="xl--mb-40"] {
    margin-bottom: -10rem ;
  }
  .xl-!-mb-40 {
    margin-bottom: -10rem  !important;
  }
  [class~="xl-!-mb-40"] {
    margin-bottom: -10rem  !important;
  }
  .xl--ml-40 {
    margin-left: -10rem ;
  }
  [class~="xl--ml-40"] {
    margin-left: -10rem ;
  }
  .xl-!-ml-40 {
    margin-left: -10rem  !important;
  }
  [class~="xl-!-ml-40"] {
    margin-left: -10rem  !important;
  }
  .xl--m-44 {
    margin: -11rem ;
  }
  [class~="xl--m-44"] {
    margin: -11rem ;
  }
  .xl-!-m-44 {
    margin: -11rem  !important;
  }
  [class~="xl-!-m-44"] {
    margin: -11rem  !important;
  }
  .xl--mx-44 {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  [class~="xl--mx-44"] {
    margin-left: -11rem ;
    margin-right: -11rem ;
  }
  .xl-!-mx-44 {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  [class~="xl-!-mx-44"] {
    margin-left: -11rem  !important;
    margin-right: -11rem  !important;
  }
  .xl--my-44 {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  [class~="xl--my-44"] {
    margin-top: -11rem ;
    margin-bottom: -11rem ;
  }
  .xl-!-my-44 {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  [class~="xl-!-my-44"] {
    margin-top: -11rem  !important;
    margin-bottom: -11rem  !important;
  }
  .xl--ms-44 {
    margin-inline-start: -11rem ;
  }
  [class~="xl--ms-44"] {
    margin-inline-start: -11rem ;
  }
  .xl-!-ms-44 {
    margin-inline-start: -11rem  !important;
  }
  [class~="xl-!-ms-44"] {
    margin-inline-start: -11rem  !important;
  }
  .xl--me-44 {
    margin-inline-end: -11rem ;
  }
  [class~="xl--me-44"] {
    margin-inline-end: -11rem ;
  }
  .xl-!-me-44 {
    margin-inline-end: -11rem  !important;
  }
  [class~="xl-!-me-44"] {
    margin-inline-end: -11rem  !important;
  }
  .xl--mt-44 {
    margin-top: -11rem ;
  }
  [class~="xl--mt-44"] {
    margin-top: -11rem ;
  }
  .xl-!-mt-44 {
    margin-top: -11rem  !important;
  }
  [class~="xl-!-mt-44"] {
    margin-top: -11rem  !important;
  }
  .xl--mr-44 {
    margin-right: -11rem ;
  }
  [class~="xl--mr-44"] {
    margin-right: -11rem ;
  }
  .xl-!-mr-44 {
    margin-right: -11rem  !important;
  }
  [class~="xl-!-mr-44"] {
    margin-right: -11rem  !important;
  }
  .xl--mb-44 {
    margin-bottom: -11rem ;
  }
  [class~="xl--mb-44"] {
    margin-bottom: -11rem ;
  }
  .xl-!-mb-44 {
    margin-bottom: -11rem  !important;
  }
  [class~="xl-!-mb-44"] {
    margin-bottom: -11rem  !important;
  }
  .xl--ml-44 {
    margin-left: -11rem ;
  }
  [class~="xl--ml-44"] {
    margin-left: -11rem ;
  }
  .xl-!-ml-44 {
    margin-left: -11rem  !important;
  }
  [class~="xl-!-ml-44"] {
    margin-left: -11rem  !important;
  }
  .xl--m-48 {
    margin: -12rem ;
  }
  [class~="xl--m-48"] {
    margin: -12rem ;
  }
  .xl-!-m-48 {
    margin: -12rem  !important;
  }
  [class~="xl-!-m-48"] {
    margin: -12rem  !important;
  }
  .xl--mx-48 {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  [class~="xl--mx-48"] {
    margin-left: -12rem ;
    margin-right: -12rem ;
  }
  .xl-!-mx-48 {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  [class~="xl-!-mx-48"] {
    margin-left: -12rem  !important;
    margin-right: -12rem  !important;
  }
  .xl--my-48 {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  [class~="xl--my-48"] {
    margin-top: -12rem ;
    margin-bottom: -12rem ;
  }
  .xl-!-my-48 {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  [class~="xl-!-my-48"] {
    margin-top: -12rem  !important;
    margin-bottom: -12rem  !important;
  }
  .xl--ms-48 {
    margin-inline-start: -12rem ;
  }
  [class~="xl--ms-48"] {
    margin-inline-start: -12rem ;
  }
  .xl-!-ms-48 {
    margin-inline-start: -12rem  !important;
  }
  [class~="xl-!-ms-48"] {
    margin-inline-start: -12rem  !important;
  }
  .xl--me-48 {
    margin-inline-end: -12rem ;
  }
  [class~="xl--me-48"] {
    margin-inline-end: -12rem ;
  }
  .xl-!-me-48 {
    margin-inline-end: -12rem  !important;
  }
  [class~="xl-!-me-48"] {
    margin-inline-end: -12rem  !important;
  }
  .xl--mt-48 {
    margin-top: -12rem ;
  }
  [class~="xl--mt-48"] {
    margin-top: -12rem ;
  }
  .xl-!-mt-48 {
    margin-top: -12rem  !important;
  }
  [class~="xl-!-mt-48"] {
    margin-top: -12rem  !important;
  }
  .xl--mr-48 {
    margin-right: -12rem ;
  }
  [class~="xl--mr-48"] {
    margin-right: -12rem ;
  }
  .xl-!-mr-48 {
    margin-right: -12rem  !important;
  }
  [class~="xl-!-mr-48"] {
    margin-right: -12rem  !important;
  }
  .xl--mb-48 {
    margin-bottom: -12rem ;
  }
  [class~="xl--mb-48"] {
    margin-bottom: -12rem ;
  }
  .xl-!-mb-48 {
    margin-bottom: -12rem  !important;
  }
  [class~="xl-!-mb-48"] {
    margin-bottom: -12rem  !important;
  }
  .xl--ml-48 {
    margin-left: -12rem ;
  }
  [class~="xl--ml-48"] {
    margin-left: -12rem ;
  }
  .xl-!-ml-48 {
    margin-left: -12rem  !important;
  }
  [class~="xl-!-ml-48"] {
    margin-left: -12rem  !important;
  }
  .xl--m-52 {
    margin: -13rem ;
  }
  [class~="xl--m-52"] {
    margin: -13rem ;
  }
  .xl-!-m-52 {
    margin: -13rem  !important;
  }
  [class~="xl-!-m-52"] {
    margin: -13rem  !important;
  }
  .xl--mx-52 {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  [class~="xl--mx-52"] {
    margin-left: -13rem ;
    margin-right: -13rem ;
  }
  .xl-!-mx-52 {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  [class~="xl-!-mx-52"] {
    margin-left: -13rem  !important;
    margin-right: -13rem  !important;
  }
  .xl--my-52 {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  [class~="xl--my-52"] {
    margin-top: -13rem ;
    margin-bottom: -13rem ;
  }
  .xl-!-my-52 {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  [class~="xl-!-my-52"] {
    margin-top: -13rem  !important;
    margin-bottom: -13rem  !important;
  }
  .xl--ms-52 {
    margin-inline-start: -13rem ;
  }
  [class~="xl--ms-52"] {
    margin-inline-start: -13rem ;
  }
  .xl-!-ms-52 {
    margin-inline-start: -13rem  !important;
  }
  [class~="xl-!-ms-52"] {
    margin-inline-start: -13rem  !important;
  }
  .xl--me-52 {
    margin-inline-end: -13rem ;
  }
  [class~="xl--me-52"] {
    margin-inline-end: -13rem ;
  }
  .xl-!-me-52 {
    margin-inline-end: -13rem  !important;
  }
  [class~="xl-!-me-52"] {
    margin-inline-end: -13rem  !important;
  }
  .xl--mt-52 {
    margin-top: -13rem ;
  }
  [class~="xl--mt-52"] {
    margin-top: -13rem ;
  }
  .xl-!-mt-52 {
    margin-top: -13rem  !important;
  }
  [class~="xl-!-mt-52"] {
    margin-top: -13rem  !important;
  }
  .xl--mr-52 {
    margin-right: -13rem ;
  }
  [class~="xl--mr-52"] {
    margin-right: -13rem ;
  }
  .xl-!-mr-52 {
    margin-right: -13rem  !important;
  }
  [class~="xl-!-mr-52"] {
    margin-right: -13rem  !important;
  }
  .xl--mb-52 {
    margin-bottom: -13rem ;
  }
  [class~="xl--mb-52"] {
    margin-bottom: -13rem ;
  }
  .xl-!-mb-52 {
    margin-bottom: -13rem  !important;
  }
  [class~="xl-!-mb-52"] {
    margin-bottom: -13rem  !important;
  }
  .xl--ml-52 {
    margin-left: -13rem ;
  }
  [class~="xl--ml-52"] {
    margin-left: -13rem ;
  }
  .xl-!-ml-52 {
    margin-left: -13rem  !important;
  }
  [class~="xl-!-ml-52"] {
    margin-left: -13rem  !important;
  }
  .xl--m-56 {
    margin: -14rem ;
  }
  [class~="xl--m-56"] {
    margin: -14rem ;
  }
  .xl-!-m-56 {
    margin: -14rem  !important;
  }
  [class~="xl-!-m-56"] {
    margin: -14rem  !important;
  }
  .xl--mx-56 {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  [class~="xl--mx-56"] {
    margin-left: -14rem ;
    margin-right: -14rem ;
  }
  .xl-!-mx-56 {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  [class~="xl-!-mx-56"] {
    margin-left: -14rem  !important;
    margin-right: -14rem  !important;
  }
  .xl--my-56 {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  [class~="xl--my-56"] {
    margin-top: -14rem ;
    margin-bottom: -14rem ;
  }
  .xl-!-my-56 {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  [class~="xl-!-my-56"] {
    margin-top: -14rem  !important;
    margin-bottom: -14rem  !important;
  }
  .xl--ms-56 {
    margin-inline-start: -14rem ;
  }
  [class~="xl--ms-56"] {
    margin-inline-start: -14rem ;
  }
  .xl-!-ms-56 {
    margin-inline-start: -14rem  !important;
  }
  [class~="xl-!-ms-56"] {
    margin-inline-start: -14rem  !important;
  }
  .xl--me-56 {
    margin-inline-end: -14rem ;
  }
  [class~="xl--me-56"] {
    margin-inline-end: -14rem ;
  }
  .xl-!-me-56 {
    margin-inline-end: -14rem  !important;
  }
  [class~="xl-!-me-56"] {
    margin-inline-end: -14rem  !important;
  }
  .xl--mt-56 {
    margin-top: -14rem ;
  }
  [class~="xl--mt-56"] {
    margin-top: -14rem ;
  }
  .xl-!-mt-56 {
    margin-top: -14rem  !important;
  }
  [class~="xl-!-mt-56"] {
    margin-top: -14rem  !important;
  }
  .xl--mr-56 {
    margin-right: -14rem ;
  }
  [class~="xl--mr-56"] {
    margin-right: -14rem ;
  }
  .xl-!-mr-56 {
    margin-right: -14rem  !important;
  }
  [class~="xl-!-mr-56"] {
    margin-right: -14rem  !important;
  }
  .xl--mb-56 {
    margin-bottom: -14rem ;
  }
  [class~="xl--mb-56"] {
    margin-bottom: -14rem ;
  }
  .xl-!-mb-56 {
    margin-bottom: -14rem  !important;
  }
  [class~="xl-!-mb-56"] {
    margin-bottom: -14rem  !important;
  }
  .xl--ml-56 {
    margin-left: -14rem ;
  }
  [class~="xl--ml-56"] {
    margin-left: -14rem ;
  }
  .xl-!-ml-56 {
    margin-left: -14rem  !important;
  }
  [class~="xl-!-ml-56"] {
    margin-left: -14rem  !important;
  }
  .xl--m-60 {
    margin: -15rem ;
  }
  [class~="xl--m-60"] {
    margin: -15rem ;
  }
  .xl-!-m-60 {
    margin: -15rem  !important;
  }
  [class~="xl-!-m-60"] {
    margin: -15rem  !important;
  }
  .xl--mx-60 {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  [class~="xl--mx-60"] {
    margin-left: -15rem ;
    margin-right: -15rem ;
  }
  .xl-!-mx-60 {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  [class~="xl-!-mx-60"] {
    margin-left: -15rem  !important;
    margin-right: -15rem  !important;
  }
  .xl--my-60 {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  [class~="xl--my-60"] {
    margin-top: -15rem ;
    margin-bottom: -15rem ;
  }
  .xl-!-my-60 {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  [class~="xl-!-my-60"] {
    margin-top: -15rem  !important;
    margin-bottom: -15rem  !important;
  }
  .xl--ms-60 {
    margin-inline-start: -15rem ;
  }
  [class~="xl--ms-60"] {
    margin-inline-start: -15rem ;
  }
  .xl-!-ms-60 {
    margin-inline-start: -15rem  !important;
  }
  [class~="xl-!-ms-60"] {
    margin-inline-start: -15rem  !important;
  }
  .xl--me-60 {
    margin-inline-end: -15rem ;
  }
  [class~="xl--me-60"] {
    margin-inline-end: -15rem ;
  }
  .xl-!-me-60 {
    margin-inline-end: -15rem  !important;
  }
  [class~="xl-!-me-60"] {
    margin-inline-end: -15rem  !important;
  }
  .xl--mt-60 {
    margin-top: -15rem ;
  }
  [class~="xl--mt-60"] {
    margin-top: -15rem ;
  }
  .xl-!-mt-60 {
    margin-top: -15rem  !important;
  }
  [class~="xl-!-mt-60"] {
    margin-top: -15rem  !important;
  }
  .xl--mr-60 {
    margin-right: -15rem ;
  }
  [class~="xl--mr-60"] {
    margin-right: -15rem ;
  }
  .xl-!-mr-60 {
    margin-right: -15rem  !important;
  }
  [class~="xl-!-mr-60"] {
    margin-right: -15rem  !important;
  }
  .xl--mb-60 {
    margin-bottom: -15rem ;
  }
  [class~="xl--mb-60"] {
    margin-bottom: -15rem ;
  }
  .xl-!-mb-60 {
    margin-bottom: -15rem  !important;
  }
  [class~="xl-!-mb-60"] {
    margin-bottom: -15rem  !important;
  }
  .xl--ml-60 {
    margin-left: -15rem ;
  }
  [class~="xl--ml-60"] {
    margin-left: -15rem ;
  }
  .xl-!-ml-60 {
    margin-left: -15rem  !important;
  }
  [class~="xl-!-ml-60"] {
    margin-left: -15rem  !important;
  }
  .xl--m-64 {
    margin: -16rem ;
  }
  [class~="xl--m-64"] {
    margin: -16rem ;
  }
  .xl-!-m-64 {
    margin: -16rem  !important;
  }
  [class~="xl-!-m-64"] {
    margin: -16rem  !important;
  }
  .xl--mx-64 {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  [class~="xl--mx-64"] {
    margin-left: -16rem ;
    margin-right: -16rem ;
  }
  .xl-!-mx-64 {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  [class~="xl-!-mx-64"] {
    margin-left: -16rem  !important;
    margin-right: -16rem  !important;
  }
  .xl--my-64 {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  [class~="xl--my-64"] {
    margin-top: -16rem ;
    margin-bottom: -16rem ;
  }
  .xl-!-my-64 {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  [class~="xl-!-my-64"] {
    margin-top: -16rem  !important;
    margin-bottom: -16rem  !important;
  }
  .xl--ms-64 {
    margin-inline-start: -16rem ;
  }
  [class~="xl--ms-64"] {
    margin-inline-start: -16rem ;
  }
  .xl-!-ms-64 {
    margin-inline-start: -16rem  !important;
  }
  [class~="xl-!-ms-64"] {
    margin-inline-start: -16rem  !important;
  }
  .xl--me-64 {
    margin-inline-end: -16rem ;
  }
  [class~="xl--me-64"] {
    margin-inline-end: -16rem ;
  }
  .xl-!-me-64 {
    margin-inline-end: -16rem  !important;
  }
  [class~="xl-!-me-64"] {
    margin-inline-end: -16rem  !important;
  }
  .xl--mt-64 {
    margin-top: -16rem ;
  }
  [class~="xl--mt-64"] {
    margin-top: -16rem ;
  }
  .xl-!-mt-64 {
    margin-top: -16rem  !important;
  }
  [class~="xl-!-mt-64"] {
    margin-top: -16rem  !important;
  }
  .xl--mr-64 {
    margin-right: -16rem ;
  }
  [class~="xl--mr-64"] {
    margin-right: -16rem ;
  }
  .xl-!-mr-64 {
    margin-right: -16rem  !important;
  }
  [class~="xl-!-mr-64"] {
    margin-right: -16rem  !important;
  }
  .xl--mb-64 {
    margin-bottom: -16rem ;
  }
  [class~="xl--mb-64"] {
    margin-bottom: -16rem ;
  }
  .xl-!-mb-64 {
    margin-bottom: -16rem  !important;
  }
  [class~="xl-!-mb-64"] {
    margin-bottom: -16rem  !important;
  }
  .xl--ml-64 {
    margin-left: -16rem ;
  }
  [class~="xl--ml-64"] {
    margin-left: -16rem ;
  }
  .xl-!-ml-64 {
    margin-left: -16rem  !important;
  }
  [class~="xl-!-ml-64"] {
    margin-left: -16rem  !important;
  }
  .xl--m-72 {
    margin: -18rem ;
  }
  [class~="xl--m-72"] {
    margin: -18rem ;
  }
  .xl-!-m-72 {
    margin: -18rem  !important;
  }
  [class~="xl-!-m-72"] {
    margin: -18rem  !important;
  }
  .xl--mx-72 {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  [class~="xl--mx-72"] {
    margin-left: -18rem ;
    margin-right: -18rem ;
  }
  .xl-!-mx-72 {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  [class~="xl-!-mx-72"] {
    margin-left: -18rem  !important;
    margin-right: -18rem  !important;
  }
  .xl--my-72 {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  [class~="xl--my-72"] {
    margin-top: -18rem ;
    margin-bottom: -18rem ;
  }
  .xl-!-my-72 {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  [class~="xl-!-my-72"] {
    margin-top: -18rem  !important;
    margin-bottom: -18rem  !important;
  }
  .xl--ms-72 {
    margin-inline-start: -18rem ;
  }
  [class~="xl--ms-72"] {
    margin-inline-start: -18rem ;
  }
  .xl-!-ms-72 {
    margin-inline-start: -18rem  !important;
  }
  [class~="xl-!-ms-72"] {
    margin-inline-start: -18rem  !important;
  }
  .xl--me-72 {
    margin-inline-end: -18rem ;
  }
  [class~="xl--me-72"] {
    margin-inline-end: -18rem ;
  }
  .xl-!-me-72 {
    margin-inline-end: -18rem  !important;
  }
  [class~="xl-!-me-72"] {
    margin-inline-end: -18rem  !important;
  }
  .xl--mt-72 {
    margin-top: -18rem ;
  }
  [class~="xl--mt-72"] {
    margin-top: -18rem ;
  }
  .xl-!-mt-72 {
    margin-top: -18rem  !important;
  }
  [class~="xl-!-mt-72"] {
    margin-top: -18rem  !important;
  }
  .xl--mr-72 {
    margin-right: -18rem ;
  }
  [class~="xl--mr-72"] {
    margin-right: -18rem ;
  }
  .xl-!-mr-72 {
    margin-right: -18rem  !important;
  }
  [class~="xl-!-mr-72"] {
    margin-right: -18rem  !important;
  }
  .xl--mb-72 {
    margin-bottom: -18rem ;
  }
  [class~="xl--mb-72"] {
    margin-bottom: -18rem ;
  }
  .xl-!-mb-72 {
    margin-bottom: -18rem  !important;
  }
  [class~="xl-!-mb-72"] {
    margin-bottom: -18rem  !important;
  }
  .xl--ml-72 {
    margin-left: -18rem ;
  }
  [class~="xl--ml-72"] {
    margin-left: -18rem ;
  }
  .xl-!-ml-72 {
    margin-left: -18rem  !important;
  }
  [class~="xl-!-ml-72"] {
    margin-left: -18rem  !important;
  }
  .xl--m-80 {
    margin: -20rem ;
  }
  [class~="xl--m-80"] {
    margin: -20rem ;
  }
  .xl-!-m-80 {
    margin: -20rem  !important;
  }
  [class~="xl-!-m-80"] {
    margin: -20rem  !important;
  }
  .xl--mx-80 {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  [class~="xl--mx-80"] {
    margin-left: -20rem ;
    margin-right: -20rem ;
  }
  .xl-!-mx-80 {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  [class~="xl-!-mx-80"] {
    margin-left: -20rem  !important;
    margin-right: -20rem  !important;
  }
  .xl--my-80 {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  [class~="xl--my-80"] {
    margin-top: -20rem ;
    margin-bottom: -20rem ;
  }
  .xl-!-my-80 {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  [class~="xl-!-my-80"] {
    margin-top: -20rem  !important;
    margin-bottom: -20rem  !important;
  }
  .xl--ms-80 {
    margin-inline-start: -20rem ;
  }
  [class~="xl--ms-80"] {
    margin-inline-start: -20rem ;
  }
  .xl-!-ms-80 {
    margin-inline-start: -20rem  !important;
  }
  [class~="xl-!-ms-80"] {
    margin-inline-start: -20rem  !important;
  }
  .xl--me-80 {
    margin-inline-end: -20rem ;
  }
  [class~="xl--me-80"] {
    margin-inline-end: -20rem ;
  }
  .xl-!-me-80 {
    margin-inline-end: -20rem  !important;
  }
  [class~="xl-!-me-80"] {
    margin-inline-end: -20rem  !important;
  }
  .xl--mt-80 {
    margin-top: -20rem ;
  }
  [class~="xl--mt-80"] {
    margin-top: -20rem ;
  }
  .xl-!-mt-80 {
    margin-top: -20rem  !important;
  }
  [class~="xl-!-mt-80"] {
    margin-top: -20rem  !important;
  }
  .xl--mr-80 {
    margin-right: -20rem ;
  }
  [class~="xl--mr-80"] {
    margin-right: -20rem ;
  }
  .xl-!-mr-80 {
    margin-right: -20rem  !important;
  }
  [class~="xl-!-mr-80"] {
    margin-right: -20rem  !important;
  }
  .xl--mb-80 {
    margin-bottom: -20rem ;
  }
  [class~="xl--mb-80"] {
    margin-bottom: -20rem ;
  }
  .xl-!-mb-80 {
    margin-bottom: -20rem  !important;
  }
  [class~="xl-!-mb-80"] {
    margin-bottom: -20rem  !important;
  }
  .xl--ml-80 {
    margin-left: -20rem ;
  }
  [class~="xl--ml-80"] {
    margin-left: -20rem ;
  }
  .xl-!-ml-80 {
    margin-left: -20rem  !important;
  }
  [class~="xl-!-ml-80"] {
    margin-left: -20rem  !important;
  }
  .xl--m-96 {
    margin: -24rem ;
  }
  [class~="xl--m-96"] {
    margin: -24rem ;
  }
  .xl-!-m-96 {
    margin: -24rem  !important;
  }
  [class~="xl-!-m-96"] {
    margin: -24rem  !important;
  }
  .xl--mx-96 {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  [class~="xl--mx-96"] {
    margin-left: -24rem ;
    margin-right: -24rem ;
  }
  .xl-!-mx-96 {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  [class~="xl-!-mx-96"] {
    margin-left: -24rem  !important;
    margin-right: -24rem  !important;
  }
  .xl--my-96 {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  [class~="xl--my-96"] {
    margin-top: -24rem ;
    margin-bottom: -24rem ;
  }
  .xl-!-my-96 {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  [class~="xl-!-my-96"] {
    margin-top: -24rem  !important;
    margin-bottom: -24rem  !important;
  }
  .xl--ms-96 {
    margin-inline-start: -24rem ;
  }
  [class~="xl--ms-96"] {
    margin-inline-start: -24rem ;
  }
  .xl-!-ms-96 {
    margin-inline-start: -24rem  !important;
  }
  [class~="xl-!-ms-96"] {
    margin-inline-start: -24rem  !important;
  }
  .xl--me-96 {
    margin-inline-end: -24rem ;
  }
  [class~="xl--me-96"] {
    margin-inline-end: -24rem ;
  }
  .xl-!-me-96 {
    margin-inline-end: -24rem  !important;
  }
  [class~="xl-!-me-96"] {
    margin-inline-end: -24rem  !important;
  }
  .xl--mt-96 {
    margin-top: -24rem ;
  }
  [class~="xl--mt-96"] {
    margin-top: -24rem ;
  }
  .xl-!-mt-96 {
    margin-top: -24rem  !important;
  }
  [class~="xl-!-mt-96"] {
    margin-top: -24rem  !important;
  }
  .xl--mr-96 {
    margin-right: -24rem ;
  }
  [class~="xl--mr-96"] {
    margin-right: -24rem ;
  }
  .xl-!-mr-96 {
    margin-right: -24rem  !important;
  }
  [class~="xl-!-mr-96"] {
    margin-right: -24rem  !important;
  }
  .xl--mb-96 {
    margin-bottom: -24rem ;
  }
  [class~="xl--mb-96"] {
    margin-bottom: -24rem ;
  }
  .xl-!-mb-96 {
    margin-bottom: -24rem  !important;
  }
  [class~="xl-!-mb-96"] {
    margin-bottom: -24rem  !important;
  }
  .xl--ml-96 {
    margin-left: -24rem ;
  }
  [class~="xl--ml-96"] {
    margin-left: -24rem ;
  }
  .xl-!-ml-96 {
    margin-left: -24rem  !important;
  }
  [class~="xl-!-ml-96"] {
    margin-left: -24rem  !important;
  }
  .xl-space-x-0 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-0"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0 * var(--tw-space-x-reverse)) ;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-0 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-0"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0 * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0 * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-0 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-0"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0 * var(--tw-space-y-reverse)) ;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-0 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-0"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0 * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-0\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-0\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-0\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-0\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-1 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-1"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-1 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-1"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-1 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-1"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-1 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-1"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-1\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-1\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.375rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-1\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-1\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-2 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-2"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-2 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-2"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-2 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-2"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-2 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-2"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-2\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-2\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.625rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-2\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-2\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.625rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-3 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-3"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-3 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-3"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-3 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-3"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-3 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-3"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-3\.5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-3\.5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(0.875rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-3\.5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-3\.5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(0.875rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-4 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-4"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-4 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-4"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-4 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-4"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-4 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-4"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-5 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-5"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-5 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-5"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-5 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-5"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-5 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-5"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-6 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-6"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-6 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-6"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-6 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-6"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-6 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-6"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-7 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-7"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-7 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-7"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-7 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-7"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-7 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-7"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-8 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-8"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-8 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-8"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-8 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-8"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-8 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-8"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-9 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-9"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-9 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-9"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.25rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-9 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-9"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-9 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-9"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.25rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-10 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-10"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-10 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-10"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-10 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-10"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-10 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-10"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-11 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-11"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-11 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-11"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(2.75rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-11 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-11"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-11 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-11"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(2.75rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-12 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-12"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-12 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-12"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-12 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-12"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-12 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-12"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-14 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-14"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-14 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-14"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-14 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-14"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-14 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-14"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(3.5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-16 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-16"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-16 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-16"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-16 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-16"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-16 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-16"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(4rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-20 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-20"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-20 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-20"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(5rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-20 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-20"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-20 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-20"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-24 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-24"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-24 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-24"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(6rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-24 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-24"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-24 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-24"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(6rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-28 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-28"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-28 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-28"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(7rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-28 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-28"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-28 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-28"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(7rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-32 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-32"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-32 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-32"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(8rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-32 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-32"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-32 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-32"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(8rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-36 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-36"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-36 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-36"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(9rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-36 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-36"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-36 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-36"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(9rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-40 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-40"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-40 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-40"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(10rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-40 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-40"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-40 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-40"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-44 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-44"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-44 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-44"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(11rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-44 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-44"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-44 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-44"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(11rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-48 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-48"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-48 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-48"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(12rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-48 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-48"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-48 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-48"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(12rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-52 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-52"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-52 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-52"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(13rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-52 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-52"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-52 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-52"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(13rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-56 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-56"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-56 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-56"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(14rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-56 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-56"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-56 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-56"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(14rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-60 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-60"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-60 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-60"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(15rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-60 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-60"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-60 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-60"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(15rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-64 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-64"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-64 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-64"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(16rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-64 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-64"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-64 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-64"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(16rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-72 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-72"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-72 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-72"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(18rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-72 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-72"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-72 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-72"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(18rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-80 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-80"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-80 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-80"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(20rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-80 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-80"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-80 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-80"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(20rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-96 > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-96"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) ;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-96 > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-96"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse))  !important;
    margin-left: calc(24rem * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-96 > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-96"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) ;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-96 > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-96"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse))  !important;
    margin-top: calc(24rem * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-px > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  [class~="xl-space-x-px"] > * + * {
    --tw-space-x-reverse: 0 ;
    margin-right: calc(1px * var(--tw-space-x-reverse)) ;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse))) ;
  }
  .xl-!space-x-px > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  [class~="xl-!space-x-px"] > * + * {
    --tw-space-x-reverse: 0  !important;
    margin-right: calc(1px * var(--tw-space-x-reverse))  !important;
    margin-left: calc(1px * (1 - var(--tw-space-x-reverse)))  !important;
  }
  .xl-space-y-px > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  [class~="xl-space-y-px"] > * + * {
    --tw-space-y-reverse: 0 ;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) ;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse))) ;
  }
  .xl-!space-y-px > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  [class~="xl-!space-y-px"] > * + * {
    --tw-space-y-reverse: 0  !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse))  !important;
    margin-top: calc(1px * (1 - var(--tw-space-y-reverse)))  !important;
  }
  .xl-space-x-reverse > * + * {
    --tw-space-x-reverse: 1;
  }
  .xl-space-y-reverse > * + * {
    --tw-space-y-reverse: 1;
  }
  .xl-text-left {
    text-align: left;
  }
  [class~="xl-text-left"] {
    text-align: left;
  }
  .xl-!text-left {
    text-align: left !important;
  }
  [class~="xl-!text-left"] {
    text-align: left !important;
  }
  .xl-text-center {
    text-align: center;
  }
  [class~="xl-text-center"] {
    text-align: center;
  }
  .xl-!text-center {
    text-align: center !important;
  }
  [class~="xl-!text-center"] {
    text-align: center !important;
  }
  .xl-text-right {
    text-align: right;
  }
  [class~="xl-text-right"] {
    text-align: right;
  }
  .xl-!text-right {
    text-align: right !important;
  }
  [class~="xl-!text-right"] {
    text-align: right !important;
  }
  .xl-text-justify {
    text-align: justify;
  }
  [class~="xl-text-justify"] {
    text-align: justify;
  }
  .xl-!text-justify {
    text-align: justify !important;
  }
  [class~="xl-!text-justify"] {
    text-align: justify !important;
  }
  .xl-text-start {
    text-align: start;
  }
  [class~="xl-text-start"] {
    text-align: start;
  }
  .xl-!text-start {
    text-align: start !important;
  }
  [class~="xl-!text-start"] {
    text-align: start !important;
  }
  .xl-text-end {
    text-align: end;
  }
  [class~="xl-text-end"] {
    text-align: end;
  }
  .xl-!text-end {
    text-align: end !important;
  }
  [class~="xl-!text-end"] {
    text-align: end !important;
  }
  .xl-w-0 {
    width: 0px;
  }
  [class~="xl-w-0"] {
    width: 0px;
  }
  .xl-!w-0 {
    width: 0px !important;
  }
  [class~="xl-!w-0"] {
    width: 0px !important;
  }
  .xl-w-px {
    width: 1px;
  }
  [class~="xl-w-px"] {
    width: 1px;
  }
  .xl-!w-px {
    width: 1px !important;
  }
  [class~="xl-!w-px"] {
    width: 1px !important;
  }
  .xl-w-0.5 {
    width: 0.125rem;
  }
  [class~="xl-w-0.5"] {
    width: 0.125rem;
  }
  .xl-!w-0.5 {
    width: 0.125rem !important;
  }
  [class~="xl-!w-0.5"] {
    width: 0.125rem !important;
  }
  .xl-w-1 {
    width: 0.25rem;
  }
  [class~="xl-w-1"] {
    width: 0.25rem;
  }
  .xl-!w-1 {
    width: 0.25rem !important;
  }
  [class~="xl-!w-1"] {
    width: 0.25rem !important;
  }
  .xl-w-1.5 {
    width: 0.375rem;
  }
  [class~="xl-w-1.5"] {
    width: 0.375rem;
  }
  .xl-!w-1.5 {
    width: 0.375rem !important;
  }
  [class~="xl-!w-1.5"] {
    width: 0.375rem !important;
  }
  .xl-w-2 {
    width: 0.5rem;
  }
  [class~="xl-w-2"] {
    width: 0.5rem;
  }
  .xl-!w-2 {
    width: 0.5rem !important;
  }
  [class~="xl-!w-2"] {
    width: 0.5rem !important;
  }
  .xl-w-2.5 {
    width: 0.625rem;
  }
  [class~="xl-w-2.5"] {
    width: 0.625rem;
  }
  .xl-!w-2.5 {
    width: 0.625rem !important;
  }
  [class~="xl-!w-2.5"] {
    width: 0.625rem !important;
  }
  .xl-w-3 {
    width: 0.75rem;
  }
  [class~="xl-w-3"] {
    width: 0.75rem;
  }
  .xl-!w-3 {
    width: 0.75rem !important;
  }
  [class~="xl-!w-3"] {
    width: 0.75rem !important;
  }
  .xl-w-3.5 {
    width: 0.875rem;
  }
  [class~="xl-w-3.5"] {
    width: 0.875rem;
  }
  .xl-!w-3.5 {
    width: 0.875rem !important;
  }
  [class~="xl-!w-3.5"] {
    width: 0.875rem !important;
  }
  .xl-w-4 {
    width: 1rem;
  }
  [class~="xl-w-4"] {
    width: 1rem;
  }
  .xl-!w-4 {
    width: 1rem !important;
  }
  [class~="xl-!w-4"] {
    width: 1rem !important;
  }
  .xl-w-5 {
    width: 1.25rem;
  }
  [class~="xl-w-5"] {
    width: 1.25rem;
  }
  .xl-!w-5 {
    width: 1.25rem !important;
  }
  [class~="xl-!w-5"] {
    width: 1.25rem !important;
  }
  .xl-w-6 {
    width: 1.5rem;
  }
  [class~="xl-w-6"] {
    width: 1.5rem;
  }
  .xl-!w-6 {
    width: 1.5rem !important;
  }
  [class~="xl-!w-6"] {
    width: 1.5rem !important;
  }
  .xl-w-7 {
    width: 1.75rem;
  }
  [class~="xl-w-7"] {
    width: 1.75rem;
  }
  .xl-!w-7 {
    width: 1.75rem !important;
  }
  [class~="xl-!w-7"] {
    width: 1.75rem !important;
  }
  .xl-w-8 {
    width: 2rem;
  }
  [class~="xl-w-8"] {
    width: 2rem;
  }
  .xl-!w-8 {
    width: 2rem !important;
  }
  [class~="xl-!w-8"] {
    width: 2rem !important;
  }
  .xl-w-9 {
    width: 2.25rem;
  }
  [class~="xl-w-9"] {
    width: 2.25rem;
  }
  .xl-!w-9 {
    width: 2.25rem !important;
  }
  [class~="xl-!w-9"] {
    width: 2.25rem !important;
  }
  .xl-w-10 {
    width: 2.5rem;
  }
  [class~="xl-w-10"] {
    width: 2.5rem;
  }
  .xl-!w-10 {
    width: 2.5rem !important;
  }
  [class~="xl-!w-10"] {
    width: 2.5rem !important;
  }
  .xl-w-11 {
    width: 2.75rem;
  }
  [class~="xl-w-11"] {
    width: 2.75rem;
  }
  .xl-!w-11 {
    width: 2.75rem !important;
  }
  [class~="xl-!w-11"] {
    width: 2.75rem !important;
  }
  .xl-w-12 {
    width: 3rem;
  }
  [class~="xl-w-12"] {
    width: 3rem;
  }
  .xl-!w-12 {
    width: 3rem !important;
  }
  [class~="xl-!w-12"] {
    width: 3rem !important;
  }
  .xl-w-14 {
    width: 3.5rem;
  }
  [class~="xl-w-14"] {
    width: 3.5rem;
  }
  .xl-!w-14 {
    width: 3.5rem !important;
  }
  [class~="xl-!w-14"] {
    width: 3.5rem !important;
  }
  .xl-w-16 {
    width: 4rem;
  }
  [class~="xl-w-16"] {
    width: 4rem;
  }
  .xl-!w-16 {
    width: 4rem !important;
  }
  [class~="xl-!w-16"] {
    width: 4rem !important;
  }
  .xl-w-20 {
    width: 5rem;
  }
  [class~="xl-w-20"] {
    width: 5rem;
  }
  .xl-!w-20 {
    width: 5rem !important;
  }
  [class~="xl-!w-20"] {
    width: 5rem !important;
  }
  .xl-w-24 {
    width: 6rem;
  }
  [class~="xl-w-24"] {
    width: 6rem;
  }
  .xl-!w-24 {
    width: 6rem !important;
  }
  [class~="xl-!w-24"] {
    width: 6rem !important;
  }
  .xl-w-28 {
    width: 7rem;
  }
  [class~="xl-w-28"] {
    width: 7rem;
  }
  .xl-!w-28 {
    width: 7rem !important;
  }
  [class~="xl-!w-28"] {
    width: 7rem !important;
  }
  .xl-w-32 {
    width: 8rem;
  }
  [class~="xl-w-32"] {
    width: 8rem;
  }
  .xl-!w-32 {
    width: 8rem !important;
  }
  [class~="xl-!w-32"] {
    width: 8rem !important;
  }
  .xl-w-36 {
    width: 9rem;
  }
  [class~="xl-w-36"] {
    width: 9rem;
  }
  .xl-!w-36 {
    width: 9rem !important;
  }
  [class~="xl-!w-36"] {
    width: 9rem !important;
  }
  .xl-w-40 {
    width: 10rem;
  }
  [class~="xl-w-40"] {
    width: 10rem;
  }
  .xl-!w-40 {
    width: 10rem !important;
  }
  [class~="xl-!w-40"] {
    width: 10rem !important;
  }
  .xl-w-44 {
    width: 11rem;
  }
  [class~="xl-w-44"] {
    width: 11rem;
  }
  .xl-!w-44 {
    width: 11rem !important;
  }
  [class~="xl-!w-44"] {
    width: 11rem !important;
  }
  .xl-w-48 {
    width: 12rem;
  }
  [class~="xl-w-48"] {
    width: 12rem;
  }
  .xl-!w-48 {
    width: 12rem !important;
  }
  [class~="xl-!w-48"] {
    width: 12rem !important;
  }
  .xl-w-52 {
    width: 13rem;
  }
  [class~="xl-w-52"] {
    width: 13rem;
  }
  .xl-!w-52 {
    width: 13rem !important;
  }
  [class~="xl-!w-52"] {
    width: 13rem !important;
  }
  .xl-w-56 {
    width: 14rem;
  }
  [class~="xl-w-56"] {
    width: 14rem;
  }
  .xl-!w-56 {
    width: 14rem !important;
  }
  [class~="xl-!w-56"] {
    width: 14rem !important;
  }
  .xl-w-60 {
    width: 15rem;
  }
  [class~="xl-w-60"] {
    width: 15rem;
  }
  .xl-!w-60 {
    width: 15rem !important;
  }
  [class~="xl-!w-60"] {
    width: 15rem !important;
  }
  .xl-w-64 {
    width: 16rem;
  }
  [class~="xl-w-64"] {
    width: 16rem;
  }
  .xl-!w-64 {
    width: 16rem !important;
  }
  [class~="xl-!w-64"] {
    width: 16rem !important;
  }
  .xl-w-72 {
    width: 18rem;
  }
  [class~="xl-w-72"] {
    width: 18rem;
  }
  .xl-!w-72 {
    width: 18rem !important;
  }
  [class~="xl-!w-72"] {
    width: 18rem !important;
  }
  .xl-w-80 {
    width: 20rem;
  }
  [class~="xl-w-80"] {
    width: 20rem;
  }
  .xl-!w-80 {
    width: 20rem !important;
  }
  [class~="xl-!w-80"] {
    width: 20rem !important;
  }
  .xl-w-96 {
    width: 24rem;
  }
  [class~="xl-w-96"] {
    width: 24rem;
  }
  .xl-!w-96 {
    width: 24rem !important;
  }
  [class~="xl-!w-96"] {
    width: 24rem !important;
  }
  .xl-w-auto {
    width: auto;
  }
  [class~="xl-w-auto"] {
    width: auto;
  }
  .xl-!w-auto {
    width: auto !important;
  }
  [class~="xl-!w-auto"] {
    width: auto !important;
  }
  .xl-w-1/2 {
    width: 50%;
  }
  [class~="xl-w-1/2"] {
    width: 50%;
  }
  .xl-!w-1/2 {
    width: 50% !important;
  }
  [class~="xl-!w-1/2"] {
    width: 50% !important;
  }
  .xl-w-1/3 {
    width: 33.333333%;
  }
  [class~="xl-w-1/3"] {
    width: 33.333333%;
  }
  .xl-!w-1/3 {
    width: 33.333333% !important;
  }
  [class~="xl-!w-1/3"] {
    width: 33.333333% !important;
  }
  .xl-w-2/3 {
    width: 66.666667%;
  }
  [class~="xl-w-2/3"] {
    width: 66.666667%;
  }
  .xl-!w-2/3 {
    width: 66.666667% !important;
  }
  [class~="xl-!w-2/3"] {
    width: 66.666667% !important;
  }
  .xl-w-1/4 {
    width: 25%;
  }
  [class~="xl-w-1/4"] {
    width: 25%;
  }
  .xl-!w-1/4 {
    width: 25% !important;
  }
  [class~="xl-!w-1/4"] {
    width: 25% !important;
  }
  .xl-w-2/4 {
    width: 50%;
  }
  [class~="xl-w-2/4"] {
    width: 50%;
  }
  .xl-!w-2/4 {
    width: 50% !important;
  }
  [class~="xl-!w-2/4"] {
    width: 50% !important;
  }
  .xl-w-3/4 {
    width: 75%;
  }
  [class~="xl-w-3/4"] {
    width: 75%;
  }
  .xl-!w-3/4 {
    width: 75% !important;
  }
  [class~="xl-!w-3/4"] {
    width: 75% !important;
  }
  .xl-w-1/5 {
    width: 20%;
  }
  [class~="xl-w-1/5"] {
    width: 20%;
  }
  .xl-!w-1/5 {
    width: 20% !important;
  }
  [class~="xl-!w-1/5"] {
    width: 20% !important;
  }
  .xl-w-2/5 {
    width: 40%;
  }
  [class~="xl-w-2/5"] {
    width: 40%;
  }
  .xl-!w-2/5 {
    width: 40% !important;
  }
  [class~="xl-!w-2/5"] {
    width: 40% !important;
  }
  .xl-w-3/5 {
    width: 60%;
  }
  [class~="xl-w-3/5"] {
    width: 60%;
  }
  .xl-!w-3/5 {
    width: 60% !important;
  }
  [class~="xl-!w-3/5"] {
    width: 60% !important;
  }
  .xl-w-4/5 {
    width: 80%;
  }
  [class~="xl-w-4/5"] {
    width: 80%;
  }
  .xl-!w-4/5 {
    width: 80% !important;
  }
  [class~="xl-!w-4/5"] {
    width: 80% !important;
  }
  .xl-w-1/6 {
    width: 16.666667%;
  }
  [class~="xl-w-1/6"] {
    width: 16.666667%;
  }
  .xl-!w-1/6 {
    width: 16.666667% !important;
  }
  [class~="xl-!w-1/6"] {
    width: 16.666667% !important;
  }
  .xl-w-2/6 {
    width: 33.333333%;
  }
  [class~="xl-w-2/6"] {
    width: 33.333333%;
  }
  .xl-!w-2/6 {
    width: 33.333333% !important;
  }
  [class~="xl-!w-2/6"] {
    width: 33.333333% !important;
  }
  .xl-w-3/6 {
    width: 50%;
  }
  [class~="xl-w-3/6"] {
    width: 50%;
  }
  .xl-!w-3/6 {
    width: 50% !important;
  }
  [class~="xl-!w-3/6"] {
    width: 50% !important;
  }
  .xl-w-4/6 {
    width: 66.666667%;
  }
  [class~="xl-w-4/6"] {
    width: 66.666667%;
  }
  .xl-!w-4/6 {
    width: 66.666667% !important;
  }
  [class~="xl-!w-4/6"] {
    width: 66.666667% !important;
  }
  .xl-w-5/6 {
    width: 83.333333%;
  }
  [class~="xl-w-5/6"] {
    width: 83.333333%;
  }
  .xl-!w-5/6 {
    width: 83.333333% !important;
  }
  [class~="xl-!w-5/6"] {
    width: 83.333333% !important;
  }
  .xl-w-1/12 {
    width: 8.333333%;
  }
  [class~="xl-w-1/12"] {
    width: 8.333333%;
  }
  .xl-!w-1/12 {
    width: 8.333333% !important;
  }
  [class~="xl-!w-1/12"] {
    width: 8.333333% !important;
  }
  .xl-w-2/12 {
    width: 16.666667%;
  }
  [class~="xl-w-2/12"] {
    width: 16.666667%;
  }
  .xl-!w-2/12 {
    width: 16.666667% !important;
  }
  [class~="xl-!w-2/12"] {
    width: 16.666667% !important;
  }
  .xl-w-3/12 {
    width: 25%;
  }
  [class~="xl-w-3/12"] {
    width: 25%;
  }
  .xl-!w-3/12 {
    width: 25% !important;
  }
  [class~="xl-!w-3/12"] {
    width: 25% !important;
  }
  .xl-w-4/12 {
    width: 33.333333%;
  }
  [class~="xl-w-4/12"] {
    width: 33.333333%;
  }
  .xl-!w-4/12 {
    width: 33.333333% !important;
  }
  [class~="xl-!w-4/12"] {
    width: 33.333333% !important;
  }
  .xl-w-5/12 {
    width: 41.666667%;
  }
  [class~="xl-w-5/12"] {
    width: 41.666667%;
  }
  .xl-!w-5/12 {
    width: 41.666667% !important;
  }
  [class~="xl-!w-5/12"] {
    width: 41.666667% !important;
  }
  .xl-w-6/12 {
    width: 50%;
  }
  [class~="xl-w-6/12"] {
    width: 50%;
  }
  .xl-!w-6/12 {
    width: 50% !important;
  }
  [class~="xl-!w-6/12"] {
    width: 50% !important;
  }
  .xl-w-7/12 {
    width: 58.333333%;
  }
  [class~="xl-w-7/12"] {
    width: 58.333333%;
  }
  .xl-!w-7/12 {
    width: 58.333333% !important;
  }
  [class~="xl-!w-7/12"] {
    width: 58.333333% !important;
  }
  .xl-w-8/12 {
    width: 66.666667%;
  }
  [class~="xl-w-8/12"] {
    width: 66.666667%;
  }
  .xl-!w-8/12 {
    width: 66.666667% !important;
  }
  [class~="xl-!w-8/12"] {
    width: 66.666667% !important;
  }
  .xl-w-9/12 {
    width: 75%;
  }
  [class~="xl-w-9/12"] {
    width: 75%;
  }
  .xl-!w-9/12 {
    width: 75% !important;
  }
  [class~="xl-!w-9/12"] {
    width: 75% !important;
  }
  .xl-w-10/12 {
    width: 83.333333%;
  }
  [class~="xl-w-10/12"] {
    width: 83.333333%;
  }
  .xl-!w-10/12 {
    width: 83.333333% !important;
  }
  [class~="xl-!w-10/12"] {
    width: 83.333333% !important;
  }
  .xl-w-11/12 {
    width: 91.666667%;
  }
  [class~="xl-w-11/12"] {
    width: 91.666667%;
  }
  .xl-!w-11/12 {
    width: 91.666667% !important;
  }
  [class~="xl-!w-11/12"] {
    width: 91.666667% !important;
  }
  .xl-w-full {
    width: 100%;
  }
  [class~="xl-w-full"] {
    width: 100%;
  }
  .xl-!w-full {
    width: 100% !important;
  }
  [class~="xl-!w-full"] {
    width: 100% !important;
  }
  .xl-w-screen {
    width: 100vw;
  }
  [class~="xl-w-screen"] {
    width: 100vw;
  }
  .xl-!w-screen {
    width: 100vw !important;
  }
  [class~="xl-!w-screen"] {
    width: 100vw !important;
  }
  .xl-w-svw {
    width: 100svw;
  }
  [class~="xl-w-svw"] {
    width: 100svw;
  }
  .xl-!w-svw {
    width: 100svw !important;
  }
  [class~="xl-!w-svw"] {
    width: 100svw !important;
  }
  .xl-w-lvw {
    width: 100lvw;
  }
  [class~="xl-w-lvw"] {
    width: 100lvw;
  }
  .xl-!w-lvw {
    width: 100lvw !important;
  }
  [class~="xl-!w-lvw"] {
    width: 100lvw !important;
  }
  .xl-w-dvw {
    width: 100dvw;
  }
  [class~="xl-w-dvw"] {
    width: 100dvw;
  }
  .xl-!w-dvw {
    width: 100dvw !important;
  }
  [class~="xl-!w-dvw"] {
    width: 100dvw !important;
  }
  .xl-w-min {
    width: min-content;
  }
  [class~="xl-w-min"] {
    width: min-content;
  }
  .xl-!w-min {
    width: min-content !important;
  }
  [class~="xl-!w-min"] {
    width: min-content !important;
  }
  .xl-w-max {
    width: max-content;
  }
  [class~="xl-w-max"] {
    width: max-content;
  }
  .xl-!w-max {
    width: max-content !important;
  }
  [class~="xl-!w-max"] {
    width: max-content !important;
  }
  .xl-w-fit {
    width: fit-content;
  }
  [class~="xl-w-fit"] {
    width: fit-content;
  }
  .xl-!w-fit {
    width: fit-content !important;
  }
  [class~="xl-!w-fit"] {
    width: fit-content !important;
  }
  .xl-max-w-0 {
    max-width: 0px;
  }
  [class~="xl-max-w-0"] {
    max-width: 0px;
  }
  .xl-!max-w-0 {
    max-width: 0px !important;
  }
  [class~="xl-!max-w-0"] {
    max-width: 0px !important;
  }
  .xl-max-w-px {
    max-width: 1px;
  }
  [class~="xl-max-w-px"] {
    max-width: 1px;
  }
  .xl-!max-w-px {
    max-width: 1px !important;
  }
  [class~="xl-!max-w-px"] {
    max-width: 1px !important;
  }
  .xl-max-w-0\.5 {
    max-width: 0.125rem;
  }
  [class~="xl-max-w-0\.5"] {
    max-width: 0.125rem;
  }
  .xl-!max-w-0\.5 {
    max-width: 0.125rem !important;
  }
  [class~="xl-!max-w-0\.5"] {
    max-width: 0.125rem !important;
  }
  .xl-max-w-1 {
    max-width: 0.25rem;
  }
  [class~="xl-max-w-1"] {
    max-width: 0.25rem;
  }
  .xl-!max-w-1 {
    max-width: 0.25rem !important;
  }
  [class~="xl-!max-w-1"] {
    max-width: 0.25rem !important;
  }
  .xl-max-w-1\.5 {
    max-width: 0.375rem;
  }
  [class~="xl-max-w-1\.5"] {
    max-width: 0.375rem;
  }
  .xl-!max-w-1\.5 {
    max-width: 0.375rem !important;
  }
  [class~="xl-!max-w-1\.5"] {
    max-width: 0.375rem !important;
  }
  .xl-max-w-2 {
    max-width: 0.5rem;
  }
  [class~="xl-max-w-2"] {
    max-width: 0.5rem;
  }
  .xl-!max-w-2 {
    max-width: 0.5rem !important;
  }
  [class~="xl-!max-w-2"] {
    max-width: 0.5rem !important;
  }
  .xl-max-w-2\.5 {
    max-width: 0.625rem;
  }
  [class~="xl-max-w-2\.5"] {
    max-width: 0.625rem;
  }
  .xl-!max-w-2\.5 {
    max-width: 0.625rem !important;
  }
  [class~="xl-!max-w-2\.5"] {
    max-width: 0.625rem !important;
  }
  .xl-max-w-3 {
    max-width: 0.75rem;
  }
  [class~="xl-max-w-3"] {
    max-width: 0.75rem;
  }
  .xl-!max-w-3 {
    max-width: 0.75rem !important;
  }
  [class~="xl-!max-w-3"] {
    max-width: 0.75rem !important;
  }
  .xl-max-w-3\.5 {
    max-width: 0.875rem;
  }
  [class~="xl-max-w-3\.5"] {
    max-width: 0.875rem;
  }
  .xl-!max-w-3\.5 {
    max-width: 0.875rem !important;
  }
  [class~="xl-!max-w-3\.5"] {
    max-width: 0.875rem !important;
  }
  .xl-max-w-4 {
    max-width: 1rem;
  }
  [class~="xl-max-w-4"] {
    max-width: 1rem;
  }
  .xl-!max-w-4 {
    max-width: 1rem !important;
  }
  [class~="xl-!max-w-4"] {
    max-width: 1rem !important;
  }
  .xl-max-w-5 {
    max-width: 1.25rem;
  }
  [class~="xl-max-w-5"] {
    max-width: 1.25rem;
  }
  .xl-!max-w-5 {
    max-width: 1.25rem !important;
  }
  [class~="xl-!max-w-5"] {
    max-width: 1.25rem !important;
  }
  .xl-max-w-6 {
    max-width: 1.5rem;
  }
  [class~="xl-max-w-6"] {
    max-width: 1.5rem;
  }
  .xl-!max-w-6 {
    max-width: 1.5rem !important;
  }
  [class~="xl-!max-w-6"] {
    max-width: 1.5rem !important;
  }
  .xl-max-w-7 {
    max-width: 1.75rem;
  }
  [class~="xl-max-w-7"] {
    max-width: 1.75rem;
  }
  .xl-!max-w-7 {
    max-width: 1.75rem !important;
  }
  [class~="xl-!max-w-7"] {
    max-width: 1.75rem !important;
  }
  .xl-max-w-8 {
    max-width: 2rem;
  }
  [class~="xl-max-w-8"] {
    max-width: 2rem;
  }
  .xl-!max-w-8 {
    max-width: 2rem !important;
  }
  [class~="xl-!max-w-8"] {
    max-width: 2rem !important;
  }
  .xl-max-w-9 {
    max-width: 2.25rem;
  }
  [class~="xl-max-w-9"] {
    max-width: 2.25rem;
  }
  .xl-!max-w-9 {
    max-width: 2.25rem !important;
  }
  [class~="xl-!max-w-9"] {
    max-width: 2.25rem !important;
  }
  .xl-max-w-10 {
    max-width: 2.5rem;
  }
  [class~="xl-max-w-10"] {
    max-width: 2.5rem;
  }
  .xl-!max-w-10 {
    max-width: 2.5rem !important;
  }
  [class~="xl-!max-w-10"] {
    max-width: 2.5rem !important;
  }
  .xl-max-w-11 {
    max-width: 2.75rem;
  }
  [class~="xl-max-w-11"] {
    max-width: 2.75rem;
  }
  .xl-!max-w-11 {
    max-width: 2.75rem !important;
  }
  [class~="xl-!max-w-11"] {
    max-width: 2.75rem !important;
  }
  .xl-max-w-12 {
    max-width: 3rem;
  }
  [class~="xl-max-w-12"] {
    max-width: 3rem;
  }
  .xl-!max-w-12 {
    max-width: 3rem !important;
  }
  [class~="xl-!max-w-12"] {
    max-width: 3rem !important;
  }
  .xl-max-w-14 {
    max-width: 3.5rem;
  }
  [class~="xl-max-w-14"] {
    max-width: 3.5rem;
  }
  .xl-!max-w-14 {
    max-width: 3.5rem !important;
  }
  [class~="xl-!max-w-14"] {
    max-width: 3.5rem !important;
  }
  .xl-max-w-16 {
    max-width: 4rem;
  }
  [class~="xl-max-w-16"] {
    max-width: 4rem;
  }
  .xl-!max-w-16 {
    max-width: 4rem !important;
  }
  [class~="xl-!max-w-16"] {
    max-width: 4rem !important;
  }
  .xl-max-w-20 {
    max-width: 5rem;
  }
  [class~="xl-max-w-20"] {
    max-width: 5rem;
  }
  .xl-!max-w-20 {
    max-width: 5rem !important;
  }
  [class~="xl-!max-w-20"] {
    max-width: 5rem !important;
  }
  .xl-max-w-24 {
    max-width: 6rem;
  }
  [class~="xl-max-w-24"] {
    max-width: 6rem;
  }
  .xl-!max-w-24 {
    max-width: 6rem !important;
  }
  [class~="xl-!max-w-24"] {
    max-width: 6rem !important;
  }
  .xl-max-w-28 {
    max-width: 7rem;
  }
  [class~="xl-max-w-28"] {
    max-width: 7rem;
  }
  .xl-!max-w-28 {
    max-width: 7rem !important;
  }
  [class~="xl-!max-w-28"] {
    max-width: 7rem !important;
  }
  .xl-max-w-32 {
    max-width: 8rem;
  }
  [class~="xl-max-w-32"] {
    max-width: 8rem;
  }
  .xl-!max-w-32 {
    max-width: 8rem !important;
  }
  [class~="xl-!max-w-32"] {
    max-width: 8rem !important;
  }
  .xl-max-w-36 {
    max-width: 9rem;
  }
  [class~="xl-max-w-36"] {
    max-width: 9rem;
  }
  .xl-!max-w-36 {
    max-width: 9rem !important;
  }
  [class~="xl-!max-w-36"] {
    max-width: 9rem !important;
  }
  .xl-max-w-40 {
    max-width: 10rem;
  }
  [class~="xl-max-w-40"] {
    max-width: 10rem;
  }
  .xl-!max-w-40 {
    max-width: 10rem !important;
  }
  [class~="xl-!max-w-40"] {
    max-width: 10rem !important;
  }
  .xl-max-w-44 {
    max-width: 11rem;
  }
  [class~="xl-max-w-44"] {
    max-width: 11rem;
  }
  .xl-!max-w-44 {
    max-width: 11rem !important;
  }
  [class~="xl-!max-w-44"] {
    max-width: 11rem !important;
  }
  .xl-max-w-48 {
    max-width: 12rem;
  }
  [class~="xl-max-w-48"] {
    max-width: 12rem;
  }
  .xl-!max-w-48 {
    max-width: 12rem !important;
  }
  [class~="xl-!max-w-48"] {
    max-width: 12rem !important;
  }
  .xl-max-w-52 {
    max-width: 13rem;
  }
  [class~="xl-max-w-52"] {
    max-width: 13rem;
  }
  .xl-!max-w-52 {
    max-width: 13rem !important;
  }
  [class~="xl-!max-w-52"] {
    max-width: 13rem !important;
  }
  .xl-max-w-56 {
    max-width: 14rem;
  }
  [class~="xl-max-w-56"] {
    max-width: 14rem;
  }
  .xl-!max-w-56 {
    max-width: 14rem !important;
  }
  [class~="xl-!max-w-56"] {
    max-width: 14rem !important;
  }
  .xl-max-w-60 {
    max-width: 15rem;
  }
  [class~="xl-max-w-60"] {
    max-width: 15rem;
  }
  .xl-!max-w-60 {
    max-width: 15rem !important;
  }
  [class~="xl-!max-w-60"] {
    max-width: 15rem !important;
  }
  .xl-max-w-64 {
    max-width: 16rem;
  }
  [class~="xl-max-w-64"] {
    max-width: 16rem;
  }
  .xl-!max-w-64 {
    max-width: 16rem !important;
  }
  [class~="xl-!max-w-64"] {
    max-width: 16rem !important;
  }
  .xl-max-w-72 {
    max-width: 18rem;
  }
  [class~="xl-max-w-72"] {
    max-width: 18rem;
  }
  .xl-!max-w-72 {
    max-width: 18rem !important;
  }
  [class~="xl-!max-w-72"] {
    max-width: 18rem !important;
  }
  .xl-max-w-80 {
    max-width: 20rem;
  }
  [class~="xl-max-w-80"] {
    max-width: 20rem;
  }
  .xl-!max-w-80 {
    max-width: 20rem !important;
  }
  [class~="xl-!max-w-80"] {
    max-width: 20rem !important;
  }
  .xl-max-w-96 {
    max-width: 24rem;
  }
  [class~="xl-max-w-96"] {
    max-width: 24rem;
  }
  .xl-!max-w-96 {
    max-width: 24rem !important;
  }
  [class~="xl-!max-w-96"] {
    max-width: 24rem !important;
  }
  .xl-max-w-none {
    max-width: none;
  }
  [class~="xl-max-w-none"] {
    max-width: none;
  }
  .xl-!max-w-none {
    max-width: none !important;
  }
  [class~="xl-!max-w-none"] {
    max-width: none !important;
  }
  .xl-max-w-xs {
    max-width: 20rem;
  }
  [class~="xl-max-w-xs"] {
    max-width: 20rem;
  }
  .xl-!max-w-xs {
    max-width: 20rem !important;
  }
  [class~="xl-!max-w-xs"] {
    max-width: 20rem !important;
  }
  .xl-max-w-sm {
    max-width: 24rem;
  }
  [class~="xl-max-w-sm"] {
    max-width: 24rem;
  }
  .xl-!max-w-sm {
    max-width: 24rem !important;
  }
  [class~="xl-!max-w-sm"] {
    max-width: 24rem !important;
  }
  .xl-max-w-md {
    max-width: 28rem;
  }
  [class~="xl-max-w-md"] {
    max-width: 28rem;
  }
  .xl-!max-w-md {
    max-width: 28rem !important;
  }
  [class~="xl-!max-w-md"] {
    max-width: 28rem !important;
  }
  .xl-max-w-lg {
    max-width: 32rem;
  }
  [class~="xl-max-w-lg"] {
    max-width: 32rem;
  }
  .xl-!max-w-lg {
    max-width: 32rem !important;
  }
  [class~="xl-!max-w-lg"] {
    max-width: 32rem !important;
  }
  .xl-max-w-xl {
    max-width: 36rem;
  }
  [class~="xl-max-w-xl"] {
    max-width: 36rem;
  }
  .xl-!max-w-xl {
    max-width: 36rem !important;
  }
  [class~="xl-!max-w-xl"] {
    max-width: 36rem !important;
  }
  .xl-max-w-2xl {
    max-width: 42rem;
  }
  [class~="xl-max-w-2xl"] {
    max-width: 42rem;
  }
  .xl-!max-w-2xl {
    max-width: 42rem !important;
  }
  [class~="xl-!max-w-2xl"] {
    max-width: 42rem !important;
  }
  .xl-max-w-3xl {
    max-width: 48rem;
  }
  [class~="xl-max-w-3xl"] {
    max-width: 48rem;
  }
  .xl-!max-w-3xl {
    max-width: 48rem !important;
  }
  [class~="xl-!max-w-3xl"] {
    max-width: 48rem !important;
  }
  .xl-max-w-4xl {
    max-width: 56rem;
  }
  [class~="xl-max-w-4xl"] {
    max-width: 56rem;
  }
  .xl-!max-w-4xl {
    max-width: 56rem !important;
  }
  [class~="xl-!max-w-4xl"] {
    max-width: 56rem !important;
  }
  .xl-max-w-5xl {
    max-width: 64rem;
  }
  [class~="xl-max-w-5xl"] {
    max-width: 64rem;
  }
  .xl-!max-w-5xl {
    max-width: 64rem !important;
  }
  [class~="xl-!max-w-5xl"] {
    max-width: 64rem !important;
  }
  .xl-max-w-6xl {
    max-width: 72rem;
  }
  [class~="xl-max-w-6xl"] {
    max-width: 72rem;
  }
  .xl-!max-w-6xl {
    max-width: 72rem !important;
  }
  [class~="xl-!max-w-6xl"] {
    max-width: 72rem !important;
  }
  .xl-max-w-7xl {
    max-width: 80rem;
  }
  [class~="xl-max-w-7xl"] {
    max-width: 80rem;
  }
  .xl-!max-w-7xl {
    max-width: 80rem !important;
  }
  [class~="xl-!max-w-7xl"] {
    max-width: 80rem !important;
  }
  .xl-max-w-full {
    max-width: 100%;
  }
  [class~="xl-max-w-full"] {
    max-width: 100%;
  }
  .xl-!max-w-full {
    max-width: 100% !important;
  }
  [class~="xl-!max-w-full"] {
    max-width: 100% !important;
  }
  .xl-max-w-min {
    max-width: min-content;
  }
  [class~="xl-max-w-min"] {
    max-width: min-content;
  }
  .xl-!max-w-min {
    max-width: min-content !important;
  }
  [class~="xl-!max-w-min"] {
    max-width: min-content !important;
  }
  .xl-max-w-max {
    max-width: max-content;
  }
  [class~="xl-max-w-max"] {
    max-width: max-content;
  }
  .xl-!max-w-max {
    max-width: max-content !important;
  }
  [class~="xl-!max-w-max"] {
    max-width: max-content !important;
  }
  .xl-max-w-fit {
    max-width: fit-content;
  }
  [class~="xl-max-w-fit"] {
    max-width: fit-content;
  }
  .xl-!max-w-fit {
    max-width: fit-content !important;
  }
  [class~="xl-!max-w-fit"] {
    max-width: fit-content !important;
  }
  .xl-max-w-prose {
    max-width: 65ch;
  }
  [class~="xl-max-w-prose"] {
    max-width: 65ch;
  }
  .xl-!max-w-prose {
    max-width: 65ch !important;
  }
  [class~="xl-!max-w-prose"] {
    max-width: 65ch !important;
  }
  .xl-max-w-screen-sm {
    max-width: 640px;
  }
  [class~="xl-max-w-screen-sm"] {
    max-width: 640px;
  }
  .xl-!max-w-screen-sm {
    max-width: 640px !important;
  }
  [class~="xl-!max-w-screen-sm"] {
    max-width: 640px !important;
  }
  .xl-max-w-screen-md {
    max-width: 768px;
  }
  [class~="xl-max-w-screen-md"] {
    max-width: 768px;
  }
  .xl-!max-w-screen-md {
    max-width: 768px !important;
  }
  [class~="xl-!max-w-screen-md"] {
    max-width: 768px !important;
  }
  .xl-max-w-screen-lg {
    max-width: 1024px;
  }
  [class~="xl-max-w-screen-lg"] {
    max-width: 1024px;
  }
  .xl-!max-w-screen-lg {
    max-width: 1024px !important;
  }
  [class~="xl-!max-w-screen-lg"] {
    max-width: 1024px !important;
  }
  .xl-max-w-screen-xl {
    max-width: 1280px;
  }
  [class~="xl-max-w-screen-xl"] {
    max-width: 1280px;
  }
  .xl-!max-w-screen-xl {
    max-width: 1280px !important;
  }
  [class~="xl-!max-w-screen-xl"] {
    max-width: 1280px !important;
  }
  .xl-max-w-screen-2xl {
    max-width: 1536px;
  }
  [class~="xl-max-w-screen-2xl"] {
    max-width: 1536px;
  }
  .xl-!max-w-screen-2xl {
    max-width: 1536px !important;
  }
  [class~="xl-!max-w-screen-2xl"] {
    max-width: 1536px !important;
  }
  .xl-min-h-0 {
    min-height: 0px;
  }
  [class~="xl-min-h-0"] {
    min-height: 0px;
  }
  .xl-!min-h-0 {
    min-height: 0px !important;
  }
  [class~="xl-!min-h-0"] {
    min-height: 0px !important;
  }
  .xl-min-h-px {
    min-height: 1px;
  }
  [class~="xl-min-h-px"] {
    min-height: 1px;
  }
  .xl-!min-h-px {
    min-height: 1px !important;
  }
  [class~="xl-!min-h-px"] {
    min-height: 1px !important;
  }
  .xl-min-h-0.5 {
    min-height: 0.125rem;
  }
  [class~="xl-min-h-0.5"] {
    min-height: 0.125rem;
  }
  .xl-!min-h-0.5 {
    min-height: 0.125rem !important;
  }
  [class~="xl-!min-h-0.5"] {
    min-height: 0.125rem !important;
  }
  .xl-min-h-1 {
    min-height: 0.25rem;
  }
  [class~="xl-min-h-1"] {
    min-height: 0.25rem;
  }
  .xl-!min-h-1 {
    min-height: 0.25rem !important;
  }
  [class~="xl-!min-h-1"] {
    min-height: 0.25rem !important;
  }
  .xl-min-h-1.5 {
    min-height: 0.375rem;
  }
  [class~="xl-min-h-1.5"] {
    min-height: 0.375rem;
  }
  .xl-!min-h-1.5 {
    min-height: 0.375rem !important;
  }
  [class~="xl-!min-h-1.5"] {
    min-height: 0.375rem !important;
  }
  .xl-min-h-2 {
    min-height: 0.5rem;
  }
  [class~="xl-min-h-2"] {
    min-height: 0.5rem;
  }
  .xl-!min-h-2 {
    min-height: 0.5rem !important;
  }
  [class~="xl-!min-h-2"] {
    min-height: 0.5rem !important;
  }
  .xl-min-h-2.5 {
    min-height: 0.625rem;
  }
  [class~="xl-min-h-2.5"] {
    min-height: 0.625rem;
  }
  .xl-!min-h-2.5 {
    min-height: 0.625rem !important;
  }
  [class~="xl-!min-h-2.5"] {
    min-height: 0.625rem !important;
  }
  .xl-min-h-3 {
    min-height: 0.75rem;
  }
  [class~="xl-min-h-3"] {
    min-height: 0.75rem;
  }
  .xl-!min-h-3 {
    min-height: 0.75rem !important;
  }
  [class~="xl-!min-h-3"] {
    min-height: 0.75rem !important;
  }
  .xl-min-h-3.5 {
    min-height: 0.875rem;
  }
  [class~="xl-min-h-3.5"] {
    min-height: 0.875rem;
  }
  .xl-!min-h-3.5 {
    min-height: 0.875rem !important;
  }
  [class~="xl-!min-h-3.5"] {
    min-height: 0.875rem !important;
  }
  .xl-min-h-4 {
    min-height: 1rem;
  }
  [class~="xl-min-h-4"] {
    min-height: 1rem;
  }
  .xl-!min-h-4 {
    min-height: 1rem !important;
  }
  [class~="xl-!min-h-4"] {
    min-height: 1rem !important;
  }
  .xl-min-h-5 {
    min-height: 1.25rem;
  }
  [class~="xl-min-h-5"] {
    min-height: 1.25rem;
  }
  .xl-!min-h-5 {
    min-height: 1.25rem !important;
  }
  [class~="xl-!min-h-5"] {
    min-height: 1.25rem !important;
  }
  .xl-min-h-6 {
    min-height: 1.5rem;
  }
  [class~="xl-min-h-6"] {
    min-height: 1.5rem;
  }
  .xl-!min-h-6 {
    min-height: 1.5rem !important;
  }
  [class~="xl-!min-h-6"] {
    min-height: 1.5rem !important;
  }
  .xl-min-h-7 {
    min-height: 1.75rem;
  }
  [class~="xl-min-h-7"] {
    min-height: 1.75rem;
  }
  .xl-!min-h-7 {
    min-height: 1.75rem !important;
  }
  [class~="xl-!min-h-7"] {
    min-height: 1.75rem !important;
  }
  .xl-min-h-8 {
    min-height: 2rem;
  }
  [class~="xl-min-h-8"] {
    min-height: 2rem;
  }
  .xl-!min-h-8 {
    min-height: 2rem !important;
  }
  [class~="xl-!min-h-8"] {
    min-height: 2rem !important;
  }
  .xl-min-h-9 {
    min-height: 2.25rem;
  }
  [class~="xl-min-h-9"] {
    min-height: 2.25rem;
  }
  .xl-!min-h-9 {
    min-height: 2.25rem !important;
  }
  [class~="xl-!min-h-9"] {
    min-height: 2.25rem !important;
  }
  .xl-min-h-10 {
    min-height: 2.5rem;
  }
  [class~="xl-min-h-10"] {
    min-height: 2.5rem;
  }
  .xl-!min-h-10 {
    min-height: 2.5rem !important;
  }
  [class~="xl-!min-h-10"] {
    min-height: 2.5rem !important;
  }
  .xl-min-h-11 {
    min-height: 2.75rem;
  }
  [class~="xl-min-h-11"] {
    min-height: 2.75rem;
  }
  .xl-!min-h-11 {
    min-height: 2.75rem !important;
  }
  [class~="xl-!min-h-11"] {
    min-height: 2.75rem !important;
  }
  .xl-min-h-12 {
    min-height: 3rem;
  }
  [class~="xl-min-h-12"] {
    min-height: 3rem;
  }
  .xl-!min-h-12 {
    min-height: 3rem !important;
  }
  [class~="xl-!min-h-12"] {
    min-height: 3rem !important;
  }
  .xl-min-h-14 {
    min-height: 3.5rem;
  }
  [class~="xl-min-h-14"] {
    min-height: 3.5rem;
  }
  .xl-!min-h-14 {
    min-height: 3.5rem !important;
  }
  [class~="xl-!min-h-14"] {
    min-height: 3.5rem !important;
  }
  .xl-min-h-16 {
    min-height: 4rem;
  }
  [class~="xl-min-h-16"] {
    min-height: 4rem;
  }
  .xl-!min-h-16 {
    min-height: 4rem !important;
  }
  [class~="xl-!min-h-16"] {
    min-height: 4rem !important;
  }
  .xl-min-h-20 {
    min-height: 5rem;
  }
  [class~="xl-min-h-20"] {
    min-height: 5rem;
  }
  .xl-!min-h-20 {
    min-height: 5rem !important;
  }
  [class~="xl-!min-h-20"] {
    min-height: 5rem !important;
  }
  .xl-min-h-24 {
    min-height: 6rem;
  }
  [class~="xl-min-h-24"] {
    min-height: 6rem;
  }
  .xl-!min-h-24 {
    min-height: 6rem !important;
  }
  [class~="xl-!min-h-24"] {
    min-height: 6rem !important;
  }
  .xl-min-h-28 {
    min-height: 7rem;
  }
  [class~="xl-min-h-28"] {
    min-height: 7rem;
  }
  .xl-!min-h-28 {
    min-height: 7rem !important;
  }
  [class~="xl-!min-h-28"] {
    min-height: 7rem !important;
  }
  .xl-min-h-32 {
    min-height: 8rem;
  }
  [class~="xl-min-h-32"] {
    min-height: 8rem;
  }
  .xl-!min-h-32 {
    min-height: 8rem !important;
  }
  [class~="xl-!min-h-32"] {
    min-height: 8rem !important;
  }
  .xl-min-h-36 {
    min-height: 9rem;
  }
  [class~="xl-min-h-36"] {
    min-height: 9rem;
  }
  .xl-!min-h-36 {
    min-height: 9rem !important;
  }
  [class~="xl-!min-h-36"] {
    min-height: 9rem !important;
  }
  .xl-min-h-40 {
    min-height: 10rem;
  }
  [class~="xl-min-h-40"] {
    min-height: 10rem;
  }
  .xl-!min-h-40 {
    min-height: 10rem !important;
  }
  [class~="xl-!min-h-40"] {
    min-height: 10rem !important;
  }
  .xl-min-h-44 {
    min-height: 11rem;
  }
  [class~="xl-min-h-44"] {
    min-height: 11rem;
  }
  .xl-!min-h-44 {
    min-height: 11rem !important;
  }
  [class~="xl-!min-h-44"] {
    min-height: 11rem !important;
  }
  .xl-min-h-48 {
    min-height: 12rem;
  }
  [class~="xl-min-h-48"] {
    min-height: 12rem;
  }
  .xl-!min-h-48 {
    min-height: 12rem !important;
  }
  [class~="xl-!min-h-48"] {
    min-height: 12rem !important;
  }
  .xl-min-h-52 {
    min-height: 13rem;
  }
  [class~="xl-min-h-52"] {
    min-height: 13rem;
  }
  .xl-!min-h-52 {
    min-height: 13rem !important;
  }
  [class~="xl-!min-h-52"] {
    min-height: 13rem !important;
  }
  .xl-min-h-56 {
    min-height: 14rem;
  }
  [class~="xl-min-h-56"] {
    min-height: 14rem;
  }
  .xl-!min-h-56 {
    min-height: 14rem !important;
  }
  [class~="xl-!min-h-56"] {
    min-height: 14rem !important;
  }
  .xl-min-h-60 {
    min-height: 15rem;
  }
  [class~="xl-min-h-60"] {
    min-height: 15rem;
  }
  .xl-!min-h-60 {
    min-height: 15rem !important;
  }
  [class~="xl-!min-h-60"] {
    min-height: 15rem !important;
  }
  .xl-min-h-64 {
    min-height: 16rem;
  }
  [class~="xl-min-h-64"] {
    min-height: 16rem;
  }
  .xl-!min-h-64 {
    min-height: 16rem !important;
  }
  [class~="xl-!min-h-64"] {
    min-height: 16rem !important;
  }
  .xl-min-h-72 {
    min-height: 18rem;
  }
  [class~="xl-min-h-72"] {
    min-height: 18rem;
  }
  .xl-!min-h-72 {
    min-height: 18rem !important;
  }
  [class~="xl-!min-h-72"] {
    min-height: 18rem !important;
  }
  .xl-min-h-80 {
    min-height: 20rem;
  }
  [class~="xl-min-h-80"] {
    min-height: 20rem;
  }
  .xl-!min-h-80 {
    min-height: 20rem !important;
  }
  [class~="xl-!min-h-80"] {
    min-height: 20rem !important;
  }
  .xl-min-h-96 {
    min-height: 24rem;
  }
  [class~="xl-min-h-96"] {
    min-height: 24rem;
  }
  .xl-!min-h-96 {
    min-height: 24rem !important;
  }
  [class~="xl-!min-h-96"] {
    min-height: 24rem !important;
  }
  .xl-min-h-full {
    min-height: 100%;
  }
  [class~="xl-min-h-full"] {
    min-height: 100%;
  }
  .xl-!min-h-full {
    min-height: 100% !important;
  }
  [class~="xl-!min-h-full"] {
    min-height: 100% !important;
  }
  .xl-min-h-screen {
    min-height: 100vh;
  }
  [class~="xl-min-h-screen"] {
    min-height: 100vh;
  }
  .xl-!min-h-screen {
    min-height: 100vh !important;
  }
  [class~="xl-!min-h-screen"] {
    min-height: 100vh !important;
  }
  .xl-min-h-svh {
    min-height: 100svh;
  }
  [class~="xl-min-h-svh"] {
    min-height: 100svh;
  }
  .xl-!min-h-svh {
    min-height: 100svh !important;
  }
  [class~="xl-!min-h-svh"] {
    min-height: 100svh !important;
  }
  .xl-min-h-lvh {
    min-height: 100lvh;
  }
  [class~="xl-min-h-lvh"] {
    min-height: 100lvh;
  }
  .xl-!min-h-lvh {
    min-height: 100lvh !important;
  }
  [class~="xl-!min-h-lvh"] {
    min-height: 100lvh !important;
  }
  .xl-min-h-dvh {
    min-height: 100dvh;
  }
  [class~="xl-min-h-dvh"] {
    min-height: 100dvh;
  }
  .xl-!min-h-dvh {
    min-height: 100dvh !important;
  }
  [class~="xl-!min-h-dvh"] {
    min-height: 100dvh !important;
  }
  .xl-min-h-min {
    min-height: min-content;
  }
  [class~="xl-min-h-min"] {
    min-height: min-content;
  }
  .xl-!min-h-min {
    min-height: min-content !important;
  }
  [class~="xl-!min-h-min"] {
    min-height: min-content !important;
  }
  .xl-min-h-max {
    min-height: max-content;
  }
  [class~="xl-min-h-max"] {
    min-height: max-content;
  }
  .xl-!min-h-max {
    min-height: max-content !important;
  }
  [class~="xl-!min-h-max"] {
    min-height: max-content !important;
  }
  .xl-min-h-fit {
    min-height: fit-content;
  }
  [class~="xl-min-h-fit"] {
    min-height: fit-content;
  }
  .xl-!min-h-fit {
    min-height: fit-content !important;
  }
  [class~="xl-!min-h-fit"] {
    min-height: fit-content !important;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .sidebar-main {
    margin-right: 25px;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column.catalog-category-view .products-grid.grid .items:not(.-col-xl-4) .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item {
    max-width: calc(33.33% - 20px);
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item,
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n),
  .page-layout-2columns-left.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-3 .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(n),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-right:not(.page-with-filter) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter:not(.-filter-inactive) .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1),
  .page-layout-2columns-right.page-with-filter.-filter-active .products-grid .items.-col-xl-4 .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item {
    max-width: calc(25% - 22.5px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns.catalog-category-view .products-grid.grid .items.-col-xl-4 .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-1column .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 80px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .amtheme-product-wrap > .product.media,
  .page-layout-2columns-right .amtheme-product-wrap > .product.media {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-wrap .product.media {
    margin-left: 0;
    margin-right: 35px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-short-info .reviews-actions {
    margin-left: 5px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-info .swatch-opt:not(.-round),
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option:not(.color) {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-product-info .swatch-opt.-round .swatch-option.color {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .amtheme-actions-wrap .action.primary {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-cart-index .cart-container > .cart-summary {
    margin-left: 65px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-right: 160px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-index-index .page-main {
    padding-left: 160px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .checkout-container > .opc-wrapper {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:first-of-type {
    padding-right: 60px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-shipping > .amtheme-card-block > .box:last-of-type {
    padding-left: 60px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .multicheckout.shipping .block-other > .amtheme-card-block > .amtheme-text {
    padding-right: 60px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .block-order-details-view,
  .paypal-review-items {
    margin-right: 40px;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item,
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item,
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item {
    max-width: calc(20% - 20px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .product.item.product-item:nth-child(5n),
  .page-layout-empty .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-checkout .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n),
  .page-layout-1column .block.am-widget:not(.list) .products-grid .product.item:nth-child(5n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-2columns-left .block.am-widget .grid .product.item,
  .page-layout-2columns-right .block.am-widget .grid .product.item,
  .page-layout-2columns-left .block.am-widget .products-grid .product.item,
  .page-layout-2columns-right .block.am-widget .products-grid .product.item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-2columns-left .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .grid .product.item:nth-child(4n),
  .page-layout-2columns-left .block.am-widget .products-grid .product.item:nth-child(4n),
  .page-layout-2columns-right .block.am-widget .products-grid .product.item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-3columns .block.am-widget .grid .product.item,
  .page-layout-3columns .block.am-widget .products-grid .product.item {
    max-width: calc(33.33% - 16.67px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-3columns .block.am-widget .grid .product.item:nth-child(3n),
  .page-layout-3columns .block.am-widget .products-grid .product.item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1200px) and (min-width: 768px), print and (min-width: 768px) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item,
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item {
    max-width: calc(25% - 18.75px);
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(n) {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (min-width: 1200px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1200px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .page-layout-empty .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n),
  .page-layout-1column .cart-container .block .product-items.widget-product-grid:not(.slick-slider) .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1440px), print {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-inline-end: calc(30px * 2);
    padding-inline-start: calc(30px * 2);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-right: calc(30px * 2);
  }
}
@media all and (min-width: 1440px) and screen and (-ms-high-contrast: active), print and screen and (-ms-high-contrast: active), all and (min-width: 1440px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-main-description,
  .-sticky-message .content,
  .amsticky-cart-block .amtheme-form-cart {
    padding-left: calc(30px * 2);
  }
}
