/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: "swiper-icons";

  src:
		url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image:
 -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image:
 -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image:
 -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image:
 -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: normal, ;
          font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
*
* NOTE:
* If adding/editing colors please also update them in our tailwind.js file!
*
*/

.section-inner:not(.menu-wrapper),
.entry-content > .alignwide, .footer-banner > .wp-block-column:first-child, .mg-container {
  max-width: calc(120rem + 3.2rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 1720px) {
  .section-inner:not(.menu-wrapper),
    .entry-content > .alignwide, .footer-banner > .wp-block-column:first-child, .mg-container {
    max-width: calc(120rem + 3.2rem);
  }
}

button:not(.toggle):not(.plain-button):not([class*="tribe-"]):not([id*="mceu"]),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-transform: none;
  text-transform: initial;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.5;
  text-shadow: none;
  letter-spacing: 0;
}

button:hover:not(.toggle):not(.plain-button):not([class*="tribe-"]):not([id*="mceu"]),
  .button:hover,
  .faux-button:hover,
  .wp-block-button__link:hover,
  .wp-block-file .wp-block-file__button:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"] {
  opacity: 0.8;
}

.mg-filter::before, .mg-filter::after,
.mg-filter .mg-graphic-layer-static, .featured-img-filter:after, .column-images .wp-block-image:before, .mg-block-banners .swiper-pagination-bullet:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.plain-button {
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  text-transform: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-modal-inner {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.listing-items .post-item, .bulletin-template .item {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.entry-content {
  font-size: 2.1rem;
}

.entry-content p,
.entry-content li {
  line-height: inherit;
}

input,
textarea,
button,
.button,
.faux-button,
.faux-button.more-link,
.wp-block-button__link,
.wp-block-file__button,
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
  font-family: "Noto Sans";
}

.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
  margin-top: 0;
}

.mce-container .mce-widget .mce-txt {
  font-family: "Noto Sans";
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: none;
}

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

.wp-block-button {
  color: #5da6a3;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #5da6a3;
}

.section-inner.featured-media-inner {
  padding: 0;
}

hr.section-inner {
  max-width: 120rem !important;
}

.primary-menu .icon::before, .primary-menu .icon::after {
  background-color: #134886;
}

.featured-media::before {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .entry-content > .alignwide:not(.wp-block-group.has-background),
  .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-top: 6rem;
  }
}

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
  border-color: #f1b858;
}

.menu-modal .menu-wrapper.is-toggling {
  pointer-events: initial;
}

:root {
  --mg-html-margin: 0px;
  --mg-header-height: 0px;
  scroll-behavior: smooth;
  --primary: #134886;
  --secondary: #5da6a3;
  --accent: #f7e5ab;
  --tertiary: #de4e57;
  --highlight: #de4e57;
  --dividers: #ccc;
  --tec-color-accent-primary: #de4e57 !important;
}

*,
::after,
::before {
  border: 0 solid #ccc;
}

html {
  scroll-behavior: unset;
}

body {
  font-family: "Noto Sans";
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fffcf1;
  color: #241508;
  fill: #de4e57;
}

body * {
  letter-spacing: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif";
  font-weight: 500;
}

h1,
.heading-size-1 {
  font-size: 6rem;
}

.entry-content {
  font-family: "Noto Sans";
}

.entry-content h1,
  .entry-content h2 {
  font-family: "Noto Sans";
}

.entry-content h1,
  .entry-content .heading-size-1 {
  font-size: 6rem;
}

.entry-content h4 {
  font-family: "Noto Serif";
}

.entry-content p {
  font-size: 1.8rem;
}

.entry-content h6 strong {
  font-family: "Noto Sans";
}

a {
  color: #f1b858;
}

hr {
  border-color: #ccc;
  max-width: 120rem;
}

.mg-site-header {
  top: 0;
  top: 0px;
  top: var(--mg-html-margin);
}

@media screen and (min-width: 700px) {
  .site-logo img {
    max-height: 6.2rem;
  }
}

.header-inner {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.search-modal input {
  height: 4rem;
  border-color: #de4e57;
  font-size: 1.8rem;
}

.featured-media-inner {
  min-height: 275px;
}

.featured-media-inner h1,
  .featured-media-inner h2 {
  margin-top: 7.5rem;
}

.login-icon.logout-item {
  display: none;
}

.logged-in .login-icon.logout-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logged-in .login-icon.login-item {
  display: none !important;
}

.logged-in .my-profile {
  display: block !important;
}

.footer-banner {
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 5.9rem;
}

.footer-banner p {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .footer-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer-banner .wp-block-image {
    width: 100%;
  }

  .footer-banner .wp-block-image img {
    max-width: 100%;
  }

  .footer-banner .wp-block-column {
    padding-top: 0 !important;
  }

  .footer-banner .wp-block-column[style="flex-basis:33.33%"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.footer-banner > .wp-block-column {
  margin-bottom: 0 !important;
}

.footer-banner > .wp-block-column:first-child {
  position: relative;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  -ms-flex-preferred-size: 66.66% !important;
      flex-basis: 66.66% !important;
}

.footer-banner > .wp-block-column:first-child h2 {
  margin-top: 0 !important;
}

@media screen and (min-width: 1000px) {
  .footer-banner > .wp-block-column:first-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.footer-banner > .wp-block-column:first-child > * {
  margin-left: 0;
}

@media screen and (min-width: 700px) {
  .footer-banner > .wp-block-column:first-child > * {
    max-width: 50rem;
  }
}

@media screen and (min-width: 1280px) {
  .footer-banner > .wp-block-column:first-child > * {
    max-width: 60rem;
  }
}

@media screen and (min-width: 1440px) {
  .footer-banner > .wp-block-column:first-child > * {
    max-width: 70rem;
  }
}

.footer-banner > .wp-block-column:not(:first-child) {
  margin-bottom: 0;
}

@media screen and (max-width: 699px) {
  .footer-banner > .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .footer-banner > .wp-block-column:not(:first-child) {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.footer-banner h2 {
  font-family: "Noto Serif";
  margin-bottom: 0.5rem !important;
}

.footer-banner .size-full {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}

.footer-banner .size-full img {
  width: 100%;
  height: 100%;
}

.footer-banner picture,
  .footer-banner img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 700px) {
  .footer-banner picture,
      .footer-banner img {
    min-width: 47.1rem;
  }
}

@media screen and (max-width: 1440px) {
  .footer-banner picture,
      .footer-banner img {
    max-width: 47.1rem;
  }
}

@media screen and (max-width: 699px) {
  .footer-banner picture,
      .footer-banner img {
    max-width: 100%;
    width: 100%;
  }
}

.mg-site-footer a {
  font-weight: 700;
}

.mg-site-footer .third-column-content img {
  margin: 0;
}

.mg-site-footer .footer-site-info p:last-of-type {
  margin-bottom: 0;
}

.mg-site-footer .footer-secondary-menu a:hover span {
  text-decoration: underline;
}

.mg-site-footer .footer-secondary-menu a span {
  overflow: hidden;
  position: relative;
  line-height: 12px;
  display: inline-block;
}

.mg-site-footer .footer-secondary-menu > li:not(:first-child) a span:before {
  content: "";
  border-left: 1px solid #fff;
  margin-left: 1rem;
  margin-right: 1rem;
}

.mg-site-footer .section-inner {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.mg-site-footer .section-inner .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.mg-site-footer .section-inner .column:not(:last-of-type):after {
  content: "";
  border: 1px solid #6bcef6;
  height: 100%;
  margin: auto;
  display: block;
}

.mg-site-footer .section-inner .column:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 1100px) {
  .mg-site-footer .section-inner-columns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .mg-site-footer .section-inner-columns > li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .mg-site-footer .section-inner-columns > li:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.mg-site-footer .section-inner-columns > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.mg-site-footer .section-inner-columns > li:not(:last-child):after {
  content: "";
  border-left: 1px solid #fff;
  opacity: 0.3;
  height: 100%;
  margin: auto;
}

.mg-site-footer .section-inner-columns > li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.mg-site-footer .section-inner-columns > li::after {
  margin: auto;
  display: block;
}

.mg-site-footer .footer-social-menu > li {
  width: 38.3px;
  height: 38.3px;
}

.mg-site-footer .footer-social-menu > li:not(:last-child) {
  margin-right: 1.5rem;
}

.mg-site-footer .footer-social-menu > li a:hover svg {
  opacity: 0.7;
}

.mg-site-footer .footer-social-menu > li svg {
  width: 100%;
  height: 100%;
  fill: #de4e57;
}

.utility-menu > li {
  height: 40px;
}

.utility-menu > li a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.utility-menu > li:not(.auth-link) a {
  padding-right: 1rem;
}

.utility-menu > li:not(.auth-link) a span {
  padding-right: 1rem;
  border-right: 1px solid #fff;
}

.utility-menu > li a span {
  line-height: 11px;
}

.utility-menu .maxxlogout {
  display: none !important;
}

.logged-in .utility-menu .maxxlogin {
  display: none !important;
}

.logged-in .utility-menu .maxxlogout {
  display: block !important;
}

.primary-menu .sub-menu .icon,
.primary-menu .sub-menu .sub-menu-toggle,
.mobile-menu .sub-menu .icon,
.mobile-menu .sub-menu .sub-menu-toggle {
  display: none !important;
}

.primary-menu .sub-menu {
  background-color: #de4e57;
}

.primary-menu .sub-menu a:hover span {
  text-decoration: underline;
}

.primary-menu .sub-menu a span {
  color: #fff;
  text-transform: none;
  text-transform: initial;
}

.primary-menu .sub-menu .icon:before, .primary-menu .sub-menu .icon:after {
  background-color: #fff;
}

.primary-menu .sub-menu .sub-menu:after {
  border-left-color: #de4e57;
}

.primary-menu ul {
  border-radius: 0;
  width: 38.6rem;
}

.primary-menu ul::after {
  border-bottom-color: #de4e57;
}

.primary-menu ul a {
  padding: 0.75rem 2rem !important;
  font-weight: normal !important;
}

.primary-menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

@media screen and (min-width: 1000px) {
  .primary-menu > li {
    text-decoration: none !important;
  }
}

.primary-menu > li.menu-item-has-children:hover > ul, .primary-menu > li.menu-item-has-children:focus > ul, .primary-menu > li.menu-item-has-children.focus > ul {
  right: calc(50% - 19.3rem) !important;
}

.primary-menu > li.menu-item-has-children > a {
  padding-right: 0 !important;
}

.primary-menu > li a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 1000px) {
  .primary-menu > li a {
    text-decoration: none !important;
  }
}

.primary-menu > li > .sub-menu:after {
  display: none;
}

.primary-menu > li > ul {
  top: calc(100% + 1.8rem);
}

.primary-menu > li > a {
  text-align: center;
  cursor: default;
}

.primary-menu > li > a:after {
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.primary-menu > li li:hover a, .primary-menu > li li.current-menu-item a, .primary-menu > li li.current_page_item a {
  text-decoration: underline;
}

.primary-menu > li li:hover a span, .primary-menu > li li.current-menu-item a span, .primary-menu > li li.current_page_item a span {
  text-decoration: underline;
}

.primary-menu > li:after {
  content: "";
  height: 0.5rem;
  bottom: -1.8rem;
  right: 9999rem;
  -webkit-transition: opacity 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  -o-transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s, -webkit-transform 0.15s linear;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  opacity: 0;
  position: absolute;
  width: 100%;
  background-color: #de4e57;
}

.primary-menu > li.current-menu-ancestor:after, .primary-menu > li.current-menu-item:after, .primary-menu > li.current_page_ancestor:after, .primary-menu > li:hover:after, .primary-menu > li.focus:after {
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  transition: opacity 0.15s linear, -webkit-transform 0.15s linear;
  -o-transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear;
  transition: opacity 0.15s linear, transform 0.15s linear, -webkit-transform 0.15s linear;
  opacity: 1;
}

.primary-menu > li > .icon {
  right: -0rem;
  top: calc(50% - 0.8rem);
}

@media screen and (min-width: 1024px) {
  .primary-menu > li > .icon {
    display: none !important;
  }
}

.toggle-wrapper:before {
  display: none !important;
}

.breadcrumbs {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.breadcrumbs a,
  .breadcrumbs > span,
  .breadcrumbs > span::before {
  font-weight: 400;
  text-decoration: none;
  font-size: 1.5rem;
}

.breadcrumbs a,
  .breadcrumbs a span {
  font-weight: 700;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs + .post-inner {
  padding-top: 0;
}

.breadcrumbs span {
  font-family: "Noto Sans";
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumbs .mx-2 {
  height: 27px;
  overflow: hidden;
  top: -2px;
  position: relative;
}

.no-breadcrumb-plugin > span:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
  color: #5da6a3;
}

.post-type-archive-member_news .entry-header-inner .breadcrumbs span:nth-last-child(2) {
  display: none;
}

.mg-container > hr {
  margin-top: 3.1rem;
  margin-bottom: 3.3rem;
}

#site-content,
.tribe-events {
  padding-top: 0px !important;
  padding-top: var(--mg-header-height) !important;
}

.post-meta-edit-link-wrapper {
  display: none;
}

.single-post .entry-content > .wp-block-columns.post-detail.alignwide .wp-block-column:first-child {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
}

.single-post .entry-content > .wp-block-columns.post-detail.alignwide .wp-block-column:last-child:not(.single-column) {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.single .wp-block-columns .wp-block-column:first-child,
.page-template .wp-block-columns .wp-block-column:first-child {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
}

.single .wp-block-columns .wp-block-column:last-child,
.page-template .wp-block-columns .wp-block-column:last-child {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.page .entry-content > .wp-block-table table {
  border: none;
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: "Noto Serif";
}

.page .entry-content > .wp-block-table td {
  padding: 0;
  border: none;
}

.page .entry-content > .wp-block-table td strong {
  color: #134886;
  font-size: 2.4rem;
}

.page .entry-content img[src*="star"] {
  display: inline !important;
  margin-right: 0;
  position: relative;
  top: 2px;
  margin: 0 !important;
  float: none !important;
}

hr,
.wp-block-separator,
hr.styled-separator {
  margin-top: 4rem;
  margin-bottom: 4rem;
  background: #f1b858;
  background-color: #f1b858 !important;
}

hr:before, hr:after,
  .wp-block-separator:before,
  .wp-block-separator:after,
  hr.styled-separator:before,
  hr.styled-separator:after {
  display: none !important;
}

picture.object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

picture.min-w-full img {
  min-width: 100%;
}

picture.h-full img {
  height: 100%;
}

picture.w-full img {
  width: 100%;
}

.listing-items {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 600px) {
  .listing-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 700px) {
  .listing-items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 600px) {
  .listing-items .post-item {
    max-width: 39rem;
  }
}

.listing-items .post-item .post-img {
  position: relative;
  overflow: hidden;
  height: 21.4rem;
  border-bottom: 1px solid #ccc;
}

.listing-items .post-item .post-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 100%;
  padding: 3rem;
}

.wp-block-image picture img {
  width: 100%;
}

.entry-header-inner .entry-title,
.entry-header-inner p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.board-of-directors-template div:not(.wp-block-column) > .wp-block-buttons,
.tax-craftsmanship_awards_category div:not(.wp-block-column) > .wp-block-buttons {
  display: none;
}

.pagination-single hr {
  display: none;
}

span > svg {
  fill: inherit;
  color: inherit;
  max-width: unset;
}

svg {
  fill: inherit;
}

.entry-content:not(#maxx-content) > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 75rem;
}

.entry-content:not(#maxx-content) a:not(.wp-block-button__link) {
  color: #de4e57;
  text-decoration: none;
}

.entry-content:not(#maxx-content) a:not(.wp-block-button__link):hover {
  text-decoration: underline;
}

.entry-content:not(#maxx-content) ul li,
.entry-content:not(#maxx-content) ol li {
  font-size: 1.8rem;
}

body.template-full-width:not(.singular) .entry-content:not(#maxx-content) > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.archive .entry-content:not(#maxx-content) > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.single .entry-content:not(#maxx-content) > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 75rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  width: auto;
}

@media screen and (min-width: 1280px) {
  body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin-left: calc((100% - 120rem) / 2);
    margin-right: auto;
  }
}

.left-content > figure {
  margin-top: 0 !important;
}

.single-craftsman_hall .wp-block-image figure {
  margin-top: 0;
  margin-right: 2rem;
}

.single-craftsman_hall .post-detail .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.single-craftsman_hall .post-detail .wp-block-columns .wp-block-column h6 {
  font-weight: 700;
  color: #134886;
}

.single-craftsman_hall .post-detail .wp-block-columns .wp-block-column p:first-of-type {
  margin-bottom: 0;
}

.style-guide-template .entry-content > h1 {
  font-size: 3.8rem;
}

@media screen and (max-width: 781px) {
  .hide-on-mobile {
    display: none;
  }
}

body .post-inner {
  padding-top: 5.6rem;
}

.board-of-chairs table {
  margin-top: 0;
}

.board-of-chairs table td {
  text-align: center;
  font-family: "Noto Sans";
}

.board-of-chairs table td br:first-of-type {
  display: none;
}

.board-of-chairs table td img {
  margin-left: auto;
  margin-right: auto;
}

.board-of-chairs table td strong {
  text-transform: uppercase !important;
  color: #134886 !important;
  font-family: "Noto Sans";
}

.single-star_awards .left-content > :first-child {
  margin-top: 0;
}

.single-star_awards .left-content > h5:not(:first-child) {
  margin-top: 5rem;
}

.single-star_awards h5 {
  font-size: 2.4rem;
}

.single-star_awards h5 strong {
  font-family: "Noto Serif";
}

.single-star_awards h5 * {
  text-decoration: none;
}

.single-star_awards h6 {
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-weight: 700;
  color: #134886;
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.single-star_awards h6 em {
  color: #de4e57;
}

.page-template-default .entry-content > .wp-block-columns:first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 781px) {
  .page-template-default .entry-content > .wp-block-columns .wp-block-column[style="flex-basis:66.66%"] {
    padding-right: 4rem;
  }
}

@media screen and (min-width: 781px) {
  .page-template-default .entry-content > .wp-block-columns .wp-block-column[style="flex-basis:33.33%"] > *:first-child {
    margin-top: 0;
  }
}

.tribe-events-page-template .tribe-events-c-subscribe-dropdown__list-item {
  font-size: 1.4rem;
}

.entry-content .wp-block-image .alignleft {
  margin-right: 2rem;
}

@media screen and (max-width: 699px) {
  .entry-content .wp-block-image .alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.entry-content .wp-block-image .alignright {
  margin-left: 2rem;
}

@media screen and (max-width: 699px) {
  .entry-content .wp-block-image .alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 699px) {
  .entry-content p > img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 2rem !important;
    padding-right: 0 !important;
  }
}

input,
textarea,
select {
  letter-spacing: 0;
  font-family: "Noto Sans";
  border: 1px solid #ccc;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  font-size: 1em;
  border-radius: 0;
  padding: 1.2rem 1.8rem;
}

input:focus,
button:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  border-color: transparent;
}

select:not(.appearance-none):not([multiple]) {
  color: #241508;
  background-color: white;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E%3Cg fill='%2300243E' fill-rule='evenodd' stroke='%2300243E' stroke-width='2'%3E%3Cpath d='M2 16l4 6 4-6zM10 8L6 2 2 8z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 3.5rem;
}

select:not(.appearance-none):not([multiple])::-ms-expand {
  display: none;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper select {
  padding: 1.2rem 1.8rem !important;
}

.gform_wrapper select {
  padding-right: 3.5rem !important;
  line-height: 2.4rem !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  margin-top: 0 !important;
}

.entry-content > .gform_confirmation_wrapper,
.wp-block-column > .gform_confirmation_wrapper {
  margin-bottom: 3.2rem;
}

.gfield_label {
  font-family: "Noto Sans";
  font-size: 1.8rem;
}

.gfield_required {
  color: #de4e57;
}

.gfield {
  margin-bottom: 3rem;
}

.gform_fileupload_rules,
.gfield_description {
  font-family: "Noto Sans";
  font-size: 1.6rem;
}

.gfield_description {
  margin-bottom: 1rem;
}

.gform_fileupload_rules {
  margin-left: 1rem;
}

.gform_submission_error.hide_summary {
  color: #de4e57;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
}

.gfield_validation_message {
  color: #de4e57;
  margin-top: 1rem;
}

.gfield_radio label {
  display: inline;
}

@media screen and (max-width: 699px) {
  body .gform_wrapper.gravity-theme .gform_body .gsection_title {
    margin-top: 0;
  }

  body .gform_wrapper.gravity-theme .gform_body .gfield {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  body .gform_wrapper.gravity-theme .gform_body .gfield input.medium,
    body .gform_wrapper.gravity-theme .gform_body .gfield select.medium {
    width: 100%;
  }

  body .gform_wrapper.gravity-theme .gform_body .gform_fields {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  body .gform_wrapper.gravity-theme .gform_body .gform_fields .gsection_title {
    margin-top: 0;
  }

  body .gform_wrapper.gravity-theme .gform_body .spacer.gfield {
    grid-column: none !important;
  }
}

body .gform_wrapper.gravity-theme .gform_body .gform_fields .gsection_title {
  margin-top: 0;
}

:root .has-primary-color {
  color: #134886;
}

:root .has-primary-background-color,
:root .has-primary-background-color a:not(.button):not([class*="tribe-"]),
:root .has-secondary-background-color,
:root .has-secondary-background-color a:not(.button):not([class*="tribe-"]) {
  color: white;
}

:root .has-primary-background-color a:not(.button):not(.wp-block-button__link):not(.wp-block-file__button):not([class*="tribe-"]),
:root .has-secondary-background-color a:not(.button):not(.wp-block-button__link):not(.wp-block-file__button):not([class*="tribe-"]) {
  text-decoration: underline;
}

:root .has-primary-background-color .wp-block-button__link,
:root .has-secondary-background-color .wp-block-button__link {
  background-color: #fff;
  color: #5da6a3 !important;
}

:root .has-primary-background-color {
  background-color: #134886;
}

:root .has-secondary-background-color {
  background-color: #5da6a3;
}

:root .has-accent-light-background-color {
  background-color: #f7e5ab;
}

:root .has-secondary-background-color h2:not(.has-text-color) {
  color: #fff;
}

:root .has-secondary-background-color h2.has-tertiary-color {
  color: #de4e57;
}

:root .has-secondary-background-color h2.has-accent-light-color {
  color: #f7e5ab;
}

.padded-box,
.mg-block-cta--color_block .has-background,
p.has-background {
  padding: 1.6rem;
}

@media screen and (min-width: 700px) {
  .padded-box,
    .mg-block-cta--color_block .has-background,
    p.has-background {
    padding: 3.2rem;
  }
}

.mg-accordion {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.mg-accordion.alignleft, .mg-accordion.alignright {
  max-width: 75rem;
  width: 100%;
}

.mg-accordion > h3:last-of-type button {
  border-bottom: 1px solid #ccc !important;
}

.mg-accordion > h3 button[aria-expanded="true"] {
  border: none !important;
}

.mg-accordion h3 {
  margin-bottom: 0;
  position: relative;
  color: #5da6a3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.mg-accordion h3 .accordion__title {
  pointer-events: none;
}

.mg-accordion h3 ~ h3 {
  margin-top: -1px;
}

.mg-accordion .accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 0;
  padding: 0.5rem;
  margin-bottom: 2px;
}

.mg-accordion .accordion__control:focus, .mg-accordion .accordion__control:hover {
  background-color: #ccc;
  color: #de4e57;
}

.mg-accordion .accordion__control[aria-expanded="true"] .accordion__icon {
  -webkit-transform: translateY(0) rotate(-135deg);
          transform: translateY(0) rotate(-135deg);
}

.mg-accordion .accordion__icon {
  border: solid #de4e57;
  border-width: 0 2px 2px 0;
  height: 1rem;
  width: 1rem;
  pointer-events: none;
  -webkit-transform: translateY(-0.25rem) rotate(45deg);
          transform: translateY(-0.25rem) rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  display: block;
}

.mg-banners .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.mg-banners .swiper-container.single-slide .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
}

.mg-banners .swiper-container.single-slide .swiper-wrapper .swiper-slide .delay-display > * {
  opacity: 1;
}

.mg-banners .swiper-container.single-slide .swiper-button-prev,
.mg-banners .swiper-container.single-slide .swiper-button-next {
  display: none;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}

.mg-block svg {
  max-width: unset;
}

.apply-greyscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.mg-graphic-layer {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.mg-filter {
  position: relative;
  overflow: hidden;
}

.mg-filter::before, .mg-filter::after,
  .mg-filter .mg-graphic-layer-static {
  z-index: 1;
  content: "";
  position: absolute;
}

.mg-filter::before {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  opacity: 0.6;
}

.mg-filter:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.82%, rgba(36, 21, 8, 0.15)), color-stop(130%, #160a00));
  background: -o-linear-gradient(top, rgba(36, 21, 8, 0.15) 30.82%, #160a00 130%);
  background: linear-gradient(180deg, rgba(36, 21, 8, 0.15) 30.82%, #160a00 130%);
  opacity: 1;
}

.mg-filter--blur {
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

.mg-filter--dark:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.07%, #241508), color-stop(61.08%, rgba(36, 21, 8, 0)));
  background: -o-linear-gradient(bottom, #241508 0.07%, rgba(36, 21, 8, 0) 61.08%);
  background: linear-gradient(360deg, #241508 0.07%, rgba(36, 21, 8, 0) 61.08%);
  opacity: 1;
}

.mg-filter--primary:after {
  content: "";
  background-image: -o-radial-gradient(7%, circle, at 0%, rgba(19, 72, 134, 0.5), rgba(0, 0, 0, 0.76) 45%);
  background-image: radial-gradient(circle at 7%, at 0%, rgba(19, 72, 134, 0.5), rgba(0, 0, 0, 0.76) 45%);
  background-image: -o-radial-gradient(7% 0%, circle, rgba(19, 72, 134, 0.5), rgba(0, 0, 0, 0.76) 45%);
  background-image: radial-gradient(circle at 7% 0%, rgba(19, 72, 134, 0.5), rgba(0, 0, 0, 0.76) 45%);
  opacity: 1;
}

.mg-filter.mg-transparent::before {
  content: "";
  background-color: transparent;
  opacity: 1;
}

.mg-filter > * {
  z-index: 2;
}

.mg-filter .mg-graphic-layer,
  .mg-filter .mg-graphic-layer-static {
  z-index: 0;
}

.mg-filter--plain::before, .mg-filter--plain::after {
  display: none !important;
}

.mg-filter:hover .mg-graphic-layer, .mg-filter:focus .mg-graphic-layer {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.mg-filter:hover .mg-graphic-layer img, .mg-filter:focus .mg-graphic-layer img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.mg-filter--has-hover:hover::before {
  opacity: 0.9;
}

.mg-filter--subtle::before {
  opacity: 0.2;
}

.mg-filter--medium::before {
  opacity: 0.6;
}

.mg-filter--heavy::before {
  opacity: 0.8;
}

.mg-filter--img::after {
  content: "";
  opacity: 0.4;
}

@media screen and (min-width: 1000px) {
  .mg-filter .mg-graphic-layer-static {
    position: absolute;
    height: auto;
  }
}

.mg-filter--gradient::before {
  opacity: 1 !important;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(222, 78, 87, 0.4)), color-stop(40%, rgba(36, 21, 8, 0.6)));
  background-image: -o-linear-gradient(top, rgba(222, 78, 87, 0.4) 20%, rgba(36, 21, 8, 0.6) 40%);
  background-image: linear-gradient(to bottom, rgba(222, 78, 87, 0.4) 20%, rgba(36, 21, 8, 0.6) 40%);
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .bg-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.featured-img-filter:after {
  z-index: 1;
  content: "";
  position: absolute;
  background-image: -o-radial-gradient(52%, circle, at 71%, rgba(15, 0, 25, 0.81), rgba(32, 4, 49, 0.14) 59%);
  background-image: radial-gradient(circle at 52%, at 71%, rgba(15, 0, 25, 0.81), rgba(32, 4, 49, 0.14) 59%);
  background-image: -o-radial-gradient(52% 71%, circle, rgba(15, 0, 25, 0.81), rgba(32, 4, 49, 0.14) 59%);
  background-image: radial-gradient(circle at 52% 71%, rgba(15, 0, 25, 0.81), rgba(32, 4, 49, 0.14) 59%);
}

.current-and-past-winners-template .sub-text {
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
}

.current-and-past-winners-template .category-item a .arrow-icon,
.single-craftsmanship_awards .category-item a .arrow-icon {
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.current-and-past-winners-template .category-item a .arrow-icon svg,
  .single-craftsmanship_awards .category-item a .arrow-icon svg {
  width: 2.7rem;
}

.current-and-past-winners-template .category-item a:hover span,
.single-craftsmanship_awards .category-item a:hover span {
  opacity: 0.7;
}

.current-and-past-winners-template .category-item a:hover .arrow-icon,
.single-craftsmanship_awards .category-item a:hover .arrow-icon {
  left: -1.5rem;
}

.current-and-past-winners-template .mg-sidebar,
.single-craftsmanship_awards .mg-sidebar {
  font-size: 1.8rem;
}

.current-and-past-winners-template .mg-sidebar .wp-block-group,
  .single-craftsmanship_awards .mg-sidebar .wp-block-group {
  margin-top: 0.2rem !important;
}

.current-and-past-winners-template .mg-sidebar h2,
  .single-craftsmanship_awards .mg-sidebar h2 {
  margin-top: 0;
  font-size: 2.4rem;
}

.current-and-past-winners-template .mg-sidebar h4,
  .single-craftsmanship_awards .mg-sidebar h4 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Noto Sans";
  margin-bottom: 0;
  margin-top: 2.1rem;
}

.current-and-past-winners-template .mg-sidebar ul,
  .single-craftsmanship_awards .mg-sidebar ul {
  margin-bottom: 0;
}

.current-and-past-winners-template .mg-sidebar ul li,
    .single-craftsmanship_awards .mg-sidebar ul li {
  margin-left: 3rem;
}

.current-and-past-winners-template .mg-sidebar .wp-block-group__inner-container *,
  .single-craftsmanship_awards .mg-sidebar .wp-block-group__inner-container * {
  max-width: 100% !important;
}

.star-icon {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.64752H12.4121L10 0L7.58795 7.64752H0L6.47072 12.3525L3.52928 20L10 15.2939L16.4707 20L13.5293 12.3525L20 7.64752Z' fill='%23F1B858'/%3E%3C/svg%3E%0A");
}

.delay-display > * {
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 1s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  -o-transition: opacity 1s cubic-bezier(0.52, 0.01, 0.16, 1), transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 1s cubic-bezier(0.52, 0.01, 0.16, 1), transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 1s cubic-bezier(0.52, 0.01, 0.16, 1), transform 1s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.delay-display.active > *,
.swiper-slide-active .delay-display > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delay-display > *:nth-child(1) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-display > *:nth-child(2) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay-display > *:nth-child(3) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-display > *:nth-child(4) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-display > *:nth-child(5) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay-display > *:nth-child(6) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay-display > *:nth-child(7) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay-display > *:nth-child(8) {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay-display > *:nth-child(9) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

.delay-display > *:nth-child(10) {
  -webkit-transition-delay: 3.3s;
       -o-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.delay-display > *:nth-child(11) {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.delay-display > *:nth-child(12) {
  -webkit-transition-delay: 3.9s;
       -o-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.delay-display > *:nth-child(13) {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.delay-display > *:nth-child(14) {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.delay-display > *:nth-child(15) {
  -webkit-transition-delay: 4.8s;
       -o-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

html.no-js .delay-display > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.scale-element .mg-scale-container > * {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.scale-element .mg-scale-container > *.mg-block-content-list--details {
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

.scale-element .mg-scale-container.active > * {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: none;
          transform: none;
}

.font-heading,
.font-heading * {
  font-family: "Noto Serif" !important;
}

.font-body,
.font-body * {
  font-family: "Noto Sans" !important;
}

:target {
  scroll-margin-top: 500px;
}

.archive-sidebar a[aria-current="page"] {
  text-decoration: underline;
}

.mg-menu-toggle {
  padding: 12px 0.1rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mg-menu-toggle:active, .mg-menu-toggle:hover {
  outline: none;
  background-color: transparent;
}

.mg-menu-toggle .menu-toggle__inner {
  position: relative;
  width: 40px;
  height: 4px;
  background-color: #de4e57;
  -webkit-transition: background 0s 0.3s linear;
  -o-transition: background 0s 0.3s linear;
  transition: background 0s 0.3s linear;
}

.mg-menu-toggle .menu-toggle__inner::before, .mg-menu-toggle .menu-toggle__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #de4e57;
}

.mg-menu-toggle .menu-toggle__inner::before {
  top: 11px;
  -webkit-transition: top 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: top 0.2s 0.3s linear, transform 0.3s linear;
  transition: top 0.2s 0.3s linear, transform 0.3s linear;
  transition: top 0.2s 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mg-menu-toggle .menu-toggle__inner::after {
  bottom: 11px;
  -webkit-transition: bottom 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: bottom 0.2s 0.3s linear, transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mg-menu-toggle.active .menu-toggle__inner {
  position: relative;
  width: 40px;
  height: 4px;
  background-color: rgba(19, 72, 134, 0);
  -webkit-transition: background 0s 0.2s linear;
  -o-transition: background 0s 0.2s linear;
  transition: background 0s 0.2s linear;
}

.mg-menu-toggle.active .menu-toggle__inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

.mg-menu-toggle.active .menu-toggle__inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

.menu-modal .mg-menu-toggle .menu-toggle__inner {
  background-color: #fff;
}

.menu-modal .mg-menu-toggle .menu-toggle__inner::before, .menu-modal .mg-menu-toggle .menu-toggle__inner::after {
  background-color: #fff;
}

.menu-modal .close-nav-toggle {
  margin-top: 3px;
}

.mobile-menu ul li a {
  color: #fff !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
  font-family: "Noto Sans";
  font-weight: 700 !important;
}

.mobile-menu ul li .sub-menu li {
  border-bottom: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
  height: 2.8rem;
  max-width: 2.8rem;
  width: 2.8rem;
}

@media screen and (min-width: 1000px) {
  .utility-modal-menu {
    display: none;
  }
}

.utility-modal-menu > li:first-child {
  border-top: 0;
}

button.close-nav-toggle {
  padding: 4rem 0;
}

@media screen and (max-width: 999px) {
  .menu-modal {
    margin-top: 0px !important;
    margin-top: var(--mg-header-height) !important;
  }
}

.menu-modal.active .menu-toggle__inner {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0s 0.2s linear;
  -o-transition: background 0s 0.2s linear;
  transition: background 0s 0.2s linear;
}

@media screen and (min-width: 1000px) {
  .menu-modal.active .menu-toggle__inner {
    height: 4px;
  }
}

.menu-modal.active .menu-toggle__inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

.menu-modal.active .menu-toggle__inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

@media screen and (max-width: 999px) {
  .menu-modal .mobile-menu {
    padding-bottom: 4.4rem;
  }

  .menu-modal .menu-modal-inner {
    padding-top: 4.4rem;
  }
}

.modal-menu li,
.modal-menu a {
  font-size: 1.8rem;
  font-family: "Noto Serif";
  letter-spacing: normal !important;
  font-weight: 400 !important;
}

.modal-menu > li {
  border-top: solid;
}

.modal-menu > li > .ancestor-wrapper > a,
  .modal-menu > li > a {
  font-size: 1.8rem;
  padding: 1.5rem 0 !important;
  color: #fff;
  text-decoration: none;
}

.modal-menu li {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-width: 0 !important;
}

.modal-menu li.current-menu-item, .modal-menu li.current_page_item {
  text-decoration: underline;
}

.modal-menu a {
  color: #ff;
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.menu-wrapper.is-toggling .menu-item,
.menu-wrapper.is-toggling .toggling-target {
  position: relative !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.modal-menu li {
  border-top-color: #fff !important;
  border-top-width: 1px;
}

.modal-menu li.current-menu-item, .modal-menu li.current_page_item {
  text-decoration: unset;
}

.modal-menu li:last-child {
  border-bottom-color: #fff !important;
  border-bottom-width: 1px;
}

.modal-menu .sub-menu-toggle {
  border-left: 0.1rem solid #fff !important;
}

.search-modal .search-field {
  font-size: 2.4rem;
  height: 6rem;
}

.template-maxx-stub.maxx_NewUserPublic .error span.error {
  color: #ff0000;
}

.template-maxx-stub.maxx_users_only.maxx_IndividualFormPublic.maxx_edit form > table {
  border: 0;
}

.template-maxx-stub.maxx_users_only.maxx_IndividualFormPublic.maxx_edit form > table td[valign="bottom"],
  .template-maxx-stub.maxx_users_only.maxx_IndividualFormPublic.maxx_edit form > table td.rotated-label {
  border: 0 !important;
}

.template-maxx-stub.maxx_users_only.maxx_IndividualFormPublic.maxx_edit form > table td.normal {
  border-right: 0.1rem solid #dcd7ca !important;
}

.template-maxx-stub.maxx_users_only.maxx_IndividualFormPublic.maxx_edit form > table.address-table-with-labels td:nth-child(6) {
  border-top: 0;
}

.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table[cellpadding="4"] {
  max-width: 100% !important;
}

.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td input[name*="Individual"]:not(input[type="checkbox"]),
.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td input[name*="Company"]:not(input[type="checkbox"]),
.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td select[name*="Individual"],
.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td select[name*="Company"] {
  width: 53%;
}

.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td div[style="padding: 4px; background-color:#003E7E;"] {
  background-color: transparent !important;
}

.template-maxx-stub.maxx_members_only.maxx_membership .entry-content > table td div[style="padding: 4px; background-color:#003E7E;"] h2 {
  color: #241508 !important;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search table,
.template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search tr,
.template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search td {
  border: 0;
  padding: 0 !important;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search table img.photo,
  .template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search tr img.photo,
  .template-maxx-stub.maxx_members_only.maxx_membership.maxx_IndividualFormPublicMembers.maxx_search td img.photo {
  padding: 1rem;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table {
  border: 0;
  margin-top: 0;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table[border="0"] tr,
  .template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table[border="0"] td {
  border: 0;
  padding: 0 !important;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table[border="0"] table[border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table > tbody > tr > td {
  border: 0;
  padding: 0;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table > tbody > tr > td > form > table select[name="Individual_DirectoryAddresses_state"] {
  margin-bottom: 1.5rem;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers .entry-content > table > tbody > tr > td > form > table > tbody > tr > td {
  border: 0;
  padding: 0;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers select[name="Company_branches_address_state"] {
  margin-bottom: 1.5rem;
}

.template-maxx-stub.maxx_members_only.maxx_membership.maxx_CompanyFormPublicMembers select[name="Company_Membership_type"] {
  margin-bottom: 4rem;
}

.template-maxx-stub.maxx_lostPassword .entry-content > table {
  border: 0;
}

.template-maxx-stub.maxx_lostPassword .entry-content > table td {
  padding: 0;
  border: 0;
}

.template-maxx-stub.maxx_lostPassword .entry-content > table td table {
  border: 0;
}

.template-maxx-stub table.address-table-with-labels .rotated-label {
  height: 60px;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] {
  max-width: 100% !important;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] table[width="100%"][cellpadding="0"] {
  border: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] table[width="100%"][border="0"] {
  margin-bottom: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] table.odd[cellspacing="0"] {
  margin-top: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] input[name="Company_socialNetworking_usertext"] {
  max-width: 50%;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table {
  border: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table select[name="Company_socialNetworking_socialnetwork"] {
  margin-bottom: 1.5rem;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList .help_text {
  display: block;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table {
  margin-top: 0;
  border: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table > tbody > tr > td {
  padding: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table > tbody > tr > td > table {
  margin-top: 0;
  border: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table > tbody > tr > td > table > tbody > tr > td {
  padding: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table > tbody > tr > td > table > tbody > tr > td > table {
  border: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table #socialNetworkingList > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td {
  padding: 0;
}

.template-maxx-stub.maxx_PrimaryContactManagementPublic form[action="editCompany"] > table td {
  border: 0;
}

.template-maxx-stub.maxx_applications .entry-content > form .createProfileTable {
  border: 0;
}

.template-maxx-stub.maxx_applications .entry-content > form .createProfileTable th,
  .template-maxx-stub.maxx_applications .entry-content > form .createProfileTable td {
  padding: 0;
  border: 0;
}

.template-maxx-stub.maxx_applications .entry-content > form h3 {
  margin-top: 0;
  font-size: 2.4rem;
}

.template-maxx-stub.maxx_applications .entry-content > form input[name*="Individual_CurrentCompany"],
.template-maxx-stub.maxx_applications .entry-content > form select[name*="Individual_CurrentCompany"] {
  width: 100%;
  max-width: 53%;
  display: block;
}

.template-maxx-stub.maxx_applications .entry-content > form select[name*="Individual_addresses"] {
  margin-bottom: 2.4rem;
  width: auto;
}

.template-maxx-stub.maxx_applications .entry-content > form input[size="20"]:not([name*="password"]), .template-maxx-stub.maxx_applications .entry-content > form input[size="45"], .template-maxx-stub.maxx_applications .entry-content > form input[name="Individual_suffix"] {
  max-width: 53%;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] > tbody > tr > td {
  border: 0;
  padding: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] > tbody > tr > td h1 {
  padding: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] > tbody > tr > td > table[border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] > tbody > tr > td > table[border="0"] > tbody > tr > td[valign="top"] {
  border: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[border="0"] > tbody > tr > td > table[border="0"] > tbody > tr > td[valign="top"]:first-of-type {
  border-right: 1px solid #ccc;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[cellspacing="10px"] {
  border: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[cellspacing="10px"] > tbody > tr > th {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[cellspacing="10px"] > tbody > tr:last-of-type {
  border-top: 1px solid #ccc;
}

.template-maxx-stub.maxx_applications.maxx_CompanyApplicationFormPublic form > table[cellspacing="10px"] > tbody > tr > td {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.template-maxx-stub.maxx_manageRoster {
  margin: 0;
}

.template-maxx-stub.maxx_GroupRegistrationFormPublic .groupRegSection .sectionHeader {
  margin: 0;
}

@media screen and (min-width: 625px) {
  .template-maxx-stub.maxx_GroupRegistrationFormPublic input[type="button"] {
    margin-left: 1rem;
  }
}

.template-maxx-stub .groupRegistrationWrapper .stepByStepNav ul li a {
  font-size: 1.2rem;
}

.template-maxx-stub.maxx_CompanyApplicationFormPublic h1,
.template-maxx-stub.maxx_CompanyApplicationFormPublic .headline1 {
  margin-top: 0;
}

.template-maxx-stub .maxx-new-accordion {
  border-width: 1px;
}

.template-maxx-stub .maxx-accordion-panel table h2 {
  font-size: 2.4rem;
  margin-top: 1rem;
}

.template-maxx-stub .maxx-accordion-panel table h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.template-maxx-stub .mg-site-content h3 {
  font-size: 3.2rem;
}

.template-maxx-stub .mg-site-content h4 {
  font-size: 2.4rem;
}

.template-maxx-stub .mg-site-content span:not[class*="headline"] {
  font-size: 1.8rem;
}

.template-maxx-stub .mg-site-content .invoiceInformation,
.template-maxx-stub .mg-site-content .personalInformation,
.template-maxx-stub .mg-site-content p {
  font-size: 1.8rem;
}

.template-maxx-stub .mg-site-content a {
  color: #de4e57;
  font-family: "Noto Sans";
  font-size: 1.8rem;
}

.template-maxx-stub .mg-site-content .fieldlabel:not(td) {
  margin-top: 1rem;
  display: inline-block;
}

.template-maxx-stub .mg-site-content .button {
  font-size: 2.1rem;
  padding: 1rem 2.5rem;
  color: #fff;
  line-height: 1.5;
}

.template-maxx-stub .creditStuff .field_label {
  margin-top: 0.5rem;
  display: inline-block;
}

.template-maxx-stub .creditStuff #Payment_creditCardType,
.template-maxx-stub .creditStuff #Payment_billingAddress_state,
.template-maxx-stub .creditStuff #Payment_billingAddress_country {
  margin-bottom: 2.5rem;
}

.template-maxx-stub .entry-content > * {
  margin-left: 0;
}

.template-maxx-stub .mx-user-profile {
  margin-left: 0;
}

.template-maxx-stub .mx-user-profile .mx-icon-with-text {
  margin-bottom: 0;
}

.template-maxx-stub .expandCollapseAll {
  margin-left: 0;
}

.template-maxx-stub #loginPageWrapper {
  max-width: 100%;
  width: 100%;
}

.template-maxx-stub .loginPageBoxes {
  width: 49%;
}

.template-maxx-stub .indent-block {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.template-maxx-stub #maxx-content .highlightBox {
  max-width: 100%;
  width: 100%;
}

.template-maxx-stub table.createProfileTable > tbody > tr > th,
.template-maxx-stub table.createProfileTable > tbody > tr > td {
  border-bottom: 0;
}

.template-maxx-stub .entry-content hr {
  width: 100%;
}

.template-maxx-stub .entry-content hr::before, .template-maxx-stub .entry-content hr:after {
  display: none;
}

.template-maxx-stub:not(.maxx_MemberDirectory):not(.maxx_search):not(.maxx_NewUserPublic) #primary .site-main > *:not(#maxx-content):not(#loginPageWrapper):not(#regcontainer):not(p) {
  max-width: 78rem;
}

.template-maxx-stub:not(.maxx_MemberDirectory):not(.maxx_search):not(.maxx_NewUserPublic) #primary .site-main #maxx-content > *:not(#loginPageWrapper):not(#regcontainer):not(p) {
  max-width: 78rem;
}

.template-maxx-stub.maxx_search.maxx_CompanyFormPublic table > tbody > tr > td > input[name="Company_services_Checkboxes"] {
  vertical-align: top;
  top: 6px;
}

.template-maxx-stub.maxx_search.maxx_CompanyFormPublic table > tbody > tr > td > span.normal {
  display: inline-block;
  max-width: 90%;
}

@media screen and (max-width: 745px) {
  .template-maxx-stub.maxx_search.maxx_CompanyFormPublic table > tbody > tr > td > span.normal {
    max-width: 82%;
  }
}

.template-maxx-stub.maxx_search #maxx-content .hierarchicalCheckBoxes > tbody > tr > td {
  border: 0;
}

.template-maxx-stub.maxx_search #maxx-content img.logo {
  width: auto !important;
}

.template-maxx-stub.maxx_search form > table > tbody > tr > td {
  border: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.template-maxx-stub.maxx_search form > table > tbody > tr > td .field_label,
  .template-maxx-stub.maxx_search form > table > tbody > tr > td .help_text {
  margin-bottom: 1rem !important;
  display: block;
}

.template-maxx-stub.maxx_search form > table > tbody > tr > td select[name="Company_membership_type"] {
  margin-bottom: 1.5rem;
}

.template-maxx-stub #primary .site-main table.createProfileTable th {
  padding-left: 0;
  padding-right: 0;
}

.template-maxx-stub #primary .site-main table.createProfileTable td > p {
  margin-bottom: 0;
}

.template-maxx-stub #primary .site-main table.createProfileTable tr th input,
.template-maxx-stub #primary .site-main table.createProfileTable tr th select {
  padding: 1.5rem 1.8rem;
}

.template-maxx-stub #primary .site-main table.createProfileTable > tbody > tr > th,
.template-maxx-stub #primary .site-main table.createProfileTable > tbody > tr > td {
  background-color: transparent !important;
}

.template-maxx-stub #primary .site-main td {
  background-color: transparent !important;
}

.template-maxx-stub #maxx-content {
  font-family: "Noto Sans";
}

.template-maxx-stub #maxx-content > * {
  max-width: 100%;
  width: 100%;
}

.template-maxx-stub #maxx-content > h3 {
  font-size: 3.2rem;
}

.template-maxx-stub .helpIcon img {
  display: inline-block;
}

.template-maxx-stub .error,
.template-maxx-stub .required_field {
  color: #ff0000;
}

.template-maxx-stub .error span.error {
  color: #241508;
}

.template-maxx-stub .error span.error a {
  color: #ff0000;
}

.template-maxx-stub .headline1,
.template-maxx-stub h1,
.template-maxx-stub h2,
.template-maxx-stub h3,
.template-maxx-stub h4 {
  font-family: "Noto Serif";
}

.template-maxx-stub .headline4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}

.template-maxx-stub #maxx-content h1,
.template-maxx-stub #maxx-content .headline1 {
  font-size: 4.8rem;
  margin-top: 0;
}

@media screen and (min-width: 1280px) {
  .template-maxx-stub #maxx-content h1,
    .template-maxx-stub #maxx-content .headline1 {
    font-size: 6rem;
  }
}

.template-maxx-stub h2 {
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.template-maxx-stub .control-group.half {
  width: 100%;
}

.template-maxx-stub .control-group.half #scorebarBorder {
  margin-left: 0;
}

.template-maxx-stub .helptext,
.template-maxx-stub .field_label {
  font-family: "Noto Sans";
  font-weight: 400;
  color: #241508;
}

.template-maxx-stub input[type="button"],
.template-maxx-stub input[type="submit"],
.template-maxx-stub input[type="reset"] {
  font-family: "Noto Sans";
  font-size: 2.1rem;
  text-transform: capitalize;
}

.template-maxx-stub input[name="Application_voluntaryContribution"] {
  width: auto;
  display: inline;
}

.template-maxx-stub .maxx-icon-link {
  color: #666 !important;
  text-decoration: none;
  font-size: 1.5rem !important;
  cursor: pointer;
}

.template-maxx-stub form h3 {
  margin-top: 2rem;
}

.template-maxx-stub form .onlyClickOnce {
  display: block;
  margin-top: 1rem;
}

.template-maxx-stub form p .requiredfield {
  color: #ff0000;
}

.template-maxx-stub .highlightBox,
.template-maxx-stub #loginAlpha,
.template-maxx-stub #loginBeta {
  padding: 3rem;
}

.template-maxx-stub #loginAlpha h3,
.template-maxx-stub #loginAlpha h4,
.template-maxx-stub #loginBeta h3,
.template-maxx-stub #loginBeta h4 {
  font-size: 3.2rem;
  margin-top: 0;
}

.template-maxx-stub .help_text {
  font-style: italic;
  font-family: "Noto Serif";
  font-size: 1.6rem;
}

.template-maxx-stub .help_text br {
  padding: 0;
}

.template-maxx-stub .mx-button-with-icon svg {
  display: inline;
}

.template-maxx-stub .myMeeting-columns h2 {
  font-size: 2.4rem;
}

@media screen and (min-width: 1280px) {
  .template-maxx-stub .myMeeting-columns h2 {
    font-size: 4.8rem;
  }
}

.template-maxx-stub .myMeeting-columns p.normal {
  font-size: 1.8rem;
}

.template-maxx-stub table.smallspacing {
  margin-top: 1rem;
}

.template-maxx-stub table th,
.template-maxx-stub table td {
  font-family: "Noto Sans";
}

.template-maxx-stub table th {
  margin-bottom: 1.5rem;
}

.template-maxx-stub table tr th input,
.template-maxx-stub table tr th select {
  padding: 1.5rem 1.8rem;
  font-size: 1.8rem;
}

.template-maxx-stub table td.normal .field_label {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.template-maxx-stub table td #Company_companyTypeId {
  margin-bottom: 2rem;
}

.template-maxx-stub table td .help_text {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.template-maxx-stub table td:not(.phonefields) input[type="text"] {
  margin-bottom: 1.5rem;
}

.template-maxx-stub table input[name="Individual_addresses_line1"],
.template-maxx-stub table input[name="Individual_addresses_line2"],
.template-maxx-stub table input[name="Individual_addresses_city"] {
  width: 100%;
}

.template-maxx-stub table .phonefields nobr {
  display: block;
  margin-bottom: 1.5rem;
}

.template-maxx-stub table .phonefields input[type="text"] {
  width: auto;
  display: inline;
}

.template-maxx-stub table tr > td > input[type="checkbox"] {
  margin-right: 1rem;
  border-color: #241508;
}

.template-maxx-stub div#scorebarBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
  height: 45px;
}

.template-maxx-stub div#scorebarBorder #score {
  height: auto;
}

.template-maxx-stub div#scorebarBorder #scorebar {
  height: 100%;
}

.template-maxx-stub .mg-site-footer br {
  padding: 0 !important;
}

.template-maxx-stub.maxx_IndividualFormPublicMembers table > tbody > tr {
  margin-bottom: 3rem;
  display: block;
}

.template-maxx-stub.maxx_viewMemberDirectoryAll #primary .site-main #maxx-content > *:not(#loginPageWrapper) {
  float: none !important;
}

.template-maxx-stub.maxx_view p a img,
.template-maxx-stub.maxx_view .headline1 img {
  display: inline;
}

.template-maxx-stub.maxx_view table {
  background: none;
}

.template-maxx-stub.maxx_view nobr input {
  width: auto;
  display: inline;
}

.template-maxx-stub.maxx_view.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_view.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] td {
  border: 0;
  padding: 0;
}

.template-maxx-stub.maxx_view.maxx_meeting.maxx_RegistrationFormPublic form > table[border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_edit table {
  background: none;
}

.template-maxx-stub.maxx_edit nobr input {
  width: auto;
  display: inline;
}

.template-maxx-stub.maxx_edit.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] {
  border: 0;
}

.template-maxx-stub.maxx_edit.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] td {
  border: 0;
  padding: 0;
}

.template-maxx-stub.maxx_edit.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] td .field_label,
    .template-maxx-stub.maxx_edit.maxx_meeting.maxx_RegistrationFormPublic form > table[cellpadding="4"][border="0"] td .fieldlabel {
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
}

.template-maxx-stub.maxx_edit div#scorebarBorder #score {
  height: auto;
  font-size: 1.4rem;
  font-weight: normal;
}

.template-maxx-stub.maxx_MeetingFormPublic {
  margin: 0;
}

.template-maxx-stub.maxx_MeetingFormPublic .button {
  color: #fff;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.template-maxx-stub.maxx_CommitteeForm div > table, .template-maxx-stub.maxx_viewRoster div > table {
  margin-top: 0;
}

.template-maxx-stub.maxx_create .savebtn,
.template-maxx-stub.maxx_create .xbuttonlinks, .template-maxx-stub.maxx_edit .savebtn,
.template-maxx-stub.maxx_edit .xbuttonlinks {
  text-align: left !important;
}

.template-maxx-stub.maxx_create .savebtn #mainSaveButton,
  .template-maxx-stub.maxx_create .xbuttonlinks #mainSaveButton, .template-maxx-stub.maxx_edit .savebtn #mainSaveButton,
  .template-maxx-stub.maxx_edit .xbuttonlinks #mainSaveButton {
  display: inline;
}

.template-maxx-stub.maxx_create p.headline2, .template-maxx-stub.maxx_edit p.headline2 {
  font-weight: 700;
}

.template-maxx-stub.maxx_create .sectionHeader, .template-maxx-stub.maxx_edit .sectionHeader {
  background: #5da6a3 !important;
}

.template-maxx-stub.maxx_create .sectionHeader h4, .template-maxx-stub.maxx_edit .sectionHeader h4 {
  background: none !important;
}

.template-maxx-stub.maxx_create .futureStep, .template-maxx-stub.maxx_edit .futureStep {
  color: #241508;
}

.template-maxx-stub.maxx_create hr:before, .template-maxx-stub.maxx_create hr:after, .template-maxx-stub.maxx_edit hr:before, .template-maxx-stub.maxx_edit hr:after {
  display: none;
}

.template-maxx-stub .control-group.half {
  font-size: 1.8rem;
}

.maxx_RosterFormPublic form table:first-of-type {
  border: none;
}

.maxx_RosterFormPublic form table:first-of-type td {
  border: none;
}

.maxx_RosterFormPublic form table:first-of-type td #add-slot,
    .maxx_RosterFormPublic form table:first-of-type td #remove-slot {
  width: 100% !important;
  height: 100% !important;
}

.maxx_RosterFormPublic form table:first-of-type td #add-slot:before,
      .maxx_RosterFormPublic form table:first-of-type td #remove-slot:before {
  display: block;
  font-size: 2rem;
  color: #fff;
  background: #5da6a3;
}

.maxx_RosterFormPublic form table:first-of-type td #add-slot img,
      .maxx_RosterFormPublic form table:first-of-type td #remove-slot img {
  display: none;
}

.maxx_RosterFormPublic form table:first-of-type td #add-slot:before {
  content: "+";
}

.maxx_RosterFormPublic form table:first-of-type td #remove-slot:before {
  content: "-";
}

.maxx_RosterFormPublic #sortable2 li {
  background: #ccc;
}

.maxx_RosterFormPublic #sortable1 li,
.maxx_RosterFormPublic #sortable2 li {
  padding: 0 1rem;
  height: 70px;
  position: relative;
}

.maxx_RosterFormPublic #sortable1 li .staffRemove,
  .maxx_RosterFormPublic #sortable2 li .staffRemove {
  width: auto;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto auto 0;
}

.maxx_RosterFormPublic #sortable1 li .staffRemove input,
    .maxx_RosterFormPublic #sortable2 li .staffRemove input {
  margin: auto;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}

.maxx_membership div > .logo {
  width: auto !important;
}

.maxx_membership table table table {
  border: 0.1rem solid #dcd7ca;
}

.maxx_membership table table table td {
  padding: 0.5em;
}

.maxx_membership table table table table {
  border: 0.1rem solid #dcd7ca;
}

.maxx_membership table table table table td {
  padding: 0.5em;
}

.maxx_CompanyFormPublicMembers .fieldlabel,
.maxx_search .fieldlabel {
  margin-top: 2rem;
  display: inline-block;
}

.maxx_CompanyFormPublicMembers form table,
.maxx_search form table {
  border: 0 !important;
}

@media screen and (max-width: 599px) {
  .maxx_CompanyFormPublicMembers form table table > tbody > tr,
    .maxx_search form table table > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .maxx_CompanyFormPublicMembers form table .hierarchicalCheckBoxes tr,
    .maxx_search form table .hierarchicalCheckBoxes tr {
    display: table;
  }
}

.maxx_CompanyFormPublicMembers form table > tbody > tr > td:first-of-type,
  .maxx_search form table > tbody > tr > td:first-of-type {
  display: block;
}

@media screen and (min-width: 600px) {
  .maxx_CompanyFormPublicMembers form table > tbody > tr > td:first-of-type,
      .maxx_search form table > tbody > tr > td:first-of-type {
    margin-right: 2rem;
  }
}

.maxx_view:not(.maxx_IndividualFormPublicMembers) table,
.maxx_committee:not(.maxx_IndividualFormPublicMembers) table,
.maxx_viewRoster:not(.maxx_IndividualFormPublicMembers) table,
.maxx_showPastMeetings:not(.maxx_IndividualFormPublicMembers) table,
.maxx_search:not(.maxx_IndividualFormPublicMembers) table {
  border: 1px solid #ccc;
}

.maxx_view:not(.maxx_IndividualFormPublicMembers) table td,
  .maxx_committee:not(.maxx_IndividualFormPublicMembers) table td,
  .maxx_viewRoster:not(.maxx_IndividualFormPublicMembers) table td,
  .maxx_showPastMeetings:not(.maxx_IndividualFormPublicMembers) table td,
  .maxx_search:not(.maxx_IndividualFormPublicMembers) table td {
  border: 1px solid #ccc;
  padding: 1rem !important;
}

.maxx_view:not(.maxx_IndividualFormPublicMembers) table td ul,
    .maxx_committee:not(.maxx_IndividualFormPublicMembers) table td ul,
    .maxx_viewRoster:not(.maxx_IndividualFormPublicMembers) table td ul,
    .maxx_showPastMeetings:not(.maxx_IndividualFormPublicMembers) table td ul,
    .maxx_search:not(.maxx_IndividualFormPublicMembers) table td ul {
  margin-bottom: 0;
}

.maxx_view:not(.maxx_IndividualFormPublicMembers) table td p,
    .maxx_committee:not(.maxx_IndividualFormPublicMembers) table td p,
    .maxx_viewRoster:not(.maxx_IndividualFormPublicMembers) table td p,
    .maxx_showPastMeetings:not(.maxx_IndividualFormPublicMembers) table td p,
    .maxx_search:not(.maxx_IndividualFormPublicMembers) table td p {
  margin-bottom: 0;
}

.maxx_view .entry-content > div[align="center"],
.maxx_committee .entry-content > div[align="center"],
.maxx_viewRoster .entry-content > div[align="center"],
.maxx_showPastMeetings .entry-content > div[align="center"],
.maxx_search .entry-content > div[align="center"] {
  display: none;
}

.maxx_meeting.maxx_RegistrationFormPublic.maxx_create #register_self,
.maxx_meeting.maxx_RegistrationFormPublic.maxx_create #register_other {
  border: 0;
  padding: 0;
}

.maxx_committee.maxx_view.maxx_view.maxx_CommitteeFormPublic table {
  border: 0;
}

.maxx_committee.maxx_view.maxx_view.maxx_CommitteeFormPublic table tbody tr:first-of-type {
  background: #134886 !important;
  color: #fff;
}

.maxx_committee.maxx_view.maxx_view.maxx_CommitteeFormPublic table tbody tr:nth-child(odd) {
  background: rgba(204, 204, 204, 0.5);
}

.maxx_committee.maxx_view.maxx_view.maxx_CommitteeFormPublic table tbody td {
  border: 0;
  padding-top: 1em !important;
  padding-bottom: 1.5rem !important;
}

.maxx_committee.maxx_view.maxx_view.maxx_CommitteeForm table[border="0"] {
  border: 0;
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] {
  border: 0;
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] thead tr {
  background: #134886 !important;
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] thead tr a {
  color: #fff;
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] thead tr td {
  border: 0;
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] tbody tr.odd {
  background: rgba(204, 204, 204, 0.5);
}

.maxx_MeetingRosterPublic.maxx_viewRoster table[border="0"] tbody td {
  border: 0;
  padding-top: 1em !important;
  padding-bottom: 1.5rem !important;
}

.maxx_view h3 {
  margin-top: 4rem;
}

.maxx_view table {
  border: 0;
}

.maxx_view table td[colspan="3"] {
  border: 0;
  padding: 0 0 2rem 0 !important;
}

.maxx_view table td[colspan="3"] h3 {
  margin-bottom: 1rem;
}

.maxx_view.maxx_meeting table td.normal {
  vertical-align: text-top;
}

.maxx_view.maxx_meeting.maxx_MeetingFormPublic table[border="0"] {
  border: 0;
}

.maxx_search form[action="search?action=find"] {
  max-width: 100% !important;
  width: 100% !important;
}

.maxx_search table > tbody > tr > td > table:first-child {
  margin-top: 0;
}

.maxx_search table > tbody > tr > td > table > tbody > tr > td[valign="top"] {
  border: 0 !important;
}

.maxx_search div[style="padding: 4px; background-color:#003E7E;"] {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.maxx_search:not(.maxx_IndividualFormPublicMembers) table td table tr td br,
.maxx_showPastMeetings:not(.maxx_IndividualFormPublicMembers) table td table tr td br {
  display: block;
}

.maxx_MemberDirectory.maxx_viewMemberDirectoryAll table[border="0"] {
  border: 0;
}

.maxx_MemberDirectory.maxx_viewMemberDirectoryAll table[border="0"] tr,
  .maxx_MemberDirectory.maxx_viewMemberDirectoryAll table[border="0"] td {
  border: 0;
}

.maxx_MemberDirectory.maxx_viewMemberDirectoryAll table[border="0"] td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.maxx_MemberDirectory table tr {
  border: 1px solid #ccc;
  border: 1px solid var(--dividers);
}

.maxx_MemberDirectory table td {
  padding: 1rem !important;
}

.maxx_IndividualFormPublic .myMeeting-columns {
  margin-bottom: 3rem;
  padding: 1rem;
}

.maxx_IndividualFormPublic .myMeeting-columns h2 {
  font-family: "Noto Sans";
  font-size: 2.1rem;
}

.maxx_IndividualFormPublic .myMeeting-columns span {
  font-size: 1.8rem;
}

.maxx-new-accordion h3 button {
  margin-bottom: 0 !important;
}

.template-maxx-stub .stepByStepNav .on {
  height: 20px;
  font-size: 1.2rem;
}

.template-maxx-stub .entry-content center hr {
  width: 100%;
  border: 1px solid #ccc;
  border: 1px solid var(--dividers);
}

.template-maxx-stub .entry-content center p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maxx_IndividualFormPublic #myProfile-myAccount {
  border: 0;
}

.maxx_IndividualFormPublic #myProfile-myAccount th {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) > tbody > tr > td {
  padding: 0;
  border: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) > tbody > tr > td table[border="0"] {
  border: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) > tbody > tr > td table[border="0"] td {
  border: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) #socialNetworkingList table {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) #socialNetworkingList table > tbody > tr > td {
  padding: 0;
  border: 0;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) #socialNetworkingList .field_label {
  margin-top: 2rem;
  display: inline-block;
  margin-bottom: 0.75rem;
}

.maxx_IndividualFormPublic.maxx_edit form > table[border="0"]:not(.address-table-with-labels) #Individual_hammer {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.maxx_IndividualFormPublic.maxx_edit form > table[cellpadding="4"]:not(.address-table-with-labels) > tbody > tr > td.normal:first-of-type {
  padding-right: 1rem;
}

.maxx_IndividualFormPublic.maxx_edit form > table[cellpadding="4"]:not(.address-table-with-labels) > tbody > tr > td.normal:last-of-type {
  padding-left: 1rem;
  border-right: 0 !important;
}

.maxx_myAccount input[type="button"] {
  margin-top: 2rem;
}

.maxx_myAccount .myAccount-zeroBalance h4 {
  margin-top: 2rem;
}

.maxx_myAccount #myProfile-myAccount .myAccount-date,
.maxx_myAccount #myProfile-myAccount .myAccount-amount {
  white-space: nowrap;
  vertical-align: middle;
}

.maxx_myAccount #myProfile-myAccount tr td {
  border: 0.1rem solid #dcd7ca;
  padding: 0.5em !important;
}

.maxx_meeting.maxx_MeetingFormPublic .entry-content > span.normal,
.maxx_meeting.maxx_MeetingFormPublic .entry-content > div.normal,
.maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > span.normal,
.maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > div.normal {
  font-size: 1.8rem;
}

.maxx_meeting.maxx_MeetingFormPublic .entry-content > span.normal > table:first-child,
  .maxx_meeting.maxx_MeetingFormPublic .entry-content > div.normal > table:first-child,
  .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > span.normal > table:first-child,
  .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > div.normal > table:first-child {
  border: 0;
  margin-top: 0;
}

.maxx_meeting.maxx_MeetingFormPublic .entry-content > span.normal > table:first-child td,
    .maxx_meeting.maxx_MeetingFormPublic .entry-content > div.normal > table:first-child td,
    .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > span.normal > table:first-child td,
    .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > div.normal > table:first-child td {
  padding: 0 !important;
  border: 0;
}

.maxx_meeting.maxx_MeetingFormPublic .entry-content > span.normal > table:first-child td .headline3,
      .maxx_meeting.maxx_MeetingFormPublic .entry-content > div.normal > table:first-child td .headline3,
      .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > span.normal > table:first-child td .headline3,
      .maxx_MyMeetingFormPublic.maxx_viewMeetingDocuments .entry-content > div.normal > table:first-child td .headline3 {
  font-size: 2.1rem;
}

.maxx_MyMeetingFormPublic .myMeeting-columns h2 {
  font-size: 3.2rem;
}

.maxx_search .clearing .toolbarGray,
.maxx_showPastMeetings .clearing .toolbarGray {
  margin-top: 30px;
  padding: 0;
}

.maxx_CommitteeForm .entry-content table td {
  border: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 2rem;
  display: block;
}

.wp-block-image * {
  font-family: "Noto Sans";
  font-size: 1.5rem;
}

.column-images .wp-block-columns {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(100px, 2fr))[5];
  grid-template-columns: repeat(5, minmax(100px, 2fr));
}

.column-images .wp-block-columns:not(:last-of-type) {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
  .column-images .wp-block-columns {
    -ms-grid-columns: (minmax(100px, 2fr))[4];
    grid-template-columns: repeat(4, minmax(100px, 2fr));
  }
}

@media screen and (max-width: 1000px) {
  .column-images .wp-block-columns {
    -ms-grid-columns: (minmax(100px, 2fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 2fr));
  }
}

@media screen and (max-width: 781px) {
  .column-images .wp-block-columns {
    -ms-grid-columns: (minmax(100px, 2fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 2fr));
  }
}

@media screen and (max-width: 450px) {
  .column-images .wp-block-columns {
    -ms-grid-columns: (minmax(100px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}

.column-images .wp-block-image {
  position: relative;
  margin: 0 !important;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  min-height: 19rem;
  max-height: 19rem;
  overflow: hidden;
}

.column-images .wp-block-image img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.column-images .wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 2rem;
  width: 100%;
  z-index: 20;
}

.column-images .wp-block-image figcaption * {
  color: #fff !important;
}

.column-images .wp-block-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.07%, #241508), color-stop(61.08%, rgba(36, 21, 8, 0)));
  background: -o-linear-gradient(bottom, #241508 0.07%, rgba(36, 21, 8, 0) 61.08%);
  background: linear-gradient(360deg, #241508 0.07%, rgba(36, 21, 8, 0) 61.08%);
}

.column-images .wp-block-image a {
  text-decoration: none;
}

.column-images .wp-block-image a:hover {
  text-decoration: underline;
}

.entry-content > h2,
.wp-block-group__inner-container > h2 {
  color: #134886;
  font-family: "Noto Serif";
}

.wp-block-table a {
  color: #de4e57;
}

.listing-page-buttons {
  border-color: #134886;
}

.listing-page-buttons a {
  border-radius: 16px 16px 0px 0px;
  position: relative;
  bottom: -1px;
  z-index: 1;
  background-color: #de4e57;
  opacity: 0.8;
}

.listing-page-buttons a:first-of-type.active {
  margin-right: -10px;
}

.listing-page-buttons a:last-of-type.active {
  margin-left: -10px;
}

.listing-page-buttons a:hover {
  opacity: 1;
}

.listing-page-buttons a.active {
  z-index: 10;
  opacity: 1;
  background-color: #134886;
}

.search-results .navigation {
  max-width: 75rem;
}

.column-sidebar h2 {
  font-size: 2.1rem;
}

.column-sidebar li a {
  font-size: 1.8rem;
  color: #de4e57;
  text-decoration: none;
}

.column-sidebar li a:hover {
  text-decoration: underline;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.3rem;
}

.pagination .nav-links * {
  margin: 0 0.75rem;
  padding-right: 1.6rem;
  line-height: 20px;
}

.pagination .nav-links *.current {
  text-decoration: underline;
}

.pagination .nav-prev-text,
.pagination .nav-next-text {
  display: none;
}

.pagination a,
.pagination span {
  font-weight: 700;
  font-size: 1.8rem;
  color: #de4e57 !important;
  position: relative;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.pagination a:not(.prev):not(.next)::after,
  .pagination span:not(.prev):not(.next)::after {
  content: "";
  display: block;
  border: 1px solid;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.pagination .prev {
  margin-right: 0;
  padding-right: 0.5rem;
}

.pagination .next {
  margin-left: 0.5rem;
}

.page-template-board-of-directors-template .grid {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
}

@media screen and (min-width: 600px) {
  .page-template-board-of-directors-template .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 12.1rem;
  }
}

@media screen and (max-width: 1279px) {
  .page-template-board-of-directors-template .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .page-template-board-of-directors-template .grid .item {
    padding: 2rem;
  }

  .page-template-board-of-directors-template .grid .img-wrapper img {
    margin: auto;
  }
}

@media screen and (min-width: 1280px) {
  .page-template-board-of-directors-template .grid img {
    min-height: 30.1rem;
  }
}

.page-template-board-of-directors-template .grid .details {
  text-align: center;
  padding-top: 3rem;
}

@media screen and (min-width: 1280px) {
  .page-template-board-of-directors-template .grid .details {
    text-align: left;
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }
}

.page-template-board-of-directors-template .item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.single-board-of-directors img {
  float: left;
  margin-right: 2rem;
}

.single-board-of-directors .wp-block-columns .wp-block-column:first-child {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
}

.single-board-of-directors .wp-block-columns .wp-block-column:last-child {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

.single-craftsmanship_awards img[src*="star"] {
  display: inline !important;
  margin-right: 0;
  position: relative;
  top: 2px;
  margin: 0 !important;
  float: none !important;
}

.single-craftsmanship_awards .left-content > .wp-block-table:first-of-type td {
  margin-top: 2rem;
}

.single-craftsmanship_awards .left-content .jump_links > a {
  color: #de4e57;
  text-decoration: none;
  font-weight: 700;
  font-family: "Noto Sans";
  font-size: 1.8rem;
}

.single-craftsmanship_awards .left-content > h4 {
  margin-top: 3rem;
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: 700;
}

.single-craftsmanship_awards .left-content > h6 {
  color: #134886;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.single-craftsmanship_awards .left-content > h6 em {
  color: #de4e57 !important;
  text-transform: none;
  text-transform: initial;
  margin-top: 1rem;
  display: block !important;
}

.single-craftsmanship_awards .left-content em {
  margin-top: 2rem;
  display: block;
}

.single-craftsmanship_awards .left-content > p > a,
.single-craftsmanship_awards .left-content strong > a {
  color: #de4e57;
  text-decoration: none;
  font-weight: 700;
}

.single-craftsmanship_awards .left-content > p > a:hover,
  .single-craftsmanship_awards .left-content strong > a:hover {
  text-decoration: underline;
}

.single-craftsmanship_awards .left-content > p a,
.single-craftsmanship_awards .left-content strong a {
  font-family: "Noto Sans";
  font-size: 1.8rem;
}

.single-craftsmanship_awards .left-content strong em {
  display: inline;
  color: #241508;
  text-transform: none;
  text-transform: initial;
}

.single-craftsmanship_awards .left-content p:nth-child(2) img[src*="star"] {
  margin-right: 0 !important;
}

.single-craftsmanship_awards .left-content p img:not([class*="star"]) {
  float: right;
  margin-top: 1rem;
  margin-left: 2rem;
}

.single-craftsmanship_awards .left-content p img.align-right {
  float: right;
  margin-top: 1rem;
  margin-left: 2rem;
}

.single-craftsmanship_awards .left-content em img {
  display: inline;
}

.single-craftsmanship_awards .left-content h2 {
  background-color: #134886;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}

.single-craftsmanship_awards .left-content h2 span {
  background-color: #134886;
  color: #fff !important;
}

.single-craftsmanship_awards .left-content table {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
}

.single-craftsmanship_awards .left-content td {
  background-color: #134886 !important;
  margin-top: 4rem;
  display: block;
  border: 0;
}

.single-craftsmanship_awards .left-content td * {
  text-align: left !important;
}

.single-craftsmanship_awards .left-content td a {
  color: #fff;
  text-decoration: none;
}

.single-craftsmanship_awards .left-content td a strong {
  font-size: 2.4rem;
}

.single-craftsmanship_awards .title-icon {
  margin-right: 2.5rem;
}

.single-craftsmanship_awards .title-icon svg {
  width: 100%;
  fill: #134886;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 600px) {
  .single-craftsmanship_awards .title-icon svg {
    width: 60px;
    height: 60px;
  }
}

.single-craftsmanship_awards .awards-content h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 3rem;
}

.single-craftsmanship_awards .awards-content h6 {
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-weight: 700;
  color: #134886;
  margin-top: 2rem;
  margin-bottom: 0;
}

.single-craftsmanship_awards .awards-content h6 em {
  color: #de4e57;
  text-transform: none;
  text-transform: initial;
  margin-top: 1rem;
  display: block;
}

.single-craftsmanship_awards .awards-content h5 {
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  margin-top: 1rem;
  color: #de4e57;
  margin-bottom: 0.5rem;
}

.single-craftsmanship_awards .awards-content p {
  font-size: 1.8rem;
}

.single-craftsmanship_awards .custom-navigation svg {
  fill: #de4e57;
}

.single-craftsmanship_awards .custom-navigation a {
  text-decoration: none;
}

.single-craftsmanship_awards .custom-navigation a.current {
  display: none;
}

.single-craftsmanship_awards .custom-navigation a:hover:before, .single-craftsmanship_awards .custom-navigation a:hover:after {
  opacity: 0.6;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors.first-item-active {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors.first-item-active a:not(.current):not(.next) {
  display: none;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors.last-item-active {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors.last-item-active a:not(.current):not(.prev) {
  display: none;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .prev,
.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .prev .title-icon:last-child {
  display: none;
}

@media screen and (max-width: 599px) {
  .single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .prev {
    margin-bottom: 2rem;
  }
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .prev:before {
  display: block;
  content: "";
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M15.833 0l2.5 2.526-13.299 13.258 13.299 13.258-2.5 2.526-15.833-15.784 15.833-15.784z' fill='%23de4e57'%3E%3C/path%3E%3C/svg%3E%0A");
  width: 1.7rem;
  height: 2.7rem;
}

@media screen and (min-width: 600px) {
  .single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .prev:before {
    width: 2.7rem;
    height: 4.7rem;
  }
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .next .title-icon:first-child {
  display: none;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .next .title-icon:last-child {
  margin-left: 2.5rem;
  margin-right: 0;
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .next:after {
  display: block;
  content: "";
  margin-left: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 32'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M15.833 0l2.5 2.526-13.299 13.258 13.299 13.258-2.5 2.526-15.833-15.784 15.833-15.784z' fill='%23de4e57'%3E%3C/path%3E%3C/svg%3E%0A");
  width: 1.7rem;
  height: 2.7rem;
}

@media screen and (min-width: 600px) {
  .single-craftsmanship_awards .custom-navigation .custom-navigation-anchors .next:after {
    width: 2.7rem;
    height: 4.7rem;
  }
}

.single-craftsmanship_awards .custom-navigation .custom-navigation-anchors a:not(.prev):not(.next) {
  display: none;
}

.single-craftsmanship_awards :target {
  display: block !important;
}

.single-craftsmanship_awards .mg-sidebar h2 {
  color: #134886;
}

.single-craftsmanship_awards .mg-sidebar ul {
  margin-left: 0;
}

.bulletin-template .grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1279px) {
  .bulletin-template .grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 999px) {
  .bulletin-template .grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 750px) {
  .bulletin-template .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .bulletin-template .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.bulletin-template .img-wrapper {
  min-height: 13.4rem;
  max-height: 13.4rem;
  height: 100%;
}

.bulletin-template img {
  margin-left: auto;
  margin-right: auto;
}

.tribe-events {
  background-color: #fff !important;
}

.tribe-events .tribe-events-view-loader .tribe-common-c-svgicon {
  color: #134886 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tribe-events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  background-color: #241508;
}

.tribe-events .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column span {
  color: #fff;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
  opacity: 1 !important;
  background: #134886;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
  background-color: #134886;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
  color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__day-date {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 848px) {
  .tribe-events .tribe-events-calendar-month__day-date {
    background-color: #ebebeb !important;
  }

  .tribe-events .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
    color: #999;
  }
}

.tribe-events .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
  font-size: 12px;
}

.tribe-events .tribe-events-calendar-month__body {
  background-color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link {
  color: #f1b858 !important;
}

.tribe-events .tribe-events-l-container {
  min-height: auto !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
  text-transform: capitalize;
}

.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}

.single-tribe_events .tribe-events {
  background-color: transparent !important;
  padding-top: 0 !important;
}

.single-tribe_events .tribe-events-content {
  max-width: 75rem;
}

.single-tribe_events .tribe-events-event-meta * {
  font-family: "Noto Sans";
}

.single-tribe_events .tribe-events-event-meta a {
  color: #de4e57;
}

.single-tribe_events .tribe-events-related-events-title,
.single-tribe_events .tribe-related-events {
  display: none !important;
}

.tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
  height: 21.4rem;
}

.tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tribe-events-calendar-month__calendar-event-datetime * {
  color: #fff;
}

.wp-block-group .tribe-events {
  padding-top: 7rem !important;
}

.wp-block-group .tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events-widget {
  padding: 4rem !important;
}

.mg-block-banners {
  height: 704px;
}

.mg-block-banners p {
  margin-bottom: 0.9rem !important;
  color: #fff;
}

.mg-block-banners--description a {
  color: #f1b858;
}

.mg-block-banners--description a:hover {
  text-decoration: underline;
}

.mg-block-banners a {
  font-weight: 700;
  text-decoration: none;
}

.mg-block-banners a:hover {
  text-decoration: underline;
}

.mg-block-banners .swiper-pagination-bullet {
  height: 2.4rem;
  width: 2.4rem;
  position: relative;
  background-color: #fff;
  opacity: 1;
}

.mg-block-banners .swiper-pagination-bullet:not(:last-child) {
  margin-right: 2.4rem;
}

.mg-block-banners .swiper-pagination-bullet:hover:after, .mg-block-banners .swiper-pagination-bullet-active:after {
  opacity: 1 !important;
}

.mg-block-banners .swiper-pagination-bullet:after {
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  opacity: 0;
  position: absolute;
  background-color: #de4e57;
  margin: auto;
  border-radius: 50%;
  display: block;
}

.homepage-banner-cta {
  margin-top: -11.4rem !important;
  z-index: 20;
}

.homepage-banner-cta-item {
  height: 20.8rem;
  width: 20.8rem;
}

@media screen and (max-width: 479px) {
  .homepage-banner-cta ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.mg-block-logo-carousel .swiper-button-prev {
  left: 0;
}

.mg-block-logo-carousel .swiper-button-next {
  right: 0;
}

.mg-block-logo-carousel .swiper-container-basic {
  overflow-x: hidden;
  padding: 0 1px;
}

.mg-block-logo-carousel .swiper-slide > div {
  height: 8.5rem;
  padding: 2px;
  overflow: hidden;
}

.mg-block-logo-carousel .swiper-slide > div a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mg-block-logo-carousel .swiper-slide > div picture,
  .mg-block-logo-carousel .swiper-slide > div img {
  height: 100%;
}

.mg-block-logo-carousel .swiper-button-prev::after,
.mg-block-logo-carousel .swiper-button-next::after {
  display: block;
  color: #134886;
  color: var(--primary);
}

.mg-block-carousel.slide-total-3 .mg-carousel-nav {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mg-block-carousel.slide-total-3 .mg-carousel-nav {
    display: block;
  }
}

@media screen and (max-width: 1250px) {
  .mg-block-carousel.padding-lr {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 1250px) and (max-width: 1400px) {
  .mg-block-carousel.padding-lr .mg-carousel-nav .swiper-button-prev {
    left: -30px;
  }

  .mg-block-carousel.padding-lr .mg-carousel-nav .swiper-button-next {
    right: -30px;
  }
}

.mg-block-carousel svg {
  width: 2.7rem;
  height: 4.7rem;
}

.mg-block-carousel p {
  font-size: 2.1rem;
}

.mg-block-carousel a.font-heading {
  font-size: 2.1rem;
}

.mg-block-carousel .item-img {
  height: 21.4rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 1275px) {
  .mg-block-carousel--inner-wrapper div[class*="mg-block-carousel"] {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 1275px) {
  .mg-block-carousel--inner-wrapper .swiper-button-prev {
    left: 15px !important;
  }

  .mg-block-carousel--inner-wrapper .swiper-button-next {
    right: 15px !important;
  }
}

.mg-carousel-nav .swiper-button-prev {
  left: -4rem;
}

@media screen and (max-width: 1400px) {
  .mg-carousel-nav .swiper-button-prev {
    left: -17px;
  }
}

.mg-carousel-nav .swiper-button-next {
  right: -4rem;
}

@media screen and (max-width: 1400px) {
  .mg-carousel-nav .swiper-button-next {
    right: -17px;
  }
}

.has-secondary-background-color .mg-block {
  padding-top: 0;
  padding-bottom: 0;
}

.has-secondary-background-color .mg-block h2 {
  color: #fff !important;
}

.has-secondary-background-color .mg-block .description p {
  color: #fff;
}

.has-secondary-background-color .mg-block .swiper-slide > div {
  background-color: #fff;
}

.has-secondary-background-color .mg-block .swiper-slide .font-body {
  color: #241508;
}

.has-secondary-background-color .mg-block svg {
  fill: #fff;
}

.has-secondary-background-color .mg-block .wp-block-button__link {
  background-color: #fff;
  color: #5da6a3 !important;
}

@media screen and (max-width: 1260px) {
  .mg-slider-container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.mg-slider-container .swiper-button-prev {
  left: -3.2rem;
}

.mg-slider-container .swiper-button-next {
  right: -3.2rem;
}

@media screen and (max-width: 1260px) {
  .mg-slider-container .swiper-button-prev {
    left: 0;
  }

  .mg-slider-container .swiper-button-next {
    right: 0;
  }
}

.mg-block--list .grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 999px) {
  .mg-block--list .grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 699px) {
  .mg-block--list .grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .mg-block--list .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .mg-block--list .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.mg-block--list .grid > a {
  max-width: 18.3rem;
  width: 100%;
  height: 8.9rem;
  max-height: 8.9rem;
  background-color: #fff;
  padding: 0.4rem;
  margin: auto;
}

.mg-block--list .grid > a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mg-block--list .grid .item {
  background: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 3.6rem 5.1rem;
}

.wp-block-columns .mg-block--list .grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 599px) {
  .wp-block-columns .mg-block--list .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 400px) {
  .wp-block-columns .mg-block--list .grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important
}

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important
}

.content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important
}

.content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important
}

.content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important
}

.content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important
}

.content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
}

.content-evenly {
  -ms-flex-line-pack: space-evenly !important;
      align-content: space-evenly !important
}

.items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important
}

.items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important
}

.items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important
}

.items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important
}

.items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important
}

.self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
}

.self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important
}

.self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important
}

.self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
}

.self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
}

.bg-transparent {
  background-color: transparent !important
}

.bg-primary {
  background-color: #134886 !important
}

.bg-secondary {
  background-color: #5da6a3 !important
}

.bg-tertiary {
  background-color: #de4e57 !important
}

.bg-accent {
  background-color: #f1b858 !important
}

.bg-accent-alt {
  background-color: var(--accent-alt) !important
}

.bg-body-text {
  background-color: #241508 !important
}

.bg-dividers {
  background-color: #ccc !important
}

.bg-dividers-light {
  background-color: #fffcf1 !important
}

.bg-black {
  background-color: #000 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-red-100 {
  background-color: #FFF5F5 !important
}

.bg-red-200 {
  background-color: #FED7D7 !important
}

.bg-red-300 {
  background-color: #FEB2B2 !important
}

.bg-red-400 {
  background-color: #FC8181 !important
}

.bg-red-500 {
  background-color: #F56565 !important
}

.bg-red-600 {
  background-color: #E53E3E !important
}

.bg-red-700 {
  background-color: #C53030 !important
}

.bg-red-800 {
  background-color: #9B2C2C !important
}

.bg-red-900 {
  background-color: #742A2A !important
}

.bg-bottom {
  background-position: bottom !important
}

.bg-center {
  background-position: center !important
}

.bg-left {
  background-position: left !important
}

.bg-left-bottom {
  background-position: left bottom !important
}

.bg-left-top {
  background-position: left top !important
}

.bg-right {
  background-position: right !important
}

.bg-right-bottom {
  background-position: right bottom !important
}

.bg-right-top {
  background-position: right top !important
}

.bg-top {
  background-position: top !important
}

.rounded-none {
  border-radius: 0 !important
}

.rounded-sm {
  border-radius: .3rem !important
}

.rounded {
  border-radius: .8rem !important
}

.rounded-lg {
  border-radius: 1.6rem !important
}

.rounded-full {
  border-radius: 9999px !important
}

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-t-sm {
  border-top-left-radius: .3rem !important;
  border-top-right-radius: .3rem !important
}

.rounded-r-sm {
  border-top-right-radius: .3rem !important;
  border-bottom-right-radius: .3rem !important
}

.rounded-b-sm {
  border-bottom-right-radius: .3rem !important;
  border-bottom-left-radius: .3rem !important
}

.rounded-l-sm {
  border-top-left-radius: .3rem !important;
  border-bottom-left-radius: .3rem !important
}

.rounded-t {
  border-top-left-radius: .8rem !important;
  border-top-right-radius: .8rem !important
}

.rounded-r {
  border-top-right-radius: .8rem !important;
  border-bottom-right-radius: .8rem !important
}

.rounded-b {
  border-bottom-right-radius: .8rem !important;
  border-bottom-left-radius: .8rem !important
}

.rounded-l {
  border-top-left-radius: .8rem !important;
  border-bottom-left-radius: .8rem !important
}

.rounded-t-lg {
  border-top-left-radius: 1.6rem !important;
  border-top-right-radius: 1.6rem !important
}

.rounded-r-lg {
  border-top-right-radius: 1.6rem !important;
  border-bottom-right-radius: 1.6rem !important
}

.rounded-b-lg {
  border-bottom-right-radius: 1.6rem !important;
  border-bottom-left-radius: 1.6rem !important
}

.rounded-l-lg {
  border-top-left-radius: 1.6rem !important;
  border-bottom-left-radius: 1.6rem !important
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important
}

.rounded-tl-none {
  border-top-left-radius: 0 !important
}

.rounded-tr-none {
  border-top-right-radius: 0 !important
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important
}

.rounded-tl-sm {
  border-top-left-radius: .3rem !important
}

.rounded-tr-sm {
  border-top-right-radius: .3rem !important
}

.rounded-br-sm {
  border-bottom-right-radius: .3rem !important
}

.rounded-bl-sm {
  border-bottom-left-radius: .3rem !important
}

.rounded-tl {
  border-top-left-radius: .8rem !important
}

.rounded-tr {
  border-top-right-radius: .8rem !important
}

.rounded-br {
  border-bottom-right-radius: .8rem !important
}

.rounded-bl {
  border-bottom-left-radius: .8rem !important
}

.rounded-tl-lg {
  border-top-left-radius: 1.6rem !important
}

.rounded-tr-lg {
  border-top-right-radius: 1.6rem !important
}

.rounded-br-lg {
  border-bottom-right-radius: 1.6rem !important
}

.rounded-bl-lg {
  border-bottom-left-radius: 1.6rem !important
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important
}

.bg-auto {
  background-size: auto !important
}

.bg-cover {
  background-size: cover !important
}

.bg-contain {
  background-size: contain !important
}

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

.border-2 {
  border-width: 2px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !important
}

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

.border {
  border-width: 1px !important
}

.border-t-0 {
  border-top-width: 0 !important
}

.border-r-0 {
  border-right-width: 0 !important
}

.border-b-0 {
  border-bottom-width: 0 !important
}

.border-l-0 {
  border-left-width: 0 !important
}

.border-t-2 {
  border-top-width: 2px !important
}

.border-r-2 {
  border-right-width: 2px !important
}

.border-b-2 {
  border-bottom-width: 2px !important
}

.border-l-2 {
  border-left-width: 2px !important
}

.border-t-4 {
  border-top-width: 4px !important
}

.border-r-4 {
  border-right-width: 4px !important
}

.border-b-4 {
  border-bottom-width: 4px !important
}

.border-l-4 {
  border-left-width: 4px !important
}

.border-t-5 {
  border-top-width: 5px !important
}

.border-r-5 {
  border-right-width: 5px !important
}

.border-b-5 {
  border-bottom-width: 5px !important
}

.border-l-5 {
  border-left-width: 5px !important
}

.border-t-8 {
  border-top-width: 8px !important
}

.border-r-8 {
  border-right-width: 8px !important
}

.border-b-8 {
  border-bottom-width: 8px !important
}

.border-l-8 {
  border-left-width: 8px !important
}

.border-t {
  border-top-width: 1px !important
}

.border-r {
  border-right-width: 1px !important
}

.border-b {
  border-bottom-width: 1px !important
}

.border-l {
  border-left-width: 1px !important
}

.border-transparent {
  border-color: transparent !important
}

.border-primary {
  border-color: #134886 !important
}

.border-secondary {
  border-color: #5da6a3 !important
}

.border-tertiary {
  border-color: #de4e57 !important
}

.border-accent {
  border-color: #f1b858 !important
}

.border-accent-alt {
  border-color: var(--accent-alt) !important
}

.border-body-text {
  border-color: #241508 !important
}

.border-dividers {
  border-color: #ccc !important
}

.border-dividers-light {
  border-color: #fffcf1 !important
}

.border-black {
  border-color: #000 !important
}

.border-white {
  border-color: #fff !important
}

.border-red-100 {
  border-color: #FFF5F5 !important
}

.border-red-200 {
  border-color: #FED7D7 !important
}

.border-red-300 {
  border-color: #FEB2B2 !important
}

.border-red-400 {
  border-color: #FC8181 !important
}

.border-red-500 {
  border-color: #F56565 !important
}

.border-red-600 {
  border-color: #E53E3E !important
}

.border-red-700 {
  border-color: #C53030 !important
}

.border-red-800 {
  border-color: #9B2C2C !important
}

.border-red-900 {
  border-color: #742A2A !important
}

.hover\:border-transparent:hover {
  border-color: transparent !important
}

.hover\:border-primary:hover {
  border-color: #134886 !important
}

.hover\:border-secondary:hover {
  border-color: #5da6a3 !important
}

.hover\:border-tertiary:hover {
  border-color: #de4e57 !important
}

.hover\:border-accent:hover {
  border-color: #f1b858 !important
}

.hover\:border-accent-alt:hover {
  border-color: var(--accent-alt) !important
}

.hover\:border-body-text:hover {
  border-color: #241508 !important
}

.hover\:border-dividers:hover {
  border-color: #ccc !important
}

.hover\:border-dividers-light:hover {
  border-color: #fffcf1 !important
}

.hover\:border-black:hover {
  border-color: #000 !important
}

.hover\:border-white:hover {
  border-color: #fff !important
}

.hover\:border-red-100:hover {
  border-color: #FFF5F5 !important
}

.hover\:border-red-200:hover {
  border-color: #FED7D7 !important
}

.hover\:border-red-300:hover {
  border-color: #FEB2B2 !important
}

.hover\:border-red-400:hover {
  border-color: #FC8181 !important
}

.hover\:border-red-500:hover {
  border-color: #F56565 !important
}

.hover\:border-red-600:hover {
  border-color: #E53E3E !important
}

.hover\:border-red-700:hover {
  border-color: #C53030 !important
}

.hover\:border-red-800:hover {
  border-color: #9B2C2C !important
}

.hover\:border-red-900:hover {
  border-color: #742A2A !important
}

.focus\:border-transparent:focus {
  border-color: transparent !important
}

.focus\:border-primary:focus {
  border-color: #134886 !important
}

.focus\:border-secondary:focus {
  border-color: #5da6a3 !important
}

.focus\:border-tertiary:focus {
  border-color: #de4e57 !important
}

.focus\:border-accent:focus {
  border-color: #f1b858 !important
}

.focus\:border-accent-alt:focus {
  border-color: var(--accent-alt) !important
}

.focus\:border-body-text:focus {
  border-color: #241508 !important
}

.focus\:border-dividers:focus {
  border-color: #ccc !important
}

.focus\:border-dividers-light:focus {
  border-color: #fffcf1 !important
}

.focus\:border-black:focus {
  border-color: #000 !important
}

.focus\:border-white:focus {
  border-color: #fff !important
}

.focus\:border-red-100:focus {
  border-color: #FFF5F5 !important
}

.focus\:border-red-200:focus {
  border-color: #FED7D7 !important
}

.focus\:border-red-300:focus {
  border-color: #FEB2B2 !important
}

.focus\:border-red-400:focus {
  border-color: #FC8181 !important
}

.focus\:border-red-500:focus {
  border-color: #F56565 !important
}

.focus\:border-red-600:focus {
  border-color: #E53E3E !important
}

.focus\:border-red-700:focus {
  border-color: #C53030 !important
}

.focus\:border-red-800:focus {
  border-color: #9B2C2C !important
}

.focus\:border-red-900:focus {
  border-color: #742A2A !important
}

.border-solid {
  border-style: solid !important
}

.border-dashed {
  border-style: dashed !important
}

.border-dotted {
  border-style: dotted !important
}

.border-double {
  border-style: double !important
}

.border-none {
  border-style: none !important
}

.hover\:border-solid:hover {
  border-style: solid !important
}

.hover\:border-dashed:hover {
  border-style: dashed !important
}

.hover\:border-dotted:hover {
  border-style: dotted !important
}

.hover\:border-double:hover {
  border-style: double !important
}

.hover\:border-none:hover {
  border-style: none !important
}

.focus\:border-solid:focus {
  border-style: solid !important
}

.focus\:border-dashed:focus {
  border-style: dashed !important
}

.focus\:border-dotted:focus {
  border-style: dotted !important
}

.focus\:border-double:focus {
  border-style: double !important
}

.focus\:border-none:focus {
  border-style: none !important
}

.box-border {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important
}

.box-content {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important
}

.shadow {
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.1) !important;
          box-shadow: 0 0 11px rgba(0,0,0,0.1) !important
}

.shadow-sm {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}

.shadow-inner {
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}

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

.cursor-auto {
  cursor: auto !important
}

.cursor-default {
  cursor: default !important
}

.cursor-pointer {
  cursor: pointer !important
}

.cursor-wait {
  cursor: wait !important
}

.cursor-text {
  cursor: text !important
}

.cursor-move {
  cursor: move !important
}

.cursor-not-allowed {
  cursor: not-allowed !important
}

.block {
  display: block !important
}

.inline-block {
  display: inline-block !important
}

.inline {
  display: inline !important
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.table {
  display: table !important
}

.table-caption {
  display: table-caption !important
}

.table-cell {
  display: table-cell !important
}

.table-column {
  display: table-column !important
}

.table-column-group {
  display: table-column-group !important
}

.table-footer-group {
  display: table-footer-group !important
}

.table-header-group {
  display: table-header-group !important
}

.table-row-group {
  display: table-row-group !important
}

.table-row {
  display: table-row !important
}

.flow-root {
  display: flow-root !important
}

.grid {
  display: -ms-grid !important;
  display: grid !important
}

.inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important
}

.contents {
  display: contents !important
}

.hidden {
  display: none !important
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important
}

.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important
}

.flex-initial {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important
}

.flex-none {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important
}

.flex-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important
}

.flex-col-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important
}

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

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

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

.float-right {
  float: right !important
}

.float-left {
  float: left !important
}

.float-none {
  float: none !important
}

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important
}

.font-sans {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
}

.font-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.font-heading {
  font-family: Noto Serif !important
}

.font-body {
  font-family: Noto Sans !important
}

.text-xs {
  font-size: 1.4rem !important
}

.text-sm {
  font-size: 1.5rem !important
}

.text-base {
  font-size: 1.6rem !important
}

.text-lg {
  font-size: 1.8rem !important
}

.text-xl {
  font-size: 2.1rem !important
}

.text-2xl {
  font-size: 2.4rem !important
}

.text-3xl {
  font-size: 3.6rem !important
}

.text-4xl {
  font-size: 4.8rem !important
}

.text-5xl {
  font-size: 5.4rem !important
}

.text-6xl {
  font-size: 6rem !important
}

.italic {
  font-style: italic !important
}

.not-italic {
  font-style: normal !important
}

.font-light {
  font-weight: 100 !important
}

.font-normal {
  font-weight: 400 !important
}

.font-semibold {
  font-weight: 600 !important
}

.font-bold {
  font-weight: 700 !important
}

.hover\:font-light:hover {
  font-weight: 100 !important
}

.hover\:font-normal:hover {
  font-weight: 400 !important
}

.hover\:font-semibold:hover {
  font-weight: 600 !important
}

.hover\:font-bold:hover {
  font-weight: 700 !important
}

.focus\:font-light:focus {
  font-weight: 100 !important
}

.focus\:font-normal:focus {
  font-weight: 400 !important
}

.focus\:font-semibold:focus {
  font-weight: 600 !important
}

.focus\:font-bold:focus {
  font-weight: 700 !important
}

.h-0 {
  height: 0 !important
}

.h-1 {
  height: .4rem !important
}

.h-2 {
  height: .8rem !important
}

.h-3 {
  height: 1.2rem !important
}

.h-4 {
  height: 1.6rem !important
}

.h-5 {
  height: 2rem !important
}

.h-6 {
  height: 2.4rem !important
}

.h-8 {
  height: 2.8rem !important
}

.h-9 {
  height: 3rem !important
}

.h-10 {
  height: 3.2rem !important
}

.h-12 {
  height: 3.6rem !important
}

.h-16 {
  height: 4rem !important
}

.h-20 {
  height: 4.4rem !important
}

.h-24 {
  height: 4.8rem !important
}

.h-32 {
  height: 5.2rem !important
}

.h-40 {
  height: 5.6rem !important
}

.h-48 {
  height: 6rem !important
}

.h-56 {
  height: 6.2rem !important
}

.h-64 {
  height: 6.6rem !important
}

.h-80 {
  height: 8rem !important
}

.h-237 {
  height: 9.5rem !important
}

.h-auto {
  height: auto !important
}

.h-px {
  height: 1px !important
}

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

.h-screen {
  height: 100vh !important
}

.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important
}

.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important
}

.inset-x-0 {
  right: 0 !important;
  left: 0 !important
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important
}

.inset-x-auto {
  right: auto !important;
  left: auto !important
}

.top-0 {
  top: 0 !important
}

.right-0 {
  right: 0 !important
}

.bottom-0 {
  bottom: 0 !important
}

.left-0 {
  left: 0 !important
}

.top-auto {
  top: auto !important
}

.right-auto {
  right: auto !important
}

.bottom-auto {
  bottom: auto !important
}

.left-auto {
  left: auto !important
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important
}

.justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important
}

.justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important
}

.justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important
}

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important
}

.leading-none {
  line-height: 1 !important
}

.leading-tight {
  line-height: 1.2 !important
}

.leading-snug {
  line-height: 1.3 !important
}

.leading-normal {
  line-height: 1.6 !important
}

.leading-relaxed {
  line-height: 1.8 !important
}

.leading-loose {
  line-height: 2 !important
}

.list-none {
  list-style-type: none !important
}

.list-disc {
  list-style-type: disc !important
}

.list-decimal {
  list-style-type: decimal !important
}

.m-0 {
  margin: 0 !important
}

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

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

.m-3 {
  margin: 1.2rem !important
}

.m-4 {
  margin: 1.6rem !important
}

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

.m-6 {
  margin: 2.4rem !important
}

.m-8 {
  margin: 2.8rem !important
}

.m-9 {
  margin: 3rem !important
}

.m-10 {
  margin: 3.2rem !important
}

.m-12 {
  margin: 3.6rem !important
}

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

.m-20 {
  margin: 4.4rem !important
}

.m-24 {
  margin: 4.8rem !important
}

.m-32 {
  margin: 5.2rem !important
}

.m-40 {
  margin: 5.6rem !important
}

.m-48 {
  margin: 6rem !important
}

.m-56 {
  margin: 6.2rem !important
}

.m-64 {
  margin: 6.6rem !important
}

.m-80 {
  margin: 8rem !important
}

.m-237 {
  margin: 9.5rem !important
}

.m-auto {
  margin: auto !important
}

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

.-m-1 {
  margin: -0.4rem !important
}

.-m-2 {
  margin: -0.8rem !important
}

.-m-3 {
  margin: -1.2rem !important
}

.-m-4 {
  margin: -1.6rem !important
}

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

.-m-6 {
  margin: -2.4rem !important
}

.-m-8 {
  margin: -2.8rem !important
}

.-m-9 {
  margin: -3rem !important
}

.-m-10 {
  margin: -3.2rem !important
}

.-m-12 {
  margin: -3.6rem !important
}

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

.-m-20 {
  margin: -4.4rem !important
}

.-m-24 {
  margin: -4.8rem !important
}

.-m-32 {
  margin: -5.2rem !important
}

.-m-40 {
  margin: -5.6rem !important
}

.-m-48 {
  margin: -6rem !important
}

.-m-56 {
  margin: -6.2rem !important
}

.-m-64 {
  margin: -6.6rem !important
}

.-m-80 {
  margin: -8rem !important
}

.-m-237 {
  margin: -9.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-237 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important
}

.mx-237 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-237 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important
}

.-mx-237 {
  margin-left: -9.5rem !important;
  margin-right: -9.5rem !important
}

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

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

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

.mr-0 {
  margin-right: 0 !important
}

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

.ml-0 {
  margin-left: 0 !important
}

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 1.2rem !important
}

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

.ml-3 {
  margin-left: 1.2rem !important
}

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

.mr-4 {
  margin-right: 1.6rem !important
}

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

.ml-4 {
  margin-left: 1.6rem !important
}

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

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

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

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

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

.mr-6 {
  margin-right: 2.4rem !important
}

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

.ml-6 {
  margin-left: 2.4rem !important
}

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

.mr-8 {
  margin-right: 2.8rem !important
}

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

.ml-8 {
  margin-left: 2.8rem !important
}

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

.mr-9 {
  margin-right: 3rem !important
}

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

.ml-9 {
  margin-left: 3rem !important
}

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

.mr-10 {
  margin-right: 3.2rem !important
}

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

.ml-10 {
  margin-left: 3.2rem !important
}

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

.mr-12 {
  margin-right: 3.6rem !important
}

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

.ml-12 {
  margin-left: 3.6rem !important
}

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

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

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

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

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

.mr-20 {
  margin-right: 4.4rem !important
}

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

.ml-20 {
  margin-left: 4.4rem !important
}

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

.mr-24 {
  margin-right: 4.8rem !important
}

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

.ml-24 {
  margin-left: 4.8rem !important
}

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

.mr-32 {
  margin-right: 5.2rem !important
}

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

.ml-32 {
  margin-left: 5.2rem !important
}

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

.mr-40 {
  margin-right: 5.6rem !important
}

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

.ml-40 {
  margin-left: 5.6rem !important
}

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

.mr-48 {
  margin-right: 6rem !important
}

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

.ml-48 {
  margin-left: 6rem !important
}

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

.mr-56 {
  margin-right: 6.2rem !important
}

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

.ml-56 {
  margin-left: 6.2rem !important
}

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

.mr-64 {
  margin-right: 6.6rem !important
}

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

.ml-64 {
  margin-left: 6.6rem !important
}

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

.mr-80 {
  margin-right: 8rem !important
}

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

.ml-80 {
  margin-left: 8rem !important
}

.mt-237 {
  margin-top: 9.5rem !important
}

.mr-237 {
  margin-right: 9.5rem !important
}

.mb-237 {
  margin-bottom: 9.5rem !important
}

.ml-237 {
  margin-left: 9.5rem !important
}

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

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

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

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

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

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

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

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

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

.-mr-1 {
  margin-right: -0.4rem !important
}

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

.-ml-1 {
  margin-left: -0.4rem !important
}

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

.-mr-2 {
  margin-right: -0.8rem !important
}

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

.-ml-2 {
  margin-left: -0.8rem !important
}

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

.-mr-3 {
  margin-right: -1.2rem !important
}

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

.-ml-3 {
  margin-left: -1.2rem !important
}

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

.-mr-4 {
  margin-right: -1.6rem !important
}

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

.-ml-4 {
  margin-left: -1.6rem !important
}

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

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

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

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

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

.-mr-6 {
  margin-right: -2.4rem !important
}

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

.-ml-6 {
  margin-left: -2.4rem !important
}

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

.-mr-8 {
  margin-right: -2.8rem !important
}

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

.-ml-8 {
  margin-left: -2.8rem !important
}

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

.-mr-9 {
  margin-right: -3rem !important
}

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

.-ml-9 {
  margin-left: -3rem !important
}

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

.-mr-10 {
  margin-right: -3.2rem !important
}

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

.-ml-10 {
  margin-left: -3.2rem !important
}

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

.-mr-12 {
  margin-right: -3.6rem !important
}

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

.-ml-12 {
  margin-left: -3.6rem !important
}

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

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

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

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

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

.-mr-20 {
  margin-right: -4.4rem !important
}

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

.-ml-20 {
  margin-left: -4.4rem !important
}

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

.-mr-24 {
  margin-right: -4.8rem !important
}

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

.-ml-24 {
  margin-left: -4.8rem !important
}

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

.-mr-32 {
  margin-right: -5.2rem !important
}

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

.-ml-32 {
  margin-left: -5.2rem !important
}

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

.-mr-40 {
  margin-right: -5.6rem !important
}

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

.-ml-40 {
  margin-left: -5.6rem !important
}

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

.-mr-48 {
  margin-right: -6rem !important
}

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

.-ml-48 {
  margin-left: -6rem !important
}

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

.-mr-56 {
  margin-right: -6.2rem !important
}

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

.-ml-56 {
  margin-left: -6.2rem !important
}

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

.-mr-64 {
  margin-right: -6.6rem !important
}

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

.-ml-64 {
  margin-left: -6.6rem !important
}

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

.-mr-80 {
  margin-right: -8rem !important
}

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

.-ml-80 {
  margin-left: -8rem !important
}

.-mt-237 {
  margin-top: -9.5rem !important
}

.-mr-237 {
  margin-right: -9.5rem !important
}

.-mb-237 {
  margin-bottom: -9.5rem !important
}

.-ml-237 {
  margin-left: -9.5rem !important
}

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

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

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

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

.max-h-full {
  max-height: 100% !important
}

.max-h-screen {
  max-height: 100vh !important
}

.max-w-397 {
  max-width: 93.3rem !important
}

.max-w-none {
  max-width: none !important
}

.max-w-xs {
  max-width: 20rem !important
}

.max-w-sm {
  max-width: 30rem !important
}

.max-w-md {
  max-width: 50rem !important
}

.max-w-lg {
  max-width: 75rem !important
}

.max-w-xl {
  max-width: 100rem !important
}

.max-w-full {
  max-width: 100% !important
}

.min-h-0 {
  min-height: 0 !important
}

.min-h-full {
  min-height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

.min-w-0 {
  min-width: 0 !important
}

.min-w-full {
  min-width: 100% !important
}

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

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

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

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

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

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: 0.25 !important
}

.opacity-50 {
  opacity: 0.5 !important
}

.opacity-60 {
  opacity: 0.6 !important
}

.opacity-75 {
  opacity: 0.75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.hover\:opacity-0:hover {
  opacity: 0 !important
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important
}

.hover\:opacity-100:hover {
  opacity: 1 !important
}

.focus\:opacity-0:focus {
  opacity: 0 !important
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important
}

.focus\:opacity-100:focus {
  opacity: 1 !important
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important
}

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important
}

.order-last {
  -webkit-box-ordinal-group: 10000 !important;
      -ms-flex-order: 9999 !important;
          order: 9999 !important
}

.order-none {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: scroll !important
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important
}

.overscroll-y-none {
  overscroll-behavior-y: none !important
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important
}

.overscroll-x-none {
  overscroll-behavior-x: none !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .4rem !important
}

.p-2 {
  padding: .8rem !important
}

.p-3 {
  padding: 1.2rem !important
}

.p-4 {
  padding: 1.6rem !important
}

.p-5 {
  padding: 2rem !important
}

.p-6 {
  padding: 2.4rem !important
}

.p-8 {
  padding: 2.8rem !important
}

.p-9 {
  padding: 3rem !important
}

.p-10 {
  padding: 3.2rem !important
}

.p-12 {
  padding: 3.6rem !important
}

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

.p-20 {
  padding: 4.4rem !important
}

.p-24 {
  padding: 4.8rem !important
}

.p-32 {
  padding: 5.2rem !important
}

.p-40 {
  padding: 5.6rem !important
}

.p-48 {
  padding: 6rem !important
}

.p-56 {
  padding: 6.2rem !important
}

.p-64 {
  padding: 6.6rem !important
}

.p-80 {
  padding: 8rem !important
}

.p-237 {
  padding: 9.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-237 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important
}

.px-237 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important
}

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

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

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

.pr-0 {
  padding-right: 0 !important
}

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

.pl-0 {
  padding-left: 0 !important
}

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

.pr-1 {
  padding-right: .4rem !important
}

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

.pl-1 {
  padding-left: .4rem !important
}

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

.pr-2 {
  padding-right: .8rem !important
}

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

.pl-2 {
  padding-left: .8rem !important
}

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

.pr-3 {
  padding-right: 1.2rem !important
}

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

.pl-3 {
  padding-left: 1.2rem !important
}

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

.pr-4 {
  padding-right: 1.6rem !important
}

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

.pl-4 {
  padding-left: 1.6rem !important
}

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

.pr-5 {
  padding-right: 2rem !important
}

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

.pl-5 {
  padding-left: 2rem !important
}

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

.pr-6 {
  padding-right: 2.4rem !important
}

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

.pl-6 {
  padding-left: 2.4rem !important
}

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

.pr-8 {
  padding-right: 2.8rem !important
}

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

.pl-8 {
  padding-left: 2.8rem !important
}

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

.pr-9 {
  padding-right: 3rem !important
}

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

.pl-9 {
  padding-left: 3rem !important
}

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

.pr-10 {
  padding-right: 3.2rem !important
}

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

.pl-10 {
  padding-left: 3.2rem !important
}

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

.pr-12 {
  padding-right: 3.6rem !important
}

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

.pl-12 {
  padding-left: 3.6rem !important
}

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

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

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

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

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

.pr-20 {
  padding-right: 4.4rem !important
}

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

.pl-20 {
  padding-left: 4.4rem !important
}

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

.pr-24 {
  padding-right: 4.8rem !important
}

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

.pl-24 {
  padding-left: 4.8rem !important
}

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

.pr-32 {
  padding-right: 5.2rem !important
}

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

.pl-32 {
  padding-left: 5.2rem !important
}

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

.pr-40 {
  padding-right: 5.6rem !important
}

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

.pl-40 {
  padding-left: 5.6rem !important
}

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

.pr-48 {
  padding-right: 6rem !important
}

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

.pl-48 {
  padding-left: 6rem !important
}

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

.pr-56 {
  padding-right: 6.2rem !important
}

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

.pl-56 {
  padding-left: 6.2rem !important
}

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

.pr-64 {
  padding-right: 6.6rem !important
}

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

.pl-64 {
  padding-left: 6.6rem !important
}

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

.pr-80 {
  padding-right: 8rem !important
}

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

.pl-80 {
  padding-left: 8rem !important
}

.pt-237 {
  padding-top: 9.5rem !important
}

.pr-237 {
  padding-right: 9.5rem !important
}

.pb-237 {
  padding-bottom: 9.5rem !important
}

.pl-237 {
  padding-left: 9.5rem !important
}

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

.pr-px {
  padding-right: 1px !important
}

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

.pl-px {
  padding-left: 1px !important
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent !important
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent !important
}

.placeholder-transparent::placeholder {
  color: transparent !important
}

.placeholder-primary::-webkit-input-placeholder {
  color: #134886 !important
}

.placeholder-primary::-moz-placeholder {
  color: #134886 !important
}

.placeholder-primary::-ms-input-placeholder {
  color: #134886 !important
}

.placeholder-primary::placeholder {
  color: #134886 !important
}

.placeholder-secondary::-webkit-input-placeholder {
  color: #5da6a3 !important
}

.placeholder-secondary::-moz-placeholder {
  color: #5da6a3 !important
}

.placeholder-secondary::-ms-input-placeholder {
  color: #5da6a3 !important
}

.placeholder-secondary::placeholder {
  color: #5da6a3 !important
}

.placeholder-tertiary::-webkit-input-placeholder {
  color: #de4e57 !important
}

.placeholder-tertiary::-moz-placeholder {
  color: #de4e57 !important
}

.placeholder-tertiary::-ms-input-placeholder {
  color: #de4e57 !important
}

.placeholder-tertiary::placeholder {
  color: #de4e57 !important
}

.placeholder-accent::-webkit-input-placeholder {
  color: #f1b858 !important
}

.placeholder-accent::-moz-placeholder {
  color: #f1b858 !important
}

.placeholder-accent::-ms-input-placeholder {
  color: #f1b858 !important
}

.placeholder-accent::placeholder {
  color: #f1b858 !important
}

.placeholder-accent-alt::-webkit-input-placeholder {
  color: var(--accent-alt) !important
}

.placeholder-accent-alt::-moz-placeholder {
  color: var(--accent-alt) !important
}

.placeholder-accent-alt::-ms-input-placeholder {
  color: var(--accent-alt) !important
}

.placeholder-accent-alt::placeholder {
  color: var(--accent-alt) !important
}

.placeholder-body-text::-webkit-input-placeholder {
  color: #241508 !important
}

.placeholder-body-text::-moz-placeholder {
  color: #241508 !important
}

.placeholder-body-text::-ms-input-placeholder {
  color: #241508 !important
}

.placeholder-body-text::placeholder {
  color: #241508 !important
}

.placeholder-dividers::-webkit-input-placeholder {
  color: #ccc !important
}

.placeholder-dividers::-moz-placeholder {
  color: #ccc !important
}

.placeholder-dividers::-ms-input-placeholder {
  color: #ccc !important
}

.placeholder-dividers::placeholder {
  color: #ccc !important
}

.placeholder-dividers-light::-webkit-input-placeholder {
  color: #fffcf1 !important
}

.placeholder-dividers-light::-moz-placeholder {
  color: #fffcf1 !important
}

.placeholder-dividers-light::-ms-input-placeholder {
  color: #fffcf1 !important
}

.placeholder-dividers-light::placeholder {
  color: #fffcf1 !important
}

.placeholder-black::-webkit-input-placeholder {
  color: #000 !important
}

.placeholder-black::-moz-placeholder {
  color: #000 !important
}

.placeholder-black::-ms-input-placeholder {
  color: #000 !important
}

.placeholder-black::placeholder {
  color: #000 !important
}

.placeholder-white::-webkit-input-placeholder {
  color: #fff !important
}

.placeholder-white::-moz-placeholder {
  color: #fff !important
}

.placeholder-white::-ms-input-placeholder {
  color: #fff !important
}

.placeholder-white::placeholder {
  color: #fff !important
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::-moz-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::-ms-input-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::-moz-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::-ms-input-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::placeholder {
  color: #FED7D7 !important
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::-moz-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::-ms-input-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::-moz-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::-ms-input-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::placeholder {
  color: #FC8181 !important
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::-moz-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::-ms-input-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::placeholder {
  color: #F56565 !important
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::-moz-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::-ms-input-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::placeholder {
  color: #E53E3E !important
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::-moz-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::-ms-input-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::placeholder {
  color: #C53030 !important
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::-moz-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::placeholder {
  color: #9B2C2C !important
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::-moz-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::placeholder {
  color: #742A2A !important
}

.pointer-events-none {
  pointer-events: none !important
}

.pointer-events-auto {
  pointer-events: auto !important
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.sticky {
  position: sticky !important
}

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.4rem * var(--space-y-reverse)) !important
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(.4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(.8rem * var(--space-y-reverse)) !important
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(.8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.2rem * var(--space-y-reverse)) !important
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.6rem * var(--space-y-reverse)) !important
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.4rem * var(--space-y-reverse)) !important
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.8rem * var(--space-y-reverse)) !important
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important
}

.space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.2rem * var(--space-y-reverse)) !important
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.6rem * var(--space-y-reverse)) !important
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.4rem * var(--space-y-reverse)) !important
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.8rem * var(--space-y-reverse)) !important
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.2rem * var(--space-y-reverse)) !important
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.6rem * var(--space-y-reverse)) !important
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important
}

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.2rem * var(--space-y-reverse)) !important
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6.6rem * var(--space-y-reverse)) !important
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important
}

.space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-237 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.5rem * var(--space-y-reverse)) !important
}

.space-x-237 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important
}

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.4rem * var(--space-y-reverse)) !important
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.8rem * var(--space-y-reverse)) !important
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.2rem * var(--space-y-reverse)) !important
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.6rem * var(--space-y-reverse)) !important
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.4rem * var(--space-y-reverse)) !important
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.8rem * var(--space-y-reverse)) !important
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important
}

.-space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.2rem * var(--space-y-reverse)) !important
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.6rem * var(--space-y-reverse)) !important
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.4rem * var(--space-y-reverse)) !important
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.8rem * var(--space-y-reverse)) !important
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.2rem * var(--space-y-reverse)) !important
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.6rem * var(--space-y-reverse)) !important
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important
}

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.2rem * var(--space-y-reverse)) !important
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6.6rem * var(--space-y-reverse)) !important
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important
}

.-space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-237 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.5rem * var(--space-y-reverse)) !important
}

.-space-x-237 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important
}

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-5 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(5px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(5px * var(--divide-y-reverse)) !important
}

.divide-x-5 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(5px * var(--divide-x-reverse)) !important;
  border-left-width: calc(5px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important
}

.table-auto {
  table-layout: auto !important
}

.table-fixed {
  table-layout: fixed !important
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

.text-justify {
  text-align: justify !important
}

.text-transparent {
  color: transparent !important
}

.text-primary {
  color: #134886 !important
}

.text-secondary {
  color: #5da6a3 !important
}

.text-tertiary {
  color: #de4e57 !important
}

.text-accent {
  color: #f1b858 !important
}

.text-accent-alt {
  color: var(--accent-alt) !important
}

.text-body-text {
  color: #241508 !important
}

.text-dividers {
  color: #ccc !important
}

.text-dividers-light {
  color: #fffcf1 !important
}

.text-black {
  color: #000 !important
}

.text-white {
  color: #fff !important
}

.text-red-100 {
  color: #FFF5F5 !important
}

.text-red-200 {
  color: #FED7D7 !important
}

.text-red-300 {
  color: #FEB2B2 !important
}

.text-red-400 {
  color: #FC8181 !important
}

.text-red-500 {
  color: #F56565 !important
}

.text-red-600 {
  color: #E53E3E !important
}

.text-red-700 {
  color: #C53030 !important
}

.text-red-800 {
  color: #9B2C2C !important
}

.text-red-900 {
  color: #742A2A !important
}

.hover\:text-transparent:hover {
  color: transparent !important
}

.hover\:text-primary:hover {
  color: #134886 !important
}

.hover\:text-secondary:hover {
  color: #5da6a3 !important
}

.hover\:text-tertiary:hover {
  color: #de4e57 !important
}

.hover\:text-accent:hover {
  color: #f1b858 !important
}

.hover\:text-accent-alt:hover {
  color: var(--accent-alt) !important
}

.hover\:text-body-text:hover {
  color: #241508 !important
}

.hover\:text-dividers:hover {
  color: #ccc !important
}

.hover\:text-dividers-light:hover {
  color: #fffcf1 !important
}

.hover\:text-black:hover {
  color: #000 !important
}

.hover\:text-white:hover {
  color: #fff !important
}

.hover\:text-red-100:hover {
  color: #FFF5F5 !important
}

.hover\:text-red-200:hover {
  color: #FED7D7 !important
}

.hover\:text-red-300:hover {
  color: #FEB2B2 !important
}

.hover\:text-red-400:hover {
  color: #FC8181 !important
}

.hover\:text-red-500:hover {
  color: #F56565 !important
}

.hover\:text-red-600:hover {
  color: #E53E3E !important
}

.hover\:text-red-700:hover {
  color: #C53030 !important
}

.hover\:text-red-800:hover {
  color: #9B2C2C !important
}

.hover\:text-red-900:hover {
  color: #742A2A !important
}

.focus\:text-transparent:focus {
  color: transparent !important
}

.focus\:text-primary:focus {
  color: #134886 !important
}

.focus\:text-secondary:focus {
  color: #5da6a3 !important
}

.focus\:text-tertiary:focus {
  color: #de4e57 !important
}

.focus\:text-accent:focus {
  color: #f1b858 !important
}

.focus\:text-accent-alt:focus {
  color: var(--accent-alt) !important
}

.focus\:text-body-text:focus {
  color: #241508 !important
}

.focus\:text-dividers:focus {
  color: #ccc !important
}

.focus\:text-dividers-light:focus {
  color: #fffcf1 !important
}

.focus\:text-black:focus {
  color: #000 !important
}

.focus\:text-white:focus {
  color: #fff !important
}

.focus\:text-red-100:focus {
  color: #FFF5F5 !important
}

.focus\:text-red-200:focus {
  color: #FED7D7 !important
}

.focus\:text-red-300:focus {
  color: #FEB2B2 !important
}

.focus\:text-red-400:focus {
  color: #FC8181 !important
}

.focus\:text-red-500:focus {
  color: #F56565 !important
}

.focus\:text-red-600:focus {
  color: #E53E3E !important
}

.focus\:text-red-700:focus {
  color: #C53030 !important
}

.focus\:text-red-800:focus {
  color: #9B2C2C !important
}

.focus\:text-red-900:focus {
  color: #742A2A !important
}

.underline {
  text-decoration: underline !important
}

.line-through {
  text-decoration: line-through !important
}

.no-underline {
  text-decoration: none !important
}

.hover\:underline:hover {
  text-decoration: underline !important
}

.hover\:line-through:hover {
  text-decoration: line-through !important
}

.hover\:no-underline:hover {
  text-decoration: none !important
}

.focus\:underline:focus {
  text-decoration: underline !important
}

.focus\:line-through:focus {
  text-decoration: line-through !important
}

.focus\:no-underline:focus {
  text-decoration: none !important
}

.uppercase {
  text-transform: uppercase !important
}

.lowercase {
  text-transform: lowercase !important
}

.capitalize {
  text-transform: capitalize !important
}

.normal-case {
  text-transform: none !important
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.whitespace-normal {
  white-space: normal !important
}

.whitespace-no-wrap {
  white-space: nowrap !important
}

.whitespace-pre {
  white-space: pre !important
}

.whitespace-pre-line {
  white-space: pre-line !important
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important
}

.w-0 {
  width: 0 !important
}

.w-1 {
  width: .4rem !important
}

.w-2 {
  width: .8rem !important
}

.w-3 {
  width: 1.2rem !important
}

.w-4 {
  width: 1.6rem !important
}

.w-5 {
  width: 2rem !important
}

.w-6 {
  width: 2.4rem !important
}

.w-8 {
  width: 2.8rem !important
}

.w-9 {
  width: 3rem !important
}

.w-10 {
  width: 3.2rem !important
}

.w-12 {
  width: 3.6rem !important
}

.w-16 {
  width: 4rem !important
}

.w-20 {
  width: 4.4rem !important
}

.w-24 {
  width: 4.8rem !important
}

.w-32 {
  width: 5.2rem !important
}

.w-40 {
  width: 5.6rem !important
}

.w-48 {
  width: 6rem !important
}

.w-56 {
  width: 6.2rem !important
}

.w-64 {
  width: 6.6rem !important
}

.w-80 {
  width: 8rem !important
}

.w-237 {
  width: 9.5rem !important
}

.w-auto {
  width: auto !important
}

.w-px {
  width: 1px !important
}

.w-1\/2 {
  width: 50% !important
}

.w-1\/3 {
  width: 33.33333% !important
}

.w-2\/3 {
  width: 66.66667% !important
}

.w-1\/4 {
  width: 25% !important
}

.w-2\/4 {
  width: 50% !important
}

.w-3\/4 {
  width: 75% !important
}

.w-1\/5 {
  width: 20% !important
}

.w-2\/5 {
  width: 40% !important
}

.w-3\/5 {
  width: 60% !important
}

.w-4\/5 {
  width: 80% !important
}

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

.w-screen {
  width: 100vw !important
}

.break-normal {
  word-wrap: normal !important;
  word-wrap: normal !important;
  word-break: normal !important
}

.break-words {
  word-wrap: break-word !important;
  word-wrap: break-word !important
}

.break-all {
  word-break: break-all !important
}

.truncate {
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  white-space: nowrap !important
}

.z-0 {
  z-index: 0 !important
}

.z-10 {
  z-index: 10 !important
}

.z-20 {
  z-index: 20 !important
}

.z-30 {
  z-index: 30 !important
}

.z-40 {
  z-index: 40 !important
}

.z-50 {
  z-index: 100 !important
}

.z-auto {
  z-index: auto !important
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}

.transform-none {
  -webkit-transform: none !important;
          transform: none !important
}

.origin-center {
  -webkit-transform-origin: center !important;
          transform-origin: center !important
}

.origin-top {
  -webkit-transform-origin: top !important;
          transform-origin: top !important
}

.origin-top-right {
  -webkit-transform-origin: top right !important;
          transform-origin: top right !important
}

.origin-right {
  -webkit-transform-origin: right !important;
          transform-origin: right !important
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right !important;
          transform-origin: bottom right !important
}

.origin-bottom {
  -webkit-transform-origin: bottom !important;
          transform-origin: bottom !important
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left !important;
          transform-origin: bottom left !important
}

.origin-left {
  -webkit-transform-origin: left !important;
          transform-origin: left !important
}

.origin-top-left {
  -webkit-transform-origin: top left !important;
          transform-origin: top left !important
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.scale-x-0 {
  --transform-scale-x: 0 !important
}

.scale-x-50 {
  --transform-scale-x: .5 !important
}

.scale-x-75 {
  --transform-scale-x: .75 !important
}

.scale-x-90 {
  --transform-scale-x: .9 !important
}

.scale-x-95 {
  --transform-scale-x: .95 !important
}

.scale-x-100 {
  --transform-scale-x: 1 !important
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important
}

.scale-y-0 {
  --transform-scale-y: 0 !important
}

.scale-y-50 {
  --transform-scale-y: .5 !important
}

.scale-y-75 {
  --transform-scale-y: .75 !important
}

.scale-y-90 {
  --transform-scale-y: .9 !important
}

.scale-y-95 {
  --transform-scale-y: .95 !important
}

.scale-y-100 {
  --transform-scale-y: 1 !important
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important
}

.rotate-0 {
  --transform-rotate: 0 !important
}

.rotate-45 {
  --transform-rotate: 45deg !important
}

.rotate-90 {
  --transform-rotate: 90deg !important
}

.rotate-180 {
  --transform-rotate: 180deg !important
}

.-rotate-180 {
  --transform-rotate: -180deg !important
}

.-rotate-90 {
  --transform-rotate: -90deg !important
}

.-rotate-45 {
  --transform-rotate: -45deg !important
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important
}

.translate-x-0 {
  --transform-translate-x: 0 !important
}

.translate-x-1 {
  --transform-translate-x: .4rem !important
}

.translate-x-2 {
  --transform-translate-x: .8rem !important
}

.translate-x-3 {
  --transform-translate-x: 1.2rem !important
}

.translate-x-4 {
  --transform-translate-x: 1.6rem !important
}

.translate-x-5 {
  --transform-translate-x: 2rem !important
}

.translate-x-6 {
  --transform-translate-x: 2.4rem !important
}

.translate-x-8 {
  --transform-translate-x: 2.8rem !important
}

.translate-x-9 {
  --transform-translate-x: 3rem !important
}

.translate-x-10 {
  --transform-translate-x: 3.2rem !important
}

.translate-x-12 {
  --transform-translate-x: 3.6rem !important
}

.translate-x-16 {
  --transform-translate-x: 4rem !important
}

.translate-x-20 {
  --transform-translate-x: 4.4rem !important
}

.translate-x-24 {
  --transform-translate-x: 4.8rem !important
}

.translate-x-32 {
  --transform-translate-x: 5.2rem !important
}

.translate-x-40 {
  --transform-translate-x: 5.6rem !important
}

.translate-x-48 {
  --transform-translate-x: 6rem !important
}

.translate-x-56 {
  --transform-translate-x: 6.2rem !important
}

.translate-x-64 {
  --transform-translate-x: 6.6rem !important
}

.translate-x-80 {
  --transform-translate-x: 8rem !important
}

.translate-x-237 {
  --transform-translate-x: 9.5rem !important
}

.translate-x-px {
  --transform-translate-x: 1px !important
}

.-translate-x-1 {
  --transform-translate-x: -0.4rem !important
}

.-translate-x-2 {
  --transform-translate-x: -0.8rem !important
}

.-translate-x-3 {
  --transform-translate-x: -1.2rem !important
}

.-translate-x-4 {
  --transform-translate-x: -1.6rem !important
}

.-translate-x-5 {
  --transform-translate-x: -2rem !important
}

.-translate-x-6 {
  --transform-translate-x: -2.4rem !important
}

.-translate-x-8 {
  --transform-translate-x: -2.8rem !important
}

.-translate-x-9 {
  --transform-translate-x: -3rem !important
}

.-translate-x-10 {
  --transform-translate-x: -3.2rem !important
}

.-translate-x-12 {
  --transform-translate-x: -3.6rem !important
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important
}

.-translate-x-20 {
  --transform-translate-x: -4.4rem !important
}

.-translate-x-24 {
  --transform-translate-x: -4.8rem !important
}

.-translate-x-32 {
  --transform-translate-x: -5.2rem !important
}

.-translate-x-40 {
  --transform-translate-x: -5.6rem !important
}

.-translate-x-48 {
  --transform-translate-x: -6rem !important
}

.-translate-x-56 {
  --transform-translate-x: -6.2rem !important
}

.-translate-x-64 {
  --transform-translate-x: -6.6rem !important
}

.-translate-x-80 {
  --transform-translate-x: -8rem !important
}

.-translate-x-237 {
  --transform-translate-x: -9.5rem !important
}

.-translate-x-px {
  --transform-translate-x: -1px !important
}

.-translate-x-full {
  --transform-translate-x: -100% !important
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important
}

.translate-x-full {
  --transform-translate-x: 100% !important
}

.translate-y-0 {
  --transform-translate-y: 0 !important
}

.translate-y-1 {
  --transform-translate-y: .4rem !important
}

.translate-y-2 {
  --transform-translate-y: .8rem !important
}

.translate-y-3 {
  --transform-translate-y: 1.2rem !important
}

.translate-y-4 {
  --transform-translate-y: 1.6rem !important
}

.translate-y-5 {
  --transform-translate-y: 2rem !important
}

.translate-y-6 {
  --transform-translate-y: 2.4rem !important
}

.translate-y-8 {
  --transform-translate-y: 2.8rem !important
}

.translate-y-9 {
  --transform-translate-y: 3rem !important
}

.translate-y-10 {
  --transform-translate-y: 3.2rem !important
}

.translate-y-12 {
  --transform-translate-y: 3.6rem !important
}

.translate-y-16 {
  --transform-translate-y: 4rem !important
}

.translate-y-20 {
  --transform-translate-y: 4.4rem !important
}

.translate-y-24 {
  --transform-translate-y: 4.8rem !important
}

.translate-y-32 {
  --transform-translate-y: 5.2rem !important
}

.translate-y-40 {
  --transform-translate-y: 5.6rem !important
}

.translate-y-48 {
  --transform-translate-y: 6rem !important
}

.translate-y-56 {
  --transform-translate-y: 6.2rem !important
}

.translate-y-64 {
  --transform-translate-y: 6.6rem !important
}

.translate-y-80 {
  --transform-translate-y: 8rem !important
}

.translate-y-237 {
  --transform-translate-y: 9.5rem !important
}

.translate-y-px {
  --transform-translate-y: 1px !important
}

.-translate-y-1 {
  --transform-translate-y: -0.4rem !important
}

.-translate-y-2 {
  --transform-translate-y: -0.8rem !important
}

.-translate-y-3 {
  --transform-translate-y: -1.2rem !important
}

.-translate-y-4 {
  --transform-translate-y: -1.6rem !important
}

.-translate-y-5 {
  --transform-translate-y: -2rem !important
}

.-translate-y-6 {
  --transform-translate-y: -2.4rem !important
}

.-translate-y-8 {
  --transform-translate-y: -2.8rem !important
}

.-translate-y-9 {
  --transform-translate-y: -3rem !important
}

.-translate-y-10 {
  --transform-translate-y: -3.2rem !important
}

.-translate-y-12 {
  --transform-translate-y: -3.6rem !important
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important
}

.-translate-y-20 {
  --transform-translate-y: -4.4rem !important
}

.-translate-y-24 {
  --transform-translate-y: -4.8rem !important
}

.-translate-y-32 {
  --transform-translate-y: -5.2rem !important
}

.-translate-y-40 {
  --transform-translate-y: -5.6rem !important
}

.-translate-y-48 {
  --transform-translate-y: -6rem !important
}

.-translate-y-56 {
  --transform-translate-y: -6.2rem !important
}

.-translate-y-64 {
  --transform-translate-y: -6.6rem !important
}

.-translate-y-80 {
  --transform-translate-y: -8rem !important
}

.-translate-y-237 {
  --transform-translate-y: -9.5rem !important
}

.-translate-y-px {
  --transform-translate-y: -1px !important
}

.-translate-y-full {
  --transform-translate-y: -100% !important
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important
}

.translate-y-full {
  --transform-translate-y: 100% !important
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0 !important
}

.hover\:translate-x-1:hover {
  --transform-translate-x: .4rem !important
}

.hover\:translate-x-2:hover {
  --transform-translate-x: .8rem !important
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 1.2rem !important
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1.6rem !important
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 2rem !important
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 2.4rem !important
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2.8rem !important
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 3rem !important
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 3.2rem !important
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3.6rem !important
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 4.4rem !important
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 4.8rem !important
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 5.2rem !important
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 5.6rem !important
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 6rem !important
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 6.2rem !important
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 6.6rem !important
}

.hover\:translate-x-80:hover {
  --transform-translate-x: 8rem !important
}

.hover\:translate-x-237:hover {
  --transform-translate-x: 9.5rem !important
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.4rem !important
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.8rem !important
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -1.2rem !important
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1.6rem !important
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -2rem !important
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -2.4rem !important
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2.8rem !important
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -3rem !important
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -3.2rem !important
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3.6rem !important
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -4.4rem !important
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -4.8rem !important
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -5.2rem !important
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -5.6rem !important
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -6rem !important
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -6.2rem !important
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -6.6rem !important
}

.hover\:-translate-x-80:hover {
  --transform-translate-x: -8rem !important
}

.hover\:-translate-x-237:hover {
  --transform-translate-x: -9.5rem !important
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0 !important
}

.hover\:translate-y-1:hover {
  --transform-translate-y: .4rem !important
}

.hover\:translate-y-2:hover {
  --transform-translate-y: .8rem !important
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 1.2rem !important
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1.6rem !important
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 2rem !important
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 2.4rem !important
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2.8rem !important
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 3rem !important
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 3.2rem !important
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3.6rem !important
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 4.4rem !important
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 4.8rem !important
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 5.2rem !important
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 5.6rem !important
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 6rem !important
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 6.2rem !important
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 6.6rem !important
}

.hover\:translate-y-80:hover {
  --transform-translate-y: 8rem !important
}

.hover\:translate-y-237:hover {
  --transform-translate-y: 9.5rem !important
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.4rem !important
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.8rem !important
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -1.2rem !important
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1.6rem !important
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -2rem !important
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -2.4rem !important
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2.8rem !important
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -3rem !important
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -3.2rem !important
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3.6rem !important
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -4.4rem !important
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -4.8rem !important
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -5.2rem !important
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -5.6rem !important
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -6rem !important
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -6.2rem !important
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -6.6rem !important
}

.hover\:-translate-y-80:hover {
  --transform-translate-y: -8rem !important
}

.hover\:-translate-y-237:hover {
  --transform-translate-y: -9.5rem !important
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0 !important
}

.focus\:translate-x-1:focus {
  --transform-translate-x: .4rem !important
}

.focus\:translate-x-2:focus {
  --transform-translate-x: .8rem !important
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 1.2rem !important
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1.6rem !important
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 2rem !important
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 2.4rem !important
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2.8rem !important
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 3rem !important
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 3.2rem !important
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3.6rem !important
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 4.4rem !important
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 4.8rem !important
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 5.2rem !important
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 5.6rem !important
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 6rem !important
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 6.2rem !important
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 6.6rem !important
}

.focus\:translate-x-80:focus {
  --transform-translate-x: 8rem !important
}

.focus\:translate-x-237:focus {
  --transform-translate-x: 9.5rem !important
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.4rem !important
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.8rem !important
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -1.2rem !important
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1.6rem !important
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -2rem !important
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -2.4rem !important
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2.8rem !important
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -3rem !important
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -3.2rem !important
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3.6rem !important
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -4.4rem !important
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -4.8rem !important
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -5.2rem !important
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -5.6rem !important
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -6rem !important
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -6.2rem !important
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -6.6rem !important
}

.focus\:-translate-x-80:focus {
  --transform-translate-x: -8rem !important
}

.focus\:-translate-x-237:focus {
  --transform-translate-x: -9.5rem !important
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0 !important
}

.focus\:translate-y-1:focus {
  --transform-translate-y: .4rem !important
}

.focus\:translate-y-2:focus {
  --transform-translate-y: .8rem !important
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 1.2rem !important
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1.6rem !important
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 2rem !important
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 2.4rem !important
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2.8rem !important
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 3rem !important
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 3.2rem !important
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3.6rem !important
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 4.4rem !important
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 4.8rem !important
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 5.2rem !important
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 5.6rem !important
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 6rem !important
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 6.2rem !important
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 6.6rem !important
}

.focus\:translate-y-80:focus {
  --transform-translate-y: 8rem !important
}

.focus\:translate-y-237:focus {
  --transform-translate-y: 9.5rem !important
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.4rem !important
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.8rem !important
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -1.2rem !important
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1.6rem !important
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -2rem !important
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -2.4rem !important
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2.8rem !important
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -3rem !important
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -3.2rem !important
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3.6rem !important
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -4.4rem !important
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -4.8rem !important
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -5.2rem !important
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -5.6rem !important
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -6rem !important
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -6.2rem !important
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -6.6rem !important
}

.focus\:-translate-y-80:focus {
  --transform-translate-y: -8rem !important
}

.focus\:-translate-y-237:focus {
  --transform-translate-y: -9.5rem !important
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important
}

.skew-x-0 {
  --transform-skew-x: 0 !important
}

.skew-x-3 {
  --transform-skew-x: 3deg !important
}

.skew-x-6 {
  --transform-skew-x: 6deg !important
}

.skew-x-12 {
  --transform-skew-x: 12deg !important
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important
}

.skew-y-0 {
  --transform-skew-y: 0 !important
}

.skew-y-3 {
  --transform-skew-y: 3deg !important
}

.skew-y-6 {
  --transform-skew-y: 6deg !important
}

.skew-y-12 {
  --transform-skew-y: 12deg !important
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important
}

.transition-none {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important
}

.transition-all {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  -o-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important
}

.transition-opacity {
  -webkit-transition-property: opacity !important;
  -o-transition-property: opacity !important;
  transition-property: opacity !important
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  -o-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important
}

.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  -o-transition-property: transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important
}

.ease-linear {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}

.duration-300 {
  -webkit-transition-duration: 300ms !important;
       -o-transition-duration: 300ms !important;
          transition-duration: 300ms !important
}

.duration-500 {
  -webkit-transition-duration: 500ms !important;
       -o-transition-duration: 500ms !important;
          transition-duration: 500ms !important
}

.duration-1000 {
  -webkit-transition-duration: 1000ms !important;
       -o-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important
}

.delay-100 {
  -webkit-transition-delay: 100ms !important;
       -o-transition-delay: 100ms !important;
          transition-delay: 100ms !important
}

.delay-200 {
  -webkit-transition-delay: 200ms !important;
       -o-transition-delay: 200ms !important;
          transition-delay: 200ms !important
}

.delay-300 {
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important
}

.delay-400 {
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important
}

.delay-500 {
  -webkit-transition-delay: 500ms !important;
       -o-transition-delay: 500ms !important;
          transition-delay: 500ms !important
}

@media (min-width: 600px) {
  .sm\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .sm\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .sm\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .sm\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important
  }

  .sm\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .sm\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .sm\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .sm\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .sm\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .sm\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .sm\:border-0 {
    border-width: 0 !important
  }

  .sm\:border-2 {
    border-width: 2px !important
  }

  .sm\:border-4 {
    border-width: 4px !important
  }

  .sm\:border-5 {
    border-width: 5px !important
  }

  .sm\:border-8 {
    border-width: 8px !important
  }

  .sm\:border {
    border-width: 1px !important
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important
  }

  .sm\:border-t-5 {
    border-top-width: 5px !important
  }

  .sm\:border-r-5 {
    border-right-width: 5px !important
  }

  .sm\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .sm\:border-l-5 {
    border-left-width: 5px !important
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important
  }

  .sm\:border-t {
    border-top-width: 1px !important
  }

  .sm\:border-r {
    border-right-width: 1px !important
  }

  .sm\:border-b {
    border-bottom-width: 1px !important
  }

  .sm\:border-l {
    border-left-width: 1px !important
  }

  .sm\:border-solid {
    border-style: solid !important
  }

  .sm\:border-dashed {
    border-style: dashed !important
  }

  .sm\:border-dotted {
    border-style: dotted !important
  }

  .sm\:border-double {
    border-style: double !important
  }

  .sm\:border-none {
    border-style: none !important
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .sm\:hover\:border-double:hover {
    border-style: double !important
  }

  .sm\:hover\:border-none:hover {
    border-style: none !important
  }

  .sm\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .sm\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .sm\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .sm\:focus\:border-double:focus {
    border-style: double !important
  }

  .sm\:focus\:border-none:focus {
    border-style: none !important
  }

  .sm\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important
  }

  .sm\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important
  }

  .sm\:block {
    display: block !important
  }

  .sm\:inline-block {
    display: inline-block !important
  }

  .sm\:inline {
    display: inline !important
  }

  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .sm\:table {
    display: table !important
  }

  .sm\:table-caption {
    display: table-caption !important
  }

  .sm\:table-cell {
    display: table-cell !important
  }

  .sm\:table-column {
    display: table-column !important
  }

  .sm\:table-column-group {
    display: table-column-group !important
  }

  .sm\:table-footer-group {
    display: table-footer-group !important
  }

  .sm\:table-header-group {
    display: table-header-group !important
  }

  .sm\:table-row-group {
    display: table-row-group !important
  }

  .sm\:table-row {
    display: table-row !important
  }

  .sm\:flow-root {
    display: flow-root !important
  }

  .sm\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .sm\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .sm\:contents {
    display: contents !important
  }

  .sm\:hidden {
    display: none !important
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

  .sm\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important
  }

  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
  }

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .sm\:float-right {
    float: right !important
  }

  .sm\:float-left {
    float: left !important
  }

  .sm\:float-none {
    float: none !important
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .sm\:font-sans {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .sm\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .sm\:font-heading {
    font-family: Noto Serif !important
  }

  .sm\:font-body {
    font-family: Noto Sans !important
  }

  .sm\:text-xs {
    font-size: 1.4rem !important
  }

  .sm\:text-sm {
    font-size: 1.5rem !important
  }

  .sm\:text-base {
    font-size: 1.6rem !important
  }

  .sm\:text-lg {
    font-size: 1.8rem !important
  }

  .sm\:text-xl {
    font-size: 2.1rem !important
  }

  .sm\:text-2xl {
    font-size: 2.4rem !important
  }

  .sm\:text-3xl {
    font-size: 3.6rem !important
  }

  .sm\:text-4xl {
    font-size: 4.8rem !important
  }

  .sm\:text-5xl {
    font-size: 5.4rem !important
  }

  .sm\:text-6xl {
    font-size: 6rem !important
  }

  .sm\:italic {
    font-style: italic !important
  }

  .sm\:not-italic {
    font-style: normal !important
  }

  .sm\:font-light {
    font-weight: 100 !important
  }

  .sm\:font-normal {
    font-weight: 400 !important
  }

  .sm\:font-semibold {
    font-weight: 600 !important
  }

  .sm\:font-bold {
    font-weight: 700 !important
  }

  .sm\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .sm\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .sm\:h-0 {
    height: 0 !important
  }

  .sm\:h-1 {
    height: .4rem !important
  }

  .sm\:h-2 {
    height: .8rem !important
  }

  .sm\:h-3 {
    height: 1.2rem !important
  }

  .sm\:h-4 {
    height: 1.6rem !important
  }

  .sm\:h-5 {
    height: 2rem !important
  }

  .sm\:h-6 {
    height: 2.4rem !important
  }

  .sm\:h-8 {
    height: 2.8rem !important
  }

  .sm\:h-9 {
    height: 3rem !important
  }

  .sm\:h-10 {
    height: 3.2rem !important
  }

  .sm\:h-12 {
    height: 3.6rem !important
  }

  .sm\:h-16 {
    height: 4rem !important
  }

  .sm\:h-20 {
    height: 4.4rem !important
  }

  .sm\:h-24 {
    height: 4.8rem !important
  }

  .sm\:h-32 {
    height: 5.2rem !important
  }

  .sm\:h-40 {
    height: 5.6rem !important
  }

  .sm\:h-48 {
    height: 6rem !important
  }

  .sm\:h-56 {
    height: 6.2rem !important
  }

  .sm\:h-64 {
    height: 6.6rem !important
  }

  .sm\:h-80 {
    height: 8rem !important
  }

  .sm\:h-237 {
    height: 9.5rem !important
  }

  .sm\:h-auto {
    height: auto !important
  }

  .sm\:h-px {
    height: 1px !important
  }

  .sm\:h-full {
    height: 100% !important
  }

  .sm\:h-screen {
    height: 100vh !important
  }

  .sm\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .sm\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .sm\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .sm\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .sm\:m-0 {
    margin: 0 !important
  }

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

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

  .sm\:m-3 {
    margin: 1.2rem !important
  }

  .sm\:m-4 {
    margin: 1.6rem !important
  }

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

  .sm\:m-6 {
    margin: 2.4rem !important
  }

  .sm\:m-8 {
    margin: 2.8rem !important
  }

  .sm\:m-9 {
    margin: 3rem !important
  }

  .sm\:m-10 {
    margin: 3.2rem !important
  }

  .sm\:m-12 {
    margin: 3.6rem !important
  }

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

  .sm\:m-20 {
    margin: 4.4rem !important
  }

  .sm\:m-24 {
    margin: 4.8rem !important
  }

  .sm\:m-32 {
    margin: 5.2rem !important
  }

  .sm\:m-40 {
    margin: 5.6rem !important
  }

  .sm\:m-48 {
    margin: 6rem !important
  }

  .sm\:m-56 {
    margin: 6.2rem !important
  }

  .sm\:m-64 {
    margin: 6.6rem !important
  }

  .sm\:m-80 {
    margin: 8rem !important
  }

  .sm\:m-237 {
    margin: 9.5rem !important
  }

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

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

  .sm\:-m-1 {
    margin: -0.4rem !important
  }

  .sm\:-m-2 {
    margin: -0.8rem !important
  }

  .sm\:-m-3 {
    margin: -1.2rem !important
  }

  .sm\:-m-4 {
    margin: -1.6rem !important
  }

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

  .sm\:-m-6 {
    margin: -2.4rem !important
  }

  .sm\:-m-8 {
    margin: -2.8rem !important
  }

  .sm\:-m-9 {
    margin: -3rem !important
  }

  .sm\:-m-10 {
    margin: -3.2rem !important
  }

  .sm\:-m-12 {
    margin: -3.6rem !important
  }

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

  .sm\:-m-20 {
    margin: -4.4rem !important
  }

  .sm\:-m-24 {
    margin: -4.8rem !important
  }

  .sm\:-m-32 {
    margin: -5.2rem !important
  }

  .sm\:-m-40 {
    margin: -5.6rem !important
  }

  .sm\:-m-48 {
    margin: -6rem !important
  }

  .sm\:-m-56 {
    margin: -6.2rem !important
  }

  .sm\:-m-64 {
    margin: -6.6rem !important
  }

  .sm\:-m-80 {
    margin: -8rem !important
  }

  .sm\:-m-237 {
    margin: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:my-237 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
  }

  .sm\:mx-237 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-my-237 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important
  }

  .sm\:-mx-237 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-3 {
    margin-top: 1.2rem !important
  }

  .sm\:mr-3 {
    margin-right: 1.2rem !important
  }

  .sm\:mb-3 {
    margin-bottom: 1.2rem !important
  }

  .sm\:ml-3 {
    margin-left: 1.2rem !important
  }

  .sm\:mt-4 {
    margin-top: 1.6rem !important
  }

  .sm\:mr-4 {
    margin-right: 1.6rem !important
  }

  .sm\:mb-4 {
    margin-bottom: 1.6rem !important
  }

  .sm\:ml-4 {
    margin-left: 1.6rem !important
  }

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

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

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

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

  .sm\:mt-6 {
    margin-top: 2.4rem !important
  }

  .sm\:mr-6 {
    margin-right: 2.4rem !important
  }

  .sm\:mb-6 {
    margin-bottom: 2.4rem !important
  }

  .sm\:ml-6 {
    margin-left: 2.4rem !important
  }

  .sm\:mt-8 {
    margin-top: 2.8rem !important
  }

  .sm\:mr-8 {
    margin-right: 2.8rem !important
  }

  .sm\:mb-8 {
    margin-bottom: 2.8rem !important
  }

  .sm\:ml-8 {
    margin-left: 2.8rem !important
  }

  .sm\:mt-9 {
    margin-top: 3rem !important
  }

  .sm\:mr-9 {
    margin-right: 3rem !important
  }

  .sm\:mb-9 {
    margin-bottom: 3rem !important
  }

  .sm\:ml-9 {
    margin-left: 3rem !important
  }

  .sm\:mt-10 {
    margin-top: 3.2rem !important
  }

  .sm\:mr-10 {
    margin-right: 3.2rem !important
  }

  .sm\:mb-10 {
    margin-bottom: 3.2rem !important
  }

  .sm\:ml-10 {
    margin-left: 3.2rem !important
  }

  .sm\:mt-12 {
    margin-top: 3.6rem !important
  }

  .sm\:mr-12 {
    margin-right: 3.6rem !important
  }

  .sm\:mb-12 {
    margin-bottom: 3.6rem !important
  }

  .sm\:ml-12 {
    margin-left: 3.6rem !important
  }

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

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

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

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

  .sm\:mt-20 {
    margin-top: 4.4rem !important
  }

  .sm\:mr-20 {
    margin-right: 4.4rem !important
  }

  .sm\:mb-20 {
    margin-bottom: 4.4rem !important
  }

  .sm\:ml-20 {
    margin-left: 4.4rem !important
  }

  .sm\:mt-24 {
    margin-top: 4.8rem !important
  }

  .sm\:mr-24 {
    margin-right: 4.8rem !important
  }

  .sm\:mb-24 {
    margin-bottom: 4.8rem !important
  }

  .sm\:ml-24 {
    margin-left: 4.8rem !important
  }

  .sm\:mt-32 {
    margin-top: 5.2rem !important
  }

  .sm\:mr-32 {
    margin-right: 5.2rem !important
  }

  .sm\:mb-32 {
    margin-bottom: 5.2rem !important
  }

  .sm\:ml-32 {
    margin-left: 5.2rem !important
  }

  .sm\:mt-40 {
    margin-top: 5.6rem !important
  }

  .sm\:mr-40 {
    margin-right: 5.6rem !important
  }

  .sm\:mb-40 {
    margin-bottom: 5.6rem !important
  }

  .sm\:ml-40 {
    margin-left: 5.6rem !important
  }

  .sm\:mt-48 {
    margin-top: 6rem !important
  }

  .sm\:mr-48 {
    margin-right: 6rem !important
  }

  .sm\:mb-48 {
    margin-bottom: 6rem !important
  }

  .sm\:ml-48 {
    margin-left: 6rem !important
  }

  .sm\:mt-56 {
    margin-top: 6.2rem !important
  }

  .sm\:mr-56 {
    margin-right: 6.2rem !important
  }

  .sm\:mb-56 {
    margin-bottom: 6.2rem !important
  }

  .sm\:ml-56 {
    margin-left: 6.2rem !important
  }

  .sm\:mt-64 {
    margin-top: 6.6rem !important
  }

  .sm\:mr-64 {
    margin-right: 6.6rem !important
  }

  .sm\:mb-64 {
    margin-bottom: 6.6rem !important
  }

  .sm\:ml-64 {
    margin-left: 6.6rem !important
  }

  .sm\:mt-80 {
    margin-top: 8rem !important
  }

  .sm\:mr-80 {
    margin-right: 8rem !important
  }

  .sm\:mb-80 {
    margin-bottom: 8rem !important
  }

  .sm\:ml-80 {
    margin-left: 8rem !important
  }

  .sm\:mt-237 {
    margin-top: 9.5rem !important
  }

  .sm\:mr-237 {
    margin-right: 9.5rem !important
  }

  .sm\:mb-237 {
    margin-bottom: 9.5rem !important
  }

  .sm\:ml-237 {
    margin-left: 9.5rem !important
  }

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

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

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

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

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

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

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

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

  .sm\:-mt-1 {
    margin-top: -0.4rem !important
  }

  .sm\:-mr-1 {
    margin-right: -0.4rem !important
  }

  .sm\:-mb-1 {
    margin-bottom: -0.4rem !important
  }

  .sm\:-ml-1 {
    margin-left: -0.4rem !important
  }

  .sm\:-mt-2 {
    margin-top: -0.8rem !important
  }

  .sm\:-mr-2 {
    margin-right: -0.8rem !important
  }

  .sm\:-mb-2 {
    margin-bottom: -0.8rem !important
  }

  .sm\:-ml-2 {
    margin-left: -0.8rem !important
  }

  .sm\:-mt-3 {
    margin-top: -1.2rem !important
  }

  .sm\:-mr-3 {
    margin-right: -1.2rem !important
  }

  .sm\:-mb-3 {
    margin-bottom: -1.2rem !important
  }

  .sm\:-ml-3 {
    margin-left: -1.2rem !important
  }

  .sm\:-mt-4 {
    margin-top: -1.6rem !important
  }

  .sm\:-mr-4 {
    margin-right: -1.6rem !important
  }

  .sm\:-mb-4 {
    margin-bottom: -1.6rem !important
  }

  .sm\:-ml-4 {
    margin-left: -1.6rem !important
  }

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

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

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

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

  .sm\:-mt-6 {
    margin-top: -2.4rem !important
  }

  .sm\:-mr-6 {
    margin-right: -2.4rem !important
  }

  .sm\:-mb-6 {
    margin-bottom: -2.4rem !important
  }

  .sm\:-ml-6 {
    margin-left: -2.4rem !important
  }

  .sm\:-mt-8 {
    margin-top: -2.8rem !important
  }

  .sm\:-mr-8 {
    margin-right: -2.8rem !important
  }

  .sm\:-mb-8 {
    margin-bottom: -2.8rem !important
  }

  .sm\:-ml-8 {
    margin-left: -2.8rem !important
  }

  .sm\:-mt-9 {
    margin-top: -3rem !important
  }

  .sm\:-mr-9 {
    margin-right: -3rem !important
  }

  .sm\:-mb-9 {
    margin-bottom: -3rem !important
  }

  .sm\:-ml-9 {
    margin-left: -3rem !important
  }

  .sm\:-mt-10 {
    margin-top: -3.2rem !important
  }

  .sm\:-mr-10 {
    margin-right: -3.2rem !important
  }

  .sm\:-mb-10 {
    margin-bottom: -3.2rem !important
  }

  .sm\:-ml-10 {
    margin-left: -3.2rem !important
  }

  .sm\:-mt-12 {
    margin-top: -3.6rem !important
  }

  .sm\:-mr-12 {
    margin-right: -3.6rem !important
  }

  .sm\:-mb-12 {
    margin-bottom: -3.6rem !important
  }

  .sm\:-ml-12 {
    margin-left: -3.6rem !important
  }

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

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

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

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

  .sm\:-mt-20 {
    margin-top: -4.4rem !important
  }

  .sm\:-mr-20 {
    margin-right: -4.4rem !important
  }

  .sm\:-mb-20 {
    margin-bottom: -4.4rem !important
  }

  .sm\:-ml-20 {
    margin-left: -4.4rem !important
  }

  .sm\:-mt-24 {
    margin-top: -4.8rem !important
  }

  .sm\:-mr-24 {
    margin-right: -4.8rem !important
  }

  .sm\:-mb-24 {
    margin-bottom: -4.8rem !important
  }

  .sm\:-ml-24 {
    margin-left: -4.8rem !important
  }

  .sm\:-mt-32 {
    margin-top: -5.2rem !important
  }

  .sm\:-mr-32 {
    margin-right: -5.2rem !important
  }

  .sm\:-mb-32 {
    margin-bottom: -5.2rem !important
  }

  .sm\:-ml-32 {
    margin-left: -5.2rem !important
  }

  .sm\:-mt-40 {
    margin-top: -5.6rem !important
  }

  .sm\:-mr-40 {
    margin-right: -5.6rem !important
  }

  .sm\:-mb-40 {
    margin-bottom: -5.6rem !important
  }

  .sm\:-ml-40 {
    margin-left: -5.6rem !important
  }

  .sm\:-mt-48 {
    margin-top: -6rem !important
  }

  .sm\:-mr-48 {
    margin-right: -6rem !important
  }

  .sm\:-mb-48 {
    margin-bottom: -6rem !important
  }

  .sm\:-ml-48 {
    margin-left: -6rem !important
  }

  .sm\:-mt-56 {
    margin-top: -6.2rem !important
  }

  .sm\:-mr-56 {
    margin-right: -6.2rem !important
  }

  .sm\:-mb-56 {
    margin-bottom: -6.2rem !important
  }

  .sm\:-ml-56 {
    margin-left: -6.2rem !important
  }

  .sm\:-mt-64 {
    margin-top: -6.6rem !important
  }

  .sm\:-mr-64 {
    margin-right: -6.6rem !important
  }

  .sm\:-mb-64 {
    margin-bottom: -6.6rem !important
  }

  .sm\:-ml-64 {
    margin-left: -6.6rem !important
  }

  .sm\:-mt-80 {
    margin-top: -8rem !important
  }

  .sm\:-mr-80 {
    margin-right: -8rem !important
  }

  .sm\:-mb-80 {
    margin-bottom: -8rem !important
  }

  .sm\:-ml-80 {
    margin-left: -8rem !important
  }

  .sm\:-mt-237 {
    margin-top: -9.5rem !important
  }

  .sm\:-mr-237 {
    margin-right: -9.5rem !important
  }

  .sm\:-mb-237 {
    margin-bottom: -9.5rem !important
  }

  .sm\:-ml-237 {
    margin-left: -9.5rem !important
  }

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

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

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

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

  .sm\:max-h-full {
    max-height: 100% !important
  }

  .sm\:max-h-screen {
    max-height: 100vh !important
  }

  .sm\:max-w-397 {
    max-width: 93.3rem !important
  }

  .sm\:max-w-none {
    max-width: none !important
  }

  .sm\:max-w-xs {
    max-width: 20rem !important
  }

  .sm\:max-w-sm {
    max-width: 30rem !important
  }

  .sm\:max-w-md {
    max-width: 50rem !important
  }

  .sm\:max-w-lg {
    max-width: 75rem !important
  }

  .sm\:max-w-xl {
    max-width: 100rem !important
  }

  .sm\:max-w-full {
    max-width: 100% !important
  }

  .sm\:min-h-0 {
    min-height: 0 !important
  }

  .sm\:min-h-full {
    min-height: 100% !important
  }

  .sm\:min-h-screen {
    min-height: 100vh !important
  }

  .sm\:min-w-0 {
    min-width: 0 !important
  }

  .sm\:min-w-full {
    min-width: 100% !important
  }

  .sm\:opacity-0 {
    opacity: 0 !important
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important
  }

  .sm\:opacity-60 {
    opacity: 0.6 !important
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important
  }

  .sm\:opacity-100 {
    opacity: 1 !important
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .sm\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .sm\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .sm\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

  .sm\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important
  }

  .sm\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important
  }

  .sm\:overflow-auto {
    overflow: auto !important
  }

  .sm\:overflow-hidden {
    overflow: hidden !important
  }

  .sm\:overflow-visible {
    overflow: visible !important
  }

  .sm\:overflow-scroll {
    overflow: scroll !important
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .sm\:p-0 {
    padding: 0 !important
  }

  .sm\:p-1 {
    padding: .4rem !important
  }

  .sm\:p-2 {
    padding: .8rem !important
  }

  .sm\:p-3 {
    padding: 1.2rem !important
  }

  .sm\:p-4 {
    padding: 1.6rem !important
  }

  .sm\:p-5 {
    padding: 2rem !important
  }

  .sm\:p-6 {
    padding: 2.4rem !important
  }

  .sm\:p-8 {
    padding: 2.8rem !important
  }

  .sm\:p-9 {
    padding: 3rem !important
  }

  .sm\:p-10 {
    padding: 3.2rem !important
  }

  .sm\:p-12 {
    padding: 3.6rem !important
  }

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

  .sm\:p-20 {
    padding: 4.4rem !important
  }

  .sm\:p-24 {
    padding: 4.8rem !important
  }

  .sm\:p-32 {
    padding: 5.2rem !important
  }

  .sm\:p-40 {
    padding: 5.6rem !important
  }

  .sm\:p-48 {
    padding: 6rem !important
  }

  .sm\:p-56 {
    padding: 6.2rem !important
  }

  .sm\:p-64 {
    padding: 6.6rem !important
  }

  .sm\:p-80 {
    padding: 8rem !important
  }

  .sm\:p-237 {
    padding: 9.5rem !important
  }

  .sm\:p-px {
    padding: 1px !important
  }

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

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

  .sm\:py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
  }

  .sm\:px-1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
  }

  .sm\:py-2 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important
  }

  .sm\:px-2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
  }

  .sm\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important
  }

  .sm\:px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
  }

  .sm\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important
  }

  .sm\:px-4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
  }

  .sm\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .sm\:px-6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .sm\:py-8 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important
  }

  .sm\:px-8 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important
  }

  .sm\:py-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm\:px-9 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm\:py-10 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important
  }

  .sm\:px-10 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .sm\:py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .sm\:px-12 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

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

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

  .sm\:py-20 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important
  }

  .sm\:px-20 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important
  }

  .sm\:py-24 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important
  }

  .sm\:px-24 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
  }

  .sm\:py-32 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important
  }

  .sm\:px-32 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important
  }

  .sm\:py-40 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important
  }

  .sm\:px-40 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important
  }

  .sm\:py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm\:px-48 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .sm\:py-56 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important
  }

  .sm\:px-56 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important
  }

  .sm\:py-64 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important
  }

  .sm\:px-64 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important
  }

  .sm\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .sm\:px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .sm\:py-237 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
  }

  .sm\:px-237 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

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

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

  .sm\:pt-0 {
    padding-top: 0 !important
  }

  .sm\:pr-0 {
    padding-right: 0 !important
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important
  }

  .sm\:pl-0 {
    padding-left: 0 !important
  }

  .sm\:pt-1 {
    padding-top: .4rem !important
  }

  .sm\:pr-1 {
    padding-right: .4rem !important
  }

  .sm\:pb-1 {
    padding-bottom: .4rem !important
  }

  .sm\:pl-1 {
    padding-left: .4rem !important
  }

  .sm\:pt-2 {
    padding-top: .8rem !important
  }

  .sm\:pr-2 {
    padding-right: .8rem !important
  }

  .sm\:pb-2 {
    padding-bottom: .8rem !important
  }

  .sm\:pl-2 {
    padding-left: .8rem !important
  }

  .sm\:pt-3 {
    padding-top: 1.2rem !important
  }

  .sm\:pr-3 {
    padding-right: 1.2rem !important
  }

  .sm\:pb-3 {
    padding-bottom: 1.2rem !important
  }

  .sm\:pl-3 {
    padding-left: 1.2rem !important
  }

  .sm\:pt-4 {
    padding-top: 1.6rem !important
  }

  .sm\:pr-4 {
    padding-right: 1.6rem !important
  }

  .sm\:pb-4 {
    padding-bottom: 1.6rem !important
  }

  .sm\:pl-4 {
    padding-left: 1.6rem !important
  }

  .sm\:pt-5 {
    padding-top: 2rem !important
  }

  .sm\:pr-5 {
    padding-right: 2rem !important
  }

  .sm\:pb-5 {
    padding-bottom: 2rem !important
  }

  .sm\:pl-5 {
    padding-left: 2rem !important
  }

  .sm\:pt-6 {
    padding-top: 2.4rem !important
  }

  .sm\:pr-6 {
    padding-right: 2.4rem !important
  }

  .sm\:pb-6 {
    padding-bottom: 2.4rem !important
  }

  .sm\:pl-6 {
    padding-left: 2.4rem !important
  }

  .sm\:pt-8 {
    padding-top: 2.8rem !important
  }

  .sm\:pr-8 {
    padding-right: 2.8rem !important
  }

  .sm\:pb-8 {
    padding-bottom: 2.8rem !important
  }

  .sm\:pl-8 {
    padding-left: 2.8rem !important
  }

  .sm\:pt-9 {
    padding-top: 3rem !important
  }

  .sm\:pr-9 {
    padding-right: 3rem !important
  }

  .sm\:pb-9 {
    padding-bottom: 3rem !important
  }

  .sm\:pl-9 {
    padding-left: 3rem !important
  }

  .sm\:pt-10 {
    padding-top: 3.2rem !important
  }

  .sm\:pr-10 {
    padding-right: 3.2rem !important
  }

  .sm\:pb-10 {
    padding-bottom: 3.2rem !important
  }

  .sm\:pl-10 {
    padding-left: 3.2rem !important
  }

  .sm\:pt-12 {
    padding-top: 3.6rem !important
  }

  .sm\:pr-12 {
    padding-right: 3.6rem !important
  }

  .sm\:pb-12 {
    padding-bottom: 3.6rem !important
  }

  .sm\:pl-12 {
    padding-left: 3.6rem !important
  }

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

  .sm\:pr-16 {
    padding-right: 4rem !important
  }

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

  .sm\:pl-16 {
    padding-left: 4rem !important
  }

  .sm\:pt-20 {
    padding-top: 4.4rem !important
  }

  .sm\:pr-20 {
    padding-right: 4.4rem !important
  }

  .sm\:pb-20 {
    padding-bottom: 4.4rem !important
  }

  .sm\:pl-20 {
    padding-left: 4.4rem !important
  }

  .sm\:pt-24 {
    padding-top: 4.8rem !important
  }

  .sm\:pr-24 {
    padding-right: 4.8rem !important
  }

  .sm\:pb-24 {
    padding-bottom: 4.8rem !important
  }

  .sm\:pl-24 {
    padding-left: 4.8rem !important
  }

  .sm\:pt-32 {
    padding-top: 5.2rem !important
  }

  .sm\:pr-32 {
    padding-right: 5.2rem !important
  }

  .sm\:pb-32 {
    padding-bottom: 5.2rem !important
  }

  .sm\:pl-32 {
    padding-left: 5.2rem !important
  }

  .sm\:pt-40 {
    padding-top: 5.6rem !important
  }

  .sm\:pr-40 {
    padding-right: 5.6rem !important
  }

  .sm\:pb-40 {
    padding-bottom: 5.6rem !important
  }

  .sm\:pl-40 {
    padding-left: 5.6rem !important
  }

  .sm\:pt-48 {
    padding-top: 6rem !important
  }

  .sm\:pr-48 {
    padding-right: 6rem !important
  }

  .sm\:pb-48 {
    padding-bottom: 6rem !important
  }

  .sm\:pl-48 {
    padding-left: 6rem !important
  }

  .sm\:pt-56 {
    padding-top: 6.2rem !important
  }

  .sm\:pr-56 {
    padding-right: 6.2rem !important
  }

  .sm\:pb-56 {
    padding-bottom: 6.2rem !important
  }

  .sm\:pl-56 {
    padding-left: 6.2rem !important
  }

  .sm\:pt-64 {
    padding-top: 6.6rem !important
  }

  .sm\:pr-64 {
    padding-right: 6.6rem !important
  }

  .sm\:pb-64 {
    padding-bottom: 6.6rem !important
  }

  .sm\:pl-64 {
    padding-left: 6.6rem !important
  }

  .sm\:pt-80 {
    padding-top: 8rem !important
  }

  .sm\:pr-80 {
    padding-right: 8rem !important
  }

  .sm\:pb-80 {
    padding-bottom: 8rem !important
  }

  .sm\:pl-80 {
    padding-left: 8rem !important
  }

  .sm\:pt-237 {
    padding-top: 9.5rem !important
  }

  .sm\:pr-237 {
    padding-right: 9.5rem !important
  }

  .sm\:pb-237 {
    padding-bottom: 9.5rem !important
  }

  .sm\:pl-237 {
    padding-left: 9.5rem !important
  }

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

  .sm\:pr-px {
    padding-right: 1px !important
  }

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

  .sm\:pl-px {
    padding-left: 1px !important
  }

  .sm\:static {
    position: static !important
  }

  .sm\:fixed {
    position: fixed !important
  }

  .sm\:absolute {
    position: absolute !important
  }

  .sm\:relative {
    position: relative !important
  }

  .sm\:sticky {
    position: sticky !important
  }

  .sm\:table-auto {
    table-layout: auto !important
  }

  .sm\:table-fixed {
    table-layout: fixed !important
  }

  .sm\:text-left {
    text-align: left !important
  }

  .sm\:text-center {
    text-align: center !important
  }

  .sm\:text-right {
    text-align: right !important
  }

  .sm\:text-justify {
    text-align: justify !important
  }

  .sm\:text-transparent {
    color: transparent !important
  }

  .sm\:text-primary {
    color: #134886 !important
  }

  .sm\:text-secondary {
    color: #5da6a3 !important
  }

  .sm\:text-tertiary {
    color: #de4e57 !important
  }

  .sm\:text-accent {
    color: #f1b858 !important
  }

  .sm\:text-accent-alt {
    color: var(--accent-alt) !important
  }

  .sm\:text-body-text {
    color: #241508 !important
  }

  .sm\:text-dividers {
    color: #ccc !important
  }

  .sm\:text-dividers-light {
    color: #fffcf1 !important
  }

  .sm\:text-black {
    color: #000 !important
  }

  .sm\:text-white {
    color: #fff !important
  }

  .sm\:text-red-100 {
    color: #FFF5F5 !important
  }

  .sm\:text-red-200 {
    color: #FED7D7 !important
  }

  .sm\:text-red-300 {
    color: #FEB2B2 !important
  }

  .sm\:text-red-400 {
    color: #FC8181 !important
  }

  .sm\:text-red-500 {
    color: #F56565 !important
  }

  .sm\:text-red-600 {
    color: #E53E3E !important
  }

  .sm\:text-red-700 {
    color: #C53030 !important
  }

  .sm\:text-red-800 {
    color: #9B2C2C !important
  }

  .sm\:text-red-900 {
    color: #742A2A !important
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .sm\:hover\:text-primary:hover {
    color: #134886 !important
  }

  .sm\:hover\:text-secondary:hover {
    color: #5da6a3 !important
  }

  .sm\:hover\:text-tertiary:hover {
    color: #de4e57 !important
  }

  .sm\:hover\:text-accent:hover {
    color: #f1b858 !important
  }

  .sm\:hover\:text-accent-alt:hover {
    color: var(--accent-alt) !important
  }

  .sm\:hover\:text-body-text:hover {
    color: #241508 !important
  }

  .sm\:hover\:text-dividers:hover {
    color: #ccc !important
  }

  .sm\:hover\:text-dividers-light:hover {
    color: #fffcf1 !important
  }

  .sm\:hover\:text-black:hover {
    color: #000 !important
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important
  }

  .sm\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .sm\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .sm\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .sm\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .sm\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .sm\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .sm\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .sm\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .sm\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .sm\:focus\:text-primary:focus {
    color: #134886 !important
  }

  .sm\:focus\:text-secondary:focus {
    color: #5da6a3 !important
  }

  .sm\:focus\:text-tertiary:focus {
    color: #de4e57 !important
  }

  .sm\:focus\:text-accent:focus {
    color: #f1b858 !important
  }

  .sm\:focus\:text-accent-alt:focus {
    color: var(--accent-alt) !important
  }

  .sm\:focus\:text-body-text:focus {
    color: #241508 !important
  }

  .sm\:focus\:text-dividers:focus {
    color: #ccc !important
  }

  .sm\:focus\:text-dividers-light:focus {
    color: #fffcf1 !important
  }

  .sm\:focus\:text-black:focus {
    color: #000 !important
  }

  .sm\:focus\:text-white:focus {
    color: #fff !important
  }

  .sm\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .sm\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .sm\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .sm\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .sm\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .sm\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .sm\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .sm\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .sm\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .sm\:underline {
    text-decoration: underline !important
  }

  .sm\:line-through {
    text-decoration: line-through !important
  }

  .sm\:no-underline {
    text-decoration: none !important
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .sm\:uppercase {
    text-transform: uppercase !important
  }

  .sm\:lowercase {
    text-transform: lowercase !important
  }

  .sm\:capitalize {
    text-transform: capitalize !important
  }

  .sm\:normal-case {
    text-transform: none !important
  }

  .sm\:visible {
    visibility: visible !important
  }

  .sm\:invisible {
    visibility: hidden !important
  }

  .sm\:whitespace-normal {
    white-space: normal !important
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .sm\:whitespace-pre {
    white-space: pre !important
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .sm\:w-0 {
    width: 0 !important
  }

  .sm\:w-1 {
    width: .4rem !important
  }

  .sm\:w-2 {
    width: .8rem !important
  }

  .sm\:w-3 {
    width: 1.2rem !important
  }

  .sm\:w-4 {
    width: 1.6rem !important
  }

  .sm\:w-5 {
    width: 2rem !important
  }

  .sm\:w-6 {
    width: 2.4rem !important
  }

  .sm\:w-8 {
    width: 2.8rem !important
  }

  .sm\:w-9 {
    width: 3rem !important
  }

  .sm\:w-10 {
    width: 3.2rem !important
  }

  .sm\:w-12 {
    width: 3.6rem !important
  }

  .sm\:w-16 {
    width: 4rem !important
  }

  .sm\:w-20 {
    width: 4.4rem !important
  }

  .sm\:w-24 {
    width: 4.8rem !important
  }

  .sm\:w-32 {
    width: 5.2rem !important
  }

  .sm\:w-40 {
    width: 5.6rem !important
  }

  .sm\:w-48 {
    width: 6rem !important
  }

  .sm\:w-56 {
    width: 6.2rem !important
  }

  .sm\:w-64 {
    width: 6.6rem !important
  }

  .sm\:w-80 {
    width: 8rem !important
  }

  .sm\:w-237 {
    width: 9.5rem !important
  }

  .sm\:w-auto {
    width: auto !important
  }

  .sm\:w-px {
    width: 1px !important
  }

  .sm\:w-1\/2 {
    width: 50% !important
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important
  }

  .sm\:w-1\/4 {
    width: 25% !important
  }

  .sm\:w-2\/4 {
    width: 50% !important
  }

  .sm\:w-3\/4 {
    width: 75% !important
  }

  .sm\:w-1\/5 {
    width: 20% !important
  }

  .sm\:w-2\/5 {
    width: 40% !important
  }

  .sm\:w-3\/5 {
    width: 60% !important
  }

  .sm\:w-4\/5 {
    width: 80% !important
  }

  .sm\:w-full {
    width: 100% !important
  }

  .sm\:w-screen {
    width: 100vw !important
  }

  .sm\:z-0 {
    z-index: 0 !important
  }

  .sm\:z-10 {
    z-index: 10 !important
  }

  .sm\:z-20 {
    z-index: 20 !important
  }

  .sm\:z-30 {
    z-index: 30 !important
  }

  .sm\:z-40 {
    z-index: 40 !important
  }

  .sm\:z-50 {
    z-index: 100 !important
  }

  .sm\:z-auto {
    z-index: auto !important
  }

  .sm\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .sm\:transform-none {
    -webkit-transform: none !important;
            transform: none !important
  }

  .sm\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important
  }

  .sm\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .sm\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .sm\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .sm\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .sm\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .sm\:translate-x-1 {
    --transform-translate-x: .4rem !important
  }

  .sm\:translate-x-2 {
    --transform-translate-x: .8rem !important
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 1.2rem !important
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1.6rem !important
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 2rem !important
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2.8rem !important
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 3rem !important
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 3.2rem !important
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 4.4rem !important
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 4.8rem !important
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 5.2rem !important
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 5.6rem !important
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 6rem !important
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 6.2rem !important
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 6.6rem !important
  }

  .sm\:translate-x-80 {
    --transform-translate-x: 8rem !important
  }

  .sm\:translate-x-237 {
    --transform-translate-x: 9.5rem !important
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.4rem !important
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.8rem !important
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -1.2rem !important
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1.6rem !important
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -2rem !important
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2.8rem !important
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -3rem !important
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -3.2rem !important
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -4.4rem !important
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -4.8rem !important
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -5.2rem !important
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -5.6rem !important
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -6rem !important
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -6.2rem !important
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -6.6rem !important
  }

  .sm\:-translate-x-80 {
    --transform-translate-x: -8rem !important
  }

  .sm\:-translate-x-237 {
    --transform-translate-x: -9.5rem !important
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .sm\:translate-y-1 {
    --transform-translate-y: .4rem !important
  }

  .sm\:translate-y-2 {
    --transform-translate-y: .8rem !important
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 1.2rem !important
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1.6rem !important
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 2rem !important
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2.8rem !important
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 3rem !important
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 3.2rem !important
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 4.4rem !important
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 4.8rem !important
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 5.2rem !important
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 5.6rem !important
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 6rem !important
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 6.2rem !important
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 6.6rem !important
  }

  .sm\:translate-y-80 {
    --transform-translate-y: 8rem !important
  }

  .sm\:translate-y-237 {
    --transform-translate-y: 9.5rem !important
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.4rem !important
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.8rem !important
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -1.2rem !important
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1.6rem !important
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -2rem !important
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2.8rem !important
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -3rem !important
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -3.2rem !important
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -4.4rem !important
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -4.8rem !important
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -5.2rem !important
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -5.6rem !important
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -6rem !important
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -6.2rem !important
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -6.6rem !important
  }

  .sm\:-translate-y-80 {
    --transform-translate-y: -8rem !important
  }

  .sm\:-translate-y-237 {
    --transform-translate-y: -9.5rem !important
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: .4rem !important
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: .8rem !important
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 1.2rem !important
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.6rem !important
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 2rem !important
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.8rem !important
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 3rem !important
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 3.2rem !important
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 4.4rem !important
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 4.8rem !important
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 5.2rem !important
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 5.6rem !important
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 6rem !important
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 6.2rem !important
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 6.6rem !important
  }

  .sm\:hover\:translate-x-80:hover {
    --transform-translate-x: 8rem !important
  }

  .sm\:hover\:translate-x-237:hover {
    --transform-translate-x: 9.5rem !important
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.4rem !important
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.8rem !important
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -1.2rem !important
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.6rem !important
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -2rem !important
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.8rem !important
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -3rem !important
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -3.2rem !important
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -4.4rem !important
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -4.8rem !important
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -5.2rem !important
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -5.6rem !important
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -6rem !important
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -6.2rem !important
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -6.6rem !important
  }

  .sm\:hover\:-translate-x-80:hover {
    --transform-translate-x: -8rem !important
  }

  .sm\:hover\:-translate-x-237:hover {
    --transform-translate-x: -9.5rem !important
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: .4rem !important
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: .8rem !important
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 1.2rem !important
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.6rem !important
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 2rem !important
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.8rem !important
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 3rem !important
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 3.2rem !important
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 4.4rem !important
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 4.8rem !important
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 5.2rem !important
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 5.6rem !important
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 6rem !important
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 6.2rem !important
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 6.6rem !important
  }

  .sm\:hover\:translate-y-80:hover {
    --transform-translate-y: 8rem !important
  }

  .sm\:hover\:translate-y-237:hover {
    --transform-translate-y: 9.5rem !important
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.4rem !important
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.8rem !important
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -1.2rem !important
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.6rem !important
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -2rem !important
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.8rem !important
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -3rem !important
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -3.2rem !important
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -4.4rem !important
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -4.8rem !important
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -5.2rem !important
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -5.6rem !important
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -6rem !important
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -6.2rem !important
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -6.6rem !important
  }

  .sm\:hover\:-translate-y-80:hover {
    --transform-translate-y: -8rem !important
  }

  .sm\:hover\:-translate-y-237:hover {
    --transform-translate-y: -9.5rem !important
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: .4rem !important
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: .8rem !important
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 1.2rem !important
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.6rem !important
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 2rem !important
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.8rem !important
  }

  .sm\:focus\:translate-x-9:focus {
    --transform-translate-x: 3rem !important
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 3.2rem !important
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 4.4rem !important
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 4.8rem !important
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 5.2rem !important
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 5.6rem !important
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 6rem !important
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 6.2rem !important
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 6.6rem !important
  }

  .sm\:focus\:translate-x-80:focus {
    --transform-translate-x: 8rem !important
  }

  .sm\:focus\:translate-x-237:focus {
    --transform-translate-x: 9.5rem !important
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.4rem !important
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.8rem !important
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -1.2rem !important
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.6rem !important
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -2rem !important
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.8rem !important
  }

  .sm\:focus\:-translate-x-9:focus {
    --transform-translate-x: -3rem !important
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -3.2rem !important
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -4.4rem !important
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -4.8rem !important
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -5.2rem !important
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -5.6rem !important
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -6rem !important
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -6.2rem !important
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -6.6rem !important
  }

  .sm\:focus\:-translate-x-80:focus {
    --transform-translate-x: -8rem !important
  }

  .sm\:focus\:-translate-x-237:focus {
    --transform-translate-x: -9.5rem !important
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: .4rem !important
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: .8rem !important
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 1.2rem !important
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.6rem !important
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 2rem !important
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.8rem !important
  }

  .sm\:focus\:translate-y-9:focus {
    --transform-translate-y: 3rem !important
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 3.2rem !important
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 4.4rem !important
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 4.8rem !important
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 5.2rem !important
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 5.6rem !important
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 6rem !important
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 6.2rem !important
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 6.6rem !important
  }

  .sm\:focus\:translate-y-80:focus {
    --transform-translate-y: 8rem !important
  }

  .sm\:focus\:translate-y-237:focus {
    --transform-translate-y: 9.5rem !important
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.4rem !important
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.8rem !important
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -1.2rem !important
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.6rem !important
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -2rem !important
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.8rem !important
  }

  .sm\:focus\:-translate-y-9:focus {
    --transform-translate-y: -3rem !important
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -3.2rem !important
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -4.4rem !important
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -4.8rem !important
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -5.2rem !important
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -5.6rem !important
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -6rem !important
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -6.2rem !important
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -6.6rem !important
  }

  .sm\:focus\:-translate-y-80:focus {
    --transform-translate-y: -8rem !important
  }

  .sm\:focus\:-translate-y-237:focus {
    --transform-translate-y: -9.5rem !important
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }
}

@media (min-width: 700px) {
  .md\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .md\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .md\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .md\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .md\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important
  }

  .md\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .md\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .md\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .md\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .md\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .md\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .md\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .md\:border-0 {
    border-width: 0 !important
  }

  .md\:border-2 {
    border-width: 2px !important
  }

  .md\:border-4 {
    border-width: 4px !important
  }

  .md\:border-5 {
    border-width: 5px !important
  }

  .md\:border-8 {
    border-width: 8px !important
  }

  .md\:border {
    border-width: 1px !important
  }

  .md\:border-t-0 {
    border-top-width: 0 !important
  }

  .md\:border-r-0 {
    border-right-width: 0 !important
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .md\:border-l-0 {
    border-left-width: 0 !important
  }

  .md\:border-t-2 {
    border-top-width: 2px !important
  }

  .md\:border-r-2 {
    border-right-width: 2px !important
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .md\:border-l-2 {
    border-left-width: 2px !important
  }

  .md\:border-t-4 {
    border-top-width: 4px !important
  }

  .md\:border-r-4 {
    border-right-width: 4px !important
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .md\:border-l-4 {
    border-left-width: 4px !important
  }

  .md\:border-t-5 {
    border-top-width: 5px !important
  }

  .md\:border-r-5 {
    border-right-width: 5px !important
  }

  .md\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .md\:border-l-5 {
    border-left-width: 5px !important
  }

  .md\:border-t-8 {
    border-top-width: 8px !important
  }

  .md\:border-r-8 {
    border-right-width: 8px !important
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .md\:border-l-8 {
    border-left-width: 8px !important
  }

  .md\:border-t {
    border-top-width: 1px !important
  }

  .md\:border-r {
    border-right-width: 1px !important
  }

  .md\:border-b {
    border-bottom-width: 1px !important
  }

  .md\:border-l {
    border-left-width: 1px !important
  }

  .md\:border-solid {
    border-style: solid !important
  }

  .md\:border-dashed {
    border-style: dashed !important
  }

  .md\:border-dotted {
    border-style: dotted !important
  }

  .md\:border-double {
    border-style: double !important
  }

  .md\:border-none {
    border-style: none !important
  }

  .md\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .md\:hover\:border-double:hover {
    border-style: double !important
  }

  .md\:hover\:border-none:hover {
    border-style: none !important
  }

  .md\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .md\:focus\:border-double:focus {
    border-style: double !important
  }

  .md\:focus\:border-none:focus {
    border-style: none !important
  }

  .md\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important
  }

  .md\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important
  }

  .md\:block {
    display: block !important
  }

  .md\:inline-block {
    display: inline-block !important
  }

  .md\:inline {
    display: inline !important
  }

  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .md\:table {
    display: table !important
  }

  .md\:table-caption {
    display: table-caption !important
  }

  .md\:table-cell {
    display: table-cell !important
  }

  .md\:table-column {
    display: table-column !important
  }

  .md\:table-column-group {
    display: table-column-group !important
  }

  .md\:table-footer-group {
    display: table-footer-group !important
  }

  .md\:table-header-group {
    display: table-header-group !important
  }

  .md\:table-row-group {
    display: table-row-group !important
  }

  .md\:table-row {
    display: table-row !important
  }

  .md\:flow-root {
    display: flow-root !important
  }

  .md\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .md\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .md\:contents {
    display: contents !important
  }

  .md\:hidden {
    display: none !important
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

  .md\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important
  }

  .md\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
  }

  .md\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .md\:float-right {
    float: right !important
  }

  .md\:float-left {
    float: left !important
  }

  .md\:float-none {
    float: none !important
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .md\:font-sans {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .md\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .md\:font-heading {
    font-family: Noto Serif !important
  }

  .md\:font-body {
    font-family: Noto Sans !important
  }

  .md\:text-xs {
    font-size: 1.4rem !important
  }

  .md\:text-sm {
    font-size: 1.5rem !important
  }

  .md\:text-base {
    font-size: 1.6rem !important
  }

  .md\:text-lg {
    font-size: 1.8rem !important
  }

  .md\:text-xl {
    font-size: 2.1rem !important
  }

  .md\:text-2xl {
    font-size: 2.4rem !important
  }

  .md\:text-3xl {
    font-size: 3.6rem !important
  }

  .md\:text-4xl {
    font-size: 4.8rem !important
  }

  .md\:text-5xl {
    font-size: 5.4rem !important
  }

  .md\:text-6xl {
    font-size: 6rem !important
  }

  .md\:italic {
    font-style: italic !important
  }

  .md\:not-italic {
    font-style: normal !important
  }

  .md\:font-light {
    font-weight: 100 !important
  }

  .md\:font-normal {
    font-weight: 400 !important
  }

  .md\:font-semibold {
    font-weight: 600 !important
  }

  .md\:font-bold {
    font-weight: 700 !important
  }

  .md\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .md\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .md\:h-0 {
    height: 0 !important
  }

  .md\:h-1 {
    height: .4rem !important
  }

  .md\:h-2 {
    height: .8rem !important
  }

  .md\:h-3 {
    height: 1.2rem !important
  }

  .md\:h-4 {
    height: 1.6rem !important
  }

  .md\:h-5 {
    height: 2rem !important
  }

  .md\:h-6 {
    height: 2.4rem !important
  }

  .md\:h-8 {
    height: 2.8rem !important
  }

  .md\:h-9 {
    height: 3rem !important
  }

  .md\:h-10 {
    height: 3.2rem !important
  }

  .md\:h-12 {
    height: 3.6rem !important
  }

  .md\:h-16 {
    height: 4rem !important
  }

  .md\:h-20 {
    height: 4.4rem !important
  }

  .md\:h-24 {
    height: 4.8rem !important
  }

  .md\:h-32 {
    height: 5.2rem !important
  }

  .md\:h-40 {
    height: 5.6rem !important
  }

  .md\:h-48 {
    height: 6rem !important
  }

  .md\:h-56 {
    height: 6.2rem !important
  }

  .md\:h-64 {
    height: 6.6rem !important
  }

  .md\:h-80 {
    height: 8rem !important
  }

  .md\:h-237 {
    height: 9.5rem !important
  }

  .md\:h-auto {
    height: auto !important
  }

  .md\:h-px {
    height: 1px !important
  }

  .md\:h-full {
    height: 100% !important
  }

  .md\:h-screen {
    height: 100vh !important
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .md\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .md\:m-0 {
    margin: 0 !important
  }

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

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

  .md\:m-3 {
    margin: 1.2rem !important
  }

  .md\:m-4 {
    margin: 1.6rem !important
  }

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

  .md\:m-6 {
    margin: 2.4rem !important
  }

  .md\:m-8 {
    margin: 2.8rem !important
  }

  .md\:m-9 {
    margin: 3rem !important
  }

  .md\:m-10 {
    margin: 3.2rem !important
  }

  .md\:m-12 {
    margin: 3.6rem !important
  }

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

  .md\:m-20 {
    margin: 4.4rem !important
  }

  .md\:m-24 {
    margin: 4.8rem !important
  }

  .md\:m-32 {
    margin: 5.2rem !important
  }

  .md\:m-40 {
    margin: 5.6rem !important
  }

  .md\:m-48 {
    margin: 6rem !important
  }

  .md\:m-56 {
    margin: 6.2rem !important
  }

  .md\:m-64 {
    margin: 6.6rem !important
  }

  .md\:m-80 {
    margin: 8rem !important
  }

  .md\:m-237 {
    margin: 9.5rem !important
  }

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

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

  .md\:-m-1 {
    margin: -0.4rem !important
  }

  .md\:-m-2 {
    margin: -0.8rem !important
  }

  .md\:-m-3 {
    margin: -1.2rem !important
  }

  .md\:-m-4 {
    margin: -1.6rem !important
  }

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

  .md\:-m-6 {
    margin: -2.4rem !important
  }

  .md\:-m-8 {
    margin: -2.8rem !important
  }

  .md\:-m-9 {
    margin: -3rem !important
  }

  .md\:-m-10 {
    margin: -3.2rem !important
  }

  .md\:-m-12 {
    margin: -3.6rem !important
  }

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

  .md\:-m-20 {
    margin: -4.4rem !important
  }

  .md\:-m-24 {
    margin: -4.8rem !important
  }

  .md\:-m-32 {
    margin: -5.2rem !important
  }

  .md\:-m-40 {
    margin: -5.6rem !important
  }

  .md\:-m-48 {
    margin: -6rem !important
  }

  .md\:-m-56 {
    margin: -6.2rem !important
  }

  .md\:-m-64 {
    margin: -6.6rem !important
  }

  .md\:-m-80 {
    margin: -8rem !important
  }

  .md\:-m-237 {
    margin: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:my-237 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
  }

  .md\:mx-237 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-my-237 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important
  }

  .md\:-mx-237 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-3 {
    margin-top: 1.2rem !important
  }

  .md\:mr-3 {
    margin-right: 1.2rem !important
  }

  .md\:mb-3 {
    margin-bottom: 1.2rem !important
  }

  .md\:ml-3 {
    margin-left: 1.2rem !important
  }

  .md\:mt-4 {
    margin-top: 1.6rem !important
  }

  .md\:mr-4 {
    margin-right: 1.6rem !important
  }

  .md\:mb-4 {
    margin-bottom: 1.6rem !important
  }

  .md\:ml-4 {
    margin-left: 1.6rem !important
  }

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

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

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

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

  .md\:mt-6 {
    margin-top: 2.4rem !important
  }

  .md\:mr-6 {
    margin-right: 2.4rem !important
  }

  .md\:mb-6 {
    margin-bottom: 2.4rem !important
  }

  .md\:ml-6 {
    margin-left: 2.4rem !important
  }

  .md\:mt-8 {
    margin-top: 2.8rem !important
  }

  .md\:mr-8 {
    margin-right: 2.8rem !important
  }

  .md\:mb-8 {
    margin-bottom: 2.8rem !important
  }

  .md\:ml-8 {
    margin-left: 2.8rem !important
  }

  .md\:mt-9 {
    margin-top: 3rem !important
  }

  .md\:mr-9 {
    margin-right: 3rem !important
  }

  .md\:mb-9 {
    margin-bottom: 3rem !important
  }

  .md\:ml-9 {
    margin-left: 3rem !important
  }

  .md\:mt-10 {
    margin-top: 3.2rem !important
  }

  .md\:mr-10 {
    margin-right: 3.2rem !important
  }

  .md\:mb-10 {
    margin-bottom: 3.2rem !important
  }

  .md\:ml-10 {
    margin-left: 3.2rem !important
  }

  .md\:mt-12 {
    margin-top: 3.6rem !important
  }

  .md\:mr-12 {
    margin-right: 3.6rem !important
  }

  .md\:mb-12 {
    margin-bottom: 3.6rem !important
  }

  .md\:ml-12 {
    margin-left: 3.6rem !important
  }

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

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

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

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

  .md\:mt-20 {
    margin-top: 4.4rem !important
  }

  .md\:mr-20 {
    margin-right: 4.4rem !important
  }

  .md\:mb-20 {
    margin-bottom: 4.4rem !important
  }

  .md\:ml-20 {
    margin-left: 4.4rem !important
  }

  .md\:mt-24 {
    margin-top: 4.8rem !important
  }

  .md\:mr-24 {
    margin-right: 4.8rem !important
  }

  .md\:mb-24 {
    margin-bottom: 4.8rem !important
  }

  .md\:ml-24 {
    margin-left: 4.8rem !important
  }

  .md\:mt-32 {
    margin-top: 5.2rem !important
  }

  .md\:mr-32 {
    margin-right: 5.2rem !important
  }

  .md\:mb-32 {
    margin-bottom: 5.2rem !important
  }

  .md\:ml-32 {
    margin-left: 5.2rem !important
  }

  .md\:mt-40 {
    margin-top: 5.6rem !important
  }

  .md\:mr-40 {
    margin-right: 5.6rem !important
  }

  .md\:mb-40 {
    margin-bottom: 5.6rem !important
  }

  .md\:ml-40 {
    margin-left: 5.6rem !important
  }

  .md\:mt-48 {
    margin-top: 6rem !important
  }

  .md\:mr-48 {
    margin-right: 6rem !important
  }

  .md\:mb-48 {
    margin-bottom: 6rem !important
  }

  .md\:ml-48 {
    margin-left: 6rem !important
  }

  .md\:mt-56 {
    margin-top: 6.2rem !important
  }

  .md\:mr-56 {
    margin-right: 6.2rem !important
  }

  .md\:mb-56 {
    margin-bottom: 6.2rem !important
  }

  .md\:ml-56 {
    margin-left: 6.2rem !important
  }

  .md\:mt-64 {
    margin-top: 6.6rem !important
  }

  .md\:mr-64 {
    margin-right: 6.6rem !important
  }

  .md\:mb-64 {
    margin-bottom: 6.6rem !important
  }

  .md\:ml-64 {
    margin-left: 6.6rem !important
  }

  .md\:mt-80 {
    margin-top: 8rem !important
  }

  .md\:mr-80 {
    margin-right: 8rem !important
  }

  .md\:mb-80 {
    margin-bottom: 8rem !important
  }

  .md\:ml-80 {
    margin-left: 8rem !important
  }

  .md\:mt-237 {
    margin-top: 9.5rem !important
  }

  .md\:mr-237 {
    margin-right: 9.5rem !important
  }

  .md\:mb-237 {
    margin-bottom: 9.5rem !important
  }

  .md\:ml-237 {
    margin-left: 9.5rem !important
  }

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

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

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

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

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

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

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

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

  .md\:-mt-1 {
    margin-top: -0.4rem !important
  }

  .md\:-mr-1 {
    margin-right: -0.4rem !important
  }

  .md\:-mb-1 {
    margin-bottom: -0.4rem !important
  }

  .md\:-ml-1 {
    margin-left: -0.4rem !important
  }

  .md\:-mt-2 {
    margin-top: -0.8rem !important
  }

  .md\:-mr-2 {
    margin-right: -0.8rem !important
  }

  .md\:-mb-2 {
    margin-bottom: -0.8rem !important
  }

  .md\:-ml-2 {
    margin-left: -0.8rem !important
  }

  .md\:-mt-3 {
    margin-top: -1.2rem !important
  }

  .md\:-mr-3 {
    margin-right: -1.2rem !important
  }

  .md\:-mb-3 {
    margin-bottom: -1.2rem !important
  }

  .md\:-ml-3 {
    margin-left: -1.2rem !important
  }

  .md\:-mt-4 {
    margin-top: -1.6rem !important
  }

  .md\:-mr-4 {
    margin-right: -1.6rem !important
  }

  .md\:-mb-4 {
    margin-bottom: -1.6rem !important
  }

  .md\:-ml-4 {
    margin-left: -1.6rem !important
  }

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

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

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

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

  .md\:-mt-6 {
    margin-top: -2.4rem !important
  }

  .md\:-mr-6 {
    margin-right: -2.4rem !important
  }

  .md\:-mb-6 {
    margin-bottom: -2.4rem !important
  }

  .md\:-ml-6 {
    margin-left: -2.4rem !important
  }

  .md\:-mt-8 {
    margin-top: -2.8rem !important
  }

  .md\:-mr-8 {
    margin-right: -2.8rem !important
  }

  .md\:-mb-8 {
    margin-bottom: -2.8rem !important
  }

  .md\:-ml-8 {
    margin-left: -2.8rem !important
  }

  .md\:-mt-9 {
    margin-top: -3rem !important
  }

  .md\:-mr-9 {
    margin-right: -3rem !important
  }

  .md\:-mb-9 {
    margin-bottom: -3rem !important
  }

  .md\:-ml-9 {
    margin-left: -3rem !important
  }

  .md\:-mt-10 {
    margin-top: -3.2rem !important
  }

  .md\:-mr-10 {
    margin-right: -3.2rem !important
  }

  .md\:-mb-10 {
    margin-bottom: -3.2rem !important
  }

  .md\:-ml-10 {
    margin-left: -3.2rem !important
  }

  .md\:-mt-12 {
    margin-top: -3.6rem !important
  }

  .md\:-mr-12 {
    margin-right: -3.6rem !important
  }

  .md\:-mb-12 {
    margin-bottom: -3.6rem !important
  }

  .md\:-ml-12 {
    margin-left: -3.6rem !important
  }

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

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

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

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

  .md\:-mt-20 {
    margin-top: -4.4rem !important
  }

  .md\:-mr-20 {
    margin-right: -4.4rem !important
  }

  .md\:-mb-20 {
    margin-bottom: -4.4rem !important
  }

  .md\:-ml-20 {
    margin-left: -4.4rem !important
  }

  .md\:-mt-24 {
    margin-top: -4.8rem !important
  }

  .md\:-mr-24 {
    margin-right: -4.8rem !important
  }

  .md\:-mb-24 {
    margin-bottom: -4.8rem !important
  }

  .md\:-ml-24 {
    margin-left: -4.8rem !important
  }

  .md\:-mt-32 {
    margin-top: -5.2rem !important
  }

  .md\:-mr-32 {
    margin-right: -5.2rem !important
  }

  .md\:-mb-32 {
    margin-bottom: -5.2rem !important
  }

  .md\:-ml-32 {
    margin-left: -5.2rem !important
  }

  .md\:-mt-40 {
    margin-top: -5.6rem !important
  }

  .md\:-mr-40 {
    margin-right: -5.6rem !important
  }

  .md\:-mb-40 {
    margin-bottom: -5.6rem !important
  }

  .md\:-ml-40 {
    margin-left: -5.6rem !important
  }

  .md\:-mt-48 {
    margin-top: -6rem !important
  }

  .md\:-mr-48 {
    margin-right: -6rem !important
  }

  .md\:-mb-48 {
    margin-bottom: -6rem !important
  }

  .md\:-ml-48 {
    margin-left: -6rem !important
  }

  .md\:-mt-56 {
    margin-top: -6.2rem !important
  }

  .md\:-mr-56 {
    margin-right: -6.2rem !important
  }

  .md\:-mb-56 {
    margin-bottom: -6.2rem !important
  }

  .md\:-ml-56 {
    margin-left: -6.2rem !important
  }

  .md\:-mt-64 {
    margin-top: -6.6rem !important
  }

  .md\:-mr-64 {
    margin-right: -6.6rem !important
  }

  .md\:-mb-64 {
    margin-bottom: -6.6rem !important
  }

  .md\:-ml-64 {
    margin-left: -6.6rem !important
  }

  .md\:-mt-80 {
    margin-top: -8rem !important
  }

  .md\:-mr-80 {
    margin-right: -8rem !important
  }

  .md\:-mb-80 {
    margin-bottom: -8rem !important
  }

  .md\:-ml-80 {
    margin-left: -8rem !important
  }

  .md\:-mt-237 {
    margin-top: -9.5rem !important
  }

  .md\:-mr-237 {
    margin-right: -9.5rem !important
  }

  .md\:-mb-237 {
    margin-bottom: -9.5rem !important
  }

  .md\:-ml-237 {
    margin-left: -9.5rem !important
  }

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

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

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

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

  .md\:max-h-full {
    max-height: 100% !important
  }

  .md\:max-h-screen {
    max-height: 100vh !important
  }

  .md\:max-w-397 {
    max-width: 93.3rem !important
  }

  .md\:max-w-none {
    max-width: none !important
  }

  .md\:max-w-xs {
    max-width: 20rem !important
  }

  .md\:max-w-sm {
    max-width: 30rem !important
  }

  .md\:max-w-md {
    max-width: 50rem !important
  }

  .md\:max-w-lg {
    max-width: 75rem !important
  }

  .md\:max-w-xl {
    max-width: 100rem !important
  }

  .md\:max-w-full {
    max-width: 100% !important
  }

  .md\:min-h-0 {
    min-height: 0 !important
  }

  .md\:min-h-full {
    min-height: 100% !important
  }

  .md\:min-h-screen {
    min-height: 100vh !important
  }

  .md\:min-w-0 {
    min-width: 0 !important
  }

  .md\:min-w-full {
    min-width: 100% !important
  }

  .md\:opacity-0 {
    opacity: 0 !important
  }

  .md\:opacity-25 {
    opacity: 0.25 !important
  }

  .md\:opacity-50 {
    opacity: 0.5 !important
  }

  .md\:opacity-60 {
    opacity: 0.6 !important
  }

  .md\:opacity-75 {
    opacity: 0.75 !important
  }

  .md\:opacity-100 {
    opacity: 1 !important
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .md\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .md\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .md\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

  .md\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important
  }

  .md\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important
  }

  .md\:overflow-auto {
    overflow: auto !important
  }

  .md\:overflow-hidden {
    overflow: hidden !important
  }

  .md\:overflow-visible {
    overflow: visible !important
  }

  .md\:overflow-scroll {
    overflow: scroll !important
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .md\:p-0 {
    padding: 0 !important
  }

  .md\:p-1 {
    padding: .4rem !important
  }

  .md\:p-2 {
    padding: .8rem !important
  }

  .md\:p-3 {
    padding: 1.2rem !important
  }

  .md\:p-4 {
    padding: 1.6rem !important
  }

  .md\:p-5 {
    padding: 2rem !important
  }

  .md\:p-6 {
    padding: 2.4rem !important
  }

  .md\:p-8 {
    padding: 2.8rem !important
  }

  .md\:p-9 {
    padding: 3rem !important
  }

  .md\:p-10 {
    padding: 3.2rem !important
  }

  .md\:p-12 {
    padding: 3.6rem !important
  }

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

  .md\:p-20 {
    padding: 4.4rem !important
  }

  .md\:p-24 {
    padding: 4.8rem !important
  }

  .md\:p-32 {
    padding: 5.2rem !important
  }

  .md\:p-40 {
    padding: 5.6rem !important
  }

  .md\:p-48 {
    padding: 6rem !important
  }

  .md\:p-56 {
    padding: 6.2rem !important
  }

  .md\:p-64 {
    padding: 6.6rem !important
  }

  .md\:p-80 {
    padding: 8rem !important
  }

  .md\:p-237 {
    padding: 9.5rem !important
  }

  .md\:p-px {
    padding: 1px !important
  }

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

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

  .md\:py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
  }

  .md\:px-1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
  }

  .md\:py-2 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important
  }

  .md\:px-2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
  }

  .md\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important
  }

  .md\:px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
  }

  .md\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important
  }

  .md\:px-4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
  }

  .md\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .md\:px-6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .md\:py-8 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important
  }

  .md\:px-8 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important
  }

  .md\:py-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md\:px-9 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:py-10 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important
  }

  .md\:px-10 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .md\:py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .md\:px-12 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

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

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

  .md\:py-20 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important
  }

  .md\:px-20 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important
  }

  .md\:py-24 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important
  }

  .md\:px-24 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
  }

  .md\:py-32 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important
  }

  .md\:px-32 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important
  }

  .md\:py-40 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important
  }

  .md\:px-40 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important
  }

  .md\:py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .md\:px-48 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md\:py-56 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important
  }

  .md\:px-56 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important
  }

  .md\:py-64 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important
  }

  .md\:px-64 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important
  }

  .md\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md\:px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .md\:py-237 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
  }

  .md\:px-237 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

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

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

  .md\:pt-0 {
    padding-top: 0 !important
  }

  .md\:pr-0 {
    padding-right: 0 !important
  }

  .md\:pb-0 {
    padding-bottom: 0 !important
  }

  .md\:pl-0 {
    padding-left: 0 !important
  }

  .md\:pt-1 {
    padding-top: .4rem !important
  }

  .md\:pr-1 {
    padding-right: .4rem !important
  }

  .md\:pb-1 {
    padding-bottom: .4rem !important
  }

  .md\:pl-1 {
    padding-left: .4rem !important
  }

  .md\:pt-2 {
    padding-top: .8rem !important
  }

  .md\:pr-2 {
    padding-right: .8rem !important
  }

  .md\:pb-2 {
    padding-bottom: .8rem !important
  }

  .md\:pl-2 {
    padding-left: .8rem !important
  }

  .md\:pt-3 {
    padding-top: 1.2rem !important
  }

  .md\:pr-3 {
    padding-right: 1.2rem !important
  }

  .md\:pb-3 {
    padding-bottom: 1.2rem !important
  }

  .md\:pl-3 {
    padding-left: 1.2rem !important
  }

  .md\:pt-4 {
    padding-top: 1.6rem !important
  }

  .md\:pr-4 {
    padding-right: 1.6rem !important
  }

  .md\:pb-4 {
    padding-bottom: 1.6rem !important
  }

  .md\:pl-4 {
    padding-left: 1.6rem !important
  }

  .md\:pt-5 {
    padding-top: 2rem !important
  }

  .md\:pr-5 {
    padding-right: 2rem !important
  }

  .md\:pb-5 {
    padding-bottom: 2rem !important
  }

  .md\:pl-5 {
    padding-left: 2rem !important
  }

  .md\:pt-6 {
    padding-top: 2.4rem !important
  }

  .md\:pr-6 {
    padding-right: 2.4rem !important
  }

  .md\:pb-6 {
    padding-bottom: 2.4rem !important
  }

  .md\:pl-6 {
    padding-left: 2.4rem !important
  }

  .md\:pt-8 {
    padding-top: 2.8rem !important
  }

  .md\:pr-8 {
    padding-right: 2.8rem !important
  }

  .md\:pb-8 {
    padding-bottom: 2.8rem !important
  }

  .md\:pl-8 {
    padding-left: 2.8rem !important
  }

  .md\:pt-9 {
    padding-top: 3rem !important
  }

  .md\:pr-9 {
    padding-right: 3rem !important
  }

  .md\:pb-9 {
    padding-bottom: 3rem !important
  }

  .md\:pl-9 {
    padding-left: 3rem !important
  }

  .md\:pt-10 {
    padding-top: 3.2rem !important
  }

  .md\:pr-10 {
    padding-right: 3.2rem !important
  }

  .md\:pb-10 {
    padding-bottom: 3.2rem !important
  }

  .md\:pl-10 {
    padding-left: 3.2rem !important
  }

  .md\:pt-12 {
    padding-top: 3.6rem !important
  }

  .md\:pr-12 {
    padding-right: 3.6rem !important
  }

  .md\:pb-12 {
    padding-bottom: 3.6rem !important
  }

  .md\:pl-12 {
    padding-left: 3.6rem !important
  }

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

  .md\:pr-16 {
    padding-right: 4rem !important
  }

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

  .md\:pl-16 {
    padding-left: 4rem !important
  }

  .md\:pt-20 {
    padding-top: 4.4rem !important
  }

  .md\:pr-20 {
    padding-right: 4.4rem !important
  }

  .md\:pb-20 {
    padding-bottom: 4.4rem !important
  }

  .md\:pl-20 {
    padding-left: 4.4rem !important
  }

  .md\:pt-24 {
    padding-top: 4.8rem !important
  }

  .md\:pr-24 {
    padding-right: 4.8rem !important
  }

  .md\:pb-24 {
    padding-bottom: 4.8rem !important
  }

  .md\:pl-24 {
    padding-left: 4.8rem !important
  }

  .md\:pt-32 {
    padding-top: 5.2rem !important
  }

  .md\:pr-32 {
    padding-right: 5.2rem !important
  }

  .md\:pb-32 {
    padding-bottom: 5.2rem !important
  }

  .md\:pl-32 {
    padding-left: 5.2rem !important
  }

  .md\:pt-40 {
    padding-top: 5.6rem !important
  }

  .md\:pr-40 {
    padding-right: 5.6rem !important
  }

  .md\:pb-40 {
    padding-bottom: 5.6rem !important
  }

  .md\:pl-40 {
    padding-left: 5.6rem !important
  }

  .md\:pt-48 {
    padding-top: 6rem !important
  }

  .md\:pr-48 {
    padding-right: 6rem !important
  }

  .md\:pb-48 {
    padding-bottom: 6rem !important
  }

  .md\:pl-48 {
    padding-left: 6rem !important
  }

  .md\:pt-56 {
    padding-top: 6.2rem !important
  }

  .md\:pr-56 {
    padding-right: 6.2rem !important
  }

  .md\:pb-56 {
    padding-bottom: 6.2rem !important
  }

  .md\:pl-56 {
    padding-left: 6.2rem !important
  }

  .md\:pt-64 {
    padding-top: 6.6rem !important
  }

  .md\:pr-64 {
    padding-right: 6.6rem !important
  }

  .md\:pb-64 {
    padding-bottom: 6.6rem !important
  }

  .md\:pl-64 {
    padding-left: 6.6rem !important
  }

  .md\:pt-80 {
    padding-top: 8rem !important
  }

  .md\:pr-80 {
    padding-right: 8rem !important
  }

  .md\:pb-80 {
    padding-bottom: 8rem !important
  }

  .md\:pl-80 {
    padding-left: 8rem !important
  }

  .md\:pt-237 {
    padding-top: 9.5rem !important
  }

  .md\:pr-237 {
    padding-right: 9.5rem !important
  }

  .md\:pb-237 {
    padding-bottom: 9.5rem !important
  }

  .md\:pl-237 {
    padding-left: 9.5rem !important
  }

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

  .md\:pr-px {
    padding-right: 1px !important
  }

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

  .md\:pl-px {
    padding-left: 1px !important
  }

  .md\:static {
    position: static !important
  }

  .md\:fixed {
    position: fixed !important
  }

  .md\:absolute {
    position: absolute !important
  }

  .md\:relative {
    position: relative !important
  }

  .md\:sticky {
    position: sticky !important
  }

  .md\:table-auto {
    table-layout: auto !important
  }

  .md\:table-fixed {
    table-layout: fixed !important
  }

  .md\:text-left {
    text-align: left !important
  }

  .md\:text-center {
    text-align: center !important
  }

  .md\:text-right {
    text-align: right !important
  }

  .md\:text-justify {
    text-align: justify !important
  }

  .md\:text-transparent {
    color: transparent !important
  }

  .md\:text-primary {
    color: #134886 !important
  }

  .md\:text-secondary {
    color: #5da6a3 !important
  }

  .md\:text-tertiary {
    color: #de4e57 !important
  }

  .md\:text-accent {
    color: #f1b858 !important
  }

  .md\:text-accent-alt {
    color: var(--accent-alt) !important
  }

  .md\:text-body-text {
    color: #241508 !important
  }

  .md\:text-dividers {
    color: #ccc !important
  }

  .md\:text-dividers-light {
    color: #fffcf1 !important
  }

  .md\:text-black {
    color: #000 !important
  }

  .md\:text-white {
    color: #fff !important
  }

  .md\:text-red-100 {
    color: #FFF5F5 !important
  }

  .md\:text-red-200 {
    color: #FED7D7 !important
  }

  .md\:text-red-300 {
    color: #FEB2B2 !important
  }

  .md\:text-red-400 {
    color: #FC8181 !important
  }

  .md\:text-red-500 {
    color: #F56565 !important
  }

  .md\:text-red-600 {
    color: #E53E3E !important
  }

  .md\:text-red-700 {
    color: #C53030 !important
  }

  .md\:text-red-800 {
    color: #9B2C2C !important
  }

  .md\:text-red-900 {
    color: #742A2A !important
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .md\:hover\:text-primary:hover {
    color: #134886 !important
  }

  .md\:hover\:text-secondary:hover {
    color: #5da6a3 !important
  }

  .md\:hover\:text-tertiary:hover {
    color: #de4e57 !important
  }

  .md\:hover\:text-accent:hover {
    color: #f1b858 !important
  }

  .md\:hover\:text-accent-alt:hover {
    color: var(--accent-alt) !important
  }

  .md\:hover\:text-body-text:hover {
    color: #241508 !important
  }

  .md\:hover\:text-dividers:hover {
    color: #ccc !important
  }

  .md\:hover\:text-dividers-light:hover {
    color: #fffcf1 !important
  }

  .md\:hover\:text-black:hover {
    color: #000 !important
  }

  .md\:hover\:text-white:hover {
    color: #fff !important
  }

  .md\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .md\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .md\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .md\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .md\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .md\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .md\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .md\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .md\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .md\:focus\:text-primary:focus {
    color: #134886 !important
  }

  .md\:focus\:text-secondary:focus {
    color: #5da6a3 !important
  }

  .md\:focus\:text-tertiary:focus {
    color: #de4e57 !important
  }

  .md\:focus\:text-accent:focus {
    color: #f1b858 !important
  }

  .md\:focus\:text-accent-alt:focus {
    color: var(--accent-alt) !important
  }

  .md\:focus\:text-body-text:focus {
    color: #241508 !important
  }

  .md\:focus\:text-dividers:focus {
    color: #ccc !important
  }

  .md\:focus\:text-dividers-light:focus {
    color: #fffcf1 !important
  }

  .md\:focus\:text-black:focus {
    color: #000 !important
  }

  .md\:focus\:text-white:focus {
    color: #fff !important
  }

  .md\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .md\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .md\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .md\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .md\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .md\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .md\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .md\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .md\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .md\:underline {
    text-decoration: underline !important
  }

  .md\:line-through {
    text-decoration: line-through !important
  }

  .md\:no-underline {
    text-decoration: none !important
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .md\:uppercase {
    text-transform: uppercase !important
  }

  .md\:lowercase {
    text-transform: lowercase !important
  }

  .md\:capitalize {
    text-transform: capitalize !important
  }

  .md\:normal-case {
    text-transform: none !important
  }

  .md\:visible {
    visibility: visible !important
  }

  .md\:invisible {
    visibility: hidden !important
  }

  .md\:whitespace-normal {
    white-space: normal !important
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .md\:whitespace-pre {
    white-space: pre !important
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .md\:w-0 {
    width: 0 !important
  }

  .md\:w-1 {
    width: .4rem !important
  }

  .md\:w-2 {
    width: .8rem !important
  }

  .md\:w-3 {
    width: 1.2rem !important
  }

  .md\:w-4 {
    width: 1.6rem !important
  }

  .md\:w-5 {
    width: 2rem !important
  }

  .md\:w-6 {
    width: 2.4rem !important
  }

  .md\:w-8 {
    width: 2.8rem !important
  }

  .md\:w-9 {
    width: 3rem !important
  }

  .md\:w-10 {
    width: 3.2rem !important
  }

  .md\:w-12 {
    width: 3.6rem !important
  }

  .md\:w-16 {
    width: 4rem !important
  }

  .md\:w-20 {
    width: 4.4rem !important
  }

  .md\:w-24 {
    width: 4.8rem !important
  }

  .md\:w-32 {
    width: 5.2rem !important
  }

  .md\:w-40 {
    width: 5.6rem !important
  }

  .md\:w-48 {
    width: 6rem !important
  }

  .md\:w-56 {
    width: 6.2rem !important
  }

  .md\:w-64 {
    width: 6.6rem !important
  }

  .md\:w-80 {
    width: 8rem !important
  }

  .md\:w-237 {
    width: 9.5rem !important
  }

  .md\:w-auto {
    width: auto !important
  }

  .md\:w-px {
    width: 1px !important
  }

  .md\:w-1\/2 {
    width: 50% !important
  }

  .md\:w-1\/3 {
    width: 33.33333% !important
  }

  .md\:w-2\/3 {
    width: 66.66667% !important
  }

  .md\:w-1\/4 {
    width: 25% !important
  }

  .md\:w-2\/4 {
    width: 50% !important
  }

  .md\:w-3\/4 {
    width: 75% !important
  }

  .md\:w-1\/5 {
    width: 20% !important
  }

  .md\:w-2\/5 {
    width: 40% !important
  }

  .md\:w-3\/5 {
    width: 60% !important
  }

  .md\:w-4\/5 {
    width: 80% !important
  }

  .md\:w-full {
    width: 100% !important
  }

  .md\:w-screen {
    width: 100vw !important
  }

  .md\:z-0 {
    z-index: 0 !important
  }

  .md\:z-10 {
    z-index: 10 !important
  }

  .md\:z-20 {
    z-index: 20 !important
  }

  .md\:z-30 {
    z-index: 30 !important
  }

  .md\:z-40 {
    z-index: 40 !important
  }

  .md\:z-50 {
    z-index: 100 !important
  }

  .md\:z-auto {
    z-index: auto !important
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .md\:transform-none {
    -webkit-transform: none !important;
            transform: none !important
  }

  .md\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important
  }

  .md\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .md\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .md\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .md\:translate-x-1 {
    --transform-translate-x: .4rem !important
  }

  .md\:translate-x-2 {
    --transform-translate-x: .8rem !important
  }

  .md\:translate-x-3 {
    --transform-translate-x: 1.2rem !important
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1.6rem !important
  }

  .md\:translate-x-5 {
    --transform-translate-x: 2rem !important
  }

  .md\:translate-x-6 {
    --transform-translate-x: 2.4rem !important
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2.8rem !important
  }

  .md\:translate-x-9 {
    --transform-translate-x: 3rem !important
  }

  .md\:translate-x-10 {
    --transform-translate-x: 3.2rem !important
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3.6rem !important
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .md\:translate-x-20 {
    --transform-translate-x: 4.4rem !important
  }

  .md\:translate-x-24 {
    --transform-translate-x: 4.8rem !important
  }

  .md\:translate-x-32 {
    --transform-translate-x: 5.2rem !important
  }

  .md\:translate-x-40 {
    --transform-translate-x: 5.6rem !important
  }

  .md\:translate-x-48 {
    --transform-translate-x: 6rem !important
  }

  .md\:translate-x-56 {
    --transform-translate-x: 6.2rem !important
  }

  .md\:translate-x-64 {
    --transform-translate-x: 6.6rem !important
  }

  .md\:translate-x-80 {
    --transform-translate-x: 8rem !important
  }

  .md\:translate-x-237 {
    --transform-translate-x: 9.5rem !important
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.4rem !important
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.8rem !important
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -1.2rem !important
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1.6rem !important
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -2rem !important
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -2.4rem !important
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2.8rem !important
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -3rem !important
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -3.2rem !important
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3.6rem !important
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -4.4rem !important
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -4.8rem !important
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -5.2rem !important
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -5.6rem !important
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -6rem !important
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -6.2rem !important
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -6.6rem !important
  }

  .md\:-translate-x-80 {
    --transform-translate-x: -8rem !important
  }

  .md\:-translate-x-237 {
    --transform-translate-x: -9.5rem !important
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .md\:translate-y-1 {
    --transform-translate-y: .4rem !important
  }

  .md\:translate-y-2 {
    --transform-translate-y: .8rem !important
  }

  .md\:translate-y-3 {
    --transform-translate-y: 1.2rem !important
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1.6rem !important
  }

  .md\:translate-y-5 {
    --transform-translate-y: 2rem !important
  }

  .md\:translate-y-6 {
    --transform-translate-y: 2.4rem !important
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2.8rem !important
  }

  .md\:translate-y-9 {
    --transform-translate-y: 3rem !important
  }

  .md\:translate-y-10 {
    --transform-translate-y: 3.2rem !important
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3.6rem !important
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .md\:translate-y-20 {
    --transform-translate-y: 4.4rem !important
  }

  .md\:translate-y-24 {
    --transform-translate-y: 4.8rem !important
  }

  .md\:translate-y-32 {
    --transform-translate-y: 5.2rem !important
  }

  .md\:translate-y-40 {
    --transform-translate-y: 5.6rem !important
  }

  .md\:translate-y-48 {
    --transform-translate-y: 6rem !important
  }

  .md\:translate-y-56 {
    --transform-translate-y: 6.2rem !important
  }

  .md\:translate-y-64 {
    --transform-translate-y: 6.6rem !important
  }

  .md\:translate-y-80 {
    --transform-translate-y: 8rem !important
  }

  .md\:translate-y-237 {
    --transform-translate-y: 9.5rem !important
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.4rem !important
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.8rem !important
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -1.2rem !important
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1.6rem !important
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -2rem !important
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -2.4rem !important
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2.8rem !important
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -3rem !important
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -3.2rem !important
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3.6rem !important
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -4.4rem !important
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -4.8rem !important
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -5.2rem !important
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -5.6rem !important
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -6rem !important
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -6.2rem !important
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -6.6rem !important
  }

  .md\:-translate-y-80 {
    --transform-translate-y: -8rem !important
  }

  .md\:-translate-y-237 {
    --transform-translate-y: -9.5rem !important
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: .4rem !important
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: .8rem !important
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 1.2rem !important
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.6rem !important
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 2rem !important
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 2.4rem !important
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.8rem !important
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 3rem !important
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 3.2rem !important
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3.6rem !important
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 4.4rem !important
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 4.8rem !important
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 5.2rem !important
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 5.6rem !important
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 6rem !important
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 6.2rem !important
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 6.6rem !important
  }

  .md\:hover\:translate-x-80:hover {
    --transform-translate-x: 8rem !important
  }

  .md\:hover\:translate-x-237:hover {
    --transform-translate-x: 9.5rem !important
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.4rem !important
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.8rem !important
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -1.2rem !important
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.6rem !important
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -2rem !important
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -2.4rem !important
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.8rem !important
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -3rem !important
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -3.2rem !important
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3.6rem !important
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -4.4rem !important
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -4.8rem !important
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -5.2rem !important
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -5.6rem !important
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -6rem !important
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -6.2rem !important
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -6.6rem !important
  }

  .md\:hover\:-translate-x-80:hover {
    --transform-translate-x: -8rem !important
  }

  .md\:hover\:-translate-x-237:hover {
    --transform-translate-x: -9.5rem !important
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: .4rem !important
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: .8rem !important
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 1.2rem !important
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.6rem !important
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 2rem !important
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 2.4rem !important
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.8rem !important
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 3rem !important
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 3.2rem !important
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3.6rem !important
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 4.4rem !important
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 4.8rem !important
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 5.2rem !important
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 5.6rem !important
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 6rem !important
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 6.2rem !important
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 6.6rem !important
  }

  .md\:hover\:translate-y-80:hover {
    --transform-translate-y: 8rem !important
  }

  .md\:hover\:translate-y-237:hover {
    --transform-translate-y: 9.5rem !important
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.4rem !important
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.8rem !important
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -1.2rem !important
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.6rem !important
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -2rem !important
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -2.4rem !important
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.8rem !important
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -3rem !important
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -3.2rem !important
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3.6rem !important
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -4.4rem !important
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -4.8rem !important
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -5.2rem !important
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -5.6rem !important
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -6rem !important
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -6.2rem !important
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -6.6rem !important
  }

  .md\:hover\:-translate-y-80:hover {
    --transform-translate-y: -8rem !important
  }

  .md\:hover\:-translate-y-237:hover {
    --transform-translate-y: -9.5rem !important
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: .4rem !important
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: .8rem !important
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 1.2rem !important
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.6rem !important
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 2rem !important
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 2.4rem !important
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.8rem !important
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 3rem !important
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 3.2rem !important
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3.6rem !important
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 4.4rem !important
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 4.8rem !important
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 5.2rem !important
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 5.6rem !important
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 6rem !important
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 6.2rem !important
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 6.6rem !important
  }

  .md\:focus\:translate-x-80:focus {
    --transform-translate-x: 8rem !important
  }

  .md\:focus\:translate-x-237:focus {
    --transform-translate-x: 9.5rem !important
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.4rem !important
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.8rem !important
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -1.2rem !important
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.6rem !important
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -2rem !important
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -2.4rem !important
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.8rem !important
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -3rem !important
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -3.2rem !important
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3.6rem !important
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -4.4rem !important
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -4.8rem !important
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -5.2rem !important
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -5.6rem !important
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -6rem !important
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -6.2rem !important
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -6.6rem !important
  }

  .md\:focus\:-translate-x-80:focus {
    --transform-translate-x: -8rem !important
  }

  .md\:focus\:-translate-x-237:focus {
    --transform-translate-x: -9.5rem !important
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: .4rem !important
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: .8rem !important
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 1.2rem !important
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.6rem !important
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 2rem !important
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 2.4rem !important
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.8rem !important
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 3rem !important
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 3.2rem !important
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3.6rem !important
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 4.4rem !important
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 4.8rem !important
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 5.2rem !important
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 5.6rem !important
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 6rem !important
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 6.2rem !important
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 6.6rem !important
  }

  .md\:focus\:translate-y-80:focus {
    --transform-translate-y: 8rem !important
  }

  .md\:focus\:translate-y-237:focus {
    --transform-translate-y: 9.5rem !important
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.4rem !important
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.8rem !important
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -1.2rem !important
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.6rem !important
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -2rem !important
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -2.4rem !important
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.8rem !important
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -3rem !important
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -3.2rem !important
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3.6rem !important
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -4.4rem !important
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -4.8rem !important
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -5.2rem !important
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -5.6rem !important
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -6rem !important
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -6.2rem !important
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -6.6rem !important
  }

  .md\:focus\:-translate-y-80:focus {
    --transform-translate-y: -8rem !important
  }

  .md\:focus\:-translate-y-237:focus {
    --transform-translate-y: -9.5rem !important
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }
}

@media (min-width: 1000px) {
  .lg\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .lg\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .lg\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .lg\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .lg\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .lg\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .lg\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .lg\:border-0 {
    border-width: 0 !important
  }

  .lg\:border-2 {
    border-width: 2px !important
  }

  .lg\:border-4 {
    border-width: 4px !important
  }

  .lg\:border-5 {
    border-width: 5px !important
  }

  .lg\:border-8 {
    border-width: 8px !important
  }

  .lg\:border {
    border-width: 1px !important
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important
  }

  .lg\:border-t-5 {
    border-top-width: 5px !important
  }

  .lg\:border-r-5 {
    border-right-width: 5px !important
  }

  .lg\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .lg\:border-l-5 {
    border-left-width: 5px !important
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important
  }

  .lg\:border-t {
    border-top-width: 1px !important
  }

  .lg\:border-r {
    border-right-width: 1px !important
  }

  .lg\:border-b {
    border-bottom-width: 1px !important
  }

  .lg\:border-l {
    border-left-width: 1px !important
  }

  .lg\:border-solid {
    border-style: solid !important
  }

  .lg\:border-dashed {
    border-style: dashed !important
  }

  .lg\:border-dotted {
    border-style: dotted !important
  }

  .lg\:border-double {
    border-style: double !important
  }

  .lg\:border-none {
    border-style: none !important
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .lg\:hover\:border-double:hover {
    border-style: double !important
  }

  .lg\:hover\:border-none:hover {
    border-style: none !important
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .lg\:focus\:border-double:focus {
    border-style: double !important
  }

  .lg\:focus\:border-none:focus {
    border-style: none !important
  }

  .lg\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important
  }

  .lg\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:inline-block {
    display: inline-block !important
  }

  .lg\:inline {
    display: inline !important
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .lg\:table {
    display: table !important
  }

  .lg\:table-caption {
    display: table-caption !important
  }

  .lg\:table-cell {
    display: table-cell !important
  }

  .lg\:table-column {
    display: table-column !important
  }

  .lg\:table-column-group {
    display: table-column-group !important
  }

  .lg\:table-footer-group {
    display: table-footer-group !important
  }

  .lg\:table-header-group {
    display: table-header-group !important
  }

  .lg\:table-row-group {
    display: table-row-group !important
  }

  .lg\:table-row {
    display: table-row !important
  }

  .lg\:flow-root {
    display: flow-root !important
  }

  .lg\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .lg\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .lg\:contents {
    display: contents !important
  }

  .lg\:hidden {
    display: none !important
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

  .lg\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important
  }

  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
  }

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .lg\:float-right {
    float: right !important
  }

  .lg\:float-left {
    float: left !important
  }

  .lg\:float-none {
    float: none !important
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .lg\:font-sans {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .lg\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .lg\:font-heading {
    font-family: Noto Serif !important
  }

  .lg\:font-body {
    font-family: Noto Sans !important
  }

  .lg\:text-xs {
    font-size: 1.4rem !important
  }

  .lg\:text-sm {
    font-size: 1.5rem !important
  }

  .lg\:text-base {
    font-size: 1.6rem !important
  }

  .lg\:text-lg {
    font-size: 1.8rem !important
  }

  .lg\:text-xl {
    font-size: 2.1rem !important
  }

  .lg\:text-2xl {
    font-size: 2.4rem !important
  }

  .lg\:text-3xl {
    font-size: 3.6rem !important
  }

  .lg\:text-4xl {
    font-size: 4.8rem !important
  }

  .lg\:text-5xl {
    font-size: 5.4rem !important
  }

  .lg\:text-6xl {
    font-size: 6rem !important
  }

  .lg\:italic {
    font-style: italic !important
  }

  .lg\:not-italic {
    font-style: normal !important
  }

  .lg\:font-light {
    font-weight: 100 !important
  }

  .lg\:font-normal {
    font-weight: 400 !important
  }

  .lg\:font-semibold {
    font-weight: 600 !important
  }

  .lg\:font-bold {
    font-weight: 700 !important
  }

  .lg\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .lg\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .lg\:h-0 {
    height: 0 !important
  }

  .lg\:h-1 {
    height: .4rem !important
  }

  .lg\:h-2 {
    height: .8rem !important
  }

  .lg\:h-3 {
    height: 1.2rem !important
  }

  .lg\:h-4 {
    height: 1.6rem !important
  }

  .lg\:h-5 {
    height: 2rem !important
  }

  .lg\:h-6 {
    height: 2.4rem !important
  }

  .lg\:h-8 {
    height: 2.8rem !important
  }

  .lg\:h-9 {
    height: 3rem !important
  }

  .lg\:h-10 {
    height: 3.2rem !important
  }

  .lg\:h-12 {
    height: 3.6rem !important
  }

  .lg\:h-16 {
    height: 4rem !important
  }

  .lg\:h-20 {
    height: 4.4rem !important
  }

  .lg\:h-24 {
    height: 4.8rem !important
  }

  .lg\:h-32 {
    height: 5.2rem !important
  }

  .lg\:h-40 {
    height: 5.6rem !important
  }

  .lg\:h-48 {
    height: 6rem !important
  }

  .lg\:h-56 {
    height: 6.2rem !important
  }

  .lg\:h-64 {
    height: 6.6rem !important
  }

  .lg\:h-80 {
    height: 8rem !important
  }

  .lg\:h-237 {
    height: 9.5rem !important
  }

  .lg\:h-auto {
    height: auto !important
  }

  .lg\:h-px {
    height: 1px !important
  }

  .lg\:h-full {
    height: 100% !important
  }

  .lg\:h-screen {
    height: 100vh !important
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .lg\:m-0 {
    margin: 0 !important
  }

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

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

  .lg\:m-3 {
    margin: 1.2rem !important
  }

  .lg\:m-4 {
    margin: 1.6rem !important
  }

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

  .lg\:m-6 {
    margin: 2.4rem !important
  }

  .lg\:m-8 {
    margin: 2.8rem !important
  }

  .lg\:m-9 {
    margin: 3rem !important
  }

  .lg\:m-10 {
    margin: 3.2rem !important
  }

  .lg\:m-12 {
    margin: 3.6rem !important
  }

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

  .lg\:m-20 {
    margin: 4.4rem !important
  }

  .lg\:m-24 {
    margin: 4.8rem !important
  }

  .lg\:m-32 {
    margin: 5.2rem !important
  }

  .lg\:m-40 {
    margin: 5.6rem !important
  }

  .lg\:m-48 {
    margin: 6rem !important
  }

  .lg\:m-56 {
    margin: 6.2rem !important
  }

  .lg\:m-64 {
    margin: 6.6rem !important
  }

  .lg\:m-80 {
    margin: 8rem !important
  }

  .lg\:m-237 {
    margin: 9.5rem !important
  }

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

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

  .lg\:-m-1 {
    margin: -0.4rem !important
  }

  .lg\:-m-2 {
    margin: -0.8rem !important
  }

  .lg\:-m-3 {
    margin: -1.2rem !important
  }

  .lg\:-m-4 {
    margin: -1.6rem !important
  }

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

  .lg\:-m-6 {
    margin: -2.4rem !important
  }

  .lg\:-m-8 {
    margin: -2.8rem !important
  }

  .lg\:-m-9 {
    margin: -3rem !important
  }

  .lg\:-m-10 {
    margin: -3.2rem !important
  }

  .lg\:-m-12 {
    margin: -3.6rem !important
  }

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

  .lg\:-m-20 {
    margin: -4.4rem !important
  }

  .lg\:-m-24 {
    margin: -4.8rem !important
  }

  .lg\:-m-32 {
    margin: -5.2rem !important
  }

  .lg\:-m-40 {
    margin: -5.6rem !important
  }

  .lg\:-m-48 {
    margin: -6rem !important
  }

  .lg\:-m-56 {
    margin: -6.2rem !important
  }

  .lg\:-m-64 {
    margin: -6.6rem !important
  }

  .lg\:-m-80 {
    margin: -8rem !important
  }

  .lg\:-m-237 {
    margin: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:my-237 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
  }

  .lg\:mx-237 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:-my-237 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important
  }

  .lg\:-mx-237 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-3 {
    margin-top: 1.2rem !important
  }

  .lg\:mr-3 {
    margin-right: 1.2rem !important
  }

  .lg\:mb-3 {
    margin-bottom: 1.2rem !important
  }

  .lg\:ml-3 {
    margin-left: 1.2rem !important
  }

  .lg\:mt-4 {
    margin-top: 1.6rem !important
  }

  .lg\:mr-4 {
    margin-right: 1.6rem !important
  }

  .lg\:mb-4 {
    margin-bottom: 1.6rem !important
  }

  .lg\:ml-4 {
    margin-left: 1.6rem !important
  }

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

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

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

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

  .lg\:mt-6 {
    margin-top: 2.4rem !important
  }

  .lg\:mr-6 {
    margin-right: 2.4rem !important
  }

  .lg\:mb-6 {
    margin-bottom: 2.4rem !important
  }

  .lg\:ml-6 {
    margin-left: 2.4rem !important
  }

  .lg\:mt-8 {
    margin-top: 2.8rem !important
  }

  .lg\:mr-8 {
    margin-right: 2.8rem !important
  }

  .lg\:mb-8 {
    margin-bottom: 2.8rem !important
  }

  .lg\:ml-8 {
    margin-left: 2.8rem !important
  }

  .lg\:mt-9 {
    margin-top: 3rem !important
  }

  .lg\:mr-9 {
    margin-right: 3rem !important
  }

  .lg\:mb-9 {
    margin-bottom: 3rem !important
  }

  .lg\:ml-9 {
    margin-left: 3rem !important
  }

  .lg\:mt-10 {
    margin-top: 3.2rem !important
  }

  .lg\:mr-10 {
    margin-right: 3.2rem !important
  }

  .lg\:mb-10 {
    margin-bottom: 3.2rem !important
  }

  .lg\:ml-10 {
    margin-left: 3.2rem !important
  }

  .lg\:mt-12 {
    margin-top: 3.6rem !important
  }

  .lg\:mr-12 {
    margin-right: 3.6rem !important
  }

  .lg\:mb-12 {
    margin-bottom: 3.6rem !important
  }

  .lg\:ml-12 {
    margin-left: 3.6rem !important
  }

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

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

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

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

  .lg\:mt-20 {
    margin-top: 4.4rem !important
  }

  .lg\:mr-20 {
    margin-right: 4.4rem !important
  }

  .lg\:mb-20 {
    margin-bottom: 4.4rem !important
  }

  .lg\:ml-20 {
    margin-left: 4.4rem !important
  }

  .lg\:mt-24 {
    margin-top: 4.8rem !important
  }

  .lg\:mr-24 {
    margin-right: 4.8rem !important
  }

  .lg\:mb-24 {
    margin-bottom: 4.8rem !important
  }

  .lg\:ml-24 {
    margin-left: 4.8rem !important
  }

  .lg\:mt-32 {
    margin-top: 5.2rem !important
  }

  .lg\:mr-32 {
    margin-right: 5.2rem !important
  }

  .lg\:mb-32 {
    margin-bottom: 5.2rem !important
  }

  .lg\:ml-32 {
    margin-left: 5.2rem !important
  }

  .lg\:mt-40 {
    margin-top: 5.6rem !important
  }

  .lg\:mr-40 {
    margin-right: 5.6rem !important
  }

  .lg\:mb-40 {
    margin-bottom: 5.6rem !important
  }

  .lg\:ml-40 {
    margin-left: 5.6rem !important
  }

  .lg\:mt-48 {
    margin-top: 6rem !important
  }

  .lg\:mr-48 {
    margin-right: 6rem !important
  }

  .lg\:mb-48 {
    margin-bottom: 6rem !important
  }

  .lg\:ml-48 {
    margin-left: 6rem !important
  }

  .lg\:mt-56 {
    margin-top: 6.2rem !important
  }

  .lg\:mr-56 {
    margin-right: 6.2rem !important
  }

  .lg\:mb-56 {
    margin-bottom: 6.2rem !important
  }

  .lg\:ml-56 {
    margin-left: 6.2rem !important
  }

  .lg\:mt-64 {
    margin-top: 6.6rem !important
  }

  .lg\:mr-64 {
    margin-right: 6.6rem !important
  }

  .lg\:mb-64 {
    margin-bottom: 6.6rem !important
  }

  .lg\:ml-64 {
    margin-left: 6.6rem !important
  }

  .lg\:mt-80 {
    margin-top: 8rem !important
  }

  .lg\:mr-80 {
    margin-right: 8rem !important
  }

  .lg\:mb-80 {
    margin-bottom: 8rem !important
  }

  .lg\:ml-80 {
    margin-left: 8rem !important
  }

  .lg\:mt-237 {
    margin-top: 9.5rem !important
  }

  .lg\:mr-237 {
    margin-right: 9.5rem !important
  }

  .lg\:mb-237 {
    margin-bottom: 9.5rem !important
  }

  .lg\:ml-237 {
    margin-left: 9.5rem !important
  }

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

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

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

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

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

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

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

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

  .lg\:-mt-1 {
    margin-top: -0.4rem !important
  }

  .lg\:-mr-1 {
    margin-right: -0.4rem !important
  }

  .lg\:-mb-1 {
    margin-bottom: -0.4rem !important
  }

  .lg\:-ml-1 {
    margin-left: -0.4rem !important
  }

  .lg\:-mt-2 {
    margin-top: -0.8rem !important
  }

  .lg\:-mr-2 {
    margin-right: -0.8rem !important
  }

  .lg\:-mb-2 {
    margin-bottom: -0.8rem !important
  }

  .lg\:-ml-2 {
    margin-left: -0.8rem !important
  }

  .lg\:-mt-3 {
    margin-top: -1.2rem !important
  }

  .lg\:-mr-3 {
    margin-right: -1.2rem !important
  }

  .lg\:-mb-3 {
    margin-bottom: -1.2rem !important
  }

  .lg\:-ml-3 {
    margin-left: -1.2rem !important
  }

  .lg\:-mt-4 {
    margin-top: -1.6rem !important
  }

  .lg\:-mr-4 {
    margin-right: -1.6rem !important
  }

  .lg\:-mb-4 {
    margin-bottom: -1.6rem !important
  }

  .lg\:-ml-4 {
    margin-left: -1.6rem !important
  }

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

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

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

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

  .lg\:-mt-6 {
    margin-top: -2.4rem !important
  }

  .lg\:-mr-6 {
    margin-right: -2.4rem !important
  }

  .lg\:-mb-6 {
    margin-bottom: -2.4rem !important
  }

  .lg\:-ml-6 {
    margin-left: -2.4rem !important
  }

  .lg\:-mt-8 {
    margin-top: -2.8rem !important
  }

  .lg\:-mr-8 {
    margin-right: -2.8rem !important
  }

  .lg\:-mb-8 {
    margin-bottom: -2.8rem !important
  }

  .lg\:-ml-8 {
    margin-left: -2.8rem !important
  }

  .lg\:-mt-9 {
    margin-top: -3rem !important
  }

  .lg\:-mr-9 {
    margin-right: -3rem !important
  }

  .lg\:-mb-9 {
    margin-bottom: -3rem !important
  }

  .lg\:-ml-9 {
    margin-left: -3rem !important
  }

  .lg\:-mt-10 {
    margin-top: -3.2rem !important
  }

  .lg\:-mr-10 {
    margin-right: -3.2rem !important
  }

  .lg\:-mb-10 {
    margin-bottom: -3.2rem !important
  }

  .lg\:-ml-10 {
    margin-left: -3.2rem !important
  }

  .lg\:-mt-12 {
    margin-top: -3.6rem !important
  }

  .lg\:-mr-12 {
    margin-right: -3.6rem !important
  }

  .lg\:-mb-12 {
    margin-bottom: -3.6rem !important
  }

  .lg\:-ml-12 {
    margin-left: -3.6rem !important
  }

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

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

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

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

  .lg\:-mt-20 {
    margin-top: -4.4rem !important
  }

  .lg\:-mr-20 {
    margin-right: -4.4rem !important
  }

  .lg\:-mb-20 {
    margin-bottom: -4.4rem !important
  }

  .lg\:-ml-20 {
    margin-left: -4.4rem !important
  }

  .lg\:-mt-24 {
    margin-top: -4.8rem !important
  }

  .lg\:-mr-24 {
    margin-right: -4.8rem !important
  }

  .lg\:-mb-24 {
    margin-bottom: -4.8rem !important
  }

  .lg\:-ml-24 {
    margin-left: -4.8rem !important
  }

  .lg\:-mt-32 {
    margin-top: -5.2rem !important
  }

  .lg\:-mr-32 {
    margin-right: -5.2rem !important
  }

  .lg\:-mb-32 {
    margin-bottom: -5.2rem !important
  }

  .lg\:-ml-32 {
    margin-left: -5.2rem !important
  }

  .lg\:-mt-40 {
    margin-top: -5.6rem !important
  }

  .lg\:-mr-40 {
    margin-right: -5.6rem !important
  }

  .lg\:-mb-40 {
    margin-bottom: -5.6rem !important
  }

  .lg\:-ml-40 {
    margin-left: -5.6rem !important
  }

  .lg\:-mt-48 {
    margin-top: -6rem !important
  }

  .lg\:-mr-48 {
    margin-right: -6rem !important
  }

  .lg\:-mb-48 {
    margin-bottom: -6rem !important
  }

  .lg\:-ml-48 {
    margin-left: -6rem !important
  }

  .lg\:-mt-56 {
    margin-top: -6.2rem !important
  }

  .lg\:-mr-56 {
    margin-right: -6.2rem !important
  }

  .lg\:-mb-56 {
    margin-bottom: -6.2rem !important
  }

  .lg\:-ml-56 {
    margin-left: -6.2rem !important
  }

  .lg\:-mt-64 {
    margin-top: -6.6rem !important
  }

  .lg\:-mr-64 {
    margin-right: -6.6rem !important
  }

  .lg\:-mb-64 {
    margin-bottom: -6.6rem !important
  }

  .lg\:-ml-64 {
    margin-left: -6.6rem !important
  }

  .lg\:-mt-80 {
    margin-top: -8rem !important
  }

  .lg\:-mr-80 {
    margin-right: -8rem !important
  }

  .lg\:-mb-80 {
    margin-bottom: -8rem !important
  }

  .lg\:-ml-80 {
    margin-left: -8rem !important
  }

  .lg\:-mt-237 {
    margin-top: -9.5rem !important
  }

  .lg\:-mr-237 {
    margin-right: -9.5rem !important
  }

  .lg\:-mb-237 {
    margin-bottom: -9.5rem !important
  }

  .lg\:-ml-237 {
    margin-left: -9.5rem !important
  }

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

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

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

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

  .lg\:max-h-full {
    max-height: 100% !important
  }

  .lg\:max-h-screen {
    max-height: 100vh !important
  }

  .lg\:max-w-397 {
    max-width: 93.3rem !important
  }

  .lg\:max-w-none {
    max-width: none !important
  }

  .lg\:max-w-xs {
    max-width: 20rem !important
  }

  .lg\:max-w-sm {
    max-width: 30rem !important
  }

  .lg\:max-w-md {
    max-width: 50rem !important
  }

  .lg\:max-w-lg {
    max-width: 75rem !important
  }

  .lg\:max-w-xl {
    max-width: 100rem !important
  }

  .lg\:max-w-full {
    max-width: 100% !important
  }

  .lg\:min-h-0 {
    min-height: 0 !important
  }

  .lg\:min-h-full {
    min-height: 100% !important
  }

  .lg\:min-h-screen {
    min-height: 100vh !important
  }

  .lg\:min-w-0 {
    min-width: 0 !important
  }

  .lg\:min-w-full {
    min-width: 100% !important
  }

  .lg\:opacity-0 {
    opacity: 0 !important
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important
  }

  .lg\:opacity-60 {
    opacity: 0.6 !important
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important
  }

  .lg\:opacity-100 {
    opacity: 1 !important
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

  .lg\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important
  }

  .lg\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important
  }

  .lg\:overflow-auto {
    overflow: auto !important
  }

  .lg\:overflow-hidden {
    overflow: hidden !important
  }

  .lg\:overflow-visible {
    overflow: visible !important
  }

  .lg\:overflow-scroll {
    overflow: scroll !important
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .lg\:p-0 {
    padding: 0 !important
  }

  .lg\:p-1 {
    padding: .4rem !important
  }

  .lg\:p-2 {
    padding: .8rem !important
  }

  .lg\:p-3 {
    padding: 1.2rem !important
  }

  .lg\:p-4 {
    padding: 1.6rem !important
  }

  .lg\:p-5 {
    padding: 2rem !important
  }

  .lg\:p-6 {
    padding: 2.4rem !important
  }

  .lg\:p-8 {
    padding: 2.8rem !important
  }

  .lg\:p-9 {
    padding: 3rem !important
  }

  .lg\:p-10 {
    padding: 3.2rem !important
  }

  .lg\:p-12 {
    padding: 3.6rem !important
  }

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

  .lg\:p-20 {
    padding: 4.4rem !important
  }

  .lg\:p-24 {
    padding: 4.8rem !important
  }

  .lg\:p-32 {
    padding: 5.2rem !important
  }

  .lg\:p-40 {
    padding: 5.6rem !important
  }

  .lg\:p-48 {
    padding: 6rem !important
  }

  .lg\:p-56 {
    padding: 6.2rem !important
  }

  .lg\:p-64 {
    padding: 6.6rem !important
  }

  .lg\:p-80 {
    padding: 8rem !important
  }

  .lg\:p-237 {
    padding: 9.5rem !important
  }

  .lg\:p-px {
    padding: 1px !important
  }

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

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

  .lg\:py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
  }

  .lg\:px-1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
  }

  .lg\:py-2 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important
  }

  .lg\:px-2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
  }

  .lg\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important
  }

  .lg\:px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
  }

  .lg\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important
  }

  .lg\:px-4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
  }

  .lg\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .lg\:px-6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .lg\:py-8 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important
  }

  .lg\:px-8 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important
  }

  .lg\:py-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg\:px-9 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg\:py-10 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important
  }

  .lg\:px-10 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .lg\:py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .lg\:px-12 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

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

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

  .lg\:py-20 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important
  }

  .lg\:px-20 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important
  }

  .lg\:py-24 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important
  }

  .lg\:px-24 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
  }

  .lg\:py-32 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important
  }

  .lg\:px-32 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important
  }

  .lg\:py-40 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important
  }

  .lg\:px-40 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important
  }

  .lg\:py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .lg\:px-48 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg\:py-56 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important
  }

  .lg\:px-56 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important
  }

  .lg\:py-64 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important
  }

  .lg\:px-64 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important
  }

  .lg\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg\:px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .lg\:py-237 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
  }

  .lg\:px-237 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

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

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

  .lg\:pt-0 {
    padding-top: 0 !important
  }

  .lg\:pr-0 {
    padding-right: 0 !important
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important
  }

  .lg\:pl-0 {
    padding-left: 0 !important
  }

  .lg\:pt-1 {
    padding-top: .4rem !important
  }

  .lg\:pr-1 {
    padding-right: .4rem !important
  }

  .lg\:pb-1 {
    padding-bottom: .4rem !important
  }

  .lg\:pl-1 {
    padding-left: .4rem !important
  }

  .lg\:pt-2 {
    padding-top: .8rem !important
  }

  .lg\:pr-2 {
    padding-right: .8rem !important
  }

  .lg\:pb-2 {
    padding-bottom: .8rem !important
  }

  .lg\:pl-2 {
    padding-left: .8rem !important
  }

  .lg\:pt-3 {
    padding-top: 1.2rem !important
  }

  .lg\:pr-3 {
    padding-right: 1.2rem !important
  }

  .lg\:pb-3 {
    padding-bottom: 1.2rem !important
  }

  .lg\:pl-3 {
    padding-left: 1.2rem !important
  }

  .lg\:pt-4 {
    padding-top: 1.6rem !important
  }

  .lg\:pr-4 {
    padding-right: 1.6rem !important
  }

  .lg\:pb-4 {
    padding-bottom: 1.6rem !important
  }

  .lg\:pl-4 {
    padding-left: 1.6rem !important
  }

  .lg\:pt-5 {
    padding-top: 2rem !important
  }

  .lg\:pr-5 {
    padding-right: 2rem !important
  }

  .lg\:pb-5 {
    padding-bottom: 2rem !important
  }

  .lg\:pl-5 {
    padding-left: 2rem !important
  }

  .lg\:pt-6 {
    padding-top: 2.4rem !important
  }

  .lg\:pr-6 {
    padding-right: 2.4rem !important
  }

  .lg\:pb-6 {
    padding-bottom: 2.4rem !important
  }

  .lg\:pl-6 {
    padding-left: 2.4rem !important
  }

  .lg\:pt-8 {
    padding-top: 2.8rem !important
  }

  .lg\:pr-8 {
    padding-right: 2.8rem !important
  }

  .lg\:pb-8 {
    padding-bottom: 2.8rem !important
  }

  .lg\:pl-8 {
    padding-left: 2.8rem !important
  }

  .lg\:pt-9 {
    padding-top: 3rem !important
  }

  .lg\:pr-9 {
    padding-right: 3rem !important
  }

  .lg\:pb-9 {
    padding-bottom: 3rem !important
  }

  .lg\:pl-9 {
    padding-left: 3rem !important
  }

  .lg\:pt-10 {
    padding-top: 3.2rem !important
  }

  .lg\:pr-10 {
    padding-right: 3.2rem !important
  }

  .lg\:pb-10 {
    padding-bottom: 3.2rem !important
  }

  .lg\:pl-10 {
    padding-left: 3.2rem !important
  }

  .lg\:pt-12 {
    padding-top: 3.6rem !important
  }

  .lg\:pr-12 {
    padding-right: 3.6rem !important
  }

  .lg\:pb-12 {
    padding-bottom: 3.6rem !important
  }

  .lg\:pl-12 {
    padding-left: 3.6rem !important
  }

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

  .lg\:pr-16 {
    padding-right: 4rem !important
  }

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

  .lg\:pl-16 {
    padding-left: 4rem !important
  }

  .lg\:pt-20 {
    padding-top: 4.4rem !important
  }

  .lg\:pr-20 {
    padding-right: 4.4rem !important
  }

  .lg\:pb-20 {
    padding-bottom: 4.4rem !important
  }

  .lg\:pl-20 {
    padding-left: 4.4rem !important
  }

  .lg\:pt-24 {
    padding-top: 4.8rem !important
  }

  .lg\:pr-24 {
    padding-right: 4.8rem !important
  }

  .lg\:pb-24 {
    padding-bottom: 4.8rem !important
  }

  .lg\:pl-24 {
    padding-left: 4.8rem !important
  }

  .lg\:pt-32 {
    padding-top: 5.2rem !important
  }

  .lg\:pr-32 {
    padding-right: 5.2rem !important
  }

  .lg\:pb-32 {
    padding-bottom: 5.2rem !important
  }

  .lg\:pl-32 {
    padding-left: 5.2rem !important
  }

  .lg\:pt-40 {
    padding-top: 5.6rem !important
  }

  .lg\:pr-40 {
    padding-right: 5.6rem !important
  }

  .lg\:pb-40 {
    padding-bottom: 5.6rem !important
  }

  .lg\:pl-40 {
    padding-left: 5.6rem !important
  }

  .lg\:pt-48 {
    padding-top: 6rem !important
  }

  .lg\:pr-48 {
    padding-right: 6rem !important
  }

  .lg\:pb-48 {
    padding-bottom: 6rem !important
  }

  .lg\:pl-48 {
    padding-left: 6rem !important
  }

  .lg\:pt-56 {
    padding-top: 6.2rem !important
  }

  .lg\:pr-56 {
    padding-right: 6.2rem !important
  }

  .lg\:pb-56 {
    padding-bottom: 6.2rem !important
  }

  .lg\:pl-56 {
    padding-left: 6.2rem !important
  }

  .lg\:pt-64 {
    padding-top: 6.6rem !important
  }

  .lg\:pr-64 {
    padding-right: 6.6rem !important
  }

  .lg\:pb-64 {
    padding-bottom: 6.6rem !important
  }

  .lg\:pl-64 {
    padding-left: 6.6rem !important
  }

  .lg\:pt-80 {
    padding-top: 8rem !important
  }

  .lg\:pr-80 {
    padding-right: 8rem !important
  }

  .lg\:pb-80 {
    padding-bottom: 8rem !important
  }

  .lg\:pl-80 {
    padding-left: 8rem !important
  }

  .lg\:pt-237 {
    padding-top: 9.5rem !important
  }

  .lg\:pr-237 {
    padding-right: 9.5rem !important
  }

  .lg\:pb-237 {
    padding-bottom: 9.5rem !important
  }

  .lg\:pl-237 {
    padding-left: 9.5rem !important
  }

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

  .lg\:pr-px {
    padding-right: 1px !important
  }

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

  .lg\:pl-px {
    padding-left: 1px !important
  }

  .lg\:static {
    position: static !important
  }

  .lg\:fixed {
    position: fixed !important
  }

  .lg\:absolute {
    position: absolute !important
  }

  .lg\:relative {
    position: relative !important
  }

  .lg\:sticky {
    position: sticky !important
  }

  .lg\:table-auto {
    table-layout: auto !important
  }

  .lg\:table-fixed {
    table-layout: fixed !important
  }

  .lg\:text-left {
    text-align: left !important
  }

  .lg\:text-center {
    text-align: center !important
  }

  .lg\:text-right {
    text-align: right !important
  }

  .lg\:text-justify {
    text-align: justify !important
  }

  .lg\:text-transparent {
    color: transparent !important
  }

  .lg\:text-primary {
    color: #134886 !important
  }

  .lg\:text-secondary {
    color: #5da6a3 !important
  }

  .lg\:text-tertiary {
    color: #de4e57 !important
  }

  .lg\:text-accent {
    color: #f1b858 !important
  }

  .lg\:text-accent-alt {
    color: var(--accent-alt) !important
  }

  .lg\:text-body-text {
    color: #241508 !important
  }

  .lg\:text-dividers {
    color: #ccc !important
  }

  .lg\:text-dividers-light {
    color: #fffcf1 !important
  }

  .lg\:text-black {
    color: #000 !important
  }

  .lg\:text-white {
    color: #fff !important
  }

  .lg\:text-red-100 {
    color: #FFF5F5 !important
  }

  .lg\:text-red-200 {
    color: #FED7D7 !important
  }

  .lg\:text-red-300 {
    color: #FEB2B2 !important
  }

  .lg\:text-red-400 {
    color: #FC8181 !important
  }

  .lg\:text-red-500 {
    color: #F56565 !important
  }

  .lg\:text-red-600 {
    color: #E53E3E !important
  }

  .lg\:text-red-700 {
    color: #C53030 !important
  }

  .lg\:text-red-800 {
    color: #9B2C2C !important
  }

  .lg\:text-red-900 {
    color: #742A2A !important
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .lg\:hover\:text-primary:hover {
    color: #134886 !important
  }

  .lg\:hover\:text-secondary:hover {
    color: #5da6a3 !important
  }

  .lg\:hover\:text-tertiary:hover {
    color: #de4e57 !important
  }

  .lg\:hover\:text-accent:hover {
    color: #f1b858 !important
  }

  .lg\:hover\:text-accent-alt:hover {
    color: var(--accent-alt) !important
  }

  .lg\:hover\:text-body-text:hover {
    color: #241508 !important
  }

  .lg\:hover\:text-dividers:hover {
    color: #ccc !important
  }

  .lg\:hover\:text-dividers-light:hover {
    color: #fffcf1 !important
  }

  .lg\:hover\:text-black:hover {
    color: #000 !important
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important
  }

  .lg\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .lg\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .lg\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .lg\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .lg\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .lg\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .lg\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .lg\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .lg\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .lg\:focus\:text-primary:focus {
    color: #134886 !important
  }

  .lg\:focus\:text-secondary:focus {
    color: #5da6a3 !important
  }

  .lg\:focus\:text-tertiary:focus {
    color: #de4e57 !important
  }

  .lg\:focus\:text-accent:focus {
    color: #f1b858 !important
  }

  .lg\:focus\:text-accent-alt:focus {
    color: var(--accent-alt) !important
  }

  .lg\:focus\:text-body-text:focus {
    color: #241508 !important
  }

  .lg\:focus\:text-dividers:focus {
    color: #ccc !important
  }

  .lg\:focus\:text-dividers-light:focus {
    color: #fffcf1 !important
  }

  .lg\:focus\:text-black:focus {
    color: #000 !important
  }

  .lg\:focus\:text-white:focus {
    color: #fff !important
  }

  .lg\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .lg\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .lg\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .lg\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .lg\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .lg\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .lg\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .lg\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .lg\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .lg\:underline {
    text-decoration: underline !important
  }

  .lg\:line-through {
    text-decoration: line-through !important
  }

  .lg\:no-underline {
    text-decoration: none !important
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .lg\:uppercase {
    text-transform: uppercase !important
  }

  .lg\:lowercase {
    text-transform: lowercase !important
  }

  .lg\:capitalize {
    text-transform: capitalize !important
  }

  .lg\:normal-case {
    text-transform: none !important
  }

  .lg\:visible {
    visibility: visible !important
  }

  .lg\:invisible {
    visibility: hidden !important
  }

  .lg\:whitespace-normal {
    white-space: normal !important
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .lg\:whitespace-pre {
    white-space: pre !important
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .lg\:w-0 {
    width: 0 !important
  }

  .lg\:w-1 {
    width: .4rem !important
  }

  .lg\:w-2 {
    width: .8rem !important
  }

  .lg\:w-3 {
    width: 1.2rem !important
  }

  .lg\:w-4 {
    width: 1.6rem !important
  }

  .lg\:w-5 {
    width: 2rem !important
  }

  .lg\:w-6 {
    width: 2.4rem !important
  }

  .lg\:w-8 {
    width: 2.8rem !important
  }

  .lg\:w-9 {
    width: 3rem !important
  }

  .lg\:w-10 {
    width: 3.2rem !important
  }

  .lg\:w-12 {
    width: 3.6rem !important
  }

  .lg\:w-16 {
    width: 4rem !important
  }

  .lg\:w-20 {
    width: 4.4rem !important
  }

  .lg\:w-24 {
    width: 4.8rem !important
  }

  .lg\:w-32 {
    width: 5.2rem !important
  }

  .lg\:w-40 {
    width: 5.6rem !important
  }

  .lg\:w-48 {
    width: 6rem !important
  }

  .lg\:w-56 {
    width: 6.2rem !important
  }

  .lg\:w-64 {
    width: 6.6rem !important
  }

  .lg\:w-80 {
    width: 8rem !important
  }

  .lg\:w-237 {
    width: 9.5rem !important
  }

  .lg\:w-auto {
    width: auto !important
  }

  .lg\:w-px {
    width: 1px !important
  }

  .lg\:w-1\/2 {
    width: 50% !important
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important
  }

  .lg\:w-1\/4 {
    width: 25% !important
  }

  .lg\:w-2\/4 {
    width: 50% !important
  }

  .lg\:w-3\/4 {
    width: 75% !important
  }

  .lg\:w-1\/5 {
    width: 20% !important
  }

  .lg\:w-2\/5 {
    width: 40% !important
  }

  .lg\:w-3\/5 {
    width: 60% !important
  }

  .lg\:w-4\/5 {
    width: 80% !important
  }

  .lg\:w-full {
    width: 100% !important
  }

  .lg\:w-screen {
    width: 100vw !important
  }

  .lg\:z-0 {
    z-index: 0 !important
  }

  .lg\:z-10 {
    z-index: 10 !important
  }

  .lg\:z-20 {
    z-index: 20 !important
  }

  .lg\:z-30 {
    z-index: 30 !important
  }

  .lg\:z-40 {
    z-index: 40 !important
  }

  .lg\:z-50 {
    z-index: 100 !important
  }

  .lg\:z-auto {
    z-index: auto !important
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .lg\:transform-none {
    -webkit-transform: none !important;
            transform: none !important
  }

  .lg\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important
  }

  .lg\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .lg\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .lg\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .lg\:translate-x-1 {
    --transform-translate-x: .4rem !important
  }

  .lg\:translate-x-2 {
    --transform-translate-x: .8rem !important
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 1.2rem !important
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1.6rem !important
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 2rem !important
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2.8rem !important
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 3rem !important
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 3.2rem !important
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 4.4rem !important
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 4.8rem !important
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 5.2rem !important
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 5.6rem !important
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 6rem !important
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 6.2rem !important
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 6.6rem !important
  }

  .lg\:translate-x-80 {
    --transform-translate-x: 8rem !important
  }

  .lg\:translate-x-237 {
    --transform-translate-x: 9.5rem !important
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.4rem !important
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.8rem !important
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -1.2rem !important
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1.6rem !important
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -2rem !important
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2.8rem !important
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -3rem !important
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -3.2rem !important
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -4.4rem !important
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -4.8rem !important
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -5.2rem !important
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -5.6rem !important
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -6rem !important
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -6.2rem !important
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -6.6rem !important
  }

  .lg\:-translate-x-80 {
    --transform-translate-x: -8rem !important
  }

  .lg\:-translate-x-237 {
    --transform-translate-x: -9.5rem !important
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .lg\:translate-y-1 {
    --transform-translate-y: .4rem !important
  }

  .lg\:translate-y-2 {
    --transform-translate-y: .8rem !important
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 1.2rem !important
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1.6rem !important
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 2rem !important
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2.8rem !important
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 3rem !important
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 3.2rem !important
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 4.4rem !important
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 4.8rem !important
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 5.2rem !important
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 5.6rem !important
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 6rem !important
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 6.2rem !important
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 6.6rem !important
  }

  .lg\:translate-y-80 {
    --transform-translate-y: 8rem !important
  }

  .lg\:translate-y-237 {
    --transform-translate-y: 9.5rem !important
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.4rem !important
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.8rem !important
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -1.2rem !important
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1.6rem !important
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -2rem !important
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2.8rem !important
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -3rem !important
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -3.2rem !important
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -4.4rem !important
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -4.8rem !important
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -5.2rem !important
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -5.6rem !important
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -6rem !important
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -6.2rem !important
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -6.6rem !important
  }

  .lg\:-translate-y-80 {
    --transform-translate-y: -8rem !important
  }

  .lg\:-translate-y-237 {
    --transform-translate-y: -9.5rem !important
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: .4rem !important
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: .8rem !important
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 1.2rem !important
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.6rem !important
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 2rem !important
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.8rem !important
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 3rem !important
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 3.2rem !important
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 4.4rem !important
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 4.8rem !important
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 5.2rem !important
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 5.6rem !important
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 6rem !important
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 6.2rem !important
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 6.6rem !important
  }

  .lg\:hover\:translate-x-80:hover {
    --transform-translate-x: 8rem !important
  }

  .lg\:hover\:translate-x-237:hover {
    --transform-translate-x: 9.5rem !important
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.4rem !important
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.8rem !important
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -1.2rem !important
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.6rem !important
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -2rem !important
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.8rem !important
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -3rem !important
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -3.2rem !important
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -4.4rem !important
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -4.8rem !important
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -5.2rem !important
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -5.6rem !important
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -6rem !important
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -6.2rem !important
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -6.6rem !important
  }

  .lg\:hover\:-translate-x-80:hover {
    --transform-translate-x: -8rem !important
  }

  .lg\:hover\:-translate-x-237:hover {
    --transform-translate-x: -9.5rem !important
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: .4rem !important
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: .8rem !important
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 1.2rem !important
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.6rem !important
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 2rem !important
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.8rem !important
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 3rem !important
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 3.2rem !important
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 4.4rem !important
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 4.8rem !important
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 5.2rem !important
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 5.6rem !important
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 6rem !important
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 6.2rem !important
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 6.6rem !important
  }

  .lg\:hover\:translate-y-80:hover {
    --transform-translate-y: 8rem !important
  }

  .lg\:hover\:translate-y-237:hover {
    --transform-translate-y: 9.5rem !important
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.4rem !important
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.8rem !important
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -1.2rem !important
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.6rem !important
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -2rem !important
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.8rem !important
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -3rem !important
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -3.2rem !important
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -4.4rem !important
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -4.8rem !important
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -5.2rem !important
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -5.6rem !important
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -6rem !important
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -6.2rem !important
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -6.6rem !important
  }

  .lg\:hover\:-translate-y-80:hover {
    --transform-translate-y: -8rem !important
  }

  .lg\:hover\:-translate-y-237:hover {
    --transform-translate-y: -9.5rem !important
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: .4rem !important
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: .8rem !important
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 1.2rem !important
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.6rem !important
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 2rem !important
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.8rem !important
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 3rem !important
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 3.2rem !important
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 4.4rem !important
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 4.8rem !important
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 5.2rem !important
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 5.6rem !important
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 6rem !important
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 6.2rem !important
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 6.6rem !important
  }

  .lg\:focus\:translate-x-80:focus {
    --transform-translate-x: 8rem !important
  }

  .lg\:focus\:translate-x-237:focus {
    --transform-translate-x: 9.5rem !important
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.4rem !important
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.8rem !important
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -1.2rem !important
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.6rem !important
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -2rem !important
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.8rem !important
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -3rem !important
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -3.2rem !important
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -4.4rem !important
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -4.8rem !important
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -5.2rem !important
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -5.6rem !important
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -6rem !important
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -6.2rem !important
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -6.6rem !important
  }

  .lg\:focus\:-translate-x-80:focus {
    --transform-translate-x: -8rem !important
  }

  .lg\:focus\:-translate-x-237:focus {
    --transform-translate-x: -9.5rem !important
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: .4rem !important
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: .8rem !important
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 1.2rem !important
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.6rem !important
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 2rem !important
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.8rem !important
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 3rem !important
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 3.2rem !important
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 4.4rem !important
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 4.8rem !important
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 5.2rem !important
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 5.6rem !important
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 6rem !important
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 6.2rem !important
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 6.6rem !important
  }

  .lg\:focus\:translate-y-80:focus {
    --transform-translate-y: 8rem !important
  }

  .lg\:focus\:translate-y-237:focus {
    --transform-translate-y: 9.5rem !important
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.4rem !important
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.8rem !important
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -1.2rem !important
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.6rem !important
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -2rem !important
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.8rem !important
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -3rem !important
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -3.2rem !important
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -4.4rem !important
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -4.8rem !important
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -5.2rem !important
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -5.6rem !important
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -6rem !important
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -6.2rem !important
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -6.6rem !important
  }

  .lg\:focus\:-translate-y-80:focus {
    --transform-translate-y: -8rem !important
  }

  .lg\:focus\:-translate-y-237:focus {
    --transform-translate-y: -9.5rem !important
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }
}

@media (min-width: 1280px) {
  .xl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .xl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .xl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .xl\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important
  }

  .xl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .xl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .xl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .xl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .xl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .xl\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .xl\:border-0 {
    border-width: 0 !important
  }

  .xl\:border-2 {
    border-width: 2px !important
  }

  .xl\:border-4 {
    border-width: 4px !important
  }

  .xl\:border-5 {
    border-width: 5px !important
  }

  .xl\:border-8 {
    border-width: 8px !important
  }

  .xl\:border {
    border-width: 1px !important
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xl\:border-t-5 {
    border-top-width: 5px !important
  }

  .xl\:border-r-5 {
    border-right-width: 5px !important
  }

  .xl\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .xl\:border-l-5 {
    border-left-width: 5px !important
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xl\:border-t {
    border-top-width: 1px !important
  }

  .xl\:border-r {
    border-right-width: 1px !important
  }

  .xl\:border-b {
    border-bottom-width: 1px !important
  }

  .xl\:border-l {
    border-left-width: 1px !important
  }

  .xl\:border-solid {
    border-style: solid !important
  }

  .xl\:border-dashed {
    border-style: dashed !important
  }

  .xl\:border-dotted {
    border-style: dotted !important
  }

  .xl\:border-double {
    border-style: double !important
  }

  .xl\:border-none {
    border-style: none !important
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .xl\:hover\:border-double:hover {
    border-style: double !important
  }

  .xl\:hover\:border-none:hover {
    border-style: none !important
  }

  .xl\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .xl\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .xl\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .xl\:focus\:border-double:focus {
    border-style: double !important
  }

  .xl\:focus\:border-none:focus {
    border-style: none !important
  }

  .xl\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important
  }

  .xl\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important
  }

  .xl\:block {
    display: block !important
  }

  .xl\:inline-block {
    display: inline-block !important
  }

  .xl\:inline {
    display: inline !important
  }

  .xl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .xl\:table {
    display: table !important
  }

  .xl\:table-caption {
    display: table-caption !important
  }

  .xl\:table-cell {
    display: table-cell !important
  }

  .xl\:table-column {
    display: table-column !important
  }

  .xl\:table-column-group {
    display: table-column-group !important
  }

  .xl\:table-footer-group {
    display: table-footer-group !important
  }

  .xl\:table-header-group {
    display: table-header-group !important
  }

  .xl\:table-row-group {
    display: table-row-group !important
  }

  .xl\:table-row {
    display: table-row !important
  }

  .xl\:flow-root {
    display: flow-root !important
  }

  .xl\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .xl\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .xl\:contents {
    display: contents !important
  }

  .xl\:hidden {
    display: none !important
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .xl\:float-right {
    float: right !important
  }

  .xl\:float-left {
    float: left !important
  }

  .xl\:float-none {
    float: none !important
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .xl\:font-sans {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .xl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .xl\:font-heading {
    font-family: Noto Serif !important
  }

  .xl\:font-body {
    font-family: Noto Sans !important
  }

  .xl\:text-xs {
    font-size: 1.4rem !important
  }

  .xl\:text-sm {
    font-size: 1.5rem !important
  }

  .xl\:text-base {
    font-size: 1.6rem !important
  }

  .xl\:text-lg {
    font-size: 1.8rem !important
  }

  .xl\:text-xl {
    font-size: 2.1rem !important
  }

  .xl\:text-2xl {
    font-size: 2.4rem !important
  }

  .xl\:text-3xl {
    font-size: 3.6rem !important
  }

  .xl\:text-4xl {
    font-size: 4.8rem !important
  }

  .xl\:text-5xl {
    font-size: 5.4rem !important
  }

  .xl\:text-6xl {
    font-size: 6rem !important
  }

  .xl\:italic {
    font-style: italic !important
  }

  .xl\:not-italic {
    font-style: normal !important
  }

  .xl\:font-light {
    font-weight: 100 !important
  }

  .xl\:font-normal {
    font-weight: 400 !important
  }

  .xl\:font-semibold {
    font-weight: 600 !important
  }

  .xl\:font-bold {
    font-weight: 700 !important
  }

  .xl\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xl\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .xl\:h-0 {
    height: 0 !important
  }

  .xl\:h-1 {
    height: .4rem !important
  }

  .xl\:h-2 {
    height: .8rem !important
  }

  .xl\:h-3 {
    height: 1.2rem !important
  }

  .xl\:h-4 {
    height: 1.6rem !important
  }

  .xl\:h-5 {
    height: 2rem !important
  }

  .xl\:h-6 {
    height: 2.4rem !important
  }

  .xl\:h-8 {
    height: 2.8rem !important
  }

  .xl\:h-9 {
    height: 3rem !important
  }

  .xl\:h-10 {
    height: 3.2rem !important
  }

  .xl\:h-12 {
    height: 3.6rem !important
  }

  .xl\:h-16 {
    height: 4rem !important
  }

  .xl\:h-20 {
    height: 4.4rem !important
  }

  .xl\:h-24 {
    height: 4.8rem !important
  }

  .xl\:h-32 {
    height: 5.2rem !important
  }

  .xl\:h-40 {
    height: 5.6rem !important
  }

  .xl\:h-48 {
    height: 6rem !important
  }

  .xl\:h-56 {
    height: 6.2rem !important
  }

  .xl\:h-64 {
    height: 6.6rem !important
  }

  .xl\:h-80 {
    height: 8rem !important
  }

  .xl\:h-237 {
    height: 9.5rem !important
  }

  .xl\:h-auto {
    height: auto !important
  }

  .xl\:h-px {
    height: 1px !important
  }

  .xl\:h-full {
    height: 100% !important
  }

  .xl\:h-screen {
    height: 100vh !important
  }

  .xl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .xl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .xl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .xl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .xl\:m-0 {
    margin: 0 !important
  }

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

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

  .xl\:m-3 {
    margin: 1.2rem !important
  }

  .xl\:m-4 {
    margin: 1.6rem !important
  }

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

  .xl\:m-6 {
    margin: 2.4rem !important
  }

  .xl\:m-8 {
    margin: 2.8rem !important
  }

  .xl\:m-9 {
    margin: 3rem !important
  }

  .xl\:m-10 {
    margin: 3.2rem !important
  }

  .xl\:m-12 {
    margin: 3.6rem !important
  }

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

  .xl\:m-20 {
    margin: 4.4rem !important
  }

  .xl\:m-24 {
    margin: 4.8rem !important
  }

  .xl\:m-32 {
    margin: 5.2rem !important
  }

  .xl\:m-40 {
    margin: 5.6rem !important
  }

  .xl\:m-48 {
    margin: 6rem !important
  }

  .xl\:m-56 {
    margin: 6.2rem !important
  }

  .xl\:m-64 {
    margin: 6.6rem !important
  }

  .xl\:m-80 {
    margin: 8rem !important
  }

  .xl\:m-237 {
    margin: 9.5rem !important
  }

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

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

  .xl\:-m-1 {
    margin: -0.4rem !important
  }

  .xl\:-m-2 {
    margin: -0.8rem !important
  }

  .xl\:-m-3 {
    margin: -1.2rem !important
  }

  .xl\:-m-4 {
    margin: -1.6rem !important
  }

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

  .xl\:-m-6 {
    margin: -2.4rem !important
  }

  .xl\:-m-8 {
    margin: -2.8rem !important
  }

  .xl\:-m-9 {
    margin: -3rem !important
  }

  .xl\:-m-10 {
    margin: -3.2rem !important
  }

  .xl\:-m-12 {
    margin: -3.6rem !important
  }

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

  .xl\:-m-20 {
    margin: -4.4rem !important
  }

  .xl\:-m-24 {
    margin: -4.8rem !important
  }

  .xl\:-m-32 {
    margin: -5.2rem !important
  }

  .xl\:-m-40 {
    margin: -5.6rem !important
  }

  .xl\:-m-48 {
    margin: -6rem !important
  }

  .xl\:-m-56 {
    margin: -6.2rem !important
  }

  .xl\:-m-64 {
    margin: -6.6rem !important
  }

  .xl\:-m-80 {
    margin: -8rem !important
  }

  .xl\:-m-237 {
    margin: -9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:my-237 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
  }

  .xl\:mx-237 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:-my-8 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important
  }

  .xl\:-mx-8 {
    margin-left: -2.8rem !important;
    margin-right: -2.8rem !important
  }

  .xl\:-my-9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xl\:-mx-9 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xl\:-my-10 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important
  }

  .xl\:-mx-10 {
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important
  }

  .xl\:-my-12 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .xl\:-mx-12 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xl\:-my-20 {
    margin-top: -4.4rem !important;
    margin-bottom: -4.4rem !important
  }

  .xl\:-mx-20 {
    margin-left: -4.4rem !important;
    margin-right: -4.4rem !important
  }

  .xl\:-my-24 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important
  }

  .xl\:-mx-24 {
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important
  }

  .xl\:-my-32 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important
  }

  .xl\:-mx-32 {
    margin-left: -5.2rem !important;
    margin-right: -5.2rem !important
  }

  .xl\:-my-40 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important
  }

  .xl\:-mx-40 {
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important
  }

  .xl\:-my-48 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xl\:-mx-48 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xl\:-my-56 {
    margin-top: -6.2rem !important;
    margin-bottom: -6.2rem !important
  }

  .xl\:-mx-56 {
    margin-left: -6.2rem !important;
    margin-right: -6.2rem !important
  }

  .xl\:-my-64 {
    margin-top: -6.6rem !important;
    margin-bottom: -6.6rem !important
  }

  .xl\:-mx-64 {
    margin-left: -6.6rem !important;
    margin-right: -6.6rem !important
  }

  .xl\:-my-80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .xl\:-mx-80 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .xl\:-my-237 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important
  }

  .xl\:-mx-237 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xl\:mt-0 {
    margin-top: 0 !important
  }

  .xl\:mr-0 {
    margin-right: 0 !important
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xl\:ml-0 {
    margin-left: 0 !important
  }

  .xl\:mt-1 {
    margin-top: .4rem !important
  }

  .xl\:mr-1 {
    margin-right: .4rem !important
  }

  .xl\:mb-1 {
    margin-bottom: .4rem !important
  }

  .xl\:ml-1 {
    margin-left: .4rem !important
  }

  .xl\:mt-2 {
    margin-top: .8rem !important
  }

  .xl\:mr-2 {
    margin-right: .8rem !important
  }

  .xl\:mb-2 {
    margin-bottom: .8rem !important
  }

  .xl\:ml-2 {
    margin-left: .8rem !important
  }

  .xl\:mt-3 {
    margin-top: 1.2rem !important
  }

  .xl\:mr-3 {
    margin-right: 1.2rem !important
  }

  .xl\:mb-3 {
    margin-bottom: 1.2rem !important
  }

  .xl\:ml-3 {
    margin-left: 1.2rem !important
  }

  .xl\:mt-4 {
    margin-top: 1.6rem !important
  }

  .xl\:mr-4 {
    margin-right: 1.6rem !important
  }

  .xl\:mb-4 {
    margin-bottom: 1.6rem !important
  }

  .xl\:ml-4 {
    margin-left: 1.6rem !important
  }

  .xl\:mt-5 {
    margin-top: 2rem !important
  }

  .xl\:mr-5 {
    margin-right: 2rem !important
  }

  .xl\:mb-5 {
    margin-bottom: 2rem !important
  }

  .xl\:ml-5 {
    margin-left: 2rem !important
  }

  .xl\:mt-6 {
    margin-top: 2.4rem !important
  }

  .xl\:mr-6 {
    margin-right: 2.4rem !important
  }

  .xl\:mb-6 {
    margin-bottom: 2.4rem !important
  }

  .xl\:ml-6 {
    margin-left: 2.4rem !important
  }

  .xl\:mt-8 {
    margin-top: 2.8rem !important
  }

  .xl\:mr-8 {
    margin-right: 2.8rem !important
  }

  .xl\:mb-8 {
    margin-bottom: 2.8rem !important
  }

  .xl\:ml-8 {
    margin-left: 2.8rem !important
  }

  .xl\:mt-9 {
    margin-top: 3rem !important
  }

  .xl\:mr-9 {
    margin-right: 3rem !important
  }

  .xl\:mb-9 {
    margin-bottom: 3rem !important
  }

  .xl\:ml-9 {
    margin-left: 3rem !important
  }

  .xl\:mt-10 {
    margin-top: 3.2rem !important
  }

  .xl\:mr-10 {
    margin-right: 3.2rem !important
  }

  .xl\:mb-10 {
    margin-bottom: 3.2rem !important
  }

  .xl\:ml-10 {
    margin-left: 3.2rem !important
  }

  .xl\:mt-12 {
    margin-top: 3.6rem !important
  }

  .xl\:mr-12 {
    margin-right: 3.6rem !important
  }

  .xl\:mb-12 {
    margin-bottom: 3.6rem !important
  }

  .xl\:ml-12 {
    margin-left: 3.6rem !important
  }

  .xl\:mt-16 {
    margin-top: 4rem !important
  }

  .xl\:mr-16 {
    margin-right: 4rem !important
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xl\:ml-16 {
    margin-left: 4rem !important
  }

  .xl\:mt-20 {
    margin-top: 4.4rem !important
  }

  .xl\:mr-20 {
    margin-right: 4.4rem !important
  }

  .xl\:mb-20 {
    margin-bottom: 4.4rem !important
  }

  .xl\:ml-20 {
    margin-left: 4.4rem !important
  }

  .xl\:mt-24 {
    margin-top: 4.8rem !important
  }

  .xl\:mr-24 {
    margin-right: 4.8rem !important
  }

  .xl\:mb-24 {
    margin-bottom: 4.8rem !important
  }

  .xl\:ml-24 {
    margin-left: 4.8rem !important
  }

  .xl\:mt-32 {
    margin-top: 5.2rem !important
  }

  .xl\:mr-32 {
    margin-right: 5.2rem !important
  }

  .xl\:mb-32 {
    margin-bottom: 5.2rem !important
  }

  .xl\:ml-32 {
    margin-left: 5.2rem !important
  }

  .xl\:mt-40 {
    margin-top: 5.6rem !important
  }

  .xl\:mr-40 {
    margin-right: 5.6rem !important
  }

  .xl\:mb-40 {
    margin-bottom: 5.6rem !important
  }

  .xl\:ml-40 {
    margin-left: 5.6rem !important
  }

  .xl\:mt-48 {
    margin-top: 6rem !important
  }

  .xl\:mr-48 {
    margin-right: 6rem !important
  }

  .xl\:mb-48 {
    margin-bottom: 6rem !important
  }

  .xl\:ml-48 {
    margin-left: 6rem !important
  }

  .xl\:mt-56 {
    margin-top: 6.2rem !important
  }

  .xl\:mr-56 {
    margin-right: 6.2rem !important
  }

  .xl\:mb-56 {
    margin-bottom: 6.2rem !important
  }

  .xl\:ml-56 {
    margin-left: 6.2rem !important
  }

  .xl\:mt-64 {
    margin-top: 6.6rem !important
  }

  .xl\:mr-64 {
    margin-right: 6.6rem !important
  }

  .xl\:mb-64 {
    margin-bottom: 6.6rem !important
  }

  .xl\:ml-64 {
    margin-left: 6.6rem !important
  }

  .xl\:mt-80 {
    margin-top: 8rem !important
  }

  .xl\:mr-80 {
    margin-right: 8rem !important
  }

  .xl\:mb-80 {
    margin-bottom: 8rem !important
  }

  .xl\:ml-80 {
    margin-left: 8rem !important
  }

  .xl\:mt-237 {
    margin-top: 9.5rem !important
  }

  .xl\:mr-237 {
    margin-right: 9.5rem !important
  }

  .xl\:mb-237 {
    margin-bottom: 9.5rem !important
  }

  .xl\:ml-237 {
    margin-left: 9.5rem !important
  }

  .xl\:mt-auto {
    margin-top: auto !important
  }

  .xl\:mr-auto {
    margin-right: auto !important
  }

  .xl\:mb-auto {
    margin-bottom: auto !important
  }

  .xl\:ml-auto {
    margin-left: auto !important
  }

  .xl\:mt-px {
    margin-top: 1px !important
  }

  .xl\:mr-px {
    margin-right: 1px !important
  }

  .xl\:mb-px {
    margin-bottom: 1px !important
  }

  .xl\:ml-px {
    margin-left: 1px !important
  }

  .xl\:-mt-1 {
    margin-top: -0.4rem !important
  }

  .xl\:-mr-1 {
    margin-right: -0.4rem !important
  }

  .xl\:-mb-1 {
    margin-bottom: -0.4rem !important
  }

  .xl\:-ml-1 {
    margin-left: -0.4rem !important
  }

  .xl\:-mt-2 {
    margin-top: -0.8rem !important
  }

  .xl\:-mr-2 {
    margin-right: -0.8rem !important
  }

  .xl\:-mb-2 {
    margin-bottom: -0.8rem !important
  }

  .xl\:-ml-2 {
    margin-left: -0.8rem !important
  }

  .xl\:-mt-3 {
    margin-top: -1.2rem !important
  }

  .xl\:-mr-3 {
    margin-right: -1.2rem !important
  }

  .xl\:-mb-3 {
    margin-bottom: -1.2rem !important
  }

  .xl\:-ml-3 {
    margin-left: -1.2rem !important
  }

  .xl\:-mt-4 {
    margin-top: -1.6rem !important
  }

  .xl\:-mr-4 {
    margin-right: -1.6rem !important
  }

  .xl\:-mb-4 {
    margin-bottom: -1.6rem !important
  }

  .xl\:-ml-4 {
    margin-left: -1.6rem !important
  }

  .xl\:-mt-5 {
    margin-top: -2rem !important
  }

  .xl\:-mr-5 {
    margin-right: -2rem !important
  }

  .xl\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .xl\:-ml-5 {
    margin-left: -2rem !important
  }

  .xl\:-mt-6 {
    margin-top: -2.4rem !important
  }

  .xl\:-mr-6 {
    margin-right: -2.4rem !important
  }

  .xl\:-mb-6 {
    margin-bottom: -2.4rem !important
  }

  .xl\:-ml-6 {
    margin-left: -2.4rem !important
  }

  .xl\:-mt-8 {
    margin-top: -2.8rem !important
  }

  .xl\:-mr-8 {
    margin-right: -2.8rem !important
  }

  .xl\:-mb-8 {
    margin-bottom: -2.8rem !important
  }

  .xl\:-ml-8 {
    margin-left: -2.8rem !important
  }

  .xl\:-mt-9 {
    margin-top: -3rem !important
  }

  .xl\:-mr-9 {
    margin-right: -3rem !important
  }

  .xl\:-mb-9 {
    margin-bottom: -3rem !important
  }

  .xl\:-ml-9 {
    margin-left: -3rem !important
  }

  .xl\:-mt-10 {
    margin-top: -3.2rem !important
  }

  .xl\:-mr-10 {
    margin-right: -3.2rem !important
  }

  .xl\:-mb-10 {
    margin-bottom: -3.2rem !important
  }

  .xl\:-ml-10 {
    margin-left: -3.2rem !important
  }

  .xl\:-mt-12 {
    margin-top: -3.6rem !important
  }

  .xl\:-mr-12 {
    margin-right: -3.6rem !important
  }

  .xl\:-mb-12 {
    margin-bottom: -3.6rem !important
  }

  .xl\:-ml-12 {
    margin-left: -3.6rem !important
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important
  }

  .xl\:-mt-20 {
    margin-top: -4.4rem !important
  }

  .xl\:-mr-20 {
    margin-right: -4.4rem !important
  }

  .xl\:-mb-20 {
    margin-bottom: -4.4rem !important
  }

  .xl\:-ml-20 {
    margin-left: -4.4rem !important
  }

  .xl\:-mt-24 {
    margin-top: -4.8rem !important
  }

  .xl\:-mr-24 {
    margin-right: -4.8rem !important
  }

  .xl\:-mb-24 {
    margin-bottom: -4.8rem !important
  }

  .xl\:-ml-24 {
    margin-left: -4.8rem !important
  }

  .xl\:-mt-32 {
    margin-top: -5.2rem !important
  }

  .xl\:-mr-32 {
    margin-right: -5.2rem !important
  }

  .xl\:-mb-32 {
    margin-bottom: -5.2rem !important
  }

  .xl\:-ml-32 {
    margin-left: -5.2rem !important
  }

  .xl\:-mt-40 {
    margin-top: -5.6rem !important
  }

  .xl\:-mr-40 {
    margin-right: -5.6rem !important
  }

  .xl\:-mb-40 {
    margin-bottom: -5.6rem !important
  }

  .xl\:-ml-40 {
    margin-left: -5.6rem !important
  }

  .xl\:-mt-48 {
    margin-top: -6rem !important
  }

  .xl\:-mr-48 {
    margin-right: -6rem !important
  }

  .xl\:-mb-48 {
    margin-bottom: -6rem !important
  }

  .xl\:-ml-48 {
    margin-left: -6rem !important
  }

  .xl\:-mt-56 {
    margin-top: -6.2rem !important
  }

  .xl\:-mr-56 {
    margin-right: -6.2rem !important
  }

  .xl\:-mb-56 {
    margin-bottom: -6.2rem !important
  }

  .xl\:-ml-56 {
    margin-left: -6.2rem !important
  }

  .xl\:-mt-64 {
    margin-top: -6.6rem !important
  }

  .xl\:-mr-64 {
    margin-right: -6.6rem !important
  }

  .xl\:-mb-64 {
    margin-bottom: -6.6rem !important
  }

  .xl\:-ml-64 {
    margin-left: -6.6rem !important
  }

  .xl\:-mt-80 {
    margin-top: -8rem !important
  }

  .xl\:-mr-80 {
    margin-right: -8rem !important
  }

  .xl\:-mb-80 {
    margin-bottom: -8rem !important
  }

  .xl\:-ml-80 {
    margin-left: -8rem !important
  }

  .xl\:-mt-237 {
    margin-top: -9.5rem !important
  }

  .xl\:-mr-237 {
    margin-right: -9.5rem !important
  }

  .xl\:-mb-237 {
    margin-bottom: -9.5rem !important
  }

  .xl\:-ml-237 {
    margin-left: -9.5rem !important
  }

  .xl\:-mt-px {
    margin-top: -1px !important
  }

  .xl\:-mr-px {
    margin-right: -1px !important
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xl\:-ml-px {
    margin-left: -1px !important
  }

  .xl\:max-h-full {
    max-height: 100% !important
  }

  .xl\:max-h-screen {
    max-height: 100vh !important
  }

  .xl\:max-w-397 {
    max-width: 93.3rem !important
  }

  .xl\:max-w-none {
    max-width: none !important
  }

  .xl\:max-w-xs {
    max-width: 20rem !important
  }

  .xl\:max-w-sm {
    max-width: 30rem !important
  }

  .xl\:max-w-md {
    max-width: 50rem !important
  }

  .xl\:max-w-lg {
    max-width: 75rem !important
  }

  .xl\:max-w-xl {
    max-width: 100rem !important
  }

  .xl\:max-w-full {
    max-width: 100% !important
  }

  .xl\:min-h-0 {
    min-height: 0 !important
  }

  .xl\:min-h-full {
    min-height: 100% !important
  }

  .xl\:min-h-screen {
    min-height: 100vh !important
  }

  .xl\:min-w-0 {
    min-width: 0 !important
  }

  .xl\:min-w-full {
    min-width: 100% !important
  }

  .xl\:opacity-0 {
    opacity: 0 !important
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xl\:opacity-60 {
    opacity: 0.6 !important
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xl\:opacity-100 {
    opacity: 1 !important
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

  .xl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important
  }

  .xl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important
  }

  .xl\:overflow-auto {
    overflow: auto !important
  }

  .xl\:overflow-hidden {
    overflow: hidden !important
  }

  .xl\:overflow-visible {
    overflow: visible !important
  }

  .xl\:overflow-scroll {
    overflow: scroll !important
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .xl\:p-0 {
    padding: 0 !important
  }

  .xl\:p-1 {
    padding: .4rem !important
  }

  .xl\:p-2 {
    padding: .8rem !important
  }

  .xl\:p-3 {
    padding: 1.2rem !important
  }

  .xl\:p-4 {
    padding: 1.6rem !important
  }

  .xl\:p-5 {
    padding: 2rem !important
  }

  .xl\:p-6 {
    padding: 2.4rem !important
  }

  .xl\:p-8 {
    padding: 2.8rem !important
  }

  .xl\:p-9 {
    padding: 3rem !important
  }

  .xl\:p-10 {
    padding: 3.2rem !important
  }

  .xl\:p-12 {
    padding: 3.6rem !important
  }

  .xl\:p-16 {
    padding: 4rem !important
  }

  .xl\:p-20 {
    padding: 4.4rem !important
  }

  .xl\:p-24 {
    padding: 4.8rem !important
  }

  .xl\:p-32 {
    padding: 5.2rem !important
  }

  .xl\:p-40 {
    padding: 5.6rem !important
  }

  .xl\:p-48 {
    padding: 6rem !important
  }

  .xl\:p-56 {
    padding: 6.2rem !important
  }

  .xl\:p-64 {
    padding: 6.6rem !important
  }

  .xl\:p-80 {
    padding: 8rem !important
  }

  .xl\:p-237 {
    padding: 9.5rem !important
  }

  .xl\:p-px {
    padding: 1px !important
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xl\:py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
  }

  .xl\:px-1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
  }

  .xl\:py-2 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important
  }

  .xl\:px-2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
  }

  .xl\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important
  }

  .xl\:px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
  }

  .xl\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important
  }

  .xl\:px-4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
  }

  .xl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .xl\:px-6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .xl\:py-8 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important
  }

  .xl\:px-8 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important
  }

  .xl\:py-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xl\:px-9 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl\:py-10 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important
  }

  .xl\:px-10 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .xl\:py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .xl\:px-12 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl\:py-20 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important
  }

  .xl\:px-20 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important
  }

  .xl\:py-24 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important
  }

  .xl\:px-24 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
  }

  .xl\:py-32 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important
  }

  .xl\:px-32 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important
  }

  .xl\:py-40 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important
  }

  .xl\:px-40 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important
  }

  .xl\:py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xl\:px-48 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xl\:py-56 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important
  }

  .xl\:px-56 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important
  }

  .xl\:py-64 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important
  }

  .xl\:px-64 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important
  }

  .xl\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xl\:px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xl\:py-237 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
  }

  .xl\:px-237 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xl\:pt-0 {
    padding-top: 0 !important
  }

  .xl\:pr-0 {
    padding-right: 0 !important
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xl\:pl-0 {
    padding-left: 0 !important
  }

  .xl\:pt-1 {
    padding-top: .4rem !important
  }

  .xl\:pr-1 {
    padding-right: .4rem !important
  }

  .xl\:pb-1 {
    padding-bottom: .4rem !important
  }

  .xl\:pl-1 {
    padding-left: .4rem !important
  }

  .xl\:pt-2 {
    padding-top: .8rem !important
  }

  .xl\:pr-2 {
    padding-right: .8rem !important
  }

  .xl\:pb-2 {
    padding-bottom: .8rem !important
  }

  .xl\:pl-2 {
    padding-left: .8rem !important
  }

  .xl\:pt-3 {
    padding-top: 1.2rem !important
  }

  .xl\:pr-3 {
    padding-right: 1.2rem !important
  }

  .xl\:pb-3 {
    padding-bottom: 1.2rem !important
  }

  .xl\:pl-3 {
    padding-left: 1.2rem !important
  }

  .xl\:pt-4 {
    padding-top: 1.6rem !important
  }

  .xl\:pr-4 {
    padding-right: 1.6rem !important
  }

  .xl\:pb-4 {
    padding-bottom: 1.6rem !important
  }

  .xl\:pl-4 {
    padding-left: 1.6rem !important
  }

  .xl\:pt-5 {
    padding-top: 2rem !important
  }

  .xl\:pr-5 {
    padding-right: 2rem !important
  }

  .xl\:pb-5 {
    padding-bottom: 2rem !important
  }

  .xl\:pl-5 {
    padding-left: 2rem !important
  }

  .xl\:pt-6 {
    padding-top: 2.4rem !important
  }

  .xl\:pr-6 {
    padding-right: 2.4rem !important
  }

  .xl\:pb-6 {
    padding-bottom: 2.4rem !important
  }

  .xl\:pl-6 {
    padding-left: 2.4rem !important
  }

  .xl\:pt-8 {
    padding-top: 2.8rem !important
  }

  .xl\:pr-8 {
    padding-right: 2.8rem !important
  }

  .xl\:pb-8 {
    padding-bottom: 2.8rem !important
  }

  .xl\:pl-8 {
    padding-left: 2.8rem !important
  }

  .xl\:pt-9 {
    padding-top: 3rem !important
  }

  .xl\:pr-9 {
    padding-right: 3rem !important
  }

  .xl\:pb-9 {
    padding-bottom: 3rem !important
  }

  .xl\:pl-9 {
    padding-left: 3rem !important
  }

  .xl\:pt-10 {
    padding-top: 3.2rem !important
  }

  .xl\:pr-10 {
    padding-right: 3.2rem !important
  }

  .xl\:pb-10 {
    padding-bottom: 3.2rem !important
  }

  .xl\:pl-10 {
    padding-left: 3.2rem !important
  }

  .xl\:pt-12 {
    padding-top: 3.6rem !important
  }

  .xl\:pr-12 {
    padding-right: 3.6rem !important
  }

  .xl\:pb-12 {
    padding-bottom: 3.6rem !important
  }

  .xl\:pl-12 {
    padding-left: 3.6rem !important
  }

  .xl\:pt-16 {
    padding-top: 4rem !important
  }

  .xl\:pr-16 {
    padding-right: 4rem !important
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xl\:pl-16 {
    padding-left: 4rem !important
  }

  .xl\:pt-20 {
    padding-top: 4.4rem !important
  }

  .xl\:pr-20 {
    padding-right: 4.4rem !important
  }

  .xl\:pb-20 {
    padding-bottom: 4.4rem !important
  }

  .xl\:pl-20 {
    padding-left: 4.4rem !important
  }

  .xl\:pt-24 {
    padding-top: 4.8rem !important
  }

  .xl\:pr-24 {
    padding-right: 4.8rem !important
  }

  .xl\:pb-24 {
    padding-bottom: 4.8rem !important
  }

  .xl\:pl-24 {
    padding-left: 4.8rem !important
  }

  .xl\:pt-32 {
    padding-top: 5.2rem !important
  }

  .xl\:pr-32 {
    padding-right: 5.2rem !important
  }

  .xl\:pb-32 {
    padding-bottom: 5.2rem !important
  }

  .xl\:pl-32 {
    padding-left: 5.2rem !important
  }

  .xl\:pt-40 {
    padding-top: 5.6rem !important
  }

  .xl\:pr-40 {
    padding-right: 5.6rem !important
  }

  .xl\:pb-40 {
    padding-bottom: 5.6rem !important
  }

  .xl\:pl-40 {
    padding-left: 5.6rem !important
  }

  .xl\:pt-48 {
    padding-top: 6rem !important
  }

  .xl\:pr-48 {
    padding-right: 6rem !important
  }

  .xl\:pb-48 {
    padding-bottom: 6rem !important
  }

  .xl\:pl-48 {
    padding-left: 6rem !important
  }

  .xl\:pt-56 {
    padding-top: 6.2rem !important
  }

  .xl\:pr-56 {
    padding-right: 6.2rem !important
  }

  .xl\:pb-56 {
    padding-bottom: 6.2rem !important
  }

  .xl\:pl-56 {
    padding-left: 6.2rem !important
  }

  .xl\:pt-64 {
    padding-top: 6.6rem !important
  }

  .xl\:pr-64 {
    padding-right: 6.6rem !important
  }

  .xl\:pb-64 {
    padding-bottom: 6.6rem !important
  }

  .xl\:pl-64 {
    padding-left: 6.6rem !important
  }

  .xl\:pt-80 {
    padding-top: 8rem !important
  }

  .xl\:pr-80 {
    padding-right: 8rem !important
  }

  .xl\:pb-80 {
    padding-bottom: 8rem !important
  }

  .xl\:pl-80 {
    padding-left: 8rem !important
  }

  .xl\:pt-237 {
    padding-top: 9.5rem !important
  }

  .xl\:pr-237 {
    padding-right: 9.5rem !important
  }

  .xl\:pb-237 {
    padding-bottom: 9.5rem !important
  }

  .xl\:pl-237 {
    padding-left: 9.5rem !important
  }

  .xl\:pt-px {
    padding-top: 1px !important
  }

  .xl\:pr-px {
    padding-right: 1px !important
  }

  .xl\:pb-px {
    padding-bottom: 1px !important
  }

  .xl\:pl-px {
    padding-left: 1px !important
  }

  .xl\:static {
    position: static !important
  }

  .xl\:fixed {
    position: fixed !important
  }

  .xl\:absolute {
    position: absolute !important
  }

  .xl\:relative {
    position: relative !important
  }

  .xl\:sticky {
    position: sticky !important
  }

  .xl\:table-auto {
    table-layout: auto !important
  }

  .xl\:table-fixed {
    table-layout: fixed !important
  }

  .xl\:text-left {
    text-align: left !important
  }

  .xl\:text-center {
    text-align: center !important
  }

  .xl\:text-right {
    text-align: right !important
  }

  .xl\:text-justify {
    text-align: justify !important
  }

  .xl\:text-transparent {
    color: transparent !important
  }

  .xl\:text-primary {
    color: #134886 !important
  }

  .xl\:text-secondary {
    color: #5da6a3 !important
  }

  .xl\:text-tertiary {
    color: #de4e57 !important
  }

  .xl\:text-accent {
    color: #f1b858 !important
  }

  .xl\:text-accent-alt {
    color: var(--accent-alt) !important
  }

  .xl\:text-body-text {
    color: #241508 !important
  }

  .xl\:text-dividers {
    color: #ccc !important
  }

  .xl\:text-dividers-light {
    color: #fffcf1 !important
  }

  .xl\:text-black {
    color: #000 !important
  }

  .xl\:text-white {
    color: #fff !important
  }

  .xl\:text-red-100 {
    color: #FFF5F5 !important
  }

  .xl\:text-red-200 {
    color: #FED7D7 !important
  }

  .xl\:text-red-300 {
    color: #FEB2B2 !important
  }

  .xl\:text-red-400 {
    color: #FC8181 !important
  }

  .xl\:text-red-500 {
    color: #F56565 !important
  }

  .xl\:text-red-600 {
    color: #E53E3E !important
  }

  .xl\:text-red-700 {
    color: #C53030 !important
  }

  .xl\:text-red-800 {
    color: #9B2C2C !important
  }

  .xl\:text-red-900 {
    color: #742A2A !important
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xl\:hover\:text-primary:hover {
    color: #134886 !important
  }

  .xl\:hover\:text-secondary:hover {
    color: #5da6a3 !important
  }

  .xl\:hover\:text-tertiary:hover {
    color: #de4e57 !important
  }

  .xl\:hover\:text-accent:hover {
    color: #f1b858 !important
  }

  .xl\:hover\:text-accent-alt:hover {
    color: var(--accent-alt) !important
  }

  .xl\:hover\:text-body-text:hover {
    color: #241508 !important
  }

  .xl\:hover\:text-dividers:hover {
    color: #ccc !important
  }

  .xl\:hover\:text-dividers-light:hover {
    color: #fffcf1 !important
  }

  .xl\:hover\:text-black:hover {
    color: #000 !important
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xl\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .xl\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .xl\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .xl\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .xl\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .xl\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .xl\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .xl\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .xl\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xl\:focus\:text-primary:focus {
    color: #134886 !important
  }

  .xl\:focus\:text-secondary:focus {
    color: #5da6a3 !important
  }

  .xl\:focus\:text-tertiary:focus {
    color: #de4e57 !important
  }

  .xl\:focus\:text-accent:focus {
    color: #f1b858 !important
  }

  .xl\:focus\:text-accent-alt:focus {
    color: var(--accent-alt) !important
  }

  .xl\:focus\:text-body-text:focus {
    color: #241508 !important
  }

  .xl\:focus\:text-dividers:focus {
    color: #ccc !important
  }

  .xl\:focus\:text-dividers-light:focus {
    color: #fffcf1 !important
  }

  .xl\:focus\:text-black:focus {
    color: #000 !important
  }

  .xl\:focus\:text-white:focus {
    color: #fff !important
  }

  .xl\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .xl\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .xl\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .xl\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .xl\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .xl\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .xl\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .xl\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .xl\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .xl\:underline {
    text-decoration: underline !important
  }

  .xl\:line-through {
    text-decoration: line-through !important
  }

  .xl\:no-underline {
    text-decoration: none !important
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xl\:uppercase {
    text-transform: uppercase !important
  }

  .xl\:lowercase {
    text-transform: lowercase !important
  }

  .xl\:capitalize {
    text-transform: capitalize !important
  }

  .xl\:normal-case {
    text-transform: none !important
  }

  .xl\:visible {
    visibility: visible !important
  }

  .xl\:invisible {
    visibility: hidden !important
  }

  .xl\:whitespace-normal {
    white-space: normal !important
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .xl\:whitespace-pre {
    white-space: pre !important
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xl\:w-0 {
    width: 0 !important
  }

  .xl\:w-1 {
    width: .4rem !important
  }

  .xl\:w-2 {
    width: .8rem !important
  }

  .xl\:w-3 {
    width: 1.2rem !important
  }

  .xl\:w-4 {
    width: 1.6rem !important
  }

  .xl\:w-5 {
    width: 2rem !important
  }

  .xl\:w-6 {
    width: 2.4rem !important
  }

  .xl\:w-8 {
    width: 2.8rem !important
  }

  .xl\:w-9 {
    width: 3rem !important
  }

  .xl\:w-10 {
    width: 3.2rem !important
  }

  .xl\:w-12 {
    width: 3.6rem !important
  }

  .xl\:w-16 {
    width: 4rem !important
  }

  .xl\:w-20 {
    width: 4.4rem !important
  }

  .xl\:w-24 {
    width: 4.8rem !important
  }

  .xl\:w-32 {
    width: 5.2rem !important
  }

  .xl\:w-40 {
    width: 5.6rem !important
  }

  .xl\:w-48 {
    width: 6rem !important
  }

  .xl\:w-56 {
    width: 6.2rem !important
  }

  .xl\:w-64 {
    width: 6.6rem !important
  }

  .xl\:w-80 {
    width: 8rem !important
  }

  .xl\:w-237 {
    width: 9.5rem !important
  }

  .xl\:w-auto {
    width: auto !important
  }

  .xl\:w-px {
    width: 1px !important
  }

  .xl\:w-1\/2 {
    width: 50% !important
  }

  .xl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xl\:w-1\/4 {
    width: 25% !important
  }

  .xl\:w-2\/4 {
    width: 50% !important
  }

  .xl\:w-3\/4 {
    width: 75% !important
  }

  .xl\:w-1\/5 {
    width: 20% !important
  }

  .xl\:w-2\/5 {
    width: 40% !important
  }

  .xl\:w-3\/5 {
    width: 60% !important
  }

  .xl\:w-4\/5 {
    width: 80% !important
  }

  .xl\:w-full {
    width: 100% !important
  }

  .xl\:w-screen {
    width: 100vw !important
  }

  .xl\:z-0 {
    z-index: 0 !important
  }

  .xl\:z-10 {
    z-index: 10 !important
  }

  .xl\:z-20 {
    z-index: 20 !important
  }

  .xl\:z-30 {
    z-index: 30 !important
  }

  .xl\:z-40 {
    z-index: 40 !important
  }

  .xl\:z-50 {
    z-index: 100 !important
  }

  .xl\:z-auto {
    z-index: auto !important
  }

  .xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .xl\:transform-none {
    -webkit-transform: none !important;
            transform: none !important
  }

  .xl\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important
  }

  .xl\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .xl\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .xl\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .xl\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .xl\:translate-x-1 {
    --transform-translate-x: .4rem !important
  }

  .xl\:translate-x-2 {
    --transform-translate-x: .8rem !important
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 1.2rem !important
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1.6rem !important
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 2rem !important
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2.8rem !important
  }

  .xl\:translate-x-9 {
    --transform-translate-x: 3rem !important
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 3.2rem !important
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 4.4rem !important
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 4.8rem !important
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 5.2rem !important
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 5.6rem !important
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 6rem !important
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 6.2rem !important
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 6.6rem !important
  }

  .xl\:translate-x-80 {
    --transform-translate-x: 8rem !important
  }

  .xl\:translate-x-237 {
    --transform-translate-x: 9.5rem !important
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.4rem !important
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.8rem !important
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -1.2rem !important
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1.6rem !important
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -2rem !important
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2.8rem !important
  }

  .xl\:-translate-x-9 {
    --transform-translate-x: -3rem !important
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -3.2rem !important
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -4.4rem !important
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -4.8rem !important
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -5.2rem !important
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -5.6rem !important
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -6rem !important
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -6.2rem !important
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -6.6rem !important
  }

  .xl\:-translate-x-80 {
    --transform-translate-x: -8rem !important
  }

  .xl\:-translate-x-237 {
    --transform-translate-x: -9.5rem !important
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .xl\:translate-y-1 {
    --transform-translate-y: .4rem !important
  }

  .xl\:translate-y-2 {
    --transform-translate-y: .8rem !important
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 1.2rem !important
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1.6rem !important
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 2rem !important
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2.8rem !important
  }

  .xl\:translate-y-9 {
    --transform-translate-y: 3rem !important
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 3.2rem !important
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 4.4rem !important
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 4.8rem !important
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 5.2rem !important
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 5.6rem !important
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 6rem !important
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 6.2rem !important
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 6.6rem !important
  }

  .xl\:translate-y-80 {
    --transform-translate-y: 8rem !important
  }

  .xl\:translate-y-237 {
    --transform-translate-y: 9.5rem !important
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.4rem !important
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.8rem !important
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -1.2rem !important
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1.6rem !important
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -2rem !important
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2.8rem !important
  }

  .xl\:-translate-y-9 {
    --transform-translate-y: -3rem !important
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -3.2rem !important
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -4.4rem !important
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -4.8rem !important
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -5.2rem !important
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -5.6rem !important
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -6rem !important
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -6.2rem !important
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -6.6rem !important
  }

  .xl\:-translate-y-80 {
    --transform-translate-y: -8rem !important
  }

  .xl\:-translate-y-237 {
    --transform-translate-y: -9.5rem !important
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: .4rem !important
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: .8rem !important
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 1.2rem !important
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.6rem !important
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 2rem !important
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.8rem !important
  }

  .xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 3rem !important
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 3.2rem !important
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 4.4rem !important
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 4.8rem !important
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 5.2rem !important
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 5.6rem !important
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 6rem !important
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 6.2rem !important
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 6.6rem !important
  }

  .xl\:hover\:translate-x-80:hover {
    --transform-translate-x: 8rem !important
  }

  .xl\:hover\:translate-x-237:hover {
    --transform-translate-x: 9.5rem !important
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.4rem !important
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.8rem !important
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -1.2rem !important
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.6rem !important
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -2rem !important
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.8rem !important
  }

  .xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -3rem !important
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -3.2rem !important
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -4.4rem !important
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -4.8rem !important
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -5.2rem !important
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -5.6rem !important
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -6rem !important
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -6.2rem !important
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -6.6rem !important
  }

  .xl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -8rem !important
  }

  .xl\:hover\:-translate-x-237:hover {
    --transform-translate-x: -9.5rem !important
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: .4rem !important
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: .8rem !important
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 1.2rem !important
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.6rem !important
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 2rem !important
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.8rem !important
  }

  .xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 3rem !important
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 3.2rem !important
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 4.4rem !important
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 4.8rem !important
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 5.2rem !important
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 5.6rem !important
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 6rem !important
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 6.2rem !important
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 6.6rem !important
  }

  .xl\:hover\:translate-y-80:hover {
    --transform-translate-y: 8rem !important
  }

  .xl\:hover\:translate-y-237:hover {
    --transform-translate-y: 9.5rem !important
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.4rem !important
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.8rem !important
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -1.2rem !important
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.6rem !important
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -2rem !important
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.8rem !important
  }

  .xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -3rem !important
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -3.2rem !important
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -4.4rem !important
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -4.8rem !important
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -5.2rem !important
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -5.6rem !important
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -6rem !important
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -6.2rem !important
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -6.6rem !important
  }

  .xl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -8rem !important
  }

  .xl\:hover\:-translate-y-237:hover {
    --transform-translate-y: -9.5rem !important
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: .4rem !important
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: .8rem !important
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 1.2rem !important
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.6rem !important
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 2rem !important
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.8rem !important
  }

  .xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 3rem !important
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 3.2rem !important
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 4.4rem !important
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 4.8rem !important
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 5.2rem !important
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 5.6rem !important
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 6rem !important
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 6.2rem !important
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 6.6rem !important
  }

  .xl\:focus\:translate-x-80:focus {
    --transform-translate-x: 8rem !important
  }

  .xl\:focus\:translate-x-237:focus {
    --transform-translate-x: 9.5rem !important
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.4rem !important
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.8rem !important
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -1.2rem !important
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.6rem !important
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -2rem !important
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.8rem !important
  }

  .xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -3rem !important
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -3.2rem !important
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -4.4rem !important
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -4.8rem !important
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -5.2rem !important
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -5.6rem !important
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -6rem !important
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -6.2rem !important
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -6.6rem !important
  }

  .xl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -8rem !important
  }

  .xl\:focus\:-translate-x-237:focus {
    --transform-translate-x: -9.5rem !important
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: .4rem !important
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: .8rem !important
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 1.2rem !important
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.6rem !important
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 2rem !important
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.8rem !important
  }

  .xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 3rem !important
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 3.2rem !important
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 4.4rem !important
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 4.8rem !important
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 5.2rem !important
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 5.6rem !important
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 6rem !important
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 6.2rem !important
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 6.6rem !important
  }

  .xl\:focus\:translate-y-80:focus {
    --transform-translate-y: 8rem !important
  }

  .xl\:focus\:translate-y-237:focus {
    --transform-translate-y: 9.5rem !important
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.4rem !important
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.8rem !important
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -1.2rem !important
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.6rem !important
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -2rem !important
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.8rem !important
  }

  .xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -3rem !important
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -3.2rem !important
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -4.4rem !important
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -4.8rem !important
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -5.2rem !important
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -5.6rem !important
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -6rem !important
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -6.2rem !important
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -6.6rem !important
  }

  .xl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -8rem !important
  }

  .xl\:focus\:-translate-y-237:focus {
    --transform-translate-y: -9.5rem !important
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }
}

@media (min-width: 1720px) {
  .xxl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .xxl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .xxl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .xxl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .xxl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .xxl\:content-evenly {
    -ms-flex-line-pack: space-evenly !important;
        align-content: space-evenly !important
  }

  .xxl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .xxl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .xxl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .xxl\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .xxl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .xxl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .xxl\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .xxl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .xxl\:border-0 {
    border-width: 0 !important
  }

  .xxl\:border-2 {
    border-width: 2px !important
  }

  .xxl\:border-4 {
    border-width: 4px !important
  }

  .xxl\:border-5 {
    border-width: 5px !important
  }

  .xxl\:border-8 {
    border-width: 8px !important
  }

  .xxl\:border {
    border-width: 1px !important
  }

  .xxl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xxl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xxl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xxl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xxl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xxl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xxl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xxl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xxl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xxl\:border-t-5 {
    border-top-width: 5px !important
  }

  .xxl\:border-r-5 {
    border-right-width: 5px !important
  }

  .xxl\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .xxl\:border-l-5 {
    border-left-width: 5px !important
  }

  .xxl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xxl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xxl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xxl\:border-t {
    border-top-width: 1px !important
  }

  .xxl\:border-r {
    border-right-width: 1px !important
  }

  .xxl\:border-b {
    border-bottom-width: 1px !important
  }

  .xxl\:border-l {
    border-left-width: 1px !important
  }

  .xxl\:border-solid {
    border-style: solid !important
  }

  .xxl\:border-dashed {
    border-style: dashed !important
  }

  .xxl\:border-dotted {
    border-style: dotted !important
  }

  .xxl\:border-double {
    border-style: double !important
  }

  .xxl\:border-none {
    border-style: none !important
  }

  .xxl\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .xxl\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .xxl\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .xxl\:hover\:border-double:hover {
    border-style: double !important
  }

  .xxl\:hover\:border-none:hover {
    border-style: none !important
  }

  .xxl\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .xxl\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .xxl\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .xxl\:focus\:border-double:focus {
    border-style: double !important
  }

  .xxl\:focus\:border-none:focus {
    border-style: none !important
  }

  .xxl\:box-border {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important
  }

  .xxl\:box-content {
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important
  }

  .xxl\:block {
    display: block !important
  }

  .xxl\:inline-block {
    display: inline-block !important
  }

  .xxl\:inline {
    display: inline !important
  }

  .xxl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .xxl\:table {
    display: table !important
  }

  .xxl\:table-caption {
    display: table-caption !important
  }

  .xxl\:table-cell {
    display: table-cell !important
  }

  .xxl\:table-column {
    display: table-column !important
  }

  .xxl\:table-column-group {
    display: table-column-group !important
  }

  .xxl\:table-footer-group {
    display: table-footer-group !important
  }

  .xxl\:table-header-group {
    display: table-header-group !important
  }

  .xxl\:table-row-group {
    display: table-row-group !important
  }

  .xxl\:table-row {
    display: table-row !important
  }

  .xxl\:flow-root {
    display: flow-root !important
  }

  .xxl\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .xxl\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .xxl\:contents {
    display: contents !important
  }

  .xxl\:hidden {
    display: none !important
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .xxl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

  .xxl\:flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important
  }

  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important
  }

  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .xxl\:float-right {
    float: right !important
  }

  .xxl\:float-left {
    float: left !important
  }

  .xxl\:float-none {
    float: none !important
  }

  .xxl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .xxl\:font-sans {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .xxl\:font-serif {
    font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .xxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .xxl\:font-heading {
    font-family: Noto Serif !important
  }

  .xxl\:font-body {
    font-family: Noto Sans !important
  }

  .xxl\:text-xs {
    font-size: 1.4rem !important
  }

  .xxl\:text-sm {
    font-size: 1.5rem !important
  }

  .xxl\:text-base {
    font-size: 1.6rem !important
  }

  .xxl\:text-lg {
    font-size: 1.8rem !important
  }

  .xxl\:text-xl {
    font-size: 2.1rem !important
  }

  .xxl\:text-2xl {
    font-size: 2.4rem !important
  }

  .xxl\:text-3xl {
    font-size: 3.6rem !important
  }

  .xxl\:text-4xl {
    font-size: 4.8rem !important
  }

  .xxl\:text-5xl {
    font-size: 5.4rem !important
  }

  .xxl\:text-6xl {
    font-size: 6rem !important
  }

  .xxl\:italic {
    font-style: italic !important
  }

  .xxl\:not-italic {
    font-style: normal !important
  }

  .xxl\:font-light {
    font-weight: 100 !important
  }

  .xxl\:font-normal {
    font-weight: 400 !important
  }

  .xxl\:font-semibold {
    font-weight: 600 !important
  }

  .xxl\:font-bold {
    font-weight: 700 !important
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .xxl\:h-0 {
    height: 0 !important
  }

  .xxl\:h-1 {
    height: .4rem !important
  }

  .xxl\:h-2 {
    height: .8rem !important
  }

  .xxl\:h-3 {
    height: 1.2rem !important
  }

  .xxl\:h-4 {
    height: 1.6rem !important
  }

  .xxl\:h-5 {
    height: 2rem !important
  }

  .xxl\:h-6 {
    height: 2.4rem !important
  }

  .xxl\:h-8 {
    height: 2.8rem !important
  }

  .xxl\:h-9 {
    height: 3rem !important
  }

  .xxl\:h-10 {
    height: 3.2rem !important
  }

  .xxl\:h-12 {
    height: 3.6rem !important
  }

  .xxl\:h-16 {
    height: 4rem !important
  }

  .xxl\:h-20 {
    height: 4.4rem !important
  }

  .xxl\:h-24 {
    height: 4.8rem !important
  }

  .xxl\:h-32 {
    height: 5.2rem !important
  }

  .xxl\:h-40 {
    height: 5.6rem !important
  }

  .xxl\:h-48 {
    height: 6rem !important
  }

  .xxl\:h-56 {
    height: 6.2rem !important
  }

  .xxl\:h-64 {
    height: 6.6rem !important
  }

  .xxl\:h-80 {
    height: 8rem !important
  }

  .xxl\:h-237 {
    height: 9.5rem !important
  }

  .xxl\:h-auto {
    height: auto !important
  }

  .xxl\:h-px {
    height: 1px !important
  }

  .xxl\:h-full {
    height: 100% !important
  }

  .xxl\:h-screen {
    height: 100vh !important
  }

  .xxl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .xxl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .xxl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .xxl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .xxl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .xxl\:m-0 {
    margin: 0 !important
  }

  .xxl\:m-1 {
    margin: .4rem !important
  }

  .xxl\:m-2 {
    margin: .8rem !important
  }

  .xxl\:m-3 {
    margin: 1.2rem !important
  }

  .xxl\:m-4 {
    margin: 1.6rem !important
  }

  .xxl\:m-5 {
    margin: 2rem !important
  }

  .xxl\:m-6 {
    margin: 2.4rem !important
  }

  .xxl\:m-8 {
    margin: 2.8rem !important
  }

  .xxl\:m-9 {
    margin: 3rem !important
  }

  .xxl\:m-10 {
    margin: 3.2rem !important
  }

  .xxl\:m-12 {
    margin: 3.6rem !important
  }

  .xxl\:m-16 {
    margin: 4rem !important
  }

  .xxl\:m-20 {
    margin: 4.4rem !important
  }

  .xxl\:m-24 {
    margin: 4.8rem !important
  }

  .xxl\:m-32 {
    margin: 5.2rem !important
  }

  .xxl\:m-40 {
    margin: 5.6rem !important
  }

  .xxl\:m-48 {
    margin: 6rem !important
  }

  .xxl\:m-56 {
    margin: 6.2rem !important
  }

  .xxl\:m-64 {
    margin: 6.6rem !important
  }

  .xxl\:m-80 {
    margin: 8rem !important
  }

  .xxl\:m-237 {
    margin: 9.5rem !important
  }

  .xxl\:m-auto {
    margin: auto !important
  }

  .xxl\:m-px {
    margin: 1px !important
  }

  .xxl\:-m-1 {
    margin: -0.4rem !important
  }

  .xxl\:-m-2 {
    margin: -0.8rem !important
  }

  .xxl\:-m-3 {
    margin: -1.2rem !important
  }

  .xxl\:-m-4 {
    margin: -1.6rem !important
  }

  .xxl\:-m-5 {
    margin: -2rem !important
  }

  .xxl\:-m-6 {
    margin: -2.4rem !important
  }

  .xxl\:-m-8 {
    margin: -2.8rem !important
  }

  .xxl\:-m-9 {
    margin: -3rem !important
  }

  .xxl\:-m-10 {
    margin: -3.2rem !important
  }

  .xxl\:-m-12 {
    margin: -3.6rem !important
  }

  .xxl\:-m-16 {
    margin: -4rem !important
  }

  .xxl\:-m-20 {
    margin: -4.4rem !important
  }

  .xxl\:-m-24 {
    margin: -4.8rem !important
  }

  .xxl\:-m-32 {
    margin: -5.2rem !important
  }

  .xxl\:-m-40 {
    margin: -5.6rem !important
  }

  .xxl\:-m-48 {
    margin: -6rem !important
  }

  .xxl\:-m-56 {
    margin: -6.2rem !important
  }

  .xxl\:-m-64 {
    margin: -6.6rem !important
  }

  .xxl\:-m-80 {
    margin: -8rem !important
  }

  .xxl\:-m-237 {
    margin: -9.5rem !important
  }

  .xxl\:-m-px {
    margin: -1px !important
  }

  .xxl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xxl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xxl\:my-1 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important
  }

  .xxl\:mx-1 {
    margin-left: .4rem !important;
    margin-right: .4rem !important
  }

  .xxl\:my-2 {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important
  }

  .xxl\:mx-2 {
    margin-left: .8rem !important;
    margin-right: .8rem !important
  }

  .xxl\:my-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important
  }

  .xxl\:mx-3 {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important
  }

  .xxl\:my-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important
  }

  .xxl\:mx-4 {
    margin-left: 1.6rem !important;
    margin-right: 1.6rem !important
  }

  .xxl\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xxl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xxl\:my-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .xxl\:mx-6 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .xxl\:my-8 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important
  }

  .xxl\:mx-8 {
    margin-left: 2.8rem !important;
    margin-right: 2.8rem !important
  }

  .xxl\:my-9 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xxl\:mx-9 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xxl\:my-10 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important
  }

  .xxl\:mx-10 {
    margin-left: 3.2rem !important;
    margin-right: 3.2rem !important
  }

  .xxl\:my-12 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .xxl\:mx-12 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .xxl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xxl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xxl\:my-20 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important
  }

  .xxl\:mx-20 {
    margin-left: 4.4rem !important;
    margin-right: 4.4rem !important
  }

  .xxl\:my-24 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important
  }

  .xxl\:mx-24 {
    margin-left: 4.8rem !important;
    margin-right: 4.8rem !important
  }

  .xxl\:my-32 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important
  }

  .xxl\:mx-32 {
    margin-left: 5.2rem !important;
    margin-right: 5.2rem !important
  }

  .xxl\:my-40 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important
  }

  .xxl\:mx-40 {
    margin-left: 5.6rem !important;
    margin-right: 5.6rem !important
  }

  .xxl\:my-48 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xxl\:mx-48 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xxl\:my-56 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important
  }

  .xxl\:mx-56 {
    margin-left: 6.2rem !important;
    margin-right: 6.2rem !important
  }

  .xxl\:my-64 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important
  }

  .xxl\:mx-64 {
    margin-left: 6.6rem !important;
    margin-right: 6.6rem !important
  }

  .xxl\:my-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xxl\:mx-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xxl\:my-237 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important
  }

  .xxl\:mx-237 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important
  }

  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xxl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .xxl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xxl\:-my-1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important
  }

  .xxl\:-mx-1 {
    margin-left: -0.4rem !important;
    margin-right: -0.4rem !important
  }

  .xxl\:-my-2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important
  }

  .xxl\:-mx-2 {
    margin-left: -0.8rem !important;
    margin-right: -0.8rem !important
  }

  .xxl\:-my-3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important
  }

  .xxl\:-mx-3 {
    margin-left: -1.2rem !important;
    margin-right: -1.2rem !important
  }

  .xxl\:-my-4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important
  }

  .xxl\:-mx-4 {
    margin-left: -1.6rem !important;
    margin-right: -1.6rem !important
  }

  .xxl\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .xxl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xxl\:-my-6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .xxl\:-mx-6 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .xxl\:-my-8 {
    margin-top: -2.8rem !important;
    margin-bottom: -2.8rem !important
  }

  .xxl\:-mx-8 {
    margin-left: -2.8rem !important;
    margin-right: -2.8rem !important
  }

  .xxl\:-my-9 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xxl\:-mx-9 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xxl\:-my-10 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important
  }

  .xxl\:-mx-10 {
    margin-left: -3.2rem !important;
    margin-right: -3.2rem !important
  }

  .xxl\:-my-12 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .xxl\:-mx-12 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .xxl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xxl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xxl\:-my-20 {
    margin-top: -4.4rem !important;
    margin-bottom: -4.4rem !important
  }

  .xxl\:-mx-20 {
    margin-left: -4.4rem !important;
    margin-right: -4.4rem !important
  }

  .xxl\:-my-24 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important
  }

  .xxl\:-mx-24 {
    margin-left: -4.8rem !important;
    margin-right: -4.8rem !important
  }

  .xxl\:-my-32 {
    margin-top: -5.2rem !important;
    margin-bottom: -5.2rem !important
  }

  .xxl\:-mx-32 {
    margin-left: -5.2rem !important;
    margin-right: -5.2rem !important
  }

  .xxl\:-my-40 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important
  }

  .xxl\:-mx-40 {
    margin-left: -5.6rem !important;
    margin-right: -5.6rem !important
  }

  .xxl\:-my-48 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xxl\:-mx-48 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xxl\:-my-56 {
    margin-top: -6.2rem !important;
    margin-bottom: -6.2rem !important
  }

  .xxl\:-mx-56 {
    margin-left: -6.2rem !important;
    margin-right: -6.2rem !important
  }

  .xxl\:-my-64 {
    margin-top: -6.6rem !important;
    margin-bottom: -6.6rem !important
  }

  .xxl\:-mx-64 {
    margin-left: -6.6rem !important;
    margin-right: -6.6rem !important
  }

  .xxl\:-my-80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .xxl\:-mx-80 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .xxl\:-my-237 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important
  }

  .xxl\:-mx-237 {
    margin-left: -9.5rem !important;
    margin-right: -9.5rem !important
  }

  .xxl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xxl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xxl\:mt-0 {
    margin-top: 0 !important
  }

  .xxl\:mr-0 {
    margin-right: 0 !important
  }

  .xxl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xxl\:ml-0 {
    margin-left: 0 !important
  }

  .xxl\:mt-1 {
    margin-top: .4rem !important
  }

  .xxl\:mr-1 {
    margin-right: .4rem !important
  }

  .xxl\:mb-1 {
    margin-bottom: .4rem !important
  }

  .xxl\:ml-1 {
    margin-left: .4rem !important
  }

  .xxl\:mt-2 {
    margin-top: .8rem !important
  }

  .xxl\:mr-2 {
    margin-right: .8rem !important
  }

  .xxl\:mb-2 {
    margin-bottom: .8rem !important
  }

  .xxl\:ml-2 {
    margin-left: .8rem !important
  }

  .xxl\:mt-3 {
    margin-top: 1.2rem !important
  }

  .xxl\:mr-3 {
    margin-right: 1.2rem !important
  }

  .xxl\:mb-3 {
    margin-bottom: 1.2rem !important
  }

  .xxl\:ml-3 {
    margin-left: 1.2rem !important
  }

  .xxl\:mt-4 {
    margin-top: 1.6rem !important
  }

  .xxl\:mr-4 {
    margin-right: 1.6rem !important
  }

  .xxl\:mb-4 {
    margin-bottom: 1.6rem !important
  }

  .xxl\:ml-4 {
    margin-left: 1.6rem !important
  }

  .xxl\:mt-5 {
    margin-top: 2rem !important
  }

  .xxl\:mr-5 {
    margin-right: 2rem !important
  }

  .xxl\:mb-5 {
    margin-bottom: 2rem !important
  }

  .xxl\:ml-5 {
    margin-left: 2rem !important
  }

  .xxl\:mt-6 {
    margin-top: 2.4rem !important
  }

  .xxl\:mr-6 {
    margin-right: 2.4rem !important
  }

  .xxl\:mb-6 {
    margin-bottom: 2.4rem !important
  }

  .xxl\:ml-6 {
    margin-left: 2.4rem !important
  }

  .xxl\:mt-8 {
    margin-top: 2.8rem !important
  }

  .xxl\:mr-8 {
    margin-right: 2.8rem !important
  }

  .xxl\:mb-8 {
    margin-bottom: 2.8rem !important
  }

  .xxl\:ml-8 {
    margin-left: 2.8rem !important
  }

  .xxl\:mt-9 {
    margin-top: 3rem !important
  }

  .xxl\:mr-9 {
    margin-right: 3rem !important
  }

  .xxl\:mb-9 {
    margin-bottom: 3rem !important
  }

  .xxl\:ml-9 {
    margin-left: 3rem !important
  }

  .xxl\:mt-10 {
    margin-top: 3.2rem !important
  }

  .xxl\:mr-10 {
    margin-right: 3.2rem !important
  }

  .xxl\:mb-10 {
    margin-bottom: 3.2rem !important
  }

  .xxl\:ml-10 {
    margin-left: 3.2rem !important
  }

  .xxl\:mt-12 {
    margin-top: 3.6rem !important
  }

  .xxl\:mr-12 {
    margin-right: 3.6rem !important
  }

  .xxl\:mb-12 {
    margin-bottom: 3.6rem !important
  }

  .xxl\:ml-12 {
    margin-left: 3.6rem !important
  }

  .xxl\:mt-16 {
    margin-top: 4rem !important
  }

  .xxl\:mr-16 {
    margin-right: 4rem !important
  }

  .xxl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xxl\:ml-16 {
    margin-left: 4rem !important
  }

  .xxl\:mt-20 {
    margin-top: 4.4rem !important
  }

  .xxl\:mr-20 {
    margin-right: 4.4rem !important
  }

  .xxl\:mb-20 {
    margin-bottom: 4.4rem !important
  }

  .xxl\:ml-20 {
    margin-left: 4.4rem !important
  }

  .xxl\:mt-24 {
    margin-top: 4.8rem !important
  }

  .xxl\:mr-24 {
    margin-right: 4.8rem !important
  }

  .xxl\:mb-24 {
    margin-bottom: 4.8rem !important
  }

  .xxl\:ml-24 {
    margin-left: 4.8rem !important
  }

  .xxl\:mt-32 {
    margin-top: 5.2rem !important
  }

  .xxl\:mr-32 {
    margin-right: 5.2rem !important
  }

  .xxl\:mb-32 {
    margin-bottom: 5.2rem !important
  }

  .xxl\:ml-32 {
    margin-left: 5.2rem !important
  }

  .xxl\:mt-40 {
    margin-top: 5.6rem !important
  }

  .xxl\:mr-40 {
    margin-right: 5.6rem !important
  }

  .xxl\:mb-40 {
    margin-bottom: 5.6rem !important
  }

  .xxl\:ml-40 {
    margin-left: 5.6rem !important
  }

  .xxl\:mt-48 {
    margin-top: 6rem !important
  }

  .xxl\:mr-48 {
    margin-right: 6rem !important
  }

  .xxl\:mb-48 {
    margin-bottom: 6rem !important
  }

  .xxl\:ml-48 {
    margin-left: 6rem !important
  }

  .xxl\:mt-56 {
    margin-top: 6.2rem !important
  }

  .xxl\:mr-56 {
    margin-right: 6.2rem !important
  }

  .xxl\:mb-56 {
    margin-bottom: 6.2rem !important
  }

  .xxl\:ml-56 {
    margin-left: 6.2rem !important
  }

  .xxl\:mt-64 {
    margin-top: 6.6rem !important
  }

  .xxl\:mr-64 {
    margin-right: 6.6rem !important
  }

  .xxl\:mb-64 {
    margin-bottom: 6.6rem !important
  }

  .xxl\:ml-64 {
    margin-left: 6.6rem !important
  }

  .xxl\:mt-80 {
    margin-top: 8rem !important
  }

  .xxl\:mr-80 {
    margin-right: 8rem !important
  }

  .xxl\:mb-80 {
    margin-bottom: 8rem !important
  }

  .xxl\:ml-80 {
    margin-left: 8rem !important
  }

  .xxl\:mt-237 {
    margin-top: 9.5rem !important
  }

  .xxl\:mr-237 {
    margin-right: 9.5rem !important
  }

  .xxl\:mb-237 {
    margin-bottom: 9.5rem !important
  }

  .xxl\:ml-237 {
    margin-left: 9.5rem !important
  }

  .xxl\:mt-auto {
    margin-top: auto !important
  }

  .xxl\:mr-auto {
    margin-right: auto !important
  }

  .xxl\:mb-auto {
    margin-bottom: auto !important
  }

  .xxl\:ml-auto {
    margin-left: auto !important
  }

  .xxl\:mt-px {
    margin-top: 1px !important
  }

  .xxl\:mr-px {
    margin-right: 1px !important
  }

  .xxl\:mb-px {
    margin-bottom: 1px !important
  }

  .xxl\:ml-px {
    margin-left: 1px !important
  }

  .xxl\:-mt-1 {
    margin-top: -0.4rem !important
  }

  .xxl\:-mr-1 {
    margin-right: -0.4rem !important
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.4rem !important
  }

  .xxl\:-ml-1 {
    margin-left: -0.4rem !important
  }

  .xxl\:-mt-2 {
    margin-top: -0.8rem !important
  }

  .xxl\:-mr-2 {
    margin-right: -0.8rem !important
  }

  .xxl\:-mb-2 {
    margin-bottom: -0.8rem !important
  }

  .xxl\:-ml-2 {
    margin-left: -0.8rem !important
  }

  .xxl\:-mt-3 {
    margin-top: -1.2rem !important
  }

  .xxl\:-mr-3 {
    margin-right: -1.2rem !important
  }

  .xxl\:-mb-3 {
    margin-bottom: -1.2rem !important
  }

  .xxl\:-ml-3 {
    margin-left: -1.2rem !important
  }

  .xxl\:-mt-4 {
    margin-top: -1.6rem !important
  }

  .xxl\:-mr-4 {
    margin-right: -1.6rem !important
  }

  .xxl\:-mb-4 {
    margin-bottom: -1.6rem !important
  }

  .xxl\:-ml-4 {
    margin-left: -1.6rem !important
  }

  .xxl\:-mt-5 {
    margin-top: -2rem !important
  }

  .xxl\:-mr-5 {
    margin-right: -2rem !important
  }

  .xxl\:-mb-5 {
    margin-bottom: -2rem !important
  }

  .xxl\:-ml-5 {
    margin-left: -2rem !important
  }

  .xxl\:-mt-6 {
    margin-top: -2.4rem !important
  }

  .xxl\:-mr-6 {
    margin-right: -2.4rem !important
  }

  .xxl\:-mb-6 {
    margin-bottom: -2.4rem !important
  }

  .xxl\:-ml-6 {
    margin-left: -2.4rem !important
  }

  .xxl\:-mt-8 {
    margin-top: -2.8rem !important
  }

  .xxl\:-mr-8 {
    margin-right: -2.8rem !important
  }

  .xxl\:-mb-8 {
    margin-bottom: -2.8rem !important
  }

  .xxl\:-ml-8 {
    margin-left: -2.8rem !important
  }

  .xxl\:-mt-9 {
    margin-top: -3rem !important
  }

  .xxl\:-mr-9 {
    margin-right: -3rem !important
  }

  .xxl\:-mb-9 {
    margin-bottom: -3rem !important
  }

  .xxl\:-ml-9 {
    margin-left: -3rem !important
  }

  .xxl\:-mt-10 {
    margin-top: -3.2rem !important
  }

  .xxl\:-mr-10 {
    margin-right: -3.2rem !important
  }

  .xxl\:-mb-10 {
    margin-bottom: -3.2rem !important
  }

  .xxl\:-ml-10 {
    margin-left: -3.2rem !important
  }

  .xxl\:-mt-12 {
    margin-top: -3.6rem !important
  }

  .xxl\:-mr-12 {
    margin-right: -3.6rem !important
  }

  .xxl\:-mb-12 {
    margin-bottom: -3.6rem !important
  }

  .xxl\:-ml-12 {
    margin-left: -3.6rem !important
  }

  .xxl\:-mt-16 {
    margin-top: -4rem !important
  }

  .xxl\:-mr-16 {
    margin-right: -4rem !important
  }

  .xxl\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .xxl\:-ml-16 {
    margin-left: -4rem !important
  }

  .xxl\:-mt-20 {
    margin-top: -4.4rem !important
  }

  .xxl\:-mr-20 {
    margin-right: -4.4rem !important
  }

  .xxl\:-mb-20 {
    margin-bottom: -4.4rem !important
  }

  .xxl\:-ml-20 {
    margin-left: -4.4rem !important
  }

  .xxl\:-mt-24 {
    margin-top: -4.8rem !important
  }

  .xxl\:-mr-24 {
    margin-right: -4.8rem !important
  }

  .xxl\:-mb-24 {
    margin-bottom: -4.8rem !important
  }

  .xxl\:-ml-24 {
    margin-left: -4.8rem !important
  }

  .xxl\:-mt-32 {
    margin-top: -5.2rem !important
  }

  .xxl\:-mr-32 {
    margin-right: -5.2rem !important
  }

  .xxl\:-mb-32 {
    margin-bottom: -5.2rem !important
  }

  .xxl\:-ml-32 {
    margin-left: -5.2rem !important
  }

  .xxl\:-mt-40 {
    margin-top: -5.6rem !important
  }

  .xxl\:-mr-40 {
    margin-right: -5.6rem !important
  }

  .xxl\:-mb-40 {
    margin-bottom: -5.6rem !important
  }

  .xxl\:-ml-40 {
    margin-left: -5.6rem !important
  }

  .xxl\:-mt-48 {
    margin-top: -6rem !important
  }

  .xxl\:-mr-48 {
    margin-right: -6rem !important
  }

  .xxl\:-mb-48 {
    margin-bottom: -6rem !important
  }

  .xxl\:-ml-48 {
    margin-left: -6rem !important
  }

  .xxl\:-mt-56 {
    margin-top: -6.2rem !important
  }

  .xxl\:-mr-56 {
    margin-right: -6.2rem !important
  }

  .xxl\:-mb-56 {
    margin-bottom: -6.2rem !important
  }

  .xxl\:-ml-56 {
    margin-left: -6.2rem !important
  }

  .xxl\:-mt-64 {
    margin-top: -6.6rem !important
  }

  .xxl\:-mr-64 {
    margin-right: -6.6rem !important
  }

  .xxl\:-mb-64 {
    margin-bottom: -6.6rem !important
  }

  .xxl\:-ml-64 {
    margin-left: -6.6rem !important
  }

  .xxl\:-mt-80 {
    margin-top: -8rem !important
  }

  .xxl\:-mr-80 {
    margin-right: -8rem !important
  }

  .xxl\:-mb-80 {
    margin-bottom: -8rem !important
  }

  .xxl\:-ml-80 {
    margin-left: -8rem !important
  }

  .xxl\:-mt-237 {
    margin-top: -9.5rem !important
  }

  .xxl\:-mr-237 {
    margin-right: -9.5rem !important
  }

  .xxl\:-mb-237 {
    margin-bottom: -9.5rem !important
  }

  .xxl\:-ml-237 {
    margin-left: -9.5rem !important
  }

  .xxl\:-mt-px {
    margin-top: -1px !important
  }

  .xxl\:-mr-px {
    margin-right: -1px !important
  }

  .xxl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xxl\:-ml-px {
    margin-left: -1px !important
  }

  .xxl\:max-h-full {
    max-height: 100% !important
  }

  .xxl\:max-h-screen {
    max-height: 100vh !important
  }

  .xxl\:max-w-397 {
    max-width: 93.3rem !important
  }

  .xxl\:max-w-none {
    max-width: none !important
  }

  .xxl\:max-w-xs {
    max-width: 20rem !important
  }

  .xxl\:max-w-sm {
    max-width: 30rem !important
  }

  .xxl\:max-w-md {
    max-width: 50rem !important
  }

  .xxl\:max-w-lg {
    max-width: 75rem !important
  }

  .xxl\:max-w-xl {
    max-width: 100rem !important
  }

  .xxl\:max-w-full {
    max-width: 100% !important
  }

  .xxl\:min-h-0 {
    min-height: 0 !important
  }

  .xxl\:min-h-full {
    min-height: 100% !important
  }

  .xxl\:min-h-screen {
    min-height: 100vh !important
  }

  .xxl\:min-w-0 {
    min-width: 0 !important
  }

  .xxl\:min-w-full {
    min-width: 100% !important
  }

  .xxl\:opacity-0 {
    opacity: 0 !important
  }

  .xxl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xxl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xxl\:opacity-60 {
    opacity: 0.6 !important
  }

  .xxl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xxl\:opacity-100 {
    opacity: 1 !important
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .xxl\:hover\:opacity-60:hover {
    opacity: 0.6 !important
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .xxl\:focus\:opacity-60:focus {
    opacity: 0.6 !important
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

  .xxl\:order-last {
    -webkit-box-ordinal-group: 10000 !important;
        -ms-flex-order: 9999 !important;
            order: 9999 !important
  }

  .xxl\:order-none {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important
  }

  .xxl\:overflow-auto {
    overflow: auto !important
  }

  .xxl\:overflow-hidden {
    overflow: hidden !important
  }

  .xxl\:overflow-visible {
    overflow: visible !important
  }

  .xxl\:overflow-scroll {
    overflow: scroll !important
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .xxl\:p-0 {
    padding: 0 !important
  }

  .xxl\:p-1 {
    padding: .4rem !important
  }

  .xxl\:p-2 {
    padding: .8rem !important
  }

  .xxl\:p-3 {
    padding: 1.2rem !important
  }

  .xxl\:p-4 {
    padding: 1.6rem !important
  }

  .xxl\:p-5 {
    padding: 2rem !important
  }

  .xxl\:p-6 {
    padding: 2.4rem !important
  }

  .xxl\:p-8 {
    padding: 2.8rem !important
  }

  .xxl\:p-9 {
    padding: 3rem !important
  }

  .xxl\:p-10 {
    padding: 3.2rem !important
  }

  .xxl\:p-12 {
    padding: 3.6rem !important
  }

  .xxl\:p-16 {
    padding: 4rem !important
  }

  .xxl\:p-20 {
    padding: 4.4rem !important
  }

  .xxl\:p-24 {
    padding: 4.8rem !important
  }

  .xxl\:p-32 {
    padding: 5.2rem !important
  }

  .xxl\:p-40 {
    padding: 5.6rem !important
  }

  .xxl\:p-48 {
    padding: 6rem !important
  }

  .xxl\:p-56 {
    padding: 6.2rem !important
  }

  .xxl\:p-64 {
    padding: 6.6rem !important
  }

  .xxl\:p-80 {
    padding: 8rem !important
  }

  .xxl\:p-237 {
    padding: 9.5rem !important
  }

  .xxl\:p-px {
    padding: 1px !important
  }

  .xxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xxl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xxl\:py-1 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important
  }

  .xxl\:px-1 {
    padding-left: .4rem !important;
    padding-right: .4rem !important
  }

  .xxl\:py-2 {
    padding-top: .8rem !important;
    padding-bottom: .8rem !important
  }

  .xxl\:px-2 {
    padding-left: .8rem !important;
    padding-right: .8rem !important
  }

  .xxl\:py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important
  }

  .xxl\:px-3 {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important
  }

  .xxl\:py-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important
  }

  .xxl\:px-4 {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important
  }

  .xxl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xxl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xxl\:py-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .xxl\:px-6 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .xxl\:py-8 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important
  }

  .xxl\:px-8 {
    padding-left: 2.8rem !important;
    padding-right: 2.8rem !important
  }

  .xxl\:py-9 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xxl\:px-9 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xxl\:py-10 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important
  }

  .xxl\:px-10 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .xxl\:py-12 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .xxl\:px-12 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .xxl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xxl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xxl\:py-20 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important
  }

  .xxl\:px-20 {
    padding-left: 4.4rem !important;
    padding-right: 4.4rem !important
  }

  .xxl\:py-24 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important
  }

  .xxl\:px-24 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important
  }

  .xxl\:py-32 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important
  }

  .xxl\:px-32 {
    padding-left: 5.2rem !important;
    padding-right: 5.2rem !important
  }

  .xxl\:py-40 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important
  }

  .xxl\:px-40 {
    padding-left: 5.6rem !important;
    padding-right: 5.6rem !important
  }

  .xxl\:py-48 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xxl\:px-48 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xxl\:py-56 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important
  }

  .xxl\:px-56 {
    padding-left: 6.2rem !important;
    padding-right: 6.2rem !important
  }

  .xxl\:py-64 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important
  }

  .xxl\:px-64 {
    padding-left: 6.6rem !important;
    padding-right: 6.6rem !important
  }

  .xxl\:py-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xxl\:px-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xxl\:py-237 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
  }

  .xxl\:px-237 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important
  }

  .xxl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xxl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xxl\:pt-0 {
    padding-top: 0 !important
  }

  .xxl\:pr-0 {
    padding-right: 0 !important
  }

  .xxl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xxl\:pl-0 {
    padding-left: 0 !important
  }

  .xxl\:pt-1 {
    padding-top: .4rem !important
  }

  .xxl\:pr-1 {
    padding-right: .4rem !important
  }

  .xxl\:pb-1 {
    padding-bottom: .4rem !important
  }

  .xxl\:pl-1 {
    padding-left: .4rem !important
  }

  .xxl\:pt-2 {
    padding-top: .8rem !important
  }

  .xxl\:pr-2 {
    padding-right: .8rem !important
  }

  .xxl\:pb-2 {
    padding-bottom: .8rem !important
  }

  .xxl\:pl-2 {
    padding-left: .8rem !important
  }

  .xxl\:pt-3 {
    padding-top: 1.2rem !important
  }

  .xxl\:pr-3 {
    padding-right: 1.2rem !important
  }

  .xxl\:pb-3 {
    padding-bottom: 1.2rem !important
  }

  .xxl\:pl-3 {
    padding-left: 1.2rem !important
  }

  .xxl\:pt-4 {
    padding-top: 1.6rem !important
  }

  .xxl\:pr-4 {
    padding-right: 1.6rem !important
  }

  .xxl\:pb-4 {
    padding-bottom: 1.6rem !important
  }

  .xxl\:pl-4 {
    padding-left: 1.6rem !important
  }

  .xxl\:pt-5 {
    padding-top: 2rem !important
  }

  .xxl\:pr-5 {
    padding-right: 2rem !important
  }

  .xxl\:pb-5 {
    padding-bottom: 2rem !important
  }

  .xxl\:pl-5 {
    padding-left: 2rem !important
  }

  .xxl\:pt-6 {
    padding-top: 2.4rem !important
  }

  .xxl\:pr-6 {
    padding-right: 2.4rem !important
  }

  .xxl\:pb-6 {
    padding-bottom: 2.4rem !important
  }

  .xxl\:pl-6 {
    padding-left: 2.4rem !important
  }

  .xxl\:pt-8 {
    padding-top: 2.8rem !important
  }

  .xxl\:pr-8 {
    padding-right: 2.8rem !important
  }

  .xxl\:pb-8 {
    padding-bottom: 2.8rem !important
  }

  .xxl\:pl-8 {
    padding-left: 2.8rem !important
  }

  .xxl\:pt-9 {
    padding-top: 3rem !important
  }

  .xxl\:pr-9 {
    padding-right: 3rem !important
  }

  .xxl\:pb-9 {
    padding-bottom: 3rem !important
  }

  .xxl\:pl-9 {
    padding-left: 3rem !important
  }

  .xxl\:pt-10 {
    padding-top: 3.2rem !important
  }

  .xxl\:pr-10 {
    padding-right: 3.2rem !important
  }

  .xxl\:pb-10 {
    padding-bottom: 3.2rem !important
  }

  .xxl\:pl-10 {
    padding-left: 3.2rem !important
  }

  .xxl\:pt-12 {
    padding-top: 3.6rem !important
  }

  .xxl\:pr-12 {
    padding-right: 3.6rem !important
  }

  .xxl\:pb-12 {
    padding-bottom: 3.6rem !important
  }

  .xxl\:pl-12 {
    padding-left: 3.6rem !important
  }

  .xxl\:pt-16 {
    padding-top: 4rem !important
  }

  .xxl\:pr-16 {
    padding-right: 4rem !important
  }

  .xxl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xxl\:pl-16 {
    padding-left: 4rem !important
  }

  .xxl\:pt-20 {
    padding-top: 4.4rem !important
  }

  .xxl\:pr-20 {
    padding-right: 4.4rem !important
  }

  .xxl\:pb-20 {
    padding-bottom: 4.4rem !important
  }

  .xxl\:pl-20 {
    padding-left: 4.4rem !important
  }

  .xxl\:pt-24 {
    padding-top: 4.8rem !important
  }

  .xxl\:pr-24 {
    padding-right: 4.8rem !important
  }

  .xxl\:pb-24 {
    padding-bottom: 4.8rem !important
  }

  .xxl\:pl-24 {
    padding-left: 4.8rem !important
  }

  .xxl\:pt-32 {
    padding-top: 5.2rem !important
  }

  .xxl\:pr-32 {
    padding-right: 5.2rem !important
  }

  .xxl\:pb-32 {
    padding-bottom: 5.2rem !important
  }

  .xxl\:pl-32 {
    padding-left: 5.2rem !important
  }

  .xxl\:pt-40 {
    padding-top: 5.6rem !important
  }

  .xxl\:pr-40 {
    padding-right: 5.6rem !important
  }

  .xxl\:pb-40 {
    padding-bottom: 5.6rem !important
  }

  .xxl\:pl-40 {
    padding-left: 5.6rem !important
  }

  .xxl\:pt-48 {
    padding-top: 6rem !important
  }

  .xxl\:pr-48 {
    padding-right: 6rem !important
  }

  .xxl\:pb-48 {
    padding-bottom: 6rem !important
  }

  .xxl\:pl-48 {
    padding-left: 6rem !important
  }

  .xxl\:pt-56 {
    padding-top: 6.2rem !important
  }

  .xxl\:pr-56 {
    padding-right: 6.2rem !important
  }

  .xxl\:pb-56 {
    padding-bottom: 6.2rem !important
  }

  .xxl\:pl-56 {
    padding-left: 6.2rem !important
  }

  .xxl\:pt-64 {
    padding-top: 6.6rem !important
  }

  .xxl\:pr-64 {
    padding-right: 6.6rem !important
  }

  .xxl\:pb-64 {
    padding-bottom: 6.6rem !important
  }

  .xxl\:pl-64 {
    padding-left: 6.6rem !important
  }

  .xxl\:pt-80 {
    padding-top: 8rem !important
  }

  .xxl\:pr-80 {
    padding-right: 8rem !important
  }

  .xxl\:pb-80 {
    padding-bottom: 8rem !important
  }

  .xxl\:pl-80 {
    padding-left: 8rem !important
  }

  .xxl\:pt-237 {
    padding-top: 9.5rem !important
  }

  .xxl\:pr-237 {
    padding-right: 9.5rem !important
  }

  .xxl\:pb-237 {
    padding-bottom: 9.5rem !important
  }

  .xxl\:pl-237 {
    padding-left: 9.5rem !important
  }

  .xxl\:pt-px {
    padding-top: 1px !important
  }

  .xxl\:pr-px {
    padding-right: 1px !important
  }

  .xxl\:pb-px {
    padding-bottom: 1px !important
  }

  .xxl\:pl-px {
    padding-left: 1px !important
  }

  .xxl\:static {
    position: static !important
  }

  .xxl\:fixed {
    position: fixed !important
  }

  .xxl\:absolute {
    position: absolute !important
  }

  .xxl\:relative {
    position: relative !important
  }

  .xxl\:sticky {
    position: sticky !important
  }

  .xxl\:table-auto {
    table-layout: auto !important
  }

  .xxl\:table-fixed {
    table-layout: fixed !important
  }

  .xxl\:text-left {
    text-align: left !important
  }

  .xxl\:text-center {
    text-align: center !important
  }

  .xxl\:text-right {
    text-align: right !important
  }

  .xxl\:text-justify {
    text-align: justify !important
  }

  .xxl\:text-transparent {
    color: transparent !important
  }

  .xxl\:text-primary {
    color: #134886 !important
  }

  .xxl\:text-secondary {
    color: #5da6a3 !important
  }

  .xxl\:text-tertiary {
    color: #de4e57 !important
  }

  .xxl\:text-accent {
    color: #f1b858 !important
  }

  .xxl\:text-accent-alt {
    color: var(--accent-alt) !important
  }

  .xxl\:text-body-text {
    color: #241508 !important
  }

  .xxl\:text-dividers {
    color: #ccc !important
  }

  .xxl\:text-dividers-light {
    color: #fffcf1 !important
  }

  .xxl\:text-black {
    color: #000 !important
  }

  .xxl\:text-white {
    color: #fff !important
  }

  .xxl\:text-red-100 {
    color: #FFF5F5 !important
  }

  .xxl\:text-red-200 {
    color: #FED7D7 !important
  }

  .xxl\:text-red-300 {
    color: #FEB2B2 !important
  }

  .xxl\:text-red-400 {
    color: #FC8181 !important
  }

  .xxl\:text-red-500 {
    color: #F56565 !important
  }

  .xxl\:text-red-600 {
    color: #E53E3E !important
  }

  .xxl\:text-red-700 {
    color: #C53030 !important
  }

  .xxl\:text-red-800 {
    color: #9B2C2C !important
  }

  .xxl\:text-red-900 {
    color: #742A2A !important
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xxl\:hover\:text-primary:hover {
    color: #134886 !important
  }

  .xxl\:hover\:text-secondary:hover {
    color: #5da6a3 !important
  }

  .xxl\:hover\:text-tertiary:hover {
    color: #de4e57 !important
  }

  .xxl\:hover\:text-accent:hover {
    color: #f1b858 !important
  }

  .xxl\:hover\:text-accent-alt:hover {
    color: var(--accent-alt) !important
  }

  .xxl\:hover\:text-body-text:hover {
    color: #241508 !important
  }

  .xxl\:hover\:text-dividers:hover {
    color: #ccc !important
  }

  .xxl\:hover\:text-dividers-light:hover {
    color: #fffcf1 !important
  }

  .xxl\:hover\:text-black:hover {
    color: #000 !important
  }

  .xxl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xxl\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .xxl\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .xxl\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .xxl\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .xxl\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .xxl\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .xxl\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .xxl\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .xxl\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xxl\:focus\:text-primary:focus {
    color: #134886 !important
  }

  .xxl\:focus\:text-secondary:focus {
    color: #5da6a3 !important
  }

  .xxl\:focus\:text-tertiary:focus {
    color: #de4e57 !important
  }

  .xxl\:focus\:text-accent:focus {
    color: #f1b858 !important
  }

  .xxl\:focus\:text-accent-alt:focus {
    color: var(--accent-alt) !important
  }

  .xxl\:focus\:text-body-text:focus {
    color: #241508 !important
  }

  .xxl\:focus\:text-dividers:focus {
    color: #ccc !important
  }

  .xxl\:focus\:text-dividers-light:focus {
    color: #fffcf1 !important
  }

  .xxl\:focus\:text-black:focus {
    color: #000 !important
  }

  .xxl\:focus\:text-white:focus {
    color: #fff !important
  }

  .xxl\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .xxl\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .xxl\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .xxl\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .xxl\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .xxl\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .xxl\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .xxl\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .xxl\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .xxl\:underline {
    text-decoration: underline !important
  }

  .xxl\:line-through {
    text-decoration: line-through !important
  }

  .xxl\:no-underline {
    text-decoration: none !important
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xxl\:uppercase {
    text-transform: uppercase !important
  }

  .xxl\:lowercase {
    text-transform: lowercase !important
  }

  .xxl\:capitalize {
    text-transform: capitalize !important
  }

  .xxl\:normal-case {
    text-transform: none !important
  }

  .xxl\:visible {
    visibility: visible !important
  }

  .xxl\:invisible {
    visibility: hidden !important
  }

  .xxl\:whitespace-normal {
    white-space: normal !important
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .xxl\:whitespace-pre {
    white-space: pre !important
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xxl\:w-0 {
    width: 0 !important
  }

  .xxl\:w-1 {
    width: .4rem !important
  }

  .xxl\:w-2 {
    width: .8rem !important
  }

  .xxl\:w-3 {
    width: 1.2rem !important
  }

  .xxl\:w-4 {
    width: 1.6rem !important
  }

  .xxl\:w-5 {
    width: 2rem !important
  }

  .xxl\:w-6 {
    width: 2.4rem !important
  }

  .xxl\:w-8 {
    width: 2.8rem !important
  }

  .xxl\:w-9 {
    width: 3rem !important
  }

  .xxl\:w-10 {
    width: 3.2rem !important
  }

  .xxl\:w-12 {
    width: 3.6rem !important
  }

  .xxl\:w-16 {
    width: 4rem !important
  }

  .xxl\:w-20 {
    width: 4.4rem !important
  }

  .xxl\:w-24 {
    width: 4.8rem !important
  }

  .xxl\:w-32 {
    width: 5.2rem !important
  }

  .xxl\:w-40 {
    width: 5.6rem !important
  }

  .xxl\:w-48 {
    width: 6rem !important
  }

  .xxl\:w-56 {
    width: 6.2rem !important
  }

  .xxl\:w-64 {
    width: 6.6rem !important
  }

  .xxl\:w-80 {
    width: 8rem !important
  }

  .xxl\:w-237 {
    width: 9.5rem !important
  }

  .xxl\:w-auto {
    width: auto !important
  }

  .xxl\:w-px {
    width: 1px !important
  }

  .xxl\:w-1\/2 {
    width: 50% !important
  }

  .xxl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xxl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xxl\:w-1\/4 {
    width: 25% !important
  }

  .xxl\:w-2\/4 {
    width: 50% !important
  }

  .xxl\:w-3\/4 {
    width: 75% !important
  }

  .xxl\:w-1\/5 {
    width: 20% !important
  }

  .xxl\:w-2\/5 {
    width: 40% !important
  }

  .xxl\:w-3\/5 {
    width: 60% !important
  }

  .xxl\:w-4\/5 {
    width: 80% !important
  }

  .xxl\:w-full {
    width: 100% !important
  }

  .xxl\:w-screen {
    width: 100vw !important
  }

  .xxl\:z-0 {
    z-index: 0 !important
  }

  .xxl\:z-10 {
    z-index: 10 !important
  }

  .xxl\:z-20 {
    z-index: 20 !important
  }

  .xxl\:z-30 {
    z-index: 30 !important
  }

  .xxl\:z-40 {
    z-index: 40 !important
  }

  .xxl\:z-50 {
    z-index: 100 !important
  }

  .xxl\:z-auto {
    z-index: auto !important
  }

  .xxl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .xxl\:transform-none {
    -webkit-transform: none !important;
            transform: none !important
  }

  .xxl\:origin-center {
    -webkit-transform-origin: center !important;
            transform-origin: center !important
  }

  .xxl\:origin-top {
    -webkit-transform-origin: top !important;
            transform-origin: top !important
  }

  .xxl\:origin-top-right {
    -webkit-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .xxl\:origin-right {
    -webkit-transform-origin: right !important;
            transform-origin: right !important
  }

  .xxl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .xxl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .xxl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .xxl\:origin-left {
    -webkit-transform-origin: left !important;
            transform-origin: left !important
  }

  .xxl\:origin-top-left {
    -webkit-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .xxl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .xxl\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .xxl\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .xxl\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .xxl\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .xxl\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .xxl\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .xxl\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .xxl\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .xxl\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .xxl\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .xxl\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .xxl\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .xxl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .xxl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .xxl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .xxl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .xxl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .xxl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .xxl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .xxl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .xxl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .xxl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .xxl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .xxl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .xxl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .xxl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .xxl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .xxl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .xxl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .xxl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .xxl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .xxl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .xxl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .xxl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .xxl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .xxl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .xxl\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .xxl\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .xxl\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .xxl\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .xxl\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .xxl\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .xxl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .xxl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .xxl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .xxl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .xxl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .xxl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .xxl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .xxl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .xxl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .xxl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .xxl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .xxl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .xxl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .xxl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .xxl\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .xxl\:translate-x-1 {
    --transform-translate-x: .4rem !important
  }

  .xxl\:translate-x-2 {
    --transform-translate-x: .8rem !important
  }

  .xxl\:translate-x-3 {
    --transform-translate-x: 1.2rem !important
  }

  .xxl\:translate-x-4 {
    --transform-translate-x: 1.6rem !important
  }

  .xxl\:translate-x-5 {
    --transform-translate-x: 2rem !important
  }

  .xxl\:translate-x-6 {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:translate-x-8 {
    --transform-translate-x: 2.8rem !important
  }

  .xxl\:translate-x-9 {
    --transform-translate-x: 3rem !important
  }

  .xxl\:translate-x-10 {
    --transform-translate-x: 3.2rem !important
  }

  .xxl\:translate-x-12 {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .xxl\:translate-x-20 {
    --transform-translate-x: 4.4rem !important
  }

  .xxl\:translate-x-24 {
    --transform-translate-x: 4.8rem !important
  }

  .xxl\:translate-x-32 {
    --transform-translate-x: 5.2rem !important
  }

  .xxl\:translate-x-40 {
    --transform-translate-x: 5.6rem !important
  }

  .xxl\:translate-x-48 {
    --transform-translate-x: 6rem !important
  }

  .xxl\:translate-x-56 {
    --transform-translate-x: 6.2rem !important
  }

  .xxl\:translate-x-64 {
    --transform-translate-x: 6.6rem !important
  }

  .xxl\:translate-x-80 {
    --transform-translate-x: 8rem !important
  }

  .xxl\:translate-x-237 {
    --transform-translate-x: 9.5rem !important
  }

  .xxl\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .xxl\:-translate-x-1 {
    --transform-translate-x: -0.4rem !important
  }

  .xxl\:-translate-x-2 {
    --transform-translate-x: -0.8rem !important
  }

  .xxl\:-translate-x-3 {
    --transform-translate-x: -1.2rem !important
  }

  .xxl\:-translate-x-4 {
    --transform-translate-x: -1.6rem !important
  }

  .xxl\:-translate-x-5 {
    --transform-translate-x: -2rem !important
  }

  .xxl\:-translate-x-6 {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:-translate-x-8 {
    --transform-translate-x: -2.8rem !important
  }

  .xxl\:-translate-x-9 {
    --transform-translate-x: -3rem !important
  }

  .xxl\:-translate-x-10 {
    --transform-translate-x: -3.2rem !important
  }

  .xxl\:-translate-x-12 {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .xxl\:-translate-x-20 {
    --transform-translate-x: -4.4rem !important
  }

  .xxl\:-translate-x-24 {
    --transform-translate-x: -4.8rem !important
  }

  .xxl\:-translate-x-32 {
    --transform-translate-x: -5.2rem !important
  }

  .xxl\:-translate-x-40 {
    --transform-translate-x: -5.6rem !important
  }

  .xxl\:-translate-x-48 {
    --transform-translate-x: -6rem !important
  }

  .xxl\:-translate-x-56 {
    --transform-translate-x: -6.2rem !important
  }

  .xxl\:-translate-x-64 {
    --transform-translate-x: -6.6rem !important
  }

  .xxl\:-translate-x-80 {
    --transform-translate-x: -8rem !important
  }

  .xxl\:-translate-x-237 {
    --transform-translate-x: -9.5rem !important
  }

  .xxl\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .xxl\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .xxl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .xxl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .xxl\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .xxl\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .xxl\:translate-y-1 {
    --transform-translate-y: .4rem !important
  }

  .xxl\:translate-y-2 {
    --transform-translate-y: .8rem !important
  }

  .xxl\:translate-y-3 {
    --transform-translate-y: 1.2rem !important
  }

  .xxl\:translate-y-4 {
    --transform-translate-y: 1.6rem !important
  }

  .xxl\:translate-y-5 {
    --transform-translate-y: 2rem !important
  }

  .xxl\:translate-y-6 {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:translate-y-8 {
    --transform-translate-y: 2.8rem !important
  }

  .xxl\:translate-y-9 {
    --transform-translate-y: 3rem !important
  }

  .xxl\:translate-y-10 {
    --transform-translate-y: 3.2rem !important
  }

  .xxl\:translate-y-12 {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .xxl\:translate-y-20 {
    --transform-translate-y: 4.4rem !important
  }

  .xxl\:translate-y-24 {
    --transform-translate-y: 4.8rem !important
  }

  .xxl\:translate-y-32 {
    --transform-translate-y: 5.2rem !important
  }

  .xxl\:translate-y-40 {
    --transform-translate-y: 5.6rem !important
  }

  .xxl\:translate-y-48 {
    --transform-translate-y: 6rem !important
  }

  .xxl\:translate-y-56 {
    --transform-translate-y: 6.2rem !important
  }

  .xxl\:translate-y-64 {
    --transform-translate-y: 6.6rem !important
  }

  .xxl\:translate-y-80 {
    --transform-translate-y: 8rem !important
  }

  .xxl\:translate-y-237 {
    --transform-translate-y: 9.5rem !important
  }

  .xxl\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .xxl\:-translate-y-1 {
    --transform-translate-y: -0.4rem !important
  }

  .xxl\:-translate-y-2 {
    --transform-translate-y: -0.8rem !important
  }

  .xxl\:-translate-y-3 {
    --transform-translate-y: -1.2rem !important
  }

  .xxl\:-translate-y-4 {
    --transform-translate-y: -1.6rem !important
  }

  .xxl\:-translate-y-5 {
    --transform-translate-y: -2rem !important
  }

  .xxl\:-translate-y-6 {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:-translate-y-8 {
    --transform-translate-y: -2.8rem !important
  }

  .xxl\:-translate-y-9 {
    --transform-translate-y: -3rem !important
  }

  .xxl\:-translate-y-10 {
    --transform-translate-y: -3.2rem !important
  }

  .xxl\:-translate-y-12 {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .xxl\:-translate-y-20 {
    --transform-translate-y: -4.4rem !important
  }

  .xxl\:-translate-y-24 {
    --transform-translate-y: -4.8rem !important
  }

  .xxl\:-translate-y-32 {
    --transform-translate-y: -5.2rem !important
  }

  .xxl\:-translate-y-40 {
    --transform-translate-y: -5.6rem !important
  }

  .xxl\:-translate-y-48 {
    --transform-translate-y: -6rem !important
  }

  .xxl\:-translate-y-56 {
    --transform-translate-y: -6.2rem !important
  }

  .xxl\:-translate-y-64 {
    --transform-translate-y: -6.6rem !important
  }

  .xxl\:-translate-y-80 {
    --transform-translate-y: -8rem !important
  }

  .xxl\:-translate-y-237 {
    --transform-translate-y: -9.5rem !important
  }

  .xxl\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .xxl\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .xxl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .xxl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .xxl\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .xxl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .xxl\:hover\:translate-x-1:hover {
    --transform-translate-x: .4rem !important
  }

  .xxl\:hover\:translate-x-2:hover {
    --transform-translate-x: .8rem !important
  }

  .xxl\:hover\:translate-x-3:hover {
    --transform-translate-x: 1.2rem !important
  }

  .xxl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1.6rem !important
  }

  .xxl\:hover\:translate-x-5:hover {
    --transform-translate-x: 2rem !important
  }

  .xxl\:hover\:translate-x-6:hover {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2.8rem !important
  }

  .xxl\:hover\:translate-x-9:hover {
    --transform-translate-x: 3rem !important
  }

  .xxl\:hover\:translate-x-10:hover {
    --transform-translate-x: 3.2rem !important
  }

  .xxl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .xxl\:hover\:translate-x-20:hover {
    --transform-translate-x: 4.4rem !important
  }

  .xxl\:hover\:translate-x-24:hover {
    --transform-translate-x: 4.8rem !important
  }

  .xxl\:hover\:translate-x-32:hover {
    --transform-translate-x: 5.2rem !important
  }

  .xxl\:hover\:translate-x-40:hover {
    --transform-translate-x: 5.6rem !important
  }

  .xxl\:hover\:translate-x-48:hover {
    --transform-translate-x: 6rem !important
  }

  .xxl\:hover\:translate-x-56:hover {
    --transform-translate-x: 6.2rem !important
  }

  .xxl\:hover\:translate-x-64:hover {
    --transform-translate-x: 6.6rem !important
  }

  .xxl\:hover\:translate-x-80:hover {
    --transform-translate-x: 8rem !important
  }

  .xxl\:hover\:translate-x-237:hover {
    --transform-translate-x: 9.5rem !important
  }

  .xxl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .xxl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.4rem !important
  }

  .xxl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.8rem !important
  }

  .xxl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -1.2rem !important
  }

  .xxl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1.6rem !important
  }

  .xxl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -2rem !important
  }

  .xxl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2.8rem !important
  }

  .xxl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -3rem !important
  }

  .xxl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -3.2rem !important
  }

  .xxl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .xxl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -4.4rem !important
  }

  .xxl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -4.8rem !important
  }

  .xxl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -5.2rem !important
  }

  .xxl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -5.6rem !important
  }

  .xxl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -6rem !important
  }

  .xxl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -6.2rem !important
  }

  .xxl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -6.6rem !important
  }

  .xxl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -8rem !important
  }

  .xxl\:hover\:-translate-x-237:hover {
    --transform-translate-x: -9.5rem !important
  }

  .xxl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .xxl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .xxl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .xxl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .xxl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .xxl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .xxl\:hover\:translate-y-1:hover {
    --transform-translate-y: .4rem !important
  }

  .xxl\:hover\:translate-y-2:hover {
    --transform-translate-y: .8rem !important
  }

  .xxl\:hover\:translate-y-3:hover {
    --transform-translate-y: 1.2rem !important
  }

  .xxl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1.6rem !important
  }

  .xxl\:hover\:translate-y-5:hover {
    --transform-translate-y: 2rem !important
  }

  .xxl\:hover\:translate-y-6:hover {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2.8rem !important
  }

  .xxl\:hover\:translate-y-9:hover {
    --transform-translate-y: 3rem !important
  }

  .xxl\:hover\:translate-y-10:hover {
    --transform-translate-y: 3.2rem !important
  }

  .xxl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .xxl\:hover\:translate-y-20:hover {
    --transform-translate-y: 4.4rem !important
  }

  .xxl\:hover\:translate-y-24:hover {
    --transform-translate-y: 4.8rem !important
  }

  .xxl\:hover\:translate-y-32:hover {
    --transform-translate-y: 5.2rem !important
  }

  .xxl\:hover\:translate-y-40:hover {
    --transform-translate-y: 5.6rem !important
  }

  .xxl\:hover\:translate-y-48:hover {
    --transform-translate-y: 6rem !important
  }

  .xxl\:hover\:translate-y-56:hover {
    --transform-translate-y: 6.2rem !important
  }

  .xxl\:hover\:translate-y-64:hover {
    --transform-translate-y: 6.6rem !important
  }

  .xxl\:hover\:translate-y-80:hover {
    --transform-translate-y: 8rem !important
  }

  .xxl\:hover\:translate-y-237:hover {
    --transform-translate-y: 9.5rem !important
  }

  .xxl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .xxl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.4rem !important
  }

  .xxl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.8rem !important
  }

  .xxl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -1.2rem !important
  }

  .xxl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1.6rem !important
  }

  .xxl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -2rem !important
  }

  .xxl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2.8rem !important
  }

  .xxl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -3rem !important
  }

  .xxl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -3.2rem !important
  }

  .xxl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .xxl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -4.4rem !important
  }

  .xxl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -4.8rem !important
  }

  .xxl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -5.2rem !important
  }

  .xxl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -5.6rem !important
  }

  .xxl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -6rem !important
  }

  .xxl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -6.2rem !important
  }

  .xxl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -6.6rem !important
  }

  .xxl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -8rem !important
  }

  .xxl\:hover\:-translate-y-237:hover {
    --transform-translate-y: -9.5rem !important
  }

  .xxl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .xxl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .xxl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .xxl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .xxl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .xxl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .xxl\:focus\:translate-x-1:focus {
    --transform-translate-x: .4rem !important
  }

  .xxl\:focus\:translate-x-2:focus {
    --transform-translate-x: .8rem !important
  }

  .xxl\:focus\:translate-x-3:focus {
    --transform-translate-x: 1.2rem !important
  }

  .xxl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1.6rem !important
  }

  .xxl\:focus\:translate-x-5:focus {
    --transform-translate-x: 2rem !important
  }

  .xxl\:focus\:translate-x-6:focus {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2.8rem !important
  }

  .xxl\:focus\:translate-x-9:focus {
    --transform-translate-x: 3rem !important
  }

  .xxl\:focus\:translate-x-10:focus {
    --transform-translate-x: 3.2rem !important
  }

  .xxl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .xxl\:focus\:translate-x-20:focus {
    --transform-translate-x: 4.4rem !important
  }

  .xxl\:focus\:translate-x-24:focus {
    --transform-translate-x: 4.8rem !important
  }

  .xxl\:focus\:translate-x-32:focus {
    --transform-translate-x: 5.2rem !important
  }

  .xxl\:focus\:translate-x-40:focus {
    --transform-translate-x: 5.6rem !important
  }

  .xxl\:focus\:translate-x-48:focus {
    --transform-translate-x: 6rem !important
  }

  .xxl\:focus\:translate-x-56:focus {
    --transform-translate-x: 6.2rem !important
  }

  .xxl\:focus\:translate-x-64:focus {
    --transform-translate-x: 6.6rem !important
  }

  .xxl\:focus\:translate-x-80:focus {
    --transform-translate-x: 8rem !important
  }

  .xxl\:focus\:translate-x-237:focus {
    --transform-translate-x: 9.5rem !important
  }

  .xxl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .xxl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.4rem !important
  }

  .xxl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.8rem !important
  }

  .xxl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -1.2rem !important
  }

  .xxl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1.6rem !important
  }

  .xxl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -2rem !important
  }

  .xxl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2.8rem !important
  }

  .xxl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -3rem !important
  }

  .xxl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -3.2rem !important
  }

  .xxl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .xxl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -4.4rem !important
  }

  .xxl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -4.8rem !important
  }

  .xxl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -5.2rem !important
  }

  .xxl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -5.6rem !important
  }

  .xxl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -6rem !important
  }

  .xxl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -6.2rem !important
  }

  .xxl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -6.6rem !important
  }

  .xxl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -8rem !important
  }

  .xxl\:focus\:-translate-x-237:focus {
    --transform-translate-x: -9.5rem !important
  }

  .xxl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .xxl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .xxl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .xxl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .xxl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .xxl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .xxl\:focus\:translate-y-1:focus {
    --transform-translate-y: .4rem !important
  }

  .xxl\:focus\:translate-y-2:focus {
    --transform-translate-y: .8rem !important
  }

  .xxl\:focus\:translate-y-3:focus {
    --transform-translate-y: 1.2rem !important
  }

  .xxl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1.6rem !important
  }

  .xxl\:focus\:translate-y-5:focus {
    --transform-translate-y: 2rem !important
  }

  .xxl\:focus\:translate-y-6:focus {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2.8rem !important
  }

  .xxl\:focus\:translate-y-9:focus {
    --transform-translate-y: 3rem !important
  }

  .xxl\:focus\:translate-y-10:focus {
    --transform-translate-y: 3.2rem !important
  }

  .xxl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .xxl\:focus\:translate-y-20:focus {
    --transform-translate-y: 4.4rem !important
  }

  .xxl\:focus\:translate-y-24:focus {
    --transform-translate-y: 4.8rem !important
  }

  .xxl\:focus\:translate-y-32:focus {
    --transform-translate-y: 5.2rem !important
  }

  .xxl\:focus\:translate-y-40:focus {
    --transform-translate-y: 5.6rem !important
  }

  .xxl\:focus\:translate-y-48:focus {
    --transform-translate-y: 6rem !important
  }

  .xxl\:focus\:translate-y-56:focus {
    --transform-translate-y: 6.2rem !important
  }

  .xxl\:focus\:translate-y-64:focus {
    --transform-translate-y: 6.6rem !important
  }

  .xxl\:focus\:translate-y-80:focus {
    --transform-translate-y: 8rem !important
  }

  .xxl\:focus\:translate-y-237:focus {
    --transform-translate-y: 9.5rem !important
  }

  .xxl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .xxl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.4rem !important
  }

  .xxl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.8rem !important
  }

  .xxl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -1.2rem !important
  }

  .xxl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1.6rem !important
  }

  .xxl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -2rem !important
  }

  .xxl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2.8rem !important
  }

  .xxl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -3rem !important
  }

  .xxl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -3.2rem !important
  }

  .xxl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .xxl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -4.4rem !important
  }

  .xxl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -4.8rem !important
  }

  .xxl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -5.2rem !important
  }

  .xxl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -5.6rem !important
  }

  .xxl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -6rem !important
  }

  .xxl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -6.2rem !important
  }

  .xxl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -6.6rem !important
  }

  .xxl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -8rem !important
  }

  .xxl\:focus\:-translate-y-237:focus {
    --transform-translate-y: -9.5rem !important
  }

  .xxl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .xxl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .xxl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .xxl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .xxl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .xxl\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .xxl\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .xxl\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .xxl\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .xxl\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .xxl\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .xxl\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .xxl\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .xxl\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .xxl\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .xxl\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .xxl\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .xxl\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .xxl\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }
}

