/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

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

:host{
  display:block;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  z-index:1
}

.swiper{
  display:block;
  list-style:none;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
  padding:0;
  position:relative;
  z-index:1
}

.swiper-vertical>.swiper-wrapper{
  flex-direction:column
}

.swiper-wrapper{
  box-sizing:initial;
  display:flex;
  height:100%;
  position:relative;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);
  width:100%;
  z-index:1
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
  transform:translateZ(0)
}

.swiper-horizontal{
  touch-action:pan-y
}

.swiper-vertical{
  touch-action:pan-x
}

.swiper-slide{
  display:block;
  flex-shrink:0;
  height:100%;
  position:relative;
  transition-property:transform;
  width:100%
}

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

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

.swiper-autoheight .swiper-wrapper{
  align-items:flex-start;
  transition-property:transform,height
}

.swiper-backface-hidden .swiper-slide{
  backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d
}

.swiper-3d{
  perspective:1200px;
  .swiper-cube-shadow,.swiper-slide{
    transform-style:preserve-3d
  }
}

.swiper-css-mode{
  >.swiper-wrapper{
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
    &::-webkit-scrollbar{
      display:none
    }
  }
  >.swiper-wrapper>.swiper-slide{
    scroll-snap-align:start start
  }
  &.swiper-horizontal{
    >.swiper-wrapper{
      scroll-snap-type:x mandatory
    }
    >.swiper-wrapper>.swiper-slide:first-child{
      margin-inline-start:var(--swiper-slides-offset-before);
      scroll-margin-inline-start:var(--swiper-slides-offset-before)
    }
    >.swiper-wrapper>.swiper-slide:last-child{
      margin-inline-end:var(--swiper-slides-offset-after)
    }
  }
  &.swiper-vertical{
    >.swiper-wrapper{
      scroll-snap-type:y mandatory
    }
    >.swiper-wrapper>.swiper-slide:first-child{
      margin-block-start:var(--swiper-slides-offset-before);
      scroll-margin-block-start:var(--swiper-slides-offset-before)
    }
    >.swiper-wrapper>.swiper-slide:last-child{
      margin-block-end:var(--swiper-slides-offset-after)
    }
  }
  &.swiper-free-mode{
    >.swiper-wrapper{
      scroll-snap-type:none
    }
    >.swiper-wrapper>.swiper-slide{
      scroll-snap-align:none
    }
  }
  &.swiper-centered{
    >.swiper-wrapper:before{
      content:"";
      flex-shrink:0;
      order:9999
    }
    >.swiper-wrapper>.swiper-slide{
      scroll-snap-align:center center;
      scroll-snap-stop:always
    }
  }
  &.swiper-centered.swiper-horizontal{
    >.swiper-wrapper>.swiper-slide:first-child{
      margin-inline-start:var(--swiper-centered-offset-before)
    }
    >.swiper-wrapper:before{
      height:100%;
      min-height:1px;
      width:var(--swiper-centered-offset-after)
    }
  }
  &.swiper-centered.swiper-vertical{
    >.swiper-wrapper>.swiper-slide:first-child{
      margin-block-start:var(--swiper-centered-offset-before)
    }
    >.swiper-wrapper:before{
      height:var(--swiper-centered-offset-after);
      min-width:1px;
      width:100%
    }
  }
}

.swiper-3d{
  .swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{
    height:100%;
    left:0;
    pointer-events:none;
    position:absolute;
    top:0;
    width:100%;
    z-index:10
  }
  .swiper-slide-shadow{
    background:#00000026
  }
  .swiper-slide-shadow-left{
    background-image:linear-gradient(270deg,#00000080,#0000)
  }
  .swiper-slide-shadow-right{
    background-image:linear-gradient(90deg,#00000080,#0000)
  }
  .swiper-slide-shadow-top{
    background-image:linear-gradient(0deg,#00000080,#0000)
  }
  .swiper-slide-shadow-bottom{
    background-image:linear-gradient(180deg,#00000080,#0000)
  }
}

.swiper-lazy-preloader{
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top:4px solid #0000;
  box-sizing:border-box;
  height:42px;
  left:50%;
  margin-left:-21px;
  margin-top:-21px;
  position:absolute;
  top:50%;
  transform-origin:50%;
  width:42px;
  z-index:10
}

.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){
  .swiper-lazy-preloader{
    animation:swiper-preloader-spin 1s linear infinite
  }
}

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

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

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg)
  }

  to{
    transform:rotate(1turn)
  }
}

.swiper-virtual .swiper-slide{
  -webkit-backface-visibility:hidden;
  transform:translateZ(0)
}

.swiper-virtual.swiper-css-mode{
  .swiper-wrapper:after{
    content:"";
    left:0;
    pointer-events:none;
    position:absolute;
    top:0
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal{
  .swiper-wrapper:after{
    height:1px;
    width:var(--swiper-virtual-size)
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical{
  .swiper-wrapper:after{
    height:var(--swiper-virtual-size);
    width:1px
  }
}

:root{
  --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev{
  align-items:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color));
  cursor:pointer;
  display:flex;
  height:var(--swiper-navigation-size);
  justify-content:center;
  position:absolute;
  width:var(--swiper-navigation-size);
  z-index:10;
  &.swiper-button-disabled{
    cursor:auto;
    opacity:.35;
    pointer-events:none
  }
  &.swiper-button-hidden{
    cursor:auto;
    opacity:0;
    pointer-events:none
  }
  .swiper-navigation-disabled &{
    display:none!important
  }
  ::slotted(svg),svg{
    height:100%;
    -o-object-fit:contain;
       object-fit:contain;
    transform-origin:center;
    width:100%;
    fill:currentColor;
    pointer-events:none
  }
}

.swiper-button-lock{
  display:none
}

.swiper-button-next,.swiper-button-prev{
  margin-top:calc(0px - var(--swiper-navigation-size)/2);
  top:var(--swiper-navigation-top-offset,50%)
}

.swiper-button-prev{
  left:var(--swiper-navigation-sides-offset,4px);
  right:auto;
  .swiper-navigation-icon,::slotted(.swiper-navigation-icon){
    transform:rotate(180deg)
  }
}

.swiper-button-next{
  left:auto;
  right:var(--swiper-navigation-sides-offset,4px)
}

.swiper-horizontal{
  .swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{
    margin-left:0;
    margin-top:calc(0px - var(--swiper-navigation-size)/2);
    top:var(--swiper-navigation-top-offset,50%)
  }
  &.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{
    left:var(--swiper-navigation-sides-offset,4px);
    right:auto
  }
  &.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{
    left:auto;
    right:var(--swiper-navigation-sides-offset,4px)
  }
  &.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{
    .swiper-navigation-icon,::slotted(.swiper-navigation-icon){
      transform:rotate(180deg)
    }
  }
  &.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{
    .swiper-navigation-icon,::slotted(.swiper-navigation-icon){
      transform:rotate(0deg)
    }
  }
}

.swiper-vertical{
  .swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{
    left:var(--swiper-navigation-top-offset,50%);
    margin-left:calc(0px - var(--swiper-navigation-size)/2);
    margin-top:0;
    right:auto
  }
  .swiper-button-prev,~.swiper-button-prev{
    bottom:auto;
    top:var(--swiper-navigation-sides-offset,4px);
    .swiper-navigation-icon,::slotted(.swiper-navigation-icon){
      transform:rotate(-90deg)
    }
  }
  .swiper-button-next,~.swiper-button-next{
    bottom:var(--swiper-navigation-sides-offset,4px);
    top:auto;
    .swiper-navigation-icon,::slotted(.swiper-navigation-icon){
      transform:rotate(90deg)
    }
  }
}

.swiper-pagination{
  position:absolute;
  text-align:center;
  transform:translateZ(0);
  transition:opacity .3s;
  z-index:10;
  &.swiper-pagination-hidden{
    opacity:0
  }
  &.swiper-pagination-disabled,.swiper-pagination-disabled>&{
    display:none!important
  }
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{
  bottom:var(--swiper-pagination-bottom,8px);
  left:0;
  top:var(--swiper-pagination-top,auto);
  width:100%
}

.swiper-pagination-bullets-dynamic{
  font-size:0;
  overflow:hidden;
  .swiper-pagination-bullet{
    position:relative;
    transform:scale(.33)
  }
  .swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{
    transform:scale(1)
  }
  .swiper-pagination-bullet-active-prev{
    transform:scale(.66)
  }
  .swiper-pagination-bullet-active-prev-prev{
    transform:scale(.33)
  }
  .swiper-pagination-bullet-active-next{
    transform:scale(.66)
  }
  .swiper-pagination-bullet-active-next-next{
    transform:scale(.33)
  }
}

.swiper-pagination-bullet{
  background:var(--swiper-pagination-bullet-inactive-color,#000);
  border-radius:var(--swiper-pagination-bullet-border-radius,50%);
  display:inline-block;
  height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);
  width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  button&{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    border:none;
    box-shadow:none;
    margin:0;
    padding:0
  }
  .swiper-pagination-clickable &{
    cursor:pointer
  }
  &:only-child{
    display:none!important
  }
}

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

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{
  left:var(--swiper-pagination-left,auto);
  right:var(--swiper-pagination-right,8px);
  top:50%;
  transform:translate3d(0,-50%,0);
  .swiper-pagination-bullet{
    display:block;
    margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0
  }
  &.swiper-pagination-bullets-dynamic{
    top:50%;
    transform:translateY(-50%);
    width:8px;
    .swiper-pagination-bullet{
      display:inline-block;
      transition:transform .2s,top .2s
    }
  }
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{
  .swiper-pagination-bullet{
    margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)
  }
  &.swiper-pagination-bullets-dynamic{
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    .swiper-pagination-bullet{
      transition:transform .2s,left .2s
    }
  }
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
  transition:transform .2s,right .2s
}

.swiper-pagination-fraction{
  color:var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar{
  background:var(--swiper-pagination-progressbar-bg-color,#00000040);
  position:absolute;
  .swiper-pagination-progressbar-fill{
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
    height:100%;
    left:0;
    position:absolute;
    top:0;
    transform:scale(0);
    transform-origin:left top;
    width:100%
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill{
    transform-origin:right top
  }
  &.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{
    height:var(--swiper-pagination-progressbar-size,4px);
    left:0;
    top:0;
    width:100%
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{
    height:100%;
    left:0;
    top:0;
    width:var(--swiper-pagination-progressbar-size,4px)
  }
}

.swiper-pagination-lock{
  display:none
}

.swiper-scrollbar{
  background:var(--swiper-scrollbar-bg-color,#0000001a);
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  position:relative;
  touch-action:none;
  &.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{
    display:none!important
  }
  &.swiper-scrollbar-horizontal,.swiper-horizontal>&{
    bottom:var(--swiper-scrollbar-bottom,4px);
    height:var(--swiper-scrollbar-size,4px);
    left:var(--swiper-scrollbar-sides-offset,1%);
    position:absolute;
    top:var(--swiper-scrollbar-top,auto);
    width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    z-index:50
  }
  &.swiper-scrollbar-vertical,.swiper-vertical>&{
    height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);
    left:var(--swiper-scrollbar-left,auto);
    position:absolute;
    right:var(--swiper-scrollbar-right,4px);
    top:var(--swiper-scrollbar-sides-offset,1%);
    width:var(--swiper-scrollbar-size,4px);
    z-index:50
  }
}

.swiper-scrollbar-drag{
  background:var(--swiper-scrollbar-drag-bg-color,#00000080);
  border-radius:var(--swiper-scrollbar-border-radius,10px);
  height:100%;
  left:0;
  position:relative;
  top:0;
  width:100%
}

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

.swiper-scrollbar-lock{
  display:none
}

.swiper-zoom-container{
  align-items:center;
  display:flex;
  height:100%;
  justify-content:center;
  text-align:center;
  width:100%;
  >canvas,>img,>svg{
    max-height:100%;
    max-width:100%;
    -o-object-fit:contain;
       object-fit:contain
  }
}

.swiper-slide-zoomed{
  cursor:move;
  touch-action:none
}

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

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

.swiper-grid>.swiper-wrapper{
  flex-wrap:wrap
}

.swiper-grid-column>.swiper-wrapper{
  flex-direction:column;
  flex-wrap:wrap
}

.swiper-fade{
  &.swiper-free-mode{
    .swiper-slide{
      transition-timing-function:ease-out
    }
  }
  .swiper-slide{
    pointer-events:none;
    transition-property:opacity;
    .swiper-slide{
      pointer-events:none
    }
  }
  .swiper-slide-active{
    pointer-events:auto;
    & .swiper-slide-active{
      pointer-events:auto
    }
  }
}

.swiper.swiper-cube{
  overflow:visible
}

.swiper-cube{
  .swiper-slide{
    backface-visibility:hidden;
    height:100%;
    pointer-events:none;
    transform-origin:0 0;
    visibility:hidden;
    width:100%;
    z-index:1;
    .swiper-slide{
      pointer-events:none
    }
  }
  &.swiper-rtl .swiper-slide{
    transform-origin:100% 0
  }
  .swiper-slide-active{
    &,& .swiper-slide-active{
      pointer-events:auto
    }
  }
  .swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{
    pointer-events:auto;
    visibility:visible
  }
  .swiper-cube-shadow{
    bottom:0;
    height:100%;
    left:0;
    opacity:.6;
    position:absolute;
    width:100%;
    z-index:0;
    &:before{
      background:#000;
      bottom:0;
      content:"";
      filter:blur(50px);
      left:0;
      position:absolute;
      right:0;
      top:0
    }
  }
  .swiper-slide-next+.swiper-slide{
    pointer-events:auto;
    visibility:visible
  }
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{
    backface-visibility:hidden;
    z-index:0
  }
}

.swiper.swiper-flip{
  overflow:visible
}

.swiper-flip{
  .swiper-slide{
    backface-visibility:hidden;
    pointer-events:none;
    z-index:1;
    .swiper-slide{
      pointer-events:none
    }
  }
  .swiper-slide-active{
    &,& .swiper-slide-active{
      pointer-events:auto
    }
  }
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{
    backface-visibility:hidden;
    z-index:0
  }
}

.swiper-creative{
  .swiper-slide{
    backface-visibility:hidden;
    overflow:hidden;
    transition-property:transform,opacity,height
  }
}

.swiper.swiper-cards{
  overflow:visible
}

.swiper-cards{
  .swiper-slide{
    backface-visibility:hidden;
    overflow:hidden;
    transform-origin:center bottom
  }
}

/* ============================================================
 * 正文排版规范 — 跨主题复用
 * ============================================================
 * 用法：复制此文件到目标主题 assets/src/css/ 目录，
 *       在 style.css 中 @import './entry-content.css'; 后编译即可
 *
 * 前提：目标主题需配置 tailwind.config.js 包含以下颜色别名：
 *   primary / primary-dark / primary-light
 *   secondary / secondary-light / secondary-dark
 *   surface / gray-50 ~ gray-900
 *
 * 下边距体系（三档统一）：
 *   标题 h2-h6   → mb-4 (16px)
 *   内容段落/块   → mb-5 (20px)
 *   分隔线 hr     → my-8 (32px)
 * ============================================================ */

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Microsoft YaHei", "微软雅黑", "Noto Sans SC";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

@media (min-width: 1024px) {
  html {
    scroll-padding-top: 64px;
  }
}

body{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family:Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Microsoft YaHei", "微软雅黑", "Noto Sans SC"
}

.container{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  padding-right:1rem;
  padding-left:1rem
}

@media (min-width: 1440px){
  .container{
    max-width:1440px
  }
}

/* ====== 正文容器 ====== */

.entry-content{
  font-size:1rem;
  line-height:1.5rem;
  line-height:1.625
}

/* ====== 标题 h2-h6 ====== */

.entry-content h2{
  margin-bottom:1rem;
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.entry-content h3{
  margin-bottom:1rem;
  font-size:1.5rem;
  line-height:2rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.entry-content h4{
  margin-bottom:1rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.entry-content h5{
  margin-bottom:1rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.entry-content h6{
  margin-bottom:1rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

/* ====== 段落与内联 ====== */

.entry-content p{
  margin-bottom:1.25rem;
  line-height:1.625
}

.entry-content a{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  text-decoration-line:underline;
  text-underline-offset:2px;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.entry-content a:hover{
  --tw-text-opacity:1;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1))
}

.entry-content ul{
  margin-bottom:1.25rem;
  list-style-type:disc
}

.entry-content ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

.entry-content ul{
  padding-left:1.5rem
}

.entry-content ol{
  margin-bottom:1.25rem;
  list-style-type:decimal
}

.entry-content ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

.entry-content ol{
  padding-left:1.5rem
}

.entry-content li{
  line-height:1.625
}

/* ====== 引用块 ====== */

.entry-content blockquote{
  margin-bottom:1.25rem;
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  border-left-width:4px;
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1));
  background-color:rgb(0 95 190 / 0.05);
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  font-size:1rem;
  line-height:1.5rem;
  font-style:italic;
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.entry-content blockquote p{
  margin-bottom:0px
}

/* ====== 图注 ====== */

.entry-content figcaption{
  margin-top:0.5rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* ====== 正文表格（原生 HTML） ====== */

.entry-content table{
  margin-bottom:1.25rem;
  width:100%;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-collapse: collapse
}

.wp-block-table table{
  margin-bottom:0px;
  border-width:0px
}

.entry-content thead th{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(0 61 122 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  text-align:left;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.entry-content thead th:first-child{
  padding-left:1.25rem
}

.entry-content thead th:last-child{
  padding-right:1.25rem
}

.entry-content tbody th{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  text-align:left;
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.entry-content tbody th:first-child{
  padding-left:1.25rem
}

.entry-content td{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.entry-content td:first-child{
  padding-left:1.25rem
}

.entry-content td:last-child{
  padding-right:1.25rem
}

.entry-content tbody tr{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.entry-content tbody tr:hover{
  background-color:rgb(0 95 190 / 0.05)
}

.entry-content tbody tr:nth-child(even){
  background-color:rgb(249 250 251 / 0.5)
}

.entry-content tbody tr:nth-child(even):hover{
  background-color:rgb(0 95 190 / 0.05)
}

/* ====== 代码 ====== */

.entry-content code{
  border-radius:0.25rem;
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left:0.375rem;
  padding-right:0.375rem;
  padding-top:0.125rem;
  padding-bottom:0.125rem;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1))
}

.entry-content pre{
  margin-bottom:1.25rem;
  overflow-x:auto;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding:1.25rem;
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(243 244 246 / var(--tw-text-opacity, 1))
}

.entry-content pre code{
  border-radius:0px;
  background-color:transparent;
  padding:0px;
  color:inherit
}

/* ====== 分隔线 ====== */

.entry-content hr{
  margin-top:2rem;
  margin-bottom:2rem;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))
}

/* ====== 图片与媒体 ====== */

.entry-content img{
  height:auto;
  max-width:100%
}

.entry-content iframe,
  .entry-content video,
  .entry-content embed,
  .entry-content object{
  margin-bottom:1.25rem;
  height:auto;
  aspect-ratio: 16 / 9;
  max-width: 100% !important
}

/* ====== 按钮（正文内） ====== */

.entry-content .btn-primary{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line:none
}

.entry-content .btn-primary:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.entry-content .btn-outline{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  text-decoration-line:none
}

.entry-content .btn-outline:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

/* ====== 对齐 ====== */

.entry-content .aligncenter{
  margin-left:auto;
  margin-right:auto
}

.entry-content .alignleft{
  float:left;
  margin-right:1rem;
  margin-bottom:1rem
}

.entry-content .alignright{
  float:right;
  margin-left:1rem;
  margin-bottom:1rem
}

.entry-content .wp-caption{
  max-width:100%
}

.entry-content .wp-caption-text{
  margin-top:0.5rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* ====== Gutenberg 块统一下边距 ====== */

.entry-content .wp-block-image{
  margin-bottom:1.25rem
}

.entry-content .wp-block-gallery{
  margin-bottom:1.25rem
}

.entry-content .wp-block-video{
  margin-bottom:1.25rem
}

.entry-content .wp-block-table{
  margin-bottom:1.25rem
}

.entry-content .wp-block-embed{
  margin-bottom:1.25rem
}

.entry-content .wp-block-cover{
  margin-bottom:1.25rem
}

.entry-content .wp-block-media-text{
  margin-bottom:1.25rem;
  gap:1.5rem
}

.entry-content .wp-block-buttons{
  margin-bottom:1.25rem;
  display:flex;
  gap:0.75rem
}

.entry-content .wp-block-audio{
  margin-bottom:1.25rem;
  width:100%
}

.entry-content .wp-block-file{
  margin-bottom:1.25rem
}

.entry-content .wp-block-verse{
  margin-bottom:1.25rem;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding:1.25rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-style:italic;
  line-height:1.625
}

/* ====== Gutenberg 块定制 ====== */

.entry-content .wp-block-pullquote{
  margin-bottom:1.25rem;
  border-left-width:4px;
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1));
  background-color:rgb(0 95 190 / 0.05);
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-style:italic;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.entry-content .wp-block-pullquote cite{
  margin-top:0.5rem;
  display:block;
  font-size:0.875rem;
  line-height:1.25rem;
  font-style:normal;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.entry-content .wp-block-file a{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  text-decoration-line:underline;
  text-underline-offset:2px
}

/* ====== Gutenberg 表格块 ====== */

.wp-block-table{
  overflow:hidden;
  border-radius:0.5rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.wp-block-table table{
  width:100%;
  border-collapse: collapse
}

.wp-block-table thead{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.wp-block-table thead th{
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  text-align:left;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:600
}

.wp-block-table thead th:first-child{
  padding-left:1.25rem
}

.wp-block-table thead th:last-child{
  padding-right:1.25rem
}

.wp-block-table tbody td{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.wp-block-table tbody td:first-child{
  padding-left:1.25rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.wp-block-table tbody td:last-child{
  padding-right:1.25rem
}

.wp-block-table tbody tr:last-child td{
  border-bottom-width:0px
}

.wp-block-table tbody tr:nth-child(even){
  background-color:rgb(249 250 251 / 0.5)
}

.wp-block-table tbody tr:hover{
  background-color:rgb(0 95 190 / 0.05)
}

.wp-block-table figcaption{
  margin-top:0.75rem;
  text-align:center;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.btn-primary{
  display:inline-block;
  border-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.btn-primary:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1))
}

.btn-outline{
  display:inline-block;
  border-radius:0.5rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1));
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.btn-outline:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.section-title{
  position:relative;
  margin-bottom:2rem;
  text-align:center;
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:700
}

/* ====== 主导航 ====== */

.nav-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.25rem;
  align-self:stretch
}

.nav-menu > li{
  position:relative;
  display:flex;
  align-items:center;
  align-self:stretch
}

/* ====== 移动端菜单 ====== */

.mobile-menu{
  display:flex;
  flex-direction:column
}

.mobile-menu > li{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.mobile-menu > li > a{
  display:block;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.mobile-menu > li.menu-item-has-children > a::after {
  content: ' ▾';
  font-size:0.75rem;
  line-height:1rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.mobile-menu .sub-menu{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
  display: none
}

.mobile-menu .sub-menu.open {
  display: block;
}

.mobile-menu .sub-menu a{
  display:block;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-left:2.5rem;
  padding-right:2.5rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.mobile-menu .sub-menu a:last-child{
  border-width:0px
}

.mobile-menu .sub-menu .sub-menu a{
  padding-left:3.5rem
}

.mobile-menu > li.current-menu-item > a,
  .mobile-menu .sub-menu li.current-menu-item > a{
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.nav-menu > li > a{
  display:block;
  border-radius:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.nav-menu > li > a:hover{
  background-color:rgb(0 95 190 / 0.05);
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.nav-menu > li.current-menu-item > a,
  .nav-menu > li.current-menu-parent > a{
  background-color:rgb(0 95 190 / 0.1);
  font-weight:600;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

/* 下拉子菜单 — 二级（对齐导航栏底部边线） */

.nav-menu .sub-menu{
  position:absolute;
  z-index:50;
  border-width:1px;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: 100%;
  left: 0;
  min-width: 200px;
  margin-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease
}

.nav-menu li:hover > .sub-menu,
  .nav-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu .sub-menu li{
  position:relative
}

.nav-menu .sub-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.nav-menu .sub-menu a:hover{
  background-color:rgb(0 95 190 / 0.05);
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.nav-menu .sub-menu li.current-menu-item > a{
  background-color:rgb(0 95 190 / 0.05);
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

/* 有子菜单的二级项加箭头指示 */

.nav-menu .sub-menu li.menu-item-has-children > a::after {
  content: ' ▸';
  margin-left:0.5rem;
  font-size:0.75rem;
  line-height:1rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* 三级下拉（飞出到右侧） */

.nav-menu .sub-menu .sub-menu {
  left: 100%;
  top: -0.5rem;
  transform: translateX(8px);
}

.nav-menu .sub-menu li:hover > .sub-menu,
  .nav-menu .sub-menu li:focus-within > .sub-menu {
  transform: translateX(0);
}

/* 四级+ 同样处理（理论上 WordPress 默认只到三级，但预留） */

.nav-menu .sub-menu .sub-menu .sub-menu {
  left: 100%;
  top: -0.5rem;
}

/* ====== Mega Menu 超级菜单 ====== */

.mega-menu-item {
  position: static !important;
}

.mega-panel{
  position:absolute;
  left:0px;
  right:0px;
  top:100%;
  z-index:40;
  display:none;
  border-top-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.mega-panel.open {
  display: block;
}

/* 移动端：面板内联展开 */

#mobile-drawer .mega-panel{
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  z-index:auto;
  display:none;
  width:auto;
  border-top-width:0px;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#mobile-drawer .mega-panel.open {
  display: block;
}

#mobile-drawer .mega-menu-item > a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center no-repeat;
  transition: transform 0.2s;
}

#mobile-drawer .mega-menu-item.open > a::after {
  transform: rotate(180deg);
}

/* ====== Hero 幻灯片导航 ====== */

.hero-swiper .swiper-pagination-bullet{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity:0.5
}

.hero-swiper .swiper-pagination-bullet-active{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity:1
}

/* ====== 产品详情页手机端分页圆点（文档流定位，不浮动在图片上） ====== */

.product-gallery-pagination.swiper-pagination {
  position: static;
}

.product-gallery-pagination .swiper-pagination-bullet{
  height:0.625rem;
  width:0.625rem;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1));
  opacity:1;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.product-gallery-pagination .swiper-pagination-bullet-active{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  opacity:1
}

.hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity:0;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:300ms
}

.hero-swiper:hover .swiper-button-prev,
  .hero-swiper:hover .swiper-button-next{
  opacity:1
}

.hero-swiper .swiper-button-prev::after,
  .hero-swiper .swiper-button-next::after {
  font-size: 20px;
}

/* ====== 产品中心轮播导航按钮 ====== */

.product-center-prev,
  .product-center-next{
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.product-center-prev:hover:not(.swiper-button-disabled),
  .product-center-next:hover:not(.swiper-button-disabled){
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.product-center-prev.swiper-button-disabled,
  .product-center-next.swiper-button-disabled{
  pointer-events:none;
  cursor:default;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1))
}

/* ====== 创新产品轮播 ====== */

.innovation-swiper .swiper-slide{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.innovation-swiper .swiper-slide img{
  width:100%
}

.innovation-thumbs-swiper .swiper-slide{
  opacity:0.6;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:200ms
}

.innovation-thumbs-swiper .swiper-slide-thumb-active{
  opacity:1
}

.innovation-thumbs-swiper .swiper-slide-thumb-active img{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1)) !important
}

.innovation-prev.swiper-button-disabled,
  .innovation-next.swiper-button-disabled{
  pointer-events:none;
  opacity:0
}

/* ====== 新闻媒体轮播分页 ====== */

.news-swiper {
  --swiper-pagination-color: #3388d4;
  --swiper-pagination-bullet-inactive-color: #3388d4;
  --swiper-pagination-bullet-inactive-opacity: 0.25;
}

/* ====== Why Us 卡片图片 hover 变主色 ====== */

.group:hover img.whyus-icon {
  filter: brightness(0) saturate(100%) invert(45%) sepia(18%) saturate(850%) hue-rotate(2deg) brightness(89%) contrast(86%);
}

/* ====== 评价卡片等高 + 分页圆点颜色 ====== */

.testimonials-swiper {
  --swiper-pagination-color: #3388d4;
  --swiper-pagination-bullet-inactive-color: #3388d4;
  --swiper-pagination-bullet-inactive-opacity: 0.25;
}

.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.testimonials-swiper .swiper-slide > * {
  flex: 1;
}

/* ====== 侧边栏小工具 ====== */

/* 小工具容器 — 卡片样式 */

.xs-sidebar .widget{
  margin-bottom:1.5rem;
  border-radius:0.75rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding:1.25rem
}

/* 小工具标题 */

.xs-sidebar .widget-title{
  margin-bottom:1rem;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom:0.75rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

/* 导航菜单 / 最新文章 — 列表重置 */

.xs-sidebar .widget ul > :not([hidden]) ~ :not([hidden]),
  .xs-sidebar .widget .menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
}

.xs-sidebar .widget ul,
  .xs-sidebar .widget .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 导航菜单 — 父级链接 */

.xs-sidebar .widget .menu > li > a,
  .xs-sidebar .widget ul li a{
  display:block;
  border-radius:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.xs-sidebar .widget .menu > li > a:hover,
  .xs-sidebar .widget ul li a:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

/* 导航菜单 — 当前项高亮 */

.xs-sidebar .widget .menu > li.current-menu-item > a,
  .xs-sidebar .widget .menu > li.current_page_item > a{
  background-color:rgb(0 95 190 / 0.1);
  font-weight:500;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

/* 最新文章 — 每条带底部分隔线 */

.xs-sidebar .widget_recent_entries ul li{
  margin-bottom:0.75rem;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));
  padding-bottom:0.75rem
}

.xs-sidebar .widget_recent_entries ul li:last-child{
  margin-bottom:0px;
  border-bottom-width:0px;
  padding-bottom:0px
}

.xs-sidebar .widget_recent_entries ul li a{
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:1.375;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.xs-sidebar .widget_recent_entries ul li a:hover{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

/* 最新文章 — 发布日期 */

.xs-sidebar .widget_recent_entries .post-date{
  margin-top:0.25rem;
  display:block;
  font-size:0.75rem;
  line-height:1rem;
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

/* 侧边栏末位小工具去底边距 */

.xs-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* ====== 页脚小工具 ====== */

.xs-footer-widgets .widget{
  min-width:160px;
  flex:1
}

.xs-footer-widgets .widget img {
  height: auto !important;
  max-height: 80px;
  width: auto !important;
}

.xs-footer-widgets .widget ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
}

.xs-footer-widgets .widget li a{
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:1.625;
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.xs-footer-widgets .widget li a:hover{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.xs-footer-widgets .widget li a {
  display: inline-block;
  transition: color 0.2s, transform 0.2s;
}

.xs-footer-widgets .widget li a:hover {
  transform: translateX(4px);
}

.xs-footer-widgets .widget p{
  font-size:0.875rem;
  line-height:1.25rem;
  line-height:1.625
}

/* ====== FAQ 手风琴 ====== */

.product-faq-answer {
  overflow: hidden;
}

.product-faq-toggle.faq-active{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1))
}

.product-faq-toggle.faq-active,
  .product-faq-toggle.faq-active span,
  .product-faq-toggle.faq-active .iconify {
  color: #fff;
}

/* ====== 深色背景面包屑 ====== */

.xs-breadcrumb-light a{
  color:rgb(255 255 255 / 0.6)
}

.xs-breadcrumb-light a:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.xs-breadcrumb-light span[itemprop="name"]{
  color:rgb(255 255 255 / 0.8)
}

.product-faq-answer a{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  text-decoration-line:underline;
  text-underline-offset:2px;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.product-faq-answer a:hover{
  --tw-text-opacity:1;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1))
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0
}

.not-sr-only{
  position:static;
  width:auto;
  height:auto;
  padding:0;
  margin:0;
  overflow:visible;
  clip:auto;
  white-space:normal
}

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

.pointer-events-auto{
  pointer-events:auto
}

.visible{
  visibility:visible
}

.invisible{
  visibility:hidden
}

.collapse{
  visibility:collapse
}

.\!static{
  position:static !important
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.inset-0{
  inset:0px
}

.inset-0\.5{
  inset:0.125rem
}

.inset-1{
  inset:0.25rem
}

.inset-10{
  inset:2.5rem
}

.inset-12{
  inset:3rem
}

.inset-14{
  inset:3.5rem
}

.inset-16{
  inset:4rem
}

.inset-2{
  inset:0.5rem
}

.inset-20{
  inset:5rem
}

.inset-24{
  inset:6rem
}

.inset-28{
  inset:7rem
}

.inset-3{
  inset:0.75rem
}

.inset-32{
  inset:8rem
}

.inset-4{
  inset:1rem
}

.inset-5{
  inset:1.25rem
}

.inset-6{
  inset:1.5rem
}

.inset-7{
  inset:1.75rem
}

.inset-8{
  inset:2rem
}

.inset-9{
  inset:2.25rem
}

.inset-auto{
  inset:auto
}

.inset-full{
  inset:100%
}

.inset-px{
  inset:1px
}

.inset-x-0{
  left:0px;
  right:0px
}

.inset-x-0\.5{
  left:0.125rem;
  right:0.125rem
}

.inset-x-1{
  left:0.25rem;
  right:0.25rem
}

.inset-x-10{
  left:2.5rem;
  right:2.5rem
}

.inset-x-12{
  left:3rem;
  right:3rem
}

.inset-x-14{
  left:3.5rem;
  right:3.5rem
}

.inset-x-16{
  left:4rem;
  right:4rem
}

.inset-x-2{
  left:0.5rem;
  right:0.5rem
}

.inset-x-20{
  left:5rem;
  right:5rem
}

.inset-x-24{
  left:6rem;
  right:6rem
}

.inset-x-28{
  left:7rem;
  right:7rem
}

.inset-x-3{
  left:0.75rem;
  right:0.75rem
}

.inset-x-32{
  left:8rem;
  right:8rem
}

.inset-x-4{
  left:1rem;
  right:1rem
}

.inset-x-5{
  left:1.25rem;
  right:1.25rem
}

.inset-x-6{
  left:1.5rem;
  right:1.5rem
}

.inset-x-7{
  left:1.75rem;
  right:1.75rem
}

.inset-x-8{
  left:2rem;
  right:2rem
}

.inset-x-9{
  left:2.25rem;
  right:2.25rem
}

.inset-x-auto{
  left:auto;
  right:auto
}

.inset-x-full{
  left:100%;
  right:100%
}

.inset-x-px{
  left:1px;
  right:1px
}

.inset-y-0{
  top:0px;
  bottom:0px
}

.inset-y-0\.5{
  top:0.125rem;
  bottom:0.125rem
}

.inset-y-1{
  top:0.25rem;
  bottom:0.25rem
}

.inset-y-10{
  top:2.5rem;
  bottom:2.5rem
}

.inset-y-12{
  top:3rem;
  bottom:3rem
}

.inset-y-14{
  top:3.5rem;
  bottom:3.5rem
}

.inset-y-16{
  top:4rem;
  bottom:4rem
}

.inset-y-2{
  top:0.5rem;
  bottom:0.5rem
}

.inset-y-20{
  top:5rem;
  bottom:5rem
}

.inset-y-24{
  top:6rem;
  bottom:6rem
}

.inset-y-28{
  top:7rem;
  bottom:7rem
}

.inset-y-3{
  top:0.75rem;
  bottom:0.75rem
}

.inset-y-32{
  top:8rem;
  bottom:8rem
}

.inset-y-4{
  top:1rem;
  bottom:1rem
}

.inset-y-5{
  top:1.25rem;
  bottom:1.25rem
}

.inset-y-6{
  top:1.5rem;
  bottom:1.5rem
}

.inset-y-7{
  top:1.75rem;
  bottom:1.75rem
}

.inset-y-8{
  top:2rem;
  bottom:2rem
}

.inset-y-9{
  top:2.25rem;
  bottom:2.25rem
}

.inset-y-auto{
  top:auto;
  bottom:auto
}

.inset-y-full{
  top:100%;
  bottom:100%
}

.inset-y-px{
  top:1px;
  bottom:1px
}

.bottom-0{
  bottom:0px
}

.bottom-0\.5{
  bottom:0.125rem
}

.bottom-1{
  bottom:0.25rem
}

.bottom-1\.5{
  bottom:0.375rem
}

.bottom-1\/2{
  bottom:50%
}

.bottom-10{
  bottom:2.5rem
}

.bottom-11{
  bottom:2.75rem
}

.bottom-12{
  bottom:3rem
}

.bottom-14{
  bottom:3.5rem
}

.bottom-16{
  bottom:4rem
}

.bottom-2{
  bottom:0.5rem
}

.bottom-2\.5{
  bottom:0.625rem
}

.bottom-20{
  bottom:5rem
}

.bottom-24{
  bottom:6rem
}

.bottom-28{
  bottom:7rem
}

.bottom-3{
  bottom:0.75rem
}

.bottom-3\.5{
  bottom:0.875rem
}

.bottom-32{
  bottom:8rem
}

.bottom-36{
  bottom:9rem
}

.bottom-4{
  bottom:1rem
}

.bottom-40{
  bottom:10rem
}

.bottom-44{
  bottom:11rem
}

.bottom-48{
  bottom:12rem
}

.bottom-5{
  bottom:1.25rem
}

.bottom-52{
  bottom:13rem
}

.bottom-56{
  bottom:14rem
}

.bottom-6{
  bottom:1.5rem
}

.bottom-60{
  bottom:15rem
}

.bottom-64{
  bottom:16rem
}

.bottom-7{
  bottom:1.75rem
}

.bottom-72{
  bottom:18rem
}

.bottom-8{
  bottom:2rem
}

.bottom-80{
  bottom:20rem
}

.bottom-9{
  bottom:2.25rem
}

.bottom-96{
  bottom:24rem
}

.bottom-auto{
  bottom:auto
}

.bottom-full{
  bottom:100%
}

.bottom-px{
  bottom:1px
}

.left-0{
  left:0px
}

.left-0\.5{
  left:0.125rem
}

.left-1{
  left:0.25rem
}

.left-1\.5{
  left:0.375rem
}

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

.left-10{
  left:2.5rem
}

.left-11{
  left:2.75rem
}

.left-12{
  left:3rem
}

.left-14{
  left:3.5rem
}

.left-16{
  left:4rem
}

.left-2{
  left:0.5rem
}

.left-2\.5{
  left:0.625rem
}

.left-20{
  left:5rem
}

.left-24{
  left:6rem
}

.left-28{
  left:7rem
}

.left-3{
  left:0.75rem
}

.left-3\.5{
  left:0.875rem
}

.left-32{
  left:8rem
}

.left-36{
  left:9rem
}

.left-4{
  left:1rem
}

.left-40{
  left:10rem
}

.left-44{
  left:11rem
}

.left-48{
  left:12rem
}

.left-5{
  left:1.25rem
}

.left-52{
  left:13rem
}

.left-56{
  left:14rem
}

.left-6{
  left:1.5rem
}

.left-60{
  left:15rem
}

.left-64{
  left:16rem
}

.left-7{
  left:1.75rem
}

.left-72{
  left:18rem
}

.left-8{
  left:2rem
}

.left-80{
  left:20rem
}

.left-9{
  left:2.25rem
}

.left-96{
  left:24rem
}

.left-auto{
  left:auto
}

.left-full{
  left:100%
}

.left-px{
  left:1px
}

.right-0{
  right:0px
}

.right-0\.5{
  right:0.125rem
}

.right-1{
  right:0.25rem
}

.right-1\.5{
  right:0.375rem
}

.right-1\/2{
  right:50%
}

.right-10{
  right:2.5rem
}

.right-11{
  right:2.75rem
}

.right-12{
  right:3rem
}

.right-14{
  right:3.5rem
}

.right-16{
  right:4rem
}

.right-2{
  right:0.5rem
}

.right-2\.5{
  right:0.625rem
}

.right-20{
  right:5rem
}

.right-24{
  right:6rem
}

.right-28{
  right:7rem
}

.right-3{
  right:0.75rem
}

.right-3\.5{
  right:0.875rem
}

.right-32{
  right:8rem
}

.right-36{
  right:9rem
}

.right-4{
  right:1rem
}

.right-40{
  right:10rem
}

.right-44{
  right:11rem
}

.right-48{
  right:12rem
}

.right-5{
  right:1.25rem
}

.right-52{
  right:13rem
}

.right-56{
  right:14rem
}

.right-6{
  right:1.5rem
}

.right-60{
  right:15rem
}

.right-64{
  right:16rem
}

.right-7{
  right:1.75rem
}

.right-72{
  right:18rem
}

.right-8{
  right:2rem
}

.right-80{
  right:20rem
}

.right-9{
  right:2.25rem
}

.right-96{
  right:24rem
}

.right-auto{
  right:auto
}

.right-full{
  right:100%
}

.right-px{
  right:1px
}

.top-0{
  top:0px
}

.top-0\.5{
  top:0.125rem
}

.top-1{
  top:0.25rem
}

.top-1\.5{
  top:0.375rem
}

.top-1\/2{
  top:50%
}

.top-10{
  top:2.5rem
}

.top-11{
  top:2.75rem
}

.top-12{
  top:3rem
}

.top-14{
  top:3.5rem
}

.top-16{
  top:4rem
}

.top-2{
  top:0.5rem
}

.top-2\.5{
  top:0.625rem
}

.top-20{
  top:5rem
}

.top-24{
  top:6rem
}

.top-28{
  top:7rem
}

.top-3{
  top:0.75rem
}

.top-3\.5{
  top:0.875rem
}

.top-32{
  top:8rem
}

.top-36{
  top:9rem
}

.top-4{
  top:1rem
}

.top-40{
  top:10rem
}

.top-44{
  top:11rem
}

.top-48{
  top:12rem
}

.top-5{
  top:1.25rem
}

.top-52{
  top:13rem
}

.top-56{
  top:14rem
}

.top-6{
  top:1.5rem
}

.top-60{
  top:15rem
}

.top-64{
  top:16rem
}

.top-7{
  top:1.75rem
}

.top-72{
  top:18rem
}

.top-8{
  top:2rem
}

.top-80{
  top:20rem
}

.top-9{
  top:2.25rem
}

.top-96{
  top:24rem
}

.top-auto{
  top:auto
}

.top-full{
  top:100%
}

.top-px{
  top:1px
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-20{
  z-index:20
}

.z-30{
  z-index:30
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.z-\[100\]{
  z-index:100
}

.z-\[9999\]{
  z-index:9999
}

.z-\[999\]{
  z-index:999
}

.z-auto{
  z-index:auto
}

.order-1{
  order:1
}

.order-10{
  order:10
}

.order-11{
  order:11
}

.order-12{
  order:12
}

.order-2{
  order:2
}

.order-3{
  order:3
}

.order-4{
  order:4
}

.order-5{
  order:5
}

.order-6{
  order:6
}

.order-7{
  order:7
}

.order-8{
  order:8
}

.order-9{
  order:9
}

.order-first{
  order:-9999
}

.order-last{
  order:9999
}

.order-none{
  order:0
}

.col-span-1{
  grid-column:span 1 / span 1
}

.col-span-10{
  grid-column:span 10 / span 10
}

.col-span-11{
  grid-column:span 11 / span 11
}

.col-span-12{
  grid-column:span 12 / span 12
}

.col-span-2{
  grid-column:span 2 / span 2
}

.col-span-3{
  grid-column:span 3 / span 3
}

.col-span-4{
  grid-column:span 4 / span 4
}

.col-span-5{
  grid-column:span 5 / span 5
}

.col-span-6{
  grid-column:span 6 / span 6
}

.col-span-7{
  grid-column:span 7 / span 7
}

.col-span-8{
  grid-column:span 8 / span 8
}

.col-span-9{
  grid-column:span 9 / span 9
}

.col-span-full{
  grid-column:1 / -1
}

.row-span-1{
  grid-row:span 1 / span 1
}

.row-span-2{
  grid-row:span 2 / span 2
}

.row-span-3{
  grid-row:span 3 / span 3
}

.row-span-4{
  grid-row:span 4 / span 4
}

.row-span-5{
  grid-row:span 5 / span 5
}

.row-span-6{
  grid-row:span 6 / span 6
}

.row-span-full{
  grid-row:1 / -1
}

.float-right{
  float:right
}

.float-left{
  float:left
}

.float-none{
  float:none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-0{
  margin:-0px
}

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

.-m-1{
  margin:-0.25rem
}

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

.-m-10{
  margin:-2.5rem
}

.-m-11{
  margin:-2.75rem
}

.-m-12{
  margin:-3rem
}

.-m-14{
  margin:-3.5rem
}

.-m-16{
  margin:-4rem
}

.-m-2{
  margin:-0.5rem
}

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

.-m-20{
  margin:-5rem
}

.-m-24{
  margin:-6rem
}

.-m-28{
  margin:-7rem
}

.-m-3{
  margin:-0.75rem
}

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

.-m-32{
  margin:-8rem
}

.-m-36{
  margin:-9rem
}

.-m-4{
  margin:-1rem
}

.-m-40{
  margin:-10rem
}

.-m-44{
  margin:-11rem
}

.-m-48{
  margin:-12rem
}

.-m-5{
  margin:-1.25rem
}

.-m-52{
  margin:-13rem
}

.-m-56{
  margin:-14rem
}

.-m-6{
  margin:-1.5rem
}

.-m-60{
  margin:-15rem
}

.-m-64{
  margin:-16rem
}

.-m-7{
  margin:-1.75rem
}

.-m-72{
  margin:-18rem
}

.-m-8{
  margin:-2rem
}

.-m-80{
  margin:-20rem
}

.-m-9{
  margin:-2.25rem
}

.-m-96{
  margin:-24rem
}

.-m-px{
  margin:-1px
}

.m-0{
  margin:0px
}

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

.m-1{
  margin:0.25rem
}

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

.m-10{
  margin:2.5rem
}

.m-11{
  margin:2.75rem
}

.m-12{
  margin:3rem
}

.m-14{
  margin:3.5rem
}

.m-16{
  margin:4rem
}

.m-2{
  margin:0.5rem
}

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

.m-20{
  margin:5rem
}

.m-24{
  margin:6rem
}

.m-28{
  margin:7rem
}

.m-3{
  margin:0.75rem
}

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

.m-32{
  margin:8rem
}

.m-36{
  margin:9rem
}

.m-4{
  margin:1rem
}

.m-40{
  margin:10rem
}

.m-44{
  margin:11rem
}

.m-48{
  margin:12rem
}

.m-5{
  margin:1.25rem
}

.m-52{
  margin:13rem
}

.m-56{
  margin:14rem
}

.m-6{
  margin:1.5rem
}

.m-60{
  margin:15rem
}

.m-64{
  margin:16rem
}

.m-7{
  margin:1.75rem
}

.m-72{
  margin:18rem
}

.m-8{
  margin:2rem
}

.m-80{
  margin:20rem
}

.m-9{
  margin:2.25rem
}

.m-96{
  margin:24rem
}

.m-auto{
  margin:auto
}

.m-px{
  margin:1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-56{
  margin-left:-14rem
}

.-ml-6{
  margin-left:-1.5rem
}

.-ml-60{
  margin-left:-15rem
}

.-ml-64{
  margin-left:-16rem
}

.-ml-7{
  margin-left:-1.75rem
}

.-ml-72{
  margin-left:-18rem
}

.-ml-8{
  margin-left:-2rem
}

.-ml-80{
  margin-left:-20rem
}

.-ml-9{
  margin-left:-2.25rem
}

.-ml-96{
  margin-left:-24rem
}

.-ml-px{
  margin-left:-1px
}

.-mr-0{
  margin-right:-0px
}

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

.-mr-1{
  margin-right:-0.25rem
}

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

.-mr-10{
  margin-right:-2.5rem
}

.-mr-11{
  margin-right:-2.75rem
}

.-mr-12{
  margin-right:-3rem
}

.-mr-14{
  margin-right:-3.5rem
}

.-mr-16{
  margin-right:-4rem
}

.-mr-2{
  margin-right:-0.5rem
}

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

.-mr-20{
  margin-right:-5rem
}

.-mr-24{
  margin-right:-6rem
}

.-mr-28{
  margin-right:-7rem
}

.-mr-3{
  margin-right:-0.75rem
}

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

.-mr-32{
  margin-right:-8rem
}

.-mr-36{
  margin-right:-9rem
}

.-mr-4{
  margin-right:-1rem
}

.-mr-40{
  margin-right:-10rem
}

.-mr-44{
  margin-right:-11rem
}

.-mr-48{
  margin-right:-12rem
}

.-mr-5{
  margin-right:-1.25rem
}

.-mr-52{
  margin-right:-13rem
}

.-mr-56{
  margin-right:-14rem
}

.-mr-6{
  margin-right:-1.5rem
}

.-mr-60{
  margin-right:-15rem
}

.-mr-64{
  margin-right:-16rem
}

.-mr-7{
  margin-right:-1.75rem
}

.-mr-72{
  margin-right:-18rem
}

.-mr-8{
  margin-right:-2rem
}

.-mr-80{
  margin-right:-20rem
}

.-mr-9{
  margin-right:-2.25rem
}

.-mr-96{
  margin-right:-24rem
}

.-mr-px{
  margin-right:-1px
}

.-mt-0{
  margin-top:-0px
}

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

.-mt-1{
  margin-top:-0.25rem
}

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

.-mt-10{
  margin-top:-2.5rem
}

.-mt-11{
  margin-top:-2.75rem
}

.-mt-12{
  margin-top:-3rem
}

.-mt-14{
  margin-top:-3.5rem
}

.-mt-16{
  margin-top:-4rem
}

.-mt-2{
  margin-top:-0.5rem
}

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

.-mt-20{
  margin-top:-5rem
}

.-mt-24{
  margin-top:-6rem
}

.-mt-28{
  margin-top:-7rem
}

.-mt-3{
  margin-top:-0.75rem
}

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

.-mt-32{
  margin-top:-8rem
}

.-mt-36{
  margin-top:-9rem
}

.-mt-4{
  margin-top:-1rem
}

.-mt-40{
  margin-top:-10rem
}

.-mt-44{
  margin-top:-11rem
}

.-mt-48{
  margin-top:-12rem
}

.-mt-5{
  margin-top:-1.25rem
}

.-mt-52{
  margin-top:-13rem
}

.-mt-56{
  margin-top:-14rem
}

.-mt-6{
  margin-top:-1.5rem
}

.-mt-60{
  margin-top:-15rem
}

.-mt-64{
  margin-top:-16rem
}

.-mt-7{
  margin-top:-1.75rem
}

.-mt-72{
  margin-top:-18rem
}

.-mt-8{
  margin-top:-2rem
}

.-mt-80{
  margin-top:-20rem
}

.-mt-9{
  margin-top:-2.25rem
}

.-mt-96{
  margin-top:-24rem
}

.-mt-px{
  margin-top:-1px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-6{
  margin-bottom:1.5rem
}

.mb-60{
  margin-bottom:15rem
}

.mb-64{
  margin-bottom:16rem
}

.mb-7{
  margin-bottom:1.75rem
}

.mb-72{
  margin-bottom:18rem
}

.mb-8{
  margin-bottom:2rem
}

.mb-80{
  margin-bottom:20rem
}

.mb-9{
  margin-bottom:2.25rem
}

.mb-96{
  margin-bottom:24rem
}

.mb-auto{
  margin-bottom:auto
}

.mb-px{
  margin-bottom:1px
}

.ml-0{
  margin-left:0px
}

.ml-0\.5{
  margin-left:0.125rem
}

.ml-1{
  margin-left:0.25rem
}

.ml-1\.5{
  margin-left:0.375rem
}

.ml-10{
  margin-left:2.5rem
}

.ml-11{
  margin-left:2.75rem
}

.ml-12{
  margin-left:3rem
}

.ml-14{
  margin-left:3.5rem
}

.ml-16{
  margin-left:4rem
}

.ml-2{
  margin-left:0.5rem
}

.ml-2\.5{
  margin-left:0.625rem
}

.ml-20{
  margin-left:5rem
}

.ml-24{
  margin-left:6rem
}

.ml-28{
  margin-left:7rem
}

.ml-3{
  margin-left:0.75rem
}

.ml-3\.5{
  margin-left:0.875rem
}

.ml-32{
  margin-left:8rem
}

.ml-36{
  margin-left:9rem
}

.ml-4{
  margin-left:1rem
}

.ml-40{
  margin-left:10rem
}

.ml-44{
  margin-left:11rem
}

.ml-48{
  margin-left:12rem
}

.ml-5{
  margin-left:1.25rem
}

.ml-52{
  margin-left:13rem
}

.ml-56{
  margin-left:14rem
}

.ml-6{
  margin-left:1.5rem
}

.ml-60{
  margin-left:15rem
}

.ml-64{
  margin-left:16rem
}

.ml-7{
  margin-left:1.75rem
}

.ml-72{
  margin-left:18rem
}

.ml-8{
  margin-left:2rem
}

.ml-80{
  margin-left:20rem
}

.ml-9{
  margin-left:2.25rem
}

.ml-96{
  margin-left:24rem
}

.ml-auto{
  margin-left:auto
}

.ml-px{
  margin-left:1px
}

.mr-0{
  margin-right:0px
}

.mr-0\.5{
  margin-right:0.125rem
}

.mr-1{
  margin-right:0.25rem
}

.mr-1\.5{
  margin-right:0.375rem
}

.mr-10{
  margin-right:2.5rem
}

.mr-11{
  margin-right:2.75rem
}

.mr-12{
  margin-right:3rem
}

.mr-14{
  margin-right:3.5rem
}

.mr-16{
  margin-right:4rem
}

.mr-2{
  margin-right:0.5rem
}

.mr-2\.5{
  margin-right:0.625rem
}

.mr-20{
  margin-right:5rem
}

.mr-24{
  margin-right:6rem
}

.mr-28{
  margin-right:7rem
}

.mr-3{
  margin-right:0.75rem
}

.mr-3\.5{
  margin-right:0.875rem
}

.mr-32{
  margin-right:8rem
}

.mr-36{
  margin-right:9rem
}

.mr-4{
  margin-right:1rem
}

.mr-40{
  margin-right:10rem
}

.mr-44{
  margin-right:11rem
}

.mr-48{
  margin-right:12rem
}

.mr-5{
  margin-right:1.25rem
}

.mr-52{
  margin-right:13rem
}

.mr-56{
  margin-right:14rem
}

.mr-6{
  margin-right:1.5rem
}

.mr-60{
  margin-right:15rem
}

.mr-64{
  margin-right:16rem
}

.mr-7{
  margin-right:1.75rem
}

.mr-72{
  margin-right:18rem
}

.mr-8{
  margin-right:2rem
}

.mr-80{
  margin-right:20rem
}

.mr-9{
  margin-right:2.25rem
}

.mr-96{
  margin-right:24rem
}

.mr-auto{
  margin-right:auto
}

.mr-px{
  margin-right:1px
}

.mt-0{
  margin-top:0px
}

.mt-0\.5{
  margin-top:0.125rem
}

.mt-1{
  margin-top:0.25rem
}

.mt-1\.5{
  margin-top:0.375rem
}

.mt-10{
  margin-top:2.5rem
}

.mt-11{
  margin-top:2.75rem
}

.mt-12{
  margin-top:3rem
}

.mt-14{
  margin-top:3.5rem
}

.mt-16{
  margin-top:4rem
}

.mt-2{
  margin-top:0.5rem
}

.mt-2\.5{
  margin-top:0.625rem
}

.mt-20{
  margin-top:5rem
}

.mt-24{
  margin-top:6rem
}

.mt-28{
  margin-top:7rem
}

.mt-3{
  margin-top:0.75rem
}

.mt-3\.5{
  margin-top:0.875rem
}

.mt-32{
  margin-top:8rem
}

.mt-36{
  margin-top:9rem
}

.mt-4{
  margin-top:1rem
}

.mt-40{
  margin-top:10rem
}

.mt-44{
  margin-top:11rem
}

.mt-48{
  margin-top:12rem
}

.mt-5{
  margin-top:1.25rem
}

.mt-52{
  margin-top:13rem
}

.mt-56{
  margin-top:14rem
}

.mt-6{
  margin-top:1.5rem
}

.mt-60{
  margin-top:15rem
}

.mt-64{
  margin-top:16rem
}

.mt-7{
  margin-top:1.75rem
}

.mt-72{
  margin-top:18rem
}

.mt-8{
  margin-top:2rem
}

.mt-80{
  margin-top:20rem
}

.mt-9{
  margin-top:2.25rem
}

.mt-96{
  margin-top:24rem
}

.mt-auto{
  margin-top:auto
}

.mt-px{
  margin-top:1px
}

.line-clamp-2{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}

.line-clamp-3{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.flow-root{
  display:flow-root
}

.grid{
  display:grid
}

.inline-grid{
  display:inline-grid
}

.contents{
  display:contents
}

.list-item{
  display:list-item
}

.hidden{
  display:none
}

.aspect-\[1\/1\]{
  aspect-ratio:1/1
}

.aspect-\[16\/9\]{
  aspect-ratio:16/9
}

.aspect-\[4\/3\]{
  aspect-ratio:4/3
}

.aspect-\[5\/3\]{
  aspect-ratio:5/3
}

.aspect-square{
  aspect-ratio:1 / 1
}

.aspect-video{
  aspect-ratio:16 / 9
}

.\!h-0{
  height:0px !important
}

.\!h-0\.5{
  height:0.125rem !important
}

.\!h-1{
  height:0.25rem !important
}

.\!h-1\.5{
  height:0.375rem !important
}

.\!h-10{
  height:2.5rem !important
}

.\!h-11{
  height:2.75rem !important
}

.\!h-12{
  height:3rem !important
}

.\!h-14{
  height:3.5rem !important
}

.\!h-16{
  height:4rem !important
}

.\!h-2{
  height:0.5rem !important
}

.\!h-2\.5{
  height:0.625rem !important
}

.\!h-20{
  height:5rem !important
}

.\!h-24{
  height:6rem !important
}

.\!h-28{
  height:7rem !important
}

.\!h-3{
  height:0.75rem !important
}

.\!h-3\.5{
  height:0.875rem !important
}

.\!h-32{
  height:8rem !important
}

.\!h-36{
  height:9rem !important
}

.\!h-4{
  height:1rem !important
}

.\!h-40{
  height:10rem !important
}

.\!h-44{
  height:11rem !important
}

.\!h-48{
  height:12rem !important
}

.\!h-5{
  height:1.25rem !important
}

.\!h-52{
  height:13rem !important
}

.\!h-56{
  height:14rem !important
}

.\!h-6{
  height:1.5rem !important
}

.\!h-60{
  height:15rem !important
}

.\!h-64{
  height:16rem !important
}

.\!h-7{
  height:1.75rem !important
}

.\!h-72{
  height:18rem !important
}

.\!h-8{
  height:2rem !important
}

.\!h-80{
  height:20rem !important
}

.\!h-9{
  height:2.25rem !important
}

.\!h-96{
  height:24rem !important
}

.\!h-px{
  height:1px !important
}

.h-0{
  height:0px
}

.h-0\.5{
  height:0.125rem
}

.h-1{
  height:0.25rem
}

.h-1\.5{
  height:0.375rem
}

.h-10{
  height:2.5rem
}

.h-11{
  height:2.75rem
}

.h-12{
  height:3rem
}

.h-14{
  height:3.5rem
}

.h-16{
  height:4rem
}

.h-2{
  height:0.5rem
}

.h-2\.5{
  height:0.625rem
}

.h-20{
  height:5rem
}

.h-24{
  height:6rem
}

.h-28{
  height:7rem
}

.h-3{
  height:0.75rem
}

.h-3\.5{
  height:0.875rem
}

.h-32{
  height:8rem
}

.h-36{
  height:9rem
}

.h-4{
  height:1rem
}

.h-40{
  height:10rem
}

.h-44{
  height:11rem
}

.h-48{
  height:12rem
}

.h-5{
  height:1.25rem
}

.h-52{
  height:13rem
}

.h-56{
  height:14rem
}

.h-6{
  height:1.5rem
}

.h-60{
  height:15rem
}

.h-64{
  height:16rem
}

.h-7{
  height:1.75rem
}

.h-72{
  height:18rem
}

.h-8{
  height:2rem
}

.h-80{
  height:20rem
}

.h-9{
  height:2.25rem
}

.h-96{
  height:24rem
}

.h-auto{
  height:auto
}

.h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.h-full{
  height:100%
}

.h-max{
  height:-moz-max-content;
  height:max-content
}

.h-min{
  height:-moz-min-content;
  height:min-content
}

.h-px{
  height:1px
}

.h-screen{
  height:100vh
}

.max-h-0{
  max-height:0px
}

.max-h-0\.5{
  max-height:0.125rem
}

.max-h-1{
  max-height:0.25rem
}

.max-h-1\.5{
  max-height:0.375rem
}

.max-h-10{
  max-height:2.5rem
}

.max-h-11{
  max-height:2.75rem
}

.max-h-12{
  max-height:3rem
}

.max-h-14{
  max-height:3.5rem
}

.max-h-16{
  max-height:4rem
}

.max-h-2{
  max-height:0.5rem
}

.max-h-2\.5{
  max-height:0.625rem
}

.max-h-20{
  max-height:5rem
}

.max-h-24{
  max-height:6rem
}

.max-h-28{
  max-height:7rem
}

.max-h-3{
  max-height:0.75rem
}

.max-h-3\.5{
  max-height:0.875rem
}

.max-h-32{
  max-height:8rem
}

.max-h-36{
  max-height:9rem
}

.max-h-4{
  max-height:1rem
}

.max-h-40{
  max-height:10rem
}

.max-h-44{
  max-height:11rem
}

.max-h-48{
  max-height:12rem
}

.max-h-5{
  max-height:1.25rem
}

.max-h-52{
  max-height:13rem
}

.max-h-56{
  max-height:14rem
}

.max-h-6{
  max-height:1.5rem
}

.max-h-60{
  max-height:15rem
}

.max-h-64{
  max-height:16rem
}

.max-h-7{
  max-height:1.75rem
}

.max-h-72{
  max-height:18rem
}

.max-h-8{
  max-height:2rem
}

.max-h-80{
  max-height:20rem
}

.max-h-9{
  max-height:2.25rem
}

.max-h-96{
  max-height:24rem
}

.max-h-\[90vh\]{
  max-height:90vh
}

.max-h-px{
  max-height:1px
}

.min-h-0{
  min-height:0px
}

.min-h-\[200px\]{
  min-height:200px
}

.min-h-\[240px\]{
  min-height:240px
}

.min-h-fit{
  min-height:-moz-fit-content;
  min-height:fit-content
}

.min-h-full{
  min-height:100%
}

.min-h-max{
  min-height:-moz-max-content;
  min-height:max-content
}

.min-h-min{
  min-height:-moz-min-content;
  min-height:min-content
}

.min-h-screen{
  min-height:100vh
}

.\!w-0{
  width:0px !important
}

.\!w-0\.5{
  width:0.125rem !important
}

.\!w-1{
  width:0.25rem !important
}

.\!w-1\.5{
  width:0.375rem !important
}

.\!w-10{
  width:2.5rem !important
}

.\!w-11{
  width:2.75rem !important
}

.\!w-12{
  width:3rem !important
}

.\!w-14{
  width:3.5rem !important
}

.\!w-16{
  width:4rem !important
}

.\!w-2{
  width:0.5rem !important
}

.\!w-2\.5{
  width:0.625rem !important
}

.\!w-20{
  width:5rem !important
}

.\!w-24{
  width:6rem !important
}

.\!w-28{
  width:7rem !important
}

.\!w-3{
  width:0.75rem !important
}

.\!w-3\.5{
  width:0.875rem !important
}

.\!w-32{
  width:8rem !important
}

.\!w-36{
  width:9rem !important
}

.\!w-4{
  width:1rem !important
}

.\!w-40{
  width:10rem !important
}

.\!w-44{
  width:11rem !important
}

.\!w-48{
  width:12rem !important
}

.\!w-5{
  width:1.25rem !important
}

.\!w-52{
  width:13rem !important
}

.\!w-56{
  width:14rem !important
}

.\!w-6{
  width:1.5rem !important
}

.\!w-60{
  width:15rem !important
}

.\!w-64{
  width:16rem !important
}

.\!w-7{
  width:1.75rem !important
}

.\!w-72{
  width:18rem !important
}

.\!w-8{
  width:2rem !important
}

.\!w-80{
  width:20rem !important
}

.\!w-9{
  width:2.25rem !important
}

.\!w-96{
  width:24rem !important
}

.\!w-auto{
  width:auto !important
}

.\!w-px{
  width:1px !important
}

.w-0{
  width:0px
}

.w-0\.5{
  width:0.125rem
}

.w-1{
  width:0.25rem
}

.w-1\.5{
  width:0.375rem
}

.w-1\/2{
  width:50%
}

.w-1\/3{
  width:33.333333%
}

.w-1\/4{
  width:25%
}

.w-1\/5{
  width:20%
}

.w-1\/6{
  width:16.666667%
}

.w-10{
  width:2.5rem
}

.w-11{
  width:2.75rem
}

.w-12{
  width:3rem
}

.w-14{
  width:3.5rem
}

.w-16{
  width:4rem
}

.w-2{
  width:0.5rem
}

.w-2\.5{
  width:0.625rem
}

.w-2\/3{
  width:66.666667%
}

.w-2\/5{
  width:40%
}

.w-20{
  width:5rem
}

.w-24{
  width:6rem
}

.w-28{
  width:7rem
}

.w-3{
  width:0.75rem
}

.w-3\.5{
  width:0.875rem
}

.w-3\/4{
  width:75%
}

.w-3\/5{
  width:60%
}

.w-32{
  width:8rem
}

.w-36{
  width:9rem
}

.w-4{
  width:1rem
}

.w-4\/5{
  width:80%
}

.w-40{
  width:10rem
}

.w-44{
  width:11rem
}

.w-48{
  width:12rem
}

.w-5{
  width:1.25rem
}

.w-5\/6{
  width:83.333333%
}

.w-52{
  width:13rem
}

.w-56{
  width:14rem
}

.w-6{
  width:1.5rem
}

.w-60{
  width:15rem
}

.w-64{
  width:16rem
}

.w-7{
  width:1.75rem
}

.w-72{
  width:18rem
}

.w-8{
  width:2rem
}

.w-80{
  width:20rem
}

.w-9{
  width:2.25rem
}

.w-96{
  width:24rem
}

.w-auto{
  width:auto
}

.w-fit{
  width:-moz-fit-content;
  width:fit-content
}

.w-full{
  width:100%
}

.w-max{
  width:-moz-max-content;
  width:max-content
}

.w-min{
  width:-moz-min-content;
  width:min-content
}

.w-px{
  width:1px
}

.w-screen{
  width:100vw
}

.min-w-0{
  min-width:0px
}

.min-w-\[44px\]{
  min-width:44px
}

.min-w-fit{
  min-width:-moz-fit-content;
  min-width:fit-content
}

.min-w-full{
  min-width:100%
}

.min-w-max{
  min-width:-moz-max-content;
  min-width:max-content
}

.min-w-min{
  min-width:-moz-min-content;
  min-width:min-content
}

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-4xl{
  max-width:56rem
}

.max-w-5xl{
  max-width:64rem
}

.max-w-6xl{
  max-width:72rem
}

.max-w-7xl{
  max-width:80rem
}

.max-w-\[1120px\]{
  max-width:1120px
}

.max-w-\[672px\]{
  max-width:672px
}

.max-w-\[896px\]{
  max-width:896px
}

.max-w-\[90vw\]{
  max-width:90vw
}

.max-w-fit{
  max-width:-moz-fit-content;
  max-width:fit-content
}

.max-w-full{
  max-width:100%
}

.max-w-lg{
  max-width:32rem
}

.max-w-max{
  max-width:-moz-max-content;
  max-width:max-content
}

.max-w-md{
  max-width:28rem
}

.max-w-min{
  max-width:-moz-min-content;
  max-width:min-content
}

.max-w-none{
  max-width:none
}

.max-w-prose{
  max-width:65ch
}

.max-w-screen-2xl{
  max-width:1536px
}

.max-w-screen-lg{
  max-width:1024px
}

.max-w-screen-md{
  max-width:768px
}

.max-w-screen-sm{
  max-width:640px
}

.max-w-screen-xl{
  max-width:1280px
}

.max-w-sm{
  max-width:24rem
}

.max-w-xl{
  max-width:36rem
}

.max-w-xs{
  max-width:20rem
}

.flex-1{
  flex:1 1 0%
}

.flex-auto{
  flex:1 1 auto
}

.flex-initial{
  flex:0 1 auto
}

.flex-none{
  flex:none
}

.flex-shrink-0{
  flex-shrink:0
}

.shrink{
  flex-shrink:1
}

.shrink-0{
  flex-shrink:0
}

.grow{
  flex-grow:1
}

.grow-0{
  flex-grow:0
}

.border-collapse{
  border-collapse:collapse
}

.-translate-y-1\/2{
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0{
  --tw-translate-x:0px;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-0\.5{
  --tw-translate-x:0.125rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1{
  --tw-translate-x:0.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\.5{
  --tw-translate-x:0.375rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/2{
  --tw-translate-x:50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-10{
  --tw-translate-x:2.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-11{
  --tw-translate-x:2.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-12{
  --tw-translate-x:3rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-14{
  --tw-translate-x:3.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-16{
  --tw-translate-x:4rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-2{
  --tw-translate-x:0.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-2\.5{
  --tw-translate-x:0.625rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-20{
  --tw-translate-x:5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-24{
  --tw-translate-x:6rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-28{
  --tw-translate-x:7rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-3{
  --tw-translate-x:0.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-3\.5{
  --tw-translate-x:0.875rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-32{
  --tw-translate-x:8rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-36{
  --tw-translate-x:9rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-4{
  --tw-translate-x:1rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-40{
  --tw-translate-x:10rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-44{
  --tw-translate-x:11rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-48{
  --tw-translate-x:12rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-5{
  --tw-translate-x:1.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-52{
  --tw-translate-x:13rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-56{
  --tw-translate-x:14rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-6{
  --tw-translate-x:1.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-60{
  --tw-translate-x:15rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-64{
  --tw-translate-x:16rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-7{
  --tw-translate-x:1.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-72{
  --tw-translate-x:18rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-8{
  --tw-translate-x:2rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-80{
  --tw-translate-x:20rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-9{
  --tw-translate-x:2.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-96{
  --tw-translate-x:24rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-full{
  --tw-translate-x:100%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-px{
  --tw-translate-x:1px;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0{
  --tw-translate-y:0px;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0\.5{
  --tw-translate-y:0.125rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1{
  --tw-translate-y:0.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\.5{
  --tw-translate-y:0.375rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2{
  --tw-translate-y:50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-10{
  --tw-translate-y:2.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-11{
  --tw-translate-y:2.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-12{
  --tw-translate-y:3rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-14{
  --tw-translate-y:3.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-16{
  --tw-translate-y:4rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-2{
  --tw-translate-y:0.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-2\.5{
  --tw-translate-y:0.625rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-20{
  --tw-translate-y:5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-24{
  --tw-translate-y:6rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-28{
  --tw-translate-y:7rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-3{
  --tw-translate-y:0.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-3\.5{
  --tw-translate-y:0.875rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-32{
  --tw-translate-y:8rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-36{
  --tw-translate-y:9rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-4{
  --tw-translate-y:1rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-40{
  --tw-translate-y:10rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-44{
  --tw-translate-y:11rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-48{
  --tw-translate-y:12rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-5{
  --tw-translate-y:1.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-52{
  --tw-translate-y:13rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-56{
  --tw-translate-y:14rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-6{
  --tw-translate-y:1.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-60{
  --tw-translate-y:15rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-64{
  --tw-translate-y:16rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-7{
  --tw-translate-y:1.75rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-72{
  --tw-translate-y:18rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-8{
  --tw-translate-y:2rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-80{
  --tw-translate-y:20rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-9{
  --tw-translate-y:2.25rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-96{
  --tw-translate-y:24rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full{
  --tw-translate-y:100%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-px{
  --tw-translate-y:1px;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-0{
  --tw-rotate:0deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-1{
  --tw-rotate:1deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-12{
  --tw-rotate:12deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180{
  --tw-rotate:180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-2{
  --tw-rotate:2deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-3{
  --tw-rotate:3deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-45{
  --tw-rotate:45deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-6{
  --tw-rotate:6deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90{
  --tw-rotate:90deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-0{
  --tw-scale-x:0;
  --tw-scale-y:0;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100{
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-125{
  --tw-scale-x:1.25;
  --tw-scale-y:1.25;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-150{
  --tw-scale-x:1.5;
  --tw-scale-y:1.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-50{
  --tw-scale-x:.5;
  --tw-scale-y:.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75{
  --tw-scale-x:.75;
  --tw-scale-y:.75;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-90{
  --tw-scale-x:.9;
  --tw-scale-y:.9;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-95{
  --tw-scale-x:.95;
  --tw-scale-y:.95;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-0{
  --tw-scale-x:0;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-100{
  --tw-scale-x:1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-105{
  --tw-scale-x:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-110{
  --tw-scale-x:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-125{
  --tw-scale-x:1.25;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-150{
  --tw-scale-x:1.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-50{
  --tw-scale-x:.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-75{
  --tw-scale-x:.75;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-90{
  --tw-scale-x:.9;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-x-95{
  --tw-scale-x:.95;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-0{
  --tw-scale-y:0;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-100{
  --tw-scale-y:1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-105{
  --tw-scale-y:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-110{
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-125{
  --tw-scale-y:1.25;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-150{
  --tw-scale-y:1.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-50{
  --tw-scale-y:.5;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-75{
  --tw-scale-y:.75;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-90{
  --tw-scale-y:.9;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-95{
  --tw-scale-y:.95;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform{
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-auto{
  cursor:auto
}

.cursor-default{
  cursor:default
}

.cursor-grab{
  cursor:grab
}

.cursor-grabbing{
  cursor:grabbing
}

.cursor-help{
  cursor:help
}

.cursor-move{
  cursor:move
}

.cursor-not-allowed{
  cursor:not-allowed
}

.cursor-pointer{
  cursor:pointer
}

.cursor-text{
  cursor:text
}

.cursor-wait{
  cursor:wait
}

.select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.select-text{
  -webkit-user-select:text;
     -moz-user-select:text;
          user-select:text
}

.select-all{
  -webkit-user-select:all;
     -moz-user-select:all;
          user-select:all
}

.select-auto{
  -webkit-user-select:auto;
     -moz-user-select:auto;
          user-select:auto
}

.resize{
  resize:both
}

.list-inside{
  list-style-position:inside
}

.list-outside{
  list-style-position:outside
}

.list-decimal{
  list-style-type:decimal
}

.list-disc{
  list-style-type:disc
}

.list-none{
  list-style-type:none
}

.columns-1{
  -moz-columns:1;
       columns:1
}

.columns-10{
  -moz-columns:10;
       columns:10
}

.columns-11{
  -moz-columns:11;
       columns:11
}

.columns-12{
  -moz-columns:12;
       columns:12
}

.columns-2{
  -moz-columns:2;
       columns:2
}

.columns-3{
  -moz-columns:3;
       columns:3
}

.columns-4{
  -moz-columns:4;
       columns:4
}

.columns-5{
  -moz-columns:5;
       columns:5
}

.columns-6{
  -moz-columns:6;
       columns:6
}

.columns-7{
  -moz-columns:7;
       columns:7
}

.columns-8{
  -moz-columns:8;
       columns:8
}

.columns-9{
  -moz-columns:9;
       columns:9
}

.columns-auto{
  -moz-columns:auto;
       columns:auto
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-10{
  grid-template-columns:repeat(10, minmax(0, 1fr))
}

.grid-cols-11{
  grid-template-columns:repeat(11, minmax(0, 1fr))
}

.grid-cols-12{
  grid-template-columns:repeat(12, minmax(0, 1fr))
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.grid-cols-3{
  grid-template-columns:repeat(3, minmax(0, 1fr))
}

.grid-cols-4{
  grid-template-columns:repeat(4, minmax(0, 1fr))
}

.grid-cols-5{
  grid-template-columns:repeat(5, minmax(0, 1fr))
}

.grid-cols-6{
  grid-template-columns:repeat(6, minmax(0, 1fr))
}

.grid-cols-7{
  grid-template-columns:repeat(7, minmax(0, 1fr))
}

.grid-cols-8{
  grid-template-columns:repeat(8, minmax(0, 1fr))
}

.grid-cols-9{
  grid-template-columns:repeat(9, minmax(0, 1fr))
}

.grid-cols-none{
  grid-template-columns:none
}

.flex-row{
  flex-direction:row
}

.flex-row-reverse{
  flex-direction:row-reverse
}

.flex-col{
  flex-direction:column
}

.flex-col-reverse{
  flex-direction:column-reverse
}

.flex-wrap{
  flex-wrap:wrap
}

.flex-wrap-reverse{
  flex-wrap:wrap-reverse
}

.flex-nowrap{
  flex-wrap:nowrap
}

.place-content-center{
  place-content:center
}

.place-content-start{
  place-content:start
}

.place-content-end{
  place-content:end
}

.place-content-stretch{
  place-content:stretch
}

.place-items-start{
  place-items:start
}

.place-items-end{
  place-items:end
}

.place-items-center{
  place-items:center
}

.place-items-stretch{
  place-items:stretch
}

.content-center{
  align-content:center
}

.content-start{
  align-content:flex-start
}

.content-end{
  align-content:flex-end
}

.content-between{
  align-content:space-between
}

.content-around{
  align-content:space-around
}

.content-evenly{
  align-content:space-evenly
}

.content-stretch{
  align-content:stretch
}

.items-start{
  align-items:flex-start
}

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.items-baseline{
  align-items:baseline
}

.items-stretch{
  align-items:stretch
}

.justify-normal{
  justify-content:normal
}

.justify-start{
  justify-content:flex-start
}

.justify-end{
  justify-content:flex-end
}

.justify-center{
  justify-content:center
}

.justify-between{
  justify-content:space-between
}

.justify-around{
  justify-content:space-around
}

.justify-evenly{
  justify-content:space-evenly
}

.justify-stretch{
  justify-content:stretch
}

.justify-items-start{
  justify-items:start
}

.justify-items-end{
  justify-items:end
}

.justify-items-center{
  justify-items:center
}

.justify-items-stretch{
  justify-items:stretch
}

.\!gap-0{
  gap:0px !important
}

.\!gap-0\.5{
  gap:0.125rem !important
}

.\!gap-1{
  gap:0.25rem !important
}

.\!gap-1\.5{
  gap:0.375rem !important
}

.\!gap-10{
  gap:2.5rem !important
}

.\!gap-11{
  gap:2.75rem !important
}

.\!gap-12{
  gap:3rem !important
}

.\!gap-14{
  gap:3.5rem !important
}

.\!gap-16{
  gap:4rem !important
}

.\!gap-2{
  gap:0.5rem !important
}

.\!gap-2\.5{
  gap:0.625rem !important
}

.\!gap-20{
  gap:5rem !important
}

.\!gap-24{
  gap:6rem !important
}

.\!gap-28{
  gap:7rem !important
}

.\!gap-3{
  gap:0.75rem !important
}

.\!gap-3\.5{
  gap:0.875rem !important
}

.\!gap-32{
  gap:8rem !important
}

.\!gap-36{
  gap:9rem !important
}

.\!gap-4{
  gap:1rem !important
}

.\!gap-40{
  gap:10rem !important
}

.\!gap-44{
  gap:11rem !important
}

.\!gap-48{
  gap:12rem !important
}

.\!gap-5{
  gap:1.25rem !important
}

.\!gap-52{
  gap:13rem !important
}

.\!gap-56{
  gap:14rem !important
}

.\!gap-6{
  gap:1.5rem !important
}

.\!gap-60{
  gap:15rem !important
}

.\!gap-64{
  gap:16rem !important
}

.\!gap-7{
  gap:1.75rem !important
}

.\!gap-72{
  gap:18rem !important
}

.\!gap-8{
  gap:2rem !important
}

.\!gap-80{
  gap:20rem !important
}

.\!gap-9{
  gap:2.25rem !important
}

.\!gap-96{
  gap:24rem !important
}

.\!gap-px{
  gap:1px !important
}

.gap-0{
  gap:0px
}

.gap-0\.5{
  gap:0.125rem
}

.gap-1{
  gap:0.25rem
}

.gap-1\.5{
  gap:0.375rem
}

.gap-10{
  gap:2.5rem
}

.gap-11{
  gap:2.75rem
}

.gap-12{
  gap:3rem
}

.gap-14{
  gap:3.5rem
}

.gap-16{
  gap:4rem
}

.gap-2{
  gap:0.5rem
}

.gap-2\.5{
  gap:0.625rem
}

.gap-20{
  gap:5rem
}

.gap-24{
  gap:6rem
}

.gap-28{
  gap:7rem
}

.gap-3{
  gap:0.75rem
}

.gap-3\.5{
  gap:0.875rem
}

.gap-32{
  gap:8rem
}

.gap-36{
  gap:9rem
}

.gap-4{
  gap:1rem
}

.gap-40{
  gap:10rem
}

.gap-44{
  gap:11rem
}

.gap-48{
  gap:12rem
}

.gap-5{
  gap:1.25rem
}

.gap-52{
  gap:13rem
}

.gap-56{
  gap:14rem
}

.gap-6{
  gap:1.5rem
}

.gap-60{
  gap:15rem
}

.gap-64{
  gap:16rem
}

.gap-7{
  gap:1.75rem
}

.gap-72{
  gap:18rem
}

.gap-8{
  gap:2rem
}

.gap-80{
  gap:20rem
}

.gap-9{
  gap:2.25rem
}

.gap-96{
  gap:24rem
}

.gap-px{
  gap:1px
}

.\!gap-x-0{
  -moz-column-gap:0px !important;
       column-gap:0px !important
}

.\!gap-x-0\.5{
  -moz-column-gap:0.125rem !important;
       column-gap:0.125rem !important
}

.\!gap-x-1{
  -moz-column-gap:0.25rem !important;
       column-gap:0.25rem !important
}

.\!gap-x-1\.5{
  -moz-column-gap:0.375rem !important;
       column-gap:0.375rem !important
}

.\!gap-x-10{
  -moz-column-gap:2.5rem !important;
       column-gap:2.5rem !important
}

.\!gap-x-11{
  -moz-column-gap:2.75rem !important;
       column-gap:2.75rem !important
}

.\!gap-x-12{
  -moz-column-gap:3rem !important;
       column-gap:3rem !important
}

.\!gap-x-14{
  -moz-column-gap:3.5rem !important;
       column-gap:3.5rem !important
}

.\!gap-x-16{
  -moz-column-gap:4rem !important;
       column-gap:4rem !important
}

.\!gap-x-2{
  -moz-column-gap:0.5rem !important;
       column-gap:0.5rem !important
}

.\!gap-x-2\.5{
  -moz-column-gap:0.625rem !important;
       column-gap:0.625rem !important
}

.\!gap-x-20{
  -moz-column-gap:5rem !important;
       column-gap:5rem !important
}

.\!gap-x-24{
  -moz-column-gap:6rem !important;
       column-gap:6rem !important
}

.\!gap-x-28{
  -moz-column-gap:7rem !important;
       column-gap:7rem !important
}

.\!gap-x-3{
  -moz-column-gap:0.75rem !important;
       column-gap:0.75rem !important
}

.\!gap-x-3\.5{
  -moz-column-gap:0.875rem !important;
       column-gap:0.875rem !important
}

.\!gap-x-32{
  -moz-column-gap:8rem !important;
       column-gap:8rem !important
}

.\!gap-x-36{
  -moz-column-gap:9rem !important;
       column-gap:9rem !important
}

.\!gap-x-4{
  -moz-column-gap:1rem !important;
       column-gap:1rem !important
}

.\!gap-x-40{
  -moz-column-gap:10rem !important;
       column-gap:10rem !important
}

.\!gap-x-44{
  -moz-column-gap:11rem !important;
       column-gap:11rem !important
}

.\!gap-x-48{
  -moz-column-gap:12rem !important;
       column-gap:12rem !important
}

.\!gap-x-5{
  -moz-column-gap:1.25rem !important;
       column-gap:1.25rem !important
}

.\!gap-x-52{
  -moz-column-gap:13rem !important;
       column-gap:13rem !important
}

.\!gap-x-56{
  -moz-column-gap:14rem !important;
       column-gap:14rem !important
}

.\!gap-x-6{
  -moz-column-gap:1.5rem !important;
       column-gap:1.5rem !important
}

.\!gap-x-60{
  -moz-column-gap:15rem !important;
       column-gap:15rem !important
}

.\!gap-x-64{
  -moz-column-gap:16rem !important;
       column-gap:16rem !important
}

.\!gap-x-7{
  -moz-column-gap:1.75rem !important;
       column-gap:1.75rem !important
}

.\!gap-x-72{
  -moz-column-gap:18rem !important;
       column-gap:18rem !important
}

.\!gap-x-8{
  -moz-column-gap:2rem !important;
       column-gap:2rem !important
}

.\!gap-x-80{
  -moz-column-gap:20rem !important;
       column-gap:20rem !important
}

.\!gap-x-9{
  -moz-column-gap:2.25rem !important;
       column-gap:2.25rem !important
}

.\!gap-x-96{
  -moz-column-gap:24rem !important;
       column-gap:24rem !important
}

.\!gap-x-px{
  -moz-column-gap:1px !important;
       column-gap:1px !important
}

.\!gap-y-0{
  row-gap:0px !important
}

.\!gap-y-0\.5{
  row-gap:0.125rem !important
}

.\!gap-y-1{
  row-gap:0.25rem !important
}

.\!gap-y-1\.5{
  row-gap:0.375rem !important
}

.\!gap-y-10{
  row-gap:2.5rem !important
}

.\!gap-y-11{
  row-gap:2.75rem !important
}

.\!gap-y-12{
  row-gap:3rem !important
}

.\!gap-y-14{
  row-gap:3.5rem !important
}

.\!gap-y-16{
  row-gap:4rem !important
}

.\!gap-y-2{
  row-gap:0.5rem !important
}

.\!gap-y-2\.5{
  row-gap:0.625rem !important
}

.\!gap-y-20{
  row-gap:5rem !important
}

.\!gap-y-24{
  row-gap:6rem !important
}

.\!gap-y-28{
  row-gap:7rem !important
}

.\!gap-y-3{
  row-gap:0.75rem !important
}

.\!gap-y-3\.5{
  row-gap:0.875rem !important
}

.\!gap-y-32{
  row-gap:8rem !important
}

.\!gap-y-36{
  row-gap:9rem !important
}

.\!gap-y-4{
  row-gap:1rem !important
}

.\!gap-y-40{
  row-gap:10rem !important
}

.\!gap-y-44{
  row-gap:11rem !important
}

.\!gap-y-48{
  row-gap:12rem !important
}

.\!gap-y-5{
  row-gap:1.25rem !important
}

.\!gap-y-52{
  row-gap:13rem !important
}

.\!gap-y-56{
  row-gap:14rem !important
}

.\!gap-y-6{
  row-gap:1.5rem !important
}

.\!gap-y-60{
  row-gap:15rem !important
}

.\!gap-y-64{
  row-gap:16rem !important
}

.\!gap-y-7{
  row-gap:1.75rem !important
}

.\!gap-y-72{
  row-gap:18rem !important
}

.\!gap-y-8{
  row-gap:2rem !important
}

.\!gap-y-80{
  row-gap:20rem !important
}

.\!gap-y-9{
  row-gap:2.25rem !important
}

.\!gap-y-96{
  row-gap:24rem !important
}

.\!gap-y-px{
  row-gap:1px !important
}

.gap-x-0{
  -moz-column-gap:0px;
       column-gap:0px
}

.gap-x-0\.5{
  -moz-column-gap:0.125rem;
       column-gap:0.125rem
}

.gap-x-1{
  -moz-column-gap:0.25rem;
       column-gap:0.25rem
}

.gap-x-1\.5{
  -moz-column-gap:0.375rem;
       column-gap:0.375rem
}

.gap-x-10{
  -moz-column-gap:2.5rem;
       column-gap:2.5rem
}

.gap-x-11{
  -moz-column-gap:2.75rem;
       column-gap:2.75rem
}

.gap-x-12{
  -moz-column-gap:3rem;
       column-gap:3rem
}

.gap-x-14{
  -moz-column-gap:3.5rem;
       column-gap:3.5rem
}

.gap-x-16{
  -moz-column-gap:4rem;
       column-gap:4rem
}

.gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.gap-x-2\.5{
  -moz-column-gap:0.625rem;
       column-gap:0.625rem
}

.gap-x-20{
  -moz-column-gap:5rem;
       column-gap:5rem
}

.gap-x-24{
  -moz-column-gap:6rem;
       column-gap:6rem
}

.gap-x-28{
  -moz-column-gap:7rem;
       column-gap:7rem
}

.gap-x-3{
  -moz-column-gap:0.75rem;
       column-gap:0.75rem
}

.gap-x-3\.5{
  -moz-column-gap:0.875rem;
       column-gap:0.875rem
}

.gap-x-32{
  -moz-column-gap:8rem;
       column-gap:8rem
}

.gap-x-36{
  -moz-column-gap:9rem;
       column-gap:9rem
}

.gap-x-4{
  -moz-column-gap:1rem;
       column-gap:1rem
}

.gap-x-40{
  -moz-column-gap:10rem;
       column-gap:10rem
}

.gap-x-44{
  -moz-column-gap:11rem;
       column-gap:11rem
}

.gap-x-48{
  -moz-column-gap:12rem;
       column-gap:12rem
}

.gap-x-5{
  -moz-column-gap:1.25rem;
       column-gap:1.25rem
}

.gap-x-52{
  -moz-column-gap:13rem;
       column-gap:13rem
}

.gap-x-56{
  -moz-column-gap:14rem;
       column-gap:14rem
}

.gap-x-6{
  -moz-column-gap:1.5rem;
       column-gap:1.5rem
}

.gap-x-60{
  -moz-column-gap:15rem;
       column-gap:15rem
}

.gap-x-64{
  -moz-column-gap:16rem;
       column-gap:16rem
}

.gap-x-7{
  -moz-column-gap:1.75rem;
       column-gap:1.75rem
}

.gap-x-72{
  -moz-column-gap:18rem;
       column-gap:18rem
}

.gap-x-8{
  -moz-column-gap:2rem;
       column-gap:2rem
}

.gap-x-80{
  -moz-column-gap:20rem;
       column-gap:20rem
}

.gap-x-9{
  -moz-column-gap:2.25rem;
       column-gap:2.25rem
}

.gap-x-96{
  -moz-column-gap:24rem;
       column-gap:24rem
}

.gap-x-px{
  -moz-column-gap:1px;
       column-gap:1px
}

.gap-y-0{
  row-gap:0px
}

.gap-y-0\.5{
  row-gap:0.125rem
}

.gap-y-1{
  row-gap:0.25rem
}

.gap-y-1\.5{
  row-gap:0.375rem
}

.gap-y-10{
  row-gap:2.5rem
}

.gap-y-11{
  row-gap:2.75rem
}

.gap-y-12{
  row-gap:3rem
}

.gap-y-14{
  row-gap:3.5rem
}

.gap-y-16{
  row-gap:4rem
}

.gap-y-2{
  row-gap:0.5rem
}

.gap-y-2\.5{
  row-gap:0.625rem
}

.gap-y-20{
  row-gap:5rem
}

.gap-y-24{
  row-gap:6rem
}

.gap-y-28{
  row-gap:7rem
}

.gap-y-3{
  row-gap:0.75rem
}

.gap-y-3\.5{
  row-gap:0.875rem
}

.gap-y-32{
  row-gap:8rem
}

.gap-y-36{
  row-gap:9rem
}

.gap-y-4{
  row-gap:1rem
}

.gap-y-40{
  row-gap:10rem
}

.gap-y-44{
  row-gap:11rem
}

.gap-y-48{
  row-gap:12rem
}

.gap-y-5{
  row-gap:1.25rem
}

.gap-y-52{
  row-gap:13rem
}

.gap-y-56{
  row-gap:14rem
}

.gap-y-6{
  row-gap:1.5rem
}

.gap-y-60{
  row-gap:15rem
}

.gap-y-64{
  row-gap:16rem
}

.gap-y-7{
  row-gap:1.75rem
}

.gap-y-72{
  row-gap:18rem
}

.gap-y-8{
  row-gap:2rem
}

.gap-y-80{
  row-gap:20rem
}

.gap-y-9{
  row-gap:2.25rem
}

.gap-y-96{
  row-gap:24rem
}

.gap-y-px{
  row-gap:1px
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0px * var(--tw-space-x-reverse));
  margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.125rem * var(--tw-space-x-reverse));
  margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.25rem * var(--tw-space-x-reverse));
  margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.375rem * var(--tw-space-x-reverse));
  margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(2.5rem * var(--tw-space-x-reverse));
  margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(2.75rem * var(--tw-space-x-reverse));
  margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(3rem * var(--tw-space-x-reverse));
  margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(3.5rem * var(--tw-space-x-reverse));
  margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(4rem * var(--tw-space-x-reverse));
  margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse));
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.625rem * var(--tw-space-x-reverse));
  margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(5rem * var(--tw-space-x-reverse));
  margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(6rem * var(--tw-space-x-reverse));
  margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(7rem * var(--tw-space-x-reverse));
  margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem * var(--tw-space-x-reverse));
  margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.875rem * var(--tw-space-x-reverse));
  margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(8rem * var(--tw-space-x-reverse));
  margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(9rem * var(--tw-space-x-reverse));
  margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(10rem * var(--tw-space-x-reverse));
  margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(11rem * var(--tw-space-x-reverse));
  margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(12rem * var(--tw-space-x-reverse));
  margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.25rem * var(--tw-space-x-reverse));
  margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(13rem * var(--tw-space-x-reverse));
  margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(14rem * var(--tw-space-x-reverse));
  margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.5rem * var(--tw-space-x-reverse));
  margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(15rem * var(--tw-space-x-reverse));
  margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(16rem * var(--tw-space-x-reverse));
  margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.75rem * var(--tw-space-x-reverse));
  margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(18rem * var(--tw-space-x-reverse));
  margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(2rem * var(--tw-space-x-reverse));
  margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(20rem * var(--tw-space-x-reverse));
  margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(2.25rem * var(--tw-space-x-reverse));
  margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(24rem * var(--tw-space-x-reverse));
  margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1px * var(--tw-space-x-reverse));
  margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0px * var(--tw-space-y-reverse))
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
}

.space-y-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(3rem * var(--tw-space-y-reverse))
}

.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(4rem * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
}

.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(5rem * var(--tw-space-y-reverse))
}

.space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(6rem * var(--tw-space-y-reverse))
}

.space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(7rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
}

.space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(8rem * var(--tw-space-y-reverse))
}

.space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(9rem * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(10rem * var(--tw-space-y-reverse))
}

.space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(11rem * var(--tw-space-y-reverse))
}

.space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(12rem * var(--tw-space-y-reverse))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(13rem * var(--tw-space-y-reverse))
}

.space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(14rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(15rem * var(--tw-space-y-reverse))
}

.space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(16rem * var(--tw-space-y-reverse))
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
}

.space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(18rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}

.space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(20rem * var(--tw-space-y-reverse))
}

.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
}

.space-y-96 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(24rem * var(--tw-space-y-reverse))
}

.space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1px * var(--tw-space-y-reverse))
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:calc(1px * var(--tw-divide-x-reverse));
  border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:calc(0px * var(--tw-divide-x-reverse));
  border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:calc(2px * var(--tw-divide-x-reverse));
  border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:calc(4px * var(--tw-divide-x-reverse));
  border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:0;
  border-right-width:calc(8px * var(--tw-divide-x-reverse));
  border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(2px * var(--tw-divide-y-reverse))
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(4px * var(--tw-divide-y-reverse))
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(8px * var(--tw-divide-y-reverse))
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:1
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse:1
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))
}

.divide-gray-100\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0)
}

.divide-gray-100\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.1)
}

.divide-gray-100\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 1)
}

.divide-gray-100\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.15)
}

.divide-gray-100\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.2)
}

.divide-gray-100\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.25)
}

.divide-gray-100\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.3)
}

.divide-gray-100\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.35)
}

.divide-gray-100\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.4)
}

.divide-gray-100\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.45)
}

.divide-gray-100\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.05)
}

.divide-gray-100\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.5)
}

.divide-gray-100\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.55)
}

.divide-gray-100\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.6)
}

.divide-gray-100\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.65)
}

.divide-gray-100\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.7)
}

.divide-gray-100\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.75)
}

.divide-gray-100\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.8)
}

.divide-gray-100\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.85)
}

.divide-gray-100\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.9)
}

.divide-gray-100\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(243 244 246 / 0.95)
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))
}

.divide-gray-200\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0)
}

.divide-gray-200\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.1)
}

.divide-gray-200\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 1)
}

.divide-gray-200\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.15)
}

.divide-gray-200\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.2)
}

.divide-gray-200\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.25)
}

.divide-gray-200\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.3)
}

.divide-gray-200\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.35)
}

.divide-gray-200\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.4)
}

.divide-gray-200\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.45)
}

.divide-gray-200\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.05)
}

.divide-gray-200\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.5)
}

.divide-gray-200\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.55)
}

.divide-gray-200\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.6)
}

.divide-gray-200\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.65)
}

.divide-gray-200\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.7)
}

.divide-gray-200\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.75)
}

.divide-gray-200\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.8)
}

.divide-gray-200\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.85)
}

.divide-gray-200\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.9)
}

.divide-gray-200\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(229 231 235 / 0.95)
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))
}

.divide-gray-300\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0)
}

.divide-gray-300\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.1)
}

.divide-gray-300\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 1)
}

.divide-gray-300\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.15)
}

.divide-gray-300\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.2)
}

.divide-gray-300\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.25)
}

.divide-gray-300\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.3)
}

.divide-gray-300\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.35)
}

.divide-gray-300\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.4)
}

.divide-gray-300\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.45)
}

.divide-gray-300\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.05)
}

.divide-gray-300\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.5)
}

.divide-gray-300\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.55)
}

.divide-gray-300\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.6)
}

.divide-gray-300\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.65)
}

.divide-gray-300\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.7)
}

.divide-gray-300\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.75)
}

.divide-gray-300\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.8)
}

.divide-gray-300\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.85)
}

.divide-gray-300\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.9)
}

.divide-gray-300\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(209 213 219 / 0.95)
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(156 163 175 / var(--tw-divide-opacity, 1))
}

.divide-gray-400\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0)
}

.divide-gray-400\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.1)
}

.divide-gray-400\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 1)
}

.divide-gray-400\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.15)
}

.divide-gray-400\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.2)
}

.divide-gray-400\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.25)
}

.divide-gray-400\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.3)
}

.divide-gray-400\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.35)
}

.divide-gray-400\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.4)
}

.divide-gray-400\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.45)
}

.divide-gray-400\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.05)
}

.divide-gray-400\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.5)
}

.divide-gray-400\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.55)
}

.divide-gray-400\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.6)
}

.divide-gray-400\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.65)
}

.divide-gray-400\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.7)
}

.divide-gray-400\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.75)
}

.divide-gray-400\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.8)
}

.divide-gray-400\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.85)
}

.divide-gray-400\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.9)
}

.divide-gray-400\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(156 163 175 / 0.95)
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(249 250 251 / var(--tw-divide-opacity, 1))
}

.divide-gray-50\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0)
}

.divide-gray-50\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.1)
}

.divide-gray-50\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 1)
}

.divide-gray-50\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.15)
}

.divide-gray-50\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.2)
}

.divide-gray-50\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.25)
}

.divide-gray-50\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.3)
}

.divide-gray-50\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.35)
}

.divide-gray-50\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.4)
}

.divide-gray-50\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.45)
}

.divide-gray-50\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.05)
}

.divide-gray-50\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.5)
}

.divide-gray-50\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.55)
}

.divide-gray-50\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.6)
}

.divide-gray-50\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.65)
}

.divide-gray-50\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.7)
}

.divide-gray-50\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.75)
}

.divide-gray-50\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.8)
}

.divide-gray-50\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.85)
}

.divide-gray-50\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.9)
}

.divide-gray-50\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(249 250 251 / 0.95)
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(107 114 128 / var(--tw-divide-opacity, 1))
}

.divide-gray-500\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0)
}

.divide-gray-500\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.1)
}

.divide-gray-500\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 1)
}

.divide-gray-500\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.15)
}

.divide-gray-500\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.2)
}

.divide-gray-500\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.25)
}

.divide-gray-500\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.3)
}

.divide-gray-500\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.35)
}

.divide-gray-500\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.4)
}

.divide-gray-500\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.45)
}

.divide-gray-500\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.05)
}

.divide-gray-500\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.5)
}

.divide-gray-500\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.55)
}

.divide-gray-500\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.6)
}

.divide-gray-500\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.65)
}

.divide-gray-500\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.7)
}

.divide-gray-500\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.75)
}

.divide-gray-500\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.8)
}

.divide-gray-500\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.85)
}

.divide-gray-500\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.9)
}

.divide-gray-500\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(107 114 128 / 0.95)
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(75 85 99 / var(--tw-divide-opacity, 1))
}

.divide-gray-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0)
}

.divide-gray-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.1)
}

.divide-gray-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 1)
}

.divide-gray-600\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.15)
}

.divide-gray-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.2)
}

.divide-gray-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.25)
}

.divide-gray-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.3)
}

.divide-gray-600\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.35)
}

.divide-gray-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.4)
}

.divide-gray-600\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.45)
}

.divide-gray-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.05)
}

.divide-gray-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.5)
}

.divide-gray-600\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.55)
}

.divide-gray-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.6)
}

.divide-gray-600\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.65)
}

.divide-gray-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.7)
}

.divide-gray-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.75)
}

.divide-gray-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.8)
}

.divide-gray-600\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.85)
}

.divide-gray-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.9)
}

.divide-gray-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(75 85 99 / 0.95)
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))
}

.divide-gray-700\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0)
}

.divide-gray-700\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.1)
}

.divide-gray-700\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 1)
}

.divide-gray-700\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.15)
}

.divide-gray-700\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.2)
}

.divide-gray-700\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.25)
}

.divide-gray-700\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.3)
}

.divide-gray-700\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.35)
}

.divide-gray-700\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.4)
}

.divide-gray-700\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.45)
}

.divide-gray-700\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.05)
}

.divide-gray-700\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.5)
}

.divide-gray-700\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.55)
}

.divide-gray-700\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.6)
}

.divide-gray-700\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.65)
}

.divide-gray-700\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.7)
}

.divide-gray-700\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.75)
}

.divide-gray-700\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.8)
}

.divide-gray-700\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.85)
}

.divide-gray-700\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.9)
}

.divide-gray-700\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(55 65 81 / 0.95)
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(31 41 55 / var(--tw-divide-opacity, 1))
}

.divide-gray-800\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0)
}

.divide-gray-800\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.1)
}

.divide-gray-800\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 1)
}

.divide-gray-800\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.15)
}

.divide-gray-800\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.2)
}

.divide-gray-800\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.25)
}

.divide-gray-800\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.3)
}

.divide-gray-800\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.35)
}

.divide-gray-800\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.4)
}

.divide-gray-800\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.45)
}

.divide-gray-800\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.05)
}

.divide-gray-800\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.5)
}

.divide-gray-800\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.55)
}

.divide-gray-800\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.6)
}

.divide-gray-800\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.65)
}

.divide-gray-800\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.7)
}

.divide-gray-800\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.75)
}

.divide-gray-800\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.8)
}

.divide-gray-800\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.85)
}

.divide-gray-800\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.9)
}

.divide-gray-800\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(31 41 55 / 0.95)
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(17 24 39 / var(--tw-divide-opacity, 1))
}

.divide-gray-900\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0)
}

.divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.1)
}

.divide-gray-900\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 1)
}

.divide-gray-900\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.15)
}

.divide-gray-900\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.2)
}

.divide-gray-900\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.25)
}

.divide-gray-900\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.3)
}

.divide-gray-900\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.35)
}

.divide-gray-900\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.4)
}

.divide-gray-900\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.45)
}

.divide-gray-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.05)
}

.divide-gray-900\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.5)
}

.divide-gray-900\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.55)
}

.divide-gray-900\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.6)
}

.divide-gray-900\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.65)
}

.divide-gray-900\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.7)
}

.divide-gray-900\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.75)
}

.divide-gray-900\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.8)
}

.divide-gray-900\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.85)
}

.divide-gray-900\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.9)
}

.divide-gray-900\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(17 24 39 / 0.95)
}

.divide-gray-950 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(3 7 18 / var(--tw-divide-opacity, 1))
}

.divide-gray-950\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0)
}

.divide-gray-950\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.1)
}

.divide-gray-950\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 1)
}

.divide-gray-950\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.15)
}

.divide-gray-950\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.2)
}

.divide-gray-950\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.25)
}

.divide-gray-950\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.3)
}

.divide-gray-950\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.35)
}

.divide-gray-950\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.4)
}

.divide-gray-950\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.45)
}

.divide-gray-950\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.05)
}

.divide-gray-950\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.5)
}

.divide-gray-950\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.55)
}

.divide-gray-950\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.6)
}

.divide-gray-950\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.65)
}

.divide-gray-950\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.7)
}

.divide-gray-950\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.75)
}

.divide-gray-950\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.8)
}

.divide-gray-950\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.85)
}

.divide-gray-950\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.9)
}

.divide-gray-950\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(3 7 18 / 0.95)
}

.divide-primary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-divide-opacity, 1))
}

.divide-primary-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(0 61 122 / var(--tw-divide-opacity, 1))
}

.divide-primary-dark\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0)
}

.divide-primary-dark\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.1)
}

.divide-primary-dark\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 1)
}

.divide-primary-dark\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.15)
}

.divide-primary-dark\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.2)
}

.divide-primary-dark\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.25)
}

.divide-primary-dark\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.3)
}

.divide-primary-dark\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.35)
}

.divide-primary-dark\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.4)
}

.divide-primary-dark\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.45)
}

.divide-primary-dark\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.05)
}

.divide-primary-dark\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.5)
}

.divide-primary-dark\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.55)
}

.divide-primary-dark\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.6)
}

.divide-primary-dark\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.65)
}

.divide-primary-dark\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.7)
}

.divide-primary-dark\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.75)
}

.divide-primary-dark\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.8)
}

.divide-primary-dark\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.85)
}

.divide-primary-dark\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.9)
}

.divide-primary-dark\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 61 122 / 0.95)
}

.divide-primary-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(51 136 212 / var(--tw-divide-opacity, 1))
}

.divide-primary-light\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0)
}

.divide-primary-light\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.1)
}

.divide-primary-light\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 1)
}

.divide-primary-light\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.15)
}

.divide-primary-light\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.2)
}

.divide-primary-light\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.25)
}

.divide-primary-light\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.3)
}

.divide-primary-light\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.35)
}

.divide-primary-light\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.4)
}

.divide-primary-light\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.45)
}

.divide-primary-light\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.05)
}

.divide-primary-light\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.5)
}

.divide-primary-light\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.55)
}

.divide-primary-light\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.6)
}

.divide-primary-light\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.65)
}

.divide-primary-light\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.7)
}

.divide-primary-light\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.75)
}

.divide-primary-light\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.8)
}

.divide-primary-light\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.85)
}

.divide-primary-light\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.9)
}

.divide-primary-light\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(51 136 212 / 0.95)
}

.divide-primary\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0)
}

.divide-primary\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.1)
}

.divide-primary\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 1)
}

.divide-primary\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.15)
}

.divide-primary\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.2)
}

.divide-primary\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.25)
}

.divide-primary\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.3)
}

.divide-primary\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.35)
}

.divide-primary\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.4)
}

.divide-primary\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.45)
}

.divide-primary\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.05)
}

.divide-primary\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.5)
}

.divide-primary\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.55)
}

.divide-primary\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.6)
}

.divide-primary\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.65)
}

.divide-primary\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.7)
}

.divide-primary\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.75)
}

.divide-primary\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.8)
}

.divide-primary\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.85)
}

.divide-primary\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.9)
}

.divide-primary\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(0 95 190 / 0.95)
}

.divide-secondary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(205 139 132 / var(--tw-divide-opacity, 1))
}

.divide-secondary-dark > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(160 101 94 / var(--tw-divide-opacity, 1))
}

.divide-secondary-dark\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0)
}

.divide-secondary-dark\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.1)
}

.divide-secondary-dark\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 1)
}

.divide-secondary-dark\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.15)
}

.divide-secondary-dark\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.2)
}

.divide-secondary-dark\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.25)
}

.divide-secondary-dark\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.3)
}

.divide-secondary-dark\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.35)
}

.divide-secondary-dark\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.4)
}

.divide-secondary-dark\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.45)
}

.divide-secondary-dark\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.05)
}

.divide-secondary-dark\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.5)
}

.divide-secondary-dark\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.55)
}

.divide-secondary-dark\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.6)
}

.divide-secondary-dark\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.65)
}

.divide-secondary-dark\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.7)
}

.divide-secondary-dark\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.75)
}

.divide-secondary-dark\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.8)
}

.divide-secondary-dark\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.85)
}

.divide-secondary-dark\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.9)
}

.divide-secondary-dark\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(160 101 94 / 0.95)
}

.divide-secondary-light > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(224 180 176 / var(--tw-divide-opacity, 1))
}

.divide-secondary-light\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0)
}

.divide-secondary-light\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.1)
}

.divide-secondary-light\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 1)
}

.divide-secondary-light\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.15)
}

.divide-secondary-light\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.2)
}

.divide-secondary-light\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.25)
}

.divide-secondary-light\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.3)
}

.divide-secondary-light\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.35)
}

.divide-secondary-light\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.4)
}

.divide-secondary-light\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.45)
}

.divide-secondary-light\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.05)
}

.divide-secondary-light\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.5)
}

.divide-secondary-light\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.55)
}

.divide-secondary-light\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.6)
}

.divide-secondary-light\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.65)
}

.divide-secondary-light\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.7)
}

.divide-secondary-light\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.75)
}

.divide-secondary-light\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.8)
}

.divide-secondary-light\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.85)
}

.divide-secondary-light\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.9)
}

.divide-secondary-light\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(224 180 176 / 0.95)
}

.divide-secondary\/0 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0)
}

.divide-secondary\/10 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.1)
}

.divide-secondary\/100 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 1)
}

.divide-secondary\/15 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.15)
}

.divide-secondary\/20 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.2)
}

.divide-secondary\/25 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.25)
}

.divide-secondary\/30 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.3)
}

.divide-secondary\/35 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.35)
}

.divide-secondary\/40 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.4)
}

.divide-secondary\/45 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.45)
}

.divide-secondary\/5 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.05)
}

.divide-secondary\/50 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.5)
}

.divide-secondary\/55 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.55)
}

.divide-secondary\/60 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.6)
}

.divide-secondary\/65 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.65)
}

.divide-secondary\/70 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.7)
}

.divide-secondary\/75 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.75)
}

.divide-secondary\/80 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.8)
}

.divide-secondary\/85 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.85)
}

.divide-secondary\/90 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.9)
}

.divide-secondary\/95 > :not([hidden]) ~ :not([hidden]){
  border-color:rgb(205 139 132 / 0.95)
}

.place-self-start{
  place-self:start
}

.place-self-end{
  place-self:end
}

.place-self-center{
  place-self:center
}

.place-self-stretch{
  place-self:stretch
}

.self-auto{
  align-self:auto
}

.self-start{
  align-self:flex-start
}

.self-end{
  align-self:flex-end
}

.self-center{
  align-self:center
}

.self-stretch{
  align-self:stretch
}

.self-baseline{
  align-self:baseline
}

.justify-self-auto{
  justify-self:auto
}

.justify-self-start{
  justify-self:start
}

.justify-self-end{
  justify-self:end
}

.justify-self-center{
  justify-self:center
}

.justify-self-stretch{
  justify-self:stretch
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.overflow-clip{
  overflow:clip
}

.overflow-visible{
  overflow:visible
}

.overflow-scroll{
  overflow:scroll
}

.overflow-x-auto{
  overflow-x:auto
}

.overflow-y-auto{
  overflow-y:auto
}

.overflow-x-hidden{
  overflow-x:hidden
}

.overflow-y-hidden{
  overflow-y:hidden
}

.overflow-x-clip{
  overflow-x:clip
}

.overflow-y-clip{
  overflow-y:clip
}

.overflow-x-visible{
  overflow-x:visible
}

.overflow-y-visible{
  overflow-y:visible
}

.overflow-x-scroll{
  overflow-x:scroll
}

.overflow-y-scroll{
  overflow-y:scroll
}

.truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.text-ellipsis{
  text-overflow:ellipsis
}

.text-clip{
  text-overflow:clip
}

.whitespace-normal{
  white-space:normal
}

.whitespace-nowrap{
  white-space:nowrap
}

.whitespace-pre{
  white-space:pre
}

.whitespace-pre-line{
  white-space:pre-line
}

.whitespace-pre-wrap{
  white-space:pre-wrap
}

.whitespace-break-spaces{
  white-space:break-spaces
}

.text-balance{
  text-wrap:balance
}

.break-normal{
  overflow-wrap:normal;
  word-break:normal
}

.break-words{
  overflow-wrap:break-word
}

.break-all{
  word-break:break-all
}

.break-keep{
  word-break:keep-all
}

.\!rounded{
  border-radius:0.25rem !important
}

.\!rounded-2xl{
  border-radius:1rem !important
}

.\!rounded-3xl{
  border-radius:1.5rem !important
}

.\!rounded-full{
  border-radius:9999px !important
}

.\!rounded-lg{
  border-radius:0.5rem !important
}

.\!rounded-md{
  border-radius:0.375rem !important
}

.\!rounded-none{
  border-radius:0px !important
}

.\!rounded-sm{
  border-radius:0.125rem !important
}

.\!rounded-xl{
  border-radius:0.75rem !important
}

.rounded{
  border-radius:0.25rem
}

.rounded-2xl{
  border-radius:1rem
}

.rounded-3xl{
  border-radius:1.5rem
}

.rounded-full{
  border-radius:9999px
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded-md{
  border-radius:0.375rem
}

.rounded-none{
  border-radius:0px
}

.rounded-sm{
  border-radius:0.125rem
}

.rounded-xl{
  border-radius:0.75rem
}

.rounded-b{
  border-bottom-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

.rounded-b-2xl{
  border-bottom-right-radius:1rem;
  border-bottom-left-radius:1rem
}

.rounded-b-3xl{
  border-bottom-right-radius:1.5rem;
  border-bottom-left-radius:1.5rem
}

.rounded-b-full{
  border-bottom-right-radius:9999px;
  border-bottom-left-radius:9999px
}

.rounded-b-lg{
  border-bottom-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.rounded-b-md{
  border-bottom-right-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.rounded-b-none{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px
}

.rounded-b-sm{
  border-bottom-right-radius:0.125rem;
  border-bottom-left-radius:0.125rem
}

.rounded-b-xl{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.rounded-l{
  border-top-left-radius:0.25rem;
  border-bottom-left-radius:0.25rem
}

.rounded-l-2xl{
  border-top-left-radius:1rem;
  border-bottom-left-radius:1rem
}

.rounded-l-3xl{
  border-top-left-radius:1.5rem;
  border-bottom-left-radius:1.5rem
}

.rounded-l-full{
  border-top-left-radius:9999px;
  border-bottom-left-radius:9999px
}

.rounded-l-lg{
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.rounded-l-md{
  border-top-left-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.rounded-l-none{
  border-top-left-radius:0px;
  border-bottom-left-radius:0px
}

.rounded-l-sm{
  border-top-left-radius:0.125rem;
  border-bottom-left-radius:0.125rem
}

.rounded-l-xl{
  border-top-left-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.rounded-r{
  border-top-right-radius:0.25rem;
  border-bottom-right-radius:0.25rem
}

.rounded-r-2xl{
  border-top-right-radius:1rem;
  border-bottom-right-radius:1rem
}

.rounded-r-3xl{
  border-top-right-radius:1.5rem;
  border-bottom-right-radius:1.5rem
}

.rounded-r-full{
  border-top-right-radius:9999px;
  border-bottom-right-radius:9999px
}

.rounded-r-lg{
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem
}

.rounded-r-md{
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.rounded-r-none{
  border-top-right-radius:0px;
  border-bottom-right-radius:0px
}

.rounded-r-sm{
  border-top-right-radius:0.125rem;
  border-bottom-right-radius:0.125rem
}

.rounded-r-xl{
  border-top-right-radius:0.75rem;
  border-bottom-right-radius:0.75rem
}

.rounded-t{
  border-top-left-radius:0.25rem;
  border-top-right-radius:0.25rem
}

.rounded-t-2xl{
  border-top-left-radius:1rem;
  border-top-right-radius:1rem
}

.rounded-t-3xl{
  border-top-left-radius:1.5rem;
  border-top-right-radius:1.5rem
}

.rounded-t-full{
  border-top-left-radius:9999px;
  border-top-right-radius:9999px
}

.rounded-t-lg{
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem
}

.rounded-t-md{
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem
}

.rounded-t-none{
  border-top-left-radius:0px;
  border-top-right-radius:0px
}

.rounded-t-sm{
  border-top-left-radius:0.125rem;
  border-top-right-radius:0.125rem
}

.rounded-t-xl{
  border-top-left-radius:0.75rem;
  border-top-right-radius:0.75rem
}

.rounded-bl{
  border-bottom-left-radius:0.25rem
}

.rounded-bl-2xl{
  border-bottom-left-radius:1rem
}

.rounded-bl-3xl{
  border-bottom-left-radius:1.5rem
}

.rounded-bl-full{
  border-bottom-left-radius:9999px
}

.rounded-bl-lg{
  border-bottom-left-radius:0.5rem
}

.rounded-bl-md{
  border-bottom-left-radius:0.375rem
}

.rounded-bl-none{
  border-bottom-left-radius:0px
}

.rounded-bl-sm{
  border-bottom-left-radius:0.125rem
}

.rounded-bl-xl{
  border-bottom-left-radius:0.75rem
}

.rounded-br{
  border-bottom-right-radius:0.25rem
}

.rounded-br-2xl{
  border-bottom-right-radius:1rem
}

.rounded-br-3xl{
  border-bottom-right-radius:1.5rem
}

.rounded-br-full{
  border-bottom-right-radius:9999px
}

.rounded-br-lg{
  border-bottom-right-radius:0.5rem
}

.rounded-br-md{
  border-bottom-right-radius:0.375rem
}

.rounded-br-none{
  border-bottom-right-radius:0px
}

.rounded-br-sm{
  border-bottom-right-radius:0.125rem
}

.rounded-br-xl{
  border-bottom-right-radius:0.75rem
}

.rounded-tl{
  border-top-left-radius:0.25rem
}

.rounded-tl-2xl{
  border-top-left-radius:1rem
}

.rounded-tl-3xl{
  border-top-left-radius:1.5rem
}

.rounded-tl-full{
  border-top-left-radius:9999px
}

.rounded-tl-lg{
  border-top-left-radius:0.5rem
}

.rounded-tl-md{
  border-top-left-radius:0.375rem
}

.rounded-tl-none{
  border-top-left-radius:0px
}

.rounded-tl-sm{
  border-top-left-radius:0.125rem
}

.rounded-tl-xl{
  border-top-left-radius:0.75rem
}

.rounded-tr{
  border-top-right-radius:0.25rem
}

.rounded-tr-2xl{
  border-top-right-radius:1rem
}

.rounded-tr-3xl{
  border-top-right-radius:1.5rem
}

.rounded-tr-full{
  border-top-right-radius:9999px
}

.rounded-tr-lg{
  border-top-right-radius:0.5rem
}

.rounded-tr-md{
  border-top-right-radius:0.375rem
}

.rounded-tr-none{
  border-top-right-radius:0px
}

.rounded-tr-sm{
  border-top-right-radius:0.125rem
}

.rounded-tr-xl{
  border-top-right-radius:0.75rem
}

.border{
  border-width:1px
}

.border-0{
  border-width:0px
}

.border-2{
  border-width:2px
}

.border-4{
  border-width:4px
}

.border-8{
  border-width:8px
}

.border-b{
  border-bottom-width:1px
}

.border-b-0{
  border-bottom-width:0px
}

.border-b-2{
  border-bottom-width:2px
}

.border-b-4{
  border-bottom-width:4px
}

.border-b-8{
  border-bottom-width:8px
}

.border-l{
  border-left-width:1px
}

.border-l-0{
  border-left-width:0px
}

.border-l-2{
  border-left-width:2px
}

.border-l-4{
  border-left-width:4px
}

.border-l-8{
  border-left-width:8px
}

.border-r{
  border-right-width:1px
}

.border-r-0{
  border-right-width:0px
}

.border-r-2{
  border-right-width:2px
}

.border-r-4{
  border-right-width:4px
}

.border-r-8{
  border-right-width:8px
}

.border-t{
  border-top-width:1px
}

.border-t-0{
  border-top-width:0px
}

.border-t-2{
  border-top-width:2px
}

.border-t-4{
  border-top-width:4px
}

.border-t-8{
  border-top-width:8px
}

.border-solid{
  border-style:solid
}

.border-dashed{
  border-style:dashed
}

.border-dotted{
  border-style:dotted
}

.border-double{
  border-style:double
}

.border-hidden{
  border-style:hidden
}

.border-none{
  border-style:none
}

.\!border-black{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 0 0 / var(--tw-border-opacity, 1)) !important
}

.\!border-black\/0{
  border-color:rgb(0 0 0 / 0) !important
}

.\!border-black\/10{
  border-color:rgb(0 0 0 / 0.1) !important
}

.\!border-black\/100{
  border-color:rgb(0 0 0 / 1) !important
}

.\!border-black\/15{
  border-color:rgb(0 0 0 / 0.15) !important
}

.\!border-black\/20{
  border-color:rgb(0 0 0 / 0.2) !important
}

.\!border-black\/25{
  border-color:rgb(0 0 0 / 0.25) !important
}

.\!border-black\/30{
  border-color:rgb(0 0 0 / 0.3) !important
}

.\!border-black\/35{
  border-color:rgb(0 0 0 / 0.35) !important
}

.\!border-black\/40{
  border-color:rgb(0 0 0 / 0.4) !important
}

.\!border-black\/45{
  border-color:rgb(0 0 0 / 0.45) !important
}

.\!border-black\/5{
  border-color:rgb(0 0 0 / 0.05) !important
}

.\!border-black\/50{
  border-color:rgb(0 0 0 / 0.5) !important
}

.\!border-black\/55{
  border-color:rgb(0 0 0 / 0.55) !important
}

.\!border-black\/60{
  border-color:rgb(0 0 0 / 0.6) !important
}

.\!border-black\/65{
  border-color:rgb(0 0 0 / 0.65) !important
}

.\!border-black\/70{
  border-color:rgb(0 0 0 / 0.7) !important
}

.\!border-black\/75{
  border-color:rgb(0 0 0 / 0.75) !important
}

.\!border-black\/80{
  border-color:rgb(0 0 0 / 0.8) !important
}

.\!border-black\/85{
  border-color:rgb(0 0 0 / 0.85) !important
}

.\!border-black\/90{
  border-color:rgb(0 0 0 / 0.9) !important
}

.\!border-black\/95{
  border-color:rgb(0 0 0 / 0.95) !important
}

.\!border-gray-100{
  --tw-border-opacity:1 !important;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1)) !important
}

.\!border-gray-100\/0{
  border-color:rgb(243 244 246 / 0) !important
}

.\!border-gray-100\/10{
  border-color:rgb(243 244 246 / 0.1) !important
}

.\!border-gray-100\/100{
  border-color:rgb(243 244 246 / 1) !important
}

.\!border-gray-100\/15{
  border-color:rgb(243 244 246 / 0.15) !important
}

.\!border-gray-100\/20{
  border-color:rgb(243 244 246 / 0.2) !important
}

.\!border-gray-100\/25{
  border-color:rgb(243 244 246 / 0.25) !important
}

.\!border-gray-100\/30{
  border-color:rgb(243 244 246 / 0.3) !important
}

.\!border-gray-100\/35{
  border-color:rgb(243 244 246 / 0.35) !important
}

.\!border-gray-100\/40{
  border-color:rgb(243 244 246 / 0.4) !important
}

.\!border-gray-100\/45{
  border-color:rgb(243 244 246 / 0.45) !important
}

.\!border-gray-100\/5{
  border-color:rgb(243 244 246 / 0.05) !important
}

.\!border-gray-100\/50{
  border-color:rgb(243 244 246 / 0.5) !important
}

.\!border-gray-100\/55{
  border-color:rgb(243 244 246 / 0.55) !important
}

.\!border-gray-100\/60{
  border-color:rgb(243 244 246 / 0.6) !important
}

.\!border-gray-100\/65{
  border-color:rgb(243 244 246 / 0.65) !important
}

.\!border-gray-100\/70{
  border-color:rgb(243 244 246 / 0.7) !important
}

.\!border-gray-100\/75{
  border-color:rgb(243 244 246 / 0.75) !important
}

.\!border-gray-100\/80{
  border-color:rgb(243 244 246 / 0.8) !important
}

.\!border-gray-100\/85{
  border-color:rgb(243 244 246 / 0.85) !important
}

.\!border-gray-100\/90{
  border-color:rgb(243 244 246 / 0.9) !important
}

.\!border-gray-100\/95{
  border-color:rgb(243 244 246 / 0.95) !important
}

.\!border-gray-200{
  --tw-border-opacity:1 !important;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1)) !important
}

.\!border-gray-200\/0{
  border-color:rgb(229 231 235 / 0) !important
}

.\!border-gray-200\/10{
  border-color:rgb(229 231 235 / 0.1) !important
}

.\!border-gray-200\/100{
  border-color:rgb(229 231 235 / 1) !important
}

.\!border-gray-200\/15{
  border-color:rgb(229 231 235 / 0.15) !important
}

.\!border-gray-200\/20{
  border-color:rgb(229 231 235 / 0.2) !important
}

.\!border-gray-200\/25{
  border-color:rgb(229 231 235 / 0.25) !important
}

.\!border-gray-200\/30{
  border-color:rgb(229 231 235 / 0.3) !important
}

.\!border-gray-200\/35{
  border-color:rgb(229 231 235 / 0.35) !important
}

.\!border-gray-200\/40{
  border-color:rgb(229 231 235 / 0.4) !important
}

.\!border-gray-200\/45{
  border-color:rgb(229 231 235 / 0.45) !important
}

.\!border-gray-200\/5{
  border-color:rgb(229 231 235 / 0.05) !important
}

.\!border-gray-200\/50{
  border-color:rgb(229 231 235 / 0.5) !important
}

.\!border-gray-200\/55{
  border-color:rgb(229 231 235 / 0.55) !important
}

.\!border-gray-200\/60{
  border-color:rgb(229 231 235 / 0.6) !important
}

.\!border-gray-200\/65{
  border-color:rgb(229 231 235 / 0.65) !important
}

.\!border-gray-200\/70{
  border-color:rgb(229 231 235 / 0.7) !important
}

.\!border-gray-200\/75{
  border-color:rgb(229 231 235 / 0.75) !important
}

.\!border-gray-200\/80{
  border-color:rgb(229 231 235 / 0.8) !important
}

.\!border-gray-200\/85{
  border-color:rgb(229 231 235 / 0.85) !important
}

.\!border-gray-200\/90{
  border-color:rgb(229 231 235 / 0.9) !important
}

.\!border-gray-200\/95{
  border-color:rgb(229 231 235 / 0.95) !important
}

.\!border-gray-50{
  --tw-border-opacity:1 !important;
  border-color:rgb(249 250 251 / var(--tw-border-opacity, 1)) !important
}

.\!border-gray-50\/0{
  border-color:rgb(249 250 251 / 0) !important
}

.\!border-gray-50\/10{
  border-color:rgb(249 250 251 / 0.1) !important
}

.\!border-gray-50\/100{
  border-color:rgb(249 250 251 / 1) !important
}

.\!border-gray-50\/15{
  border-color:rgb(249 250 251 / 0.15) !important
}

.\!border-gray-50\/20{
  border-color:rgb(249 250 251 / 0.2) !important
}

.\!border-gray-50\/25{
  border-color:rgb(249 250 251 / 0.25) !important
}

.\!border-gray-50\/30{
  border-color:rgb(249 250 251 / 0.3) !important
}

.\!border-gray-50\/35{
  border-color:rgb(249 250 251 / 0.35) !important
}

.\!border-gray-50\/40{
  border-color:rgb(249 250 251 / 0.4) !important
}

.\!border-gray-50\/45{
  border-color:rgb(249 250 251 / 0.45) !important
}

.\!border-gray-50\/5{
  border-color:rgb(249 250 251 / 0.05) !important
}

.\!border-gray-50\/50{
  border-color:rgb(249 250 251 / 0.5) !important
}

.\!border-gray-50\/55{
  border-color:rgb(249 250 251 / 0.55) !important
}

.\!border-gray-50\/60{
  border-color:rgb(249 250 251 / 0.6) !important
}

.\!border-gray-50\/65{
  border-color:rgb(249 250 251 / 0.65) !important
}

.\!border-gray-50\/70{
  border-color:rgb(249 250 251 / 0.7) !important
}

.\!border-gray-50\/75{
  border-color:rgb(249 250 251 / 0.75) !important
}

.\!border-gray-50\/80{
  border-color:rgb(249 250 251 / 0.8) !important
}

.\!border-gray-50\/85{
  border-color:rgb(249 250 251 / 0.85) !important
}

.\!border-gray-50\/90{
  border-color:rgb(249 250 251 / 0.9) !important
}

.\!border-gray-50\/95{
  border-color:rgb(249 250 251 / 0.95) !important
}

.\!border-gray-500{
  --tw-border-opacity:1 !important;
  border-color:rgb(107 114 128 / var(--tw-border-opacity, 1)) !important
}

.\!border-gray-500\/0{
  border-color:rgb(107 114 128 / 0) !important
}

.\!border-gray-500\/10{
  border-color:rgb(107 114 128 / 0.1) !important
}

.\!border-gray-500\/100{
  border-color:rgb(107 114 128 / 1) !important
}

.\!border-gray-500\/15{
  border-color:rgb(107 114 128 / 0.15) !important
}

.\!border-gray-500\/20{
  border-color:rgb(107 114 128 / 0.2) !important
}

.\!border-gray-500\/25{
  border-color:rgb(107 114 128 / 0.25) !important
}

.\!border-gray-500\/30{
  border-color:rgb(107 114 128 / 0.3) !important
}

.\!border-gray-500\/35{
  border-color:rgb(107 114 128 / 0.35) !important
}

.\!border-gray-500\/40{
  border-color:rgb(107 114 128 / 0.4) !important
}

.\!border-gray-500\/45{
  border-color:rgb(107 114 128 / 0.45) !important
}

.\!border-gray-500\/5{
  border-color:rgb(107 114 128 / 0.05) !important
}

.\!border-gray-500\/50{
  border-color:rgb(107 114 128 / 0.5) !important
}

.\!border-gray-500\/55{
  border-color:rgb(107 114 128 / 0.55) !important
}

.\!border-gray-500\/60{
  border-color:rgb(107 114 128 / 0.6) !important
}

.\!border-gray-500\/65{
  border-color:rgb(107 114 128 / 0.65) !important
}

.\!border-gray-500\/70{
  border-color:rgb(107 114 128 / 0.7) !important
}

.\!border-gray-500\/75{
  border-color:rgb(107 114 128 / 0.75) !important
}

.\!border-gray-500\/80{
  border-color:rgb(107 114 128 / 0.8) !important
}

.\!border-gray-500\/85{
  border-color:rgb(107 114 128 / 0.85) !important
}

.\!border-gray-500\/90{
  border-color:rgb(107 114 128 / 0.9) !important
}

.\!border-gray-500\/95{
  border-color:rgb(107 114 128 / 0.95) !important
}

.\!border-primary{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1)) !important
}

.\!border-primary-dark{
  --tw-border-opacity:1 !important;
  border-color:rgb(0 61 122 / var(--tw-border-opacity, 1)) !important
}

.\!border-primary-dark\/0{
  border-color:rgb(0 61 122 / 0) !important
}

.\!border-primary-dark\/10{
  border-color:rgb(0 61 122 / 0.1) !important
}

.\!border-primary-dark\/100{
  border-color:rgb(0 61 122 / 1) !important
}

.\!border-primary-dark\/15{
  border-color:rgb(0 61 122 / 0.15) !important
}

.\!border-primary-dark\/20{
  border-color:rgb(0 61 122 / 0.2) !important
}

.\!border-primary-dark\/25{
  border-color:rgb(0 61 122 / 0.25) !important
}

.\!border-primary-dark\/30{
  border-color:rgb(0 61 122 / 0.3) !important
}

.\!border-primary-dark\/35{
  border-color:rgb(0 61 122 / 0.35) !important
}

.\!border-primary-dark\/40{
  border-color:rgb(0 61 122 / 0.4) !important
}

.\!border-primary-dark\/45{
  border-color:rgb(0 61 122 / 0.45) !important
}

.\!border-primary-dark\/5{
  border-color:rgb(0 61 122 / 0.05) !important
}

.\!border-primary-dark\/50{
  border-color:rgb(0 61 122 / 0.5) !important
}

.\!border-primary-dark\/55{
  border-color:rgb(0 61 122 / 0.55) !important
}

.\!border-primary-dark\/60{
  border-color:rgb(0 61 122 / 0.6) !important
}

.\!border-primary-dark\/65{
  border-color:rgb(0 61 122 / 0.65) !important
}

.\!border-primary-dark\/70{
  border-color:rgb(0 61 122 / 0.7) !important
}

.\!border-primary-dark\/75{
  border-color:rgb(0 61 122 / 0.75) !important
}

.\!border-primary-dark\/80{
  border-color:rgb(0 61 122 / 0.8) !important
}

.\!border-primary-dark\/85{
  border-color:rgb(0 61 122 / 0.85) !important
}

.\!border-primary-dark\/90{
  border-color:rgb(0 61 122 / 0.9) !important
}

.\!border-primary-dark\/95{
  border-color:rgb(0 61 122 / 0.95) !important
}

.\!border-primary-light{
  --tw-border-opacity:1 !important;
  border-color:rgb(51 136 212 / var(--tw-border-opacity, 1)) !important
}

.\!border-primary-light\/0{
  border-color:rgb(51 136 212 / 0) !important
}

.\!border-primary-light\/10{
  border-color:rgb(51 136 212 / 0.1) !important
}

.\!border-primary-light\/100{
  border-color:rgb(51 136 212 / 1) !important
}

.\!border-primary-light\/15{
  border-color:rgb(51 136 212 / 0.15) !important
}

.\!border-primary-light\/20{
  border-color:rgb(51 136 212 / 0.2) !important
}

.\!border-primary-light\/25{
  border-color:rgb(51 136 212 / 0.25) !important
}

.\!border-primary-light\/30{
  border-color:rgb(51 136 212 / 0.3) !important
}

.\!border-primary-light\/35{
  border-color:rgb(51 136 212 / 0.35) !important
}

.\!border-primary-light\/40{
  border-color:rgb(51 136 212 / 0.4) !important
}

.\!border-primary-light\/45{
  border-color:rgb(51 136 212 / 0.45) !important
}

.\!border-primary-light\/5{
  border-color:rgb(51 136 212 / 0.05) !important
}

.\!border-primary-light\/50{
  border-color:rgb(51 136 212 / 0.5) !important
}

.\!border-primary-light\/55{
  border-color:rgb(51 136 212 / 0.55) !important
}

.\!border-primary-light\/60{
  border-color:rgb(51 136 212 / 0.6) !important
}

.\!border-primary-light\/65{
  border-color:rgb(51 136 212 / 0.65) !important
}

.\!border-primary-light\/70{
  border-color:rgb(51 136 212 / 0.7) !important
}

.\!border-primary-light\/75{
  border-color:rgb(51 136 212 / 0.75) !important
}

.\!border-primary-light\/80{
  border-color:rgb(51 136 212 / 0.8) !important
}

.\!border-primary-light\/85{
  border-color:rgb(51 136 212 / 0.85) !important
}

.\!border-primary-light\/90{
  border-color:rgb(51 136 212 / 0.9) !important
}

.\!border-primary-light\/95{
  border-color:rgb(51 136 212 / 0.95) !important
}

.\!border-primary\/0{
  border-color:rgb(0 95 190 / 0) !important
}

.\!border-primary\/10{
  border-color:rgb(0 95 190 / 0.1) !important
}

.\!border-primary\/100{
  border-color:rgb(0 95 190 / 1) !important
}

.\!border-primary\/15{
  border-color:rgb(0 95 190 / 0.15) !important
}

.\!border-primary\/20{
  border-color:rgb(0 95 190 / 0.2) !important
}

.\!border-primary\/25{
  border-color:rgb(0 95 190 / 0.25) !important
}

.\!border-primary\/30{
  border-color:rgb(0 95 190 / 0.3) !important
}

.\!border-primary\/35{
  border-color:rgb(0 95 190 / 0.35) !important
}

.\!border-primary\/40{
  border-color:rgb(0 95 190 / 0.4) !important
}

.\!border-primary\/45{
  border-color:rgb(0 95 190 / 0.45) !important
}

.\!border-primary\/5{
  border-color:rgb(0 95 190 / 0.05) !important
}

.\!border-primary\/50{
  border-color:rgb(0 95 190 / 0.5) !important
}

.\!border-primary\/55{
  border-color:rgb(0 95 190 / 0.55) !important
}

.\!border-primary\/60{
  border-color:rgb(0 95 190 / 0.6) !important
}

.\!border-primary\/65{
  border-color:rgb(0 95 190 / 0.65) !important
}

.\!border-primary\/70{
  border-color:rgb(0 95 190 / 0.7) !important
}

.\!border-primary\/75{
  border-color:rgb(0 95 190 / 0.75) !important
}

.\!border-primary\/80{
  border-color:rgb(0 95 190 / 0.8) !important
}

.\!border-primary\/85{
  border-color:rgb(0 95 190 / 0.85) !important
}

.\!border-primary\/90{
  border-color:rgb(0 95 190 / 0.9) !important
}

.\!border-primary\/95{
  border-color:rgb(0 95 190 / 0.95) !important
}

.\!border-transparent{
  border-color:transparent !important
}

.\!border-transparent\/0{
  border-color:rgb(0 0 0 / 0) !important
}

.\!border-transparent\/10{
  border-color:rgb(0 0 0 / 0.1) !important
}

.\!border-transparent\/100{
  border-color:rgb(0 0 0 / 1) !important
}

.\!border-transparent\/15{
  border-color:rgb(0 0 0 / 0.15) !important
}

.\!border-transparent\/20{
  border-color:rgb(0 0 0 / 0.2) !important
}

.\!border-transparent\/25{
  border-color:rgb(0 0 0 / 0.25) !important
}

.\!border-transparent\/30{
  border-color:rgb(0 0 0 / 0.3) !important
}

.\!border-transparent\/35{
  border-color:rgb(0 0 0 / 0.35) !important
}

.\!border-transparent\/40{
  border-color:rgb(0 0 0 / 0.4) !important
}

.\!border-transparent\/45{
  border-color:rgb(0 0 0 / 0.45) !important
}

.\!border-transparent\/5{
  border-color:rgb(0 0 0 / 0.05) !important
}

.\!border-transparent\/50{
  border-color:rgb(0 0 0 / 0.5) !important
}

.\!border-transparent\/55{
  border-color:rgb(0 0 0 / 0.55) !important
}

.\!border-transparent\/60{
  border-color:rgb(0 0 0 / 0.6) !important
}

.\!border-transparent\/65{
  border-color:rgb(0 0 0 / 0.65) !important
}

.\!border-transparent\/70{
  border-color:rgb(0 0 0 / 0.7) !important
}

.\!border-transparent\/75{
  border-color:rgb(0 0 0 / 0.75) !important
}

.\!border-transparent\/80{
  border-color:rgb(0 0 0 / 0.8) !important
}

.\!border-transparent\/85{
  border-color:rgb(0 0 0 / 0.85) !important
}

.\!border-transparent\/90{
  border-color:rgb(0 0 0 / 0.9) !important
}

.\!border-transparent\/95{
  border-color:rgb(0 0 0 / 0.95) !important
}

.\!border-white{
  --tw-border-opacity:1 !important;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1)) !important
}

.\!border-white\/0{
  border-color:rgb(255 255 255 / 0) !important
}

.\!border-white\/10{
  border-color:rgb(255 255 255 / 0.1) !important
}

.\!border-white\/100{
  border-color:rgb(255 255 255 / 1) !important
}

.\!border-white\/15{
  border-color:rgb(255 255 255 / 0.15) !important
}

.\!border-white\/20{
  border-color:rgb(255 255 255 / 0.2) !important
}

.\!border-white\/25{
  border-color:rgb(255 255 255 / 0.25) !important
}

.\!border-white\/30{
  border-color:rgb(255 255 255 / 0.3) !important
}

.\!border-white\/35{
  border-color:rgb(255 255 255 / 0.35) !important
}

.\!border-white\/40{
  border-color:rgb(255 255 255 / 0.4) !important
}

.\!border-white\/45{
  border-color:rgb(255 255 255 / 0.45) !important
}

.\!border-white\/5{
  border-color:rgb(255 255 255 / 0.05) !important
}

.\!border-white\/50{
  border-color:rgb(255 255 255 / 0.5) !important
}

.\!border-white\/55{
  border-color:rgb(255 255 255 / 0.55) !important
}

.\!border-white\/60{
  border-color:rgb(255 255 255 / 0.6) !important
}

.\!border-white\/65{
  border-color:rgb(255 255 255 / 0.65) !important
}

.\!border-white\/70{
  border-color:rgb(255 255 255 / 0.7) !important
}

.\!border-white\/75{
  border-color:rgb(255 255 255 / 0.75) !important
}

.\!border-white\/80{
  border-color:rgb(255 255 255 / 0.8) !important
}

.\!border-white\/85{
  border-color:rgb(255 255 255 / 0.85) !important
}

.\!border-white\/90{
  border-color:rgb(255 255 255 / 0.9) !important
}

.\!border-white\/95{
  border-color:rgb(255 255 255 / 0.95) !important
}

.border-black{
  --tw-border-opacity:1;
  border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))
}

.border-black\/0{
  border-color:rgb(0 0 0 / 0)
}

.border-black\/10{
  border-color:rgb(0 0 0 / 0.1)
}

.border-black\/100{
  border-color:rgb(0 0 0 / 1)
}

.border-black\/15{
  border-color:rgb(0 0 0 / 0.15)
}

.border-black\/20{
  border-color:rgb(0 0 0 / 0.2)
}

.border-black\/25{
  border-color:rgb(0 0 0 / 0.25)
}

.border-black\/30{
  border-color:rgb(0 0 0 / 0.3)
}

.border-black\/35{
  border-color:rgb(0 0 0 / 0.35)
}

.border-black\/40{
  border-color:rgb(0 0 0 / 0.4)
}

.border-black\/45{
  border-color:rgb(0 0 0 / 0.45)
}

.border-black\/5{
  border-color:rgb(0 0 0 / 0.05)
}

.border-black\/50{
  border-color:rgb(0 0 0 / 0.5)
}

.border-black\/55{
  border-color:rgb(0 0 0 / 0.55)
}

.border-black\/60{
  border-color:rgb(0 0 0 / 0.6)
}

.border-black\/65{
  border-color:rgb(0 0 0 / 0.65)
}

.border-black\/70{
  border-color:rgb(0 0 0 / 0.7)
}

.border-black\/75{
  border-color:rgb(0 0 0 / 0.75)
}

.border-black\/80{
  border-color:rgb(0 0 0 / 0.8)
}

.border-black\/85{
  border-color:rgb(0 0 0 / 0.85)
}

.border-black\/90{
  border-color:rgb(0 0 0 / 0.9)
}

.border-black\/95{
  border-color:rgb(0 0 0 / 0.95)
}

.border-current{
  border-color:currentColor
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))
}

.border-gray-100\/0{
  border-color:rgb(243 244 246 / 0)
}

.border-gray-100\/10{
  border-color:rgb(243 244 246 / 0.1)
}

.border-gray-100\/100{
  border-color:rgb(243 244 246 / 1)
}

.border-gray-100\/15{
  border-color:rgb(243 244 246 / 0.15)
}

.border-gray-100\/20{
  border-color:rgb(243 244 246 / 0.2)
}

.border-gray-100\/25{
  border-color:rgb(243 244 246 / 0.25)
}

.border-gray-100\/30{
  border-color:rgb(243 244 246 / 0.3)
}

.border-gray-100\/35{
  border-color:rgb(243 244 246 / 0.35)
}

.border-gray-100\/40{
  border-color:rgb(243 244 246 / 0.4)
}

.border-gray-100\/45{
  border-color:rgb(243 244 246 / 0.45)
}

.border-gray-100\/5{
  border-color:rgb(243 244 246 / 0.05)
}

.border-gray-100\/50{
  border-color:rgb(243 244 246 / 0.5)
}

.border-gray-100\/55{
  border-color:rgb(243 244 246 / 0.55)
}

.border-gray-100\/60{
  border-color:rgb(243 244 246 / 0.6)
}

.border-gray-100\/65{
  border-color:rgb(243 244 246 / 0.65)
}

.border-gray-100\/70{
  border-color:rgb(243 244 246 / 0.7)
}

.border-gray-100\/75{
  border-color:rgb(243 244 246 / 0.75)
}

.border-gray-100\/80{
  border-color:rgb(243 244 246 / 0.8)
}

.border-gray-100\/85{
  border-color:rgb(243 244 246 / 0.85)
}

.border-gray-100\/90{
  border-color:rgb(243 244 246 / 0.9)
}

.border-gray-100\/95{
  border-color:rgb(243 244 246 / 0.95)
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.border-gray-200\/0{
  border-color:rgb(229 231 235 / 0)
}

.border-gray-200\/10{
  border-color:rgb(229 231 235 / 0.1)
}

.border-gray-200\/100{
  border-color:rgb(229 231 235 / 1)
}

.border-gray-200\/15{
  border-color:rgb(229 231 235 / 0.15)
}

.border-gray-200\/20{
  border-color:rgb(229 231 235 / 0.2)
}

.border-gray-200\/25{
  border-color:rgb(229 231 235 / 0.25)
}

.border-gray-200\/30{
  border-color:rgb(229 231 235 / 0.3)
}

.border-gray-200\/35{
  border-color:rgb(229 231 235 / 0.35)
}

.border-gray-200\/40{
  border-color:rgb(229 231 235 / 0.4)
}

.border-gray-200\/45{
  border-color:rgb(229 231 235 / 0.45)
}

.border-gray-200\/5{
  border-color:rgb(229 231 235 / 0.05)
}

.border-gray-200\/50{
  border-color:rgb(229 231 235 / 0.5)
}

.border-gray-200\/55{
  border-color:rgb(229 231 235 / 0.55)
}

.border-gray-200\/60{
  border-color:rgb(229 231 235 / 0.6)
}

.border-gray-200\/65{
  border-color:rgb(229 231 235 / 0.65)
}

.border-gray-200\/70{
  border-color:rgb(229 231 235 / 0.7)
}

.border-gray-200\/75{
  border-color:rgb(229 231 235 / 0.75)
}

.border-gray-200\/80{
  border-color:rgb(229 231 235 / 0.8)
}

.border-gray-200\/85{
  border-color:rgb(229 231 235 / 0.85)
}

.border-gray-200\/90{
  border-color:rgb(229 231 235 / 0.9)
}

.border-gray-200\/95{
  border-color:rgb(229 231 235 / 0.95)
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.border-gray-50{
  --tw-border-opacity:1;
  border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))
}

.border-gray-50\/0{
  border-color:rgb(249 250 251 / 0)
}

.border-gray-50\/10{
  border-color:rgb(249 250 251 / 0.1)
}

.border-gray-50\/100{
  border-color:rgb(249 250 251 / 1)
}

.border-gray-50\/15{
  border-color:rgb(249 250 251 / 0.15)
}

.border-gray-50\/20{
  border-color:rgb(249 250 251 / 0.2)
}

.border-gray-50\/25{
  border-color:rgb(249 250 251 / 0.25)
}

.border-gray-50\/30{
  border-color:rgb(249 250 251 / 0.3)
}

.border-gray-50\/35{
  border-color:rgb(249 250 251 / 0.35)
}

.border-gray-50\/40{
  border-color:rgb(249 250 251 / 0.4)
}

.border-gray-50\/45{
  border-color:rgb(249 250 251 / 0.45)
}

.border-gray-50\/5{
  border-color:rgb(249 250 251 / 0.05)
}

.border-gray-50\/50{
  border-color:rgb(249 250 251 / 0.5)
}

.border-gray-50\/55{
  border-color:rgb(249 250 251 / 0.55)
}

.border-gray-50\/60{
  border-color:rgb(249 250 251 / 0.6)
}

.border-gray-50\/65{
  border-color:rgb(249 250 251 / 0.65)
}

.border-gray-50\/70{
  border-color:rgb(249 250 251 / 0.7)
}

.border-gray-50\/75{
  border-color:rgb(249 250 251 / 0.75)
}

.border-gray-50\/80{
  border-color:rgb(249 250 251 / 0.8)
}

.border-gray-50\/85{
  border-color:rgb(249 250 251 / 0.85)
}

.border-gray-50\/90{
  border-color:rgb(249 250 251 / 0.9)
}

.border-gray-50\/95{
  border-color:rgb(249 250 251 / 0.95)
}

.border-gray-500{
  --tw-border-opacity:1;
  border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))
}

.border-gray-500\/0{
  border-color:rgb(107 114 128 / 0)
}

.border-gray-500\/10{
  border-color:rgb(107 114 128 / 0.1)
}

.border-gray-500\/100{
  border-color:rgb(107 114 128 / 1)
}

.border-gray-500\/15{
  border-color:rgb(107 114 128 / 0.15)
}

.border-gray-500\/20{
  border-color:rgb(107 114 128 / 0.2)
}

.border-gray-500\/25{
  border-color:rgb(107 114 128 / 0.25)
}

.border-gray-500\/30{
  border-color:rgb(107 114 128 / 0.3)
}

.border-gray-500\/35{
  border-color:rgb(107 114 128 / 0.35)
}

.border-gray-500\/40{
  border-color:rgb(107 114 128 / 0.4)
}

.border-gray-500\/45{
  border-color:rgb(107 114 128 / 0.45)
}

.border-gray-500\/5{
  border-color:rgb(107 114 128 / 0.05)
}

.border-gray-500\/50{
  border-color:rgb(107 114 128 / 0.5)
}

.border-gray-500\/55{
  border-color:rgb(107 114 128 / 0.55)
}

.border-gray-500\/60{
  border-color:rgb(107 114 128 / 0.6)
}

.border-gray-500\/65{
  border-color:rgb(107 114 128 / 0.65)
}

.border-gray-500\/70{
  border-color:rgb(107 114 128 / 0.7)
}

.border-gray-500\/75{
  border-color:rgb(107 114 128 / 0.75)
}

.border-gray-500\/80{
  border-color:rgb(107 114 128 / 0.8)
}

.border-gray-500\/85{
  border-color:rgb(107 114 128 / 0.85)
}

.border-gray-500\/90{
  border-color:rgb(107 114 128 / 0.9)
}

.border-gray-500\/95{
  border-color:rgb(107 114 128 / 0.95)
}

.border-gray-700{
  --tw-border-opacity:1;
  border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))
}

.border-gray-900{
  --tw-border-opacity:1;
  border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))
}

.border-inherit{
  border-color:inherit
}

.border-primary{
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1))
}

.border-primary-dark{
  --tw-border-opacity:1;
  border-color:rgb(0 61 122 / var(--tw-border-opacity, 1))
}

.border-primary-dark\/0{
  border-color:rgb(0 61 122 / 0)
}

.border-primary-dark\/10{
  border-color:rgb(0 61 122 / 0.1)
}

.border-primary-dark\/100{
  border-color:rgb(0 61 122 / 1)
}

.border-primary-dark\/15{
  border-color:rgb(0 61 122 / 0.15)
}

.border-primary-dark\/20{
  border-color:rgb(0 61 122 / 0.2)
}

.border-primary-dark\/25{
  border-color:rgb(0 61 122 / 0.25)
}

.border-primary-dark\/30{
  border-color:rgb(0 61 122 / 0.3)
}

.border-primary-dark\/35{
  border-color:rgb(0 61 122 / 0.35)
}

.border-primary-dark\/40{
  border-color:rgb(0 61 122 / 0.4)
}

.border-primary-dark\/45{
  border-color:rgb(0 61 122 / 0.45)
}

.border-primary-dark\/5{
  border-color:rgb(0 61 122 / 0.05)
}

.border-primary-dark\/50{
  border-color:rgb(0 61 122 / 0.5)
}

.border-primary-dark\/55{
  border-color:rgb(0 61 122 / 0.55)
}

.border-primary-dark\/60{
  border-color:rgb(0 61 122 / 0.6)
}

.border-primary-dark\/65{
  border-color:rgb(0 61 122 / 0.65)
}

.border-primary-dark\/70{
  border-color:rgb(0 61 122 / 0.7)
}

.border-primary-dark\/75{
  border-color:rgb(0 61 122 / 0.75)
}

.border-primary-dark\/80{
  border-color:rgb(0 61 122 / 0.8)
}

.border-primary-dark\/85{
  border-color:rgb(0 61 122 / 0.85)
}

.border-primary-dark\/90{
  border-color:rgb(0 61 122 / 0.9)
}

.border-primary-dark\/95{
  border-color:rgb(0 61 122 / 0.95)
}

.border-primary-light{
  --tw-border-opacity:1;
  border-color:rgb(51 136 212 / var(--tw-border-opacity, 1))
}

.border-primary-light\/0{
  border-color:rgb(51 136 212 / 0)
}

.border-primary-light\/10{
  border-color:rgb(51 136 212 / 0.1)
}

.border-primary-light\/100{
  border-color:rgb(51 136 212 / 1)
}

.border-primary-light\/15{
  border-color:rgb(51 136 212 / 0.15)
}

.border-primary-light\/20{
  border-color:rgb(51 136 212 / 0.2)
}

.border-primary-light\/25{
  border-color:rgb(51 136 212 / 0.25)
}

.border-primary-light\/30{
  border-color:rgb(51 136 212 / 0.3)
}

.border-primary-light\/35{
  border-color:rgb(51 136 212 / 0.35)
}

.border-primary-light\/40{
  border-color:rgb(51 136 212 / 0.4)
}

.border-primary-light\/45{
  border-color:rgb(51 136 212 / 0.45)
}

.border-primary-light\/5{
  border-color:rgb(51 136 212 / 0.05)
}

.border-primary-light\/50{
  border-color:rgb(51 136 212 / 0.5)
}

.border-primary-light\/55{
  border-color:rgb(51 136 212 / 0.55)
}

.border-primary-light\/60{
  border-color:rgb(51 136 212 / 0.6)
}

.border-primary-light\/65{
  border-color:rgb(51 136 212 / 0.65)
}

.border-primary-light\/70{
  border-color:rgb(51 136 212 / 0.7)
}

.border-primary-light\/75{
  border-color:rgb(51 136 212 / 0.75)
}

.border-primary-light\/80{
  border-color:rgb(51 136 212 / 0.8)
}

.border-primary-light\/85{
  border-color:rgb(51 136 212 / 0.85)
}

.border-primary-light\/90{
  border-color:rgb(51 136 212 / 0.9)
}

.border-primary-light\/95{
  border-color:rgb(51 136 212 / 0.95)
}

.border-primary\/0{
  border-color:rgb(0 95 190 / 0)
}

.border-primary\/10{
  border-color:rgb(0 95 190 / 0.1)
}

.border-primary\/100{
  border-color:rgb(0 95 190 / 1)
}

.border-primary\/15{
  border-color:rgb(0 95 190 / 0.15)
}

.border-primary\/20{
  border-color:rgb(0 95 190 / 0.2)
}

.border-primary\/25{
  border-color:rgb(0 95 190 / 0.25)
}

.border-primary\/30{
  border-color:rgb(0 95 190 / 0.3)
}

.border-primary\/35{
  border-color:rgb(0 95 190 / 0.35)
}

.border-primary\/40{
  border-color:rgb(0 95 190 / 0.4)
}

.border-primary\/45{
  border-color:rgb(0 95 190 / 0.45)
}

.border-primary\/5{
  border-color:rgb(0 95 190 / 0.05)
}

.border-primary\/50{
  border-color:rgb(0 95 190 / 0.5)
}

.border-primary\/55{
  border-color:rgb(0 95 190 / 0.55)
}

.border-primary\/60{
  border-color:rgb(0 95 190 / 0.6)
}

.border-primary\/65{
  border-color:rgb(0 95 190 / 0.65)
}

.border-primary\/70{
  border-color:rgb(0 95 190 / 0.7)
}

.border-primary\/75{
  border-color:rgb(0 95 190 / 0.75)
}

.border-primary\/80{
  border-color:rgb(0 95 190 / 0.8)
}

.border-primary\/85{
  border-color:rgb(0 95 190 / 0.85)
}

.border-primary\/90{
  border-color:rgb(0 95 190 / 0.9)
}

.border-primary\/95{
  border-color:rgb(0 95 190 / 0.95)
}

.border-secondary{
  --tw-border-opacity:1;
  border-color:rgb(205 139 132 / var(--tw-border-opacity, 1))
}

.border-secondary-dark{
  --tw-border-opacity:1;
  border-color:rgb(160 101 94 / var(--tw-border-opacity, 1))
}

.border-secondary-dark\/0{
  border-color:rgb(160 101 94 / 0)
}

.border-secondary-dark\/10{
  border-color:rgb(160 101 94 / 0.1)
}

.border-secondary-dark\/100{
  border-color:rgb(160 101 94 / 1)
}

.border-secondary-dark\/15{
  border-color:rgb(160 101 94 / 0.15)
}

.border-secondary-dark\/20{
  border-color:rgb(160 101 94 / 0.2)
}

.border-secondary-dark\/25{
  border-color:rgb(160 101 94 / 0.25)
}

.border-secondary-dark\/30{
  border-color:rgb(160 101 94 / 0.3)
}

.border-secondary-dark\/35{
  border-color:rgb(160 101 94 / 0.35)
}

.border-secondary-dark\/40{
  border-color:rgb(160 101 94 / 0.4)
}

.border-secondary-dark\/45{
  border-color:rgb(160 101 94 / 0.45)
}

.border-secondary-dark\/5{
  border-color:rgb(160 101 94 / 0.05)
}

.border-secondary-dark\/50{
  border-color:rgb(160 101 94 / 0.5)
}

.border-secondary-dark\/55{
  border-color:rgb(160 101 94 / 0.55)
}

.border-secondary-dark\/60{
  border-color:rgb(160 101 94 / 0.6)
}

.border-secondary-dark\/65{
  border-color:rgb(160 101 94 / 0.65)
}

.border-secondary-dark\/70{
  border-color:rgb(160 101 94 / 0.7)
}

.border-secondary-dark\/75{
  border-color:rgb(160 101 94 / 0.75)
}

.border-secondary-dark\/80{
  border-color:rgb(160 101 94 / 0.8)
}

.border-secondary-dark\/85{
  border-color:rgb(160 101 94 / 0.85)
}

.border-secondary-dark\/90{
  border-color:rgb(160 101 94 / 0.9)
}

.border-secondary-dark\/95{
  border-color:rgb(160 101 94 / 0.95)
}

.border-secondary-light{
  --tw-border-opacity:1;
  border-color:rgb(224 180 176 / var(--tw-border-opacity, 1))
}

.border-secondary-light\/0{
  border-color:rgb(224 180 176 / 0)
}

.border-secondary-light\/10{
  border-color:rgb(224 180 176 / 0.1)
}

.border-secondary-light\/100{
  border-color:rgb(224 180 176 / 1)
}

.border-secondary-light\/15{
  border-color:rgb(224 180 176 / 0.15)
}

.border-secondary-light\/20{
  border-color:rgb(224 180 176 / 0.2)
}

.border-secondary-light\/25{
  border-color:rgb(224 180 176 / 0.25)
}

.border-secondary-light\/30{
  border-color:rgb(224 180 176 / 0.3)
}

.border-secondary-light\/35{
  border-color:rgb(224 180 176 / 0.35)
}

.border-secondary-light\/40{
  border-color:rgb(224 180 176 / 0.4)
}

.border-secondary-light\/45{
  border-color:rgb(224 180 176 / 0.45)
}

.border-secondary-light\/5{
  border-color:rgb(224 180 176 / 0.05)
}

.border-secondary-light\/50{
  border-color:rgb(224 180 176 / 0.5)
}

.border-secondary-light\/55{
  border-color:rgb(224 180 176 / 0.55)
}

.border-secondary-light\/60{
  border-color:rgb(224 180 176 / 0.6)
}

.border-secondary-light\/65{
  border-color:rgb(224 180 176 / 0.65)
}

.border-secondary-light\/70{
  border-color:rgb(224 180 176 / 0.7)
}

.border-secondary-light\/75{
  border-color:rgb(224 180 176 / 0.75)
}

.border-secondary-light\/80{
  border-color:rgb(224 180 176 / 0.8)
}

.border-secondary-light\/85{
  border-color:rgb(224 180 176 / 0.85)
}

.border-secondary-light\/90{
  border-color:rgb(224 180 176 / 0.9)
}

.border-secondary-light\/95{
  border-color:rgb(224 180 176 / 0.95)
}

.border-secondary\/0{
  border-color:rgb(205 139 132 / 0)
}

.border-secondary\/10{
  border-color:rgb(205 139 132 / 0.1)
}

.border-secondary\/100{
  border-color:rgb(205 139 132 / 1)
}

.border-secondary\/15{
  border-color:rgb(205 139 132 / 0.15)
}

.border-secondary\/20{
  border-color:rgb(205 139 132 / 0.2)
}

.border-secondary\/25{
  border-color:rgb(205 139 132 / 0.25)
}

.border-secondary\/30{
  border-color:rgb(205 139 132 / 0.3)
}

.border-secondary\/35{
  border-color:rgb(205 139 132 / 0.35)
}

.border-secondary\/40{
  border-color:rgb(205 139 132 / 0.4)
}

.border-secondary\/45{
  border-color:rgb(205 139 132 / 0.45)
}

.border-secondary\/5{
  border-color:rgb(205 139 132 / 0.05)
}

.border-secondary\/50{
  border-color:rgb(205 139 132 / 0.5)
}

.border-secondary\/55{
  border-color:rgb(205 139 132 / 0.55)
}

.border-secondary\/60{
  border-color:rgb(205 139 132 / 0.6)
}

.border-secondary\/65{
  border-color:rgb(205 139 132 / 0.65)
}

.border-secondary\/70{
  border-color:rgb(205 139 132 / 0.7)
}

.border-secondary\/75{
  border-color:rgb(205 139 132 / 0.75)
}

.border-secondary\/80{
  border-color:rgb(205 139 132 / 0.8)
}

.border-secondary\/85{
  border-color:rgb(205 139 132 / 0.85)
}

.border-secondary\/90{
  border-color:rgb(205 139 132 / 0.9)
}

.border-secondary\/95{
  border-color:rgb(205 139 132 / 0.95)
}

.border-transparent{
  border-color:transparent
}

.border-transparent\/0{
  border-color:rgb(0 0 0 / 0)
}

.border-transparent\/10{
  border-color:rgb(0 0 0 / 0.1)
}

.border-transparent\/100{
  border-color:rgb(0 0 0 / 1)
}

.border-transparent\/15{
  border-color:rgb(0 0 0 / 0.15)
}

.border-transparent\/20{
  border-color:rgb(0 0 0 / 0.2)
}

.border-transparent\/25{
  border-color:rgb(0 0 0 / 0.25)
}

.border-transparent\/30{
  border-color:rgb(0 0 0 / 0.3)
}

.border-transparent\/35{
  border-color:rgb(0 0 0 / 0.35)
}

.border-transparent\/40{
  border-color:rgb(0 0 0 / 0.4)
}

.border-transparent\/45{
  border-color:rgb(0 0 0 / 0.45)
}

.border-transparent\/5{
  border-color:rgb(0 0 0 / 0.05)
}

.border-transparent\/50{
  border-color:rgb(0 0 0 / 0.5)
}

.border-transparent\/55{
  border-color:rgb(0 0 0 / 0.55)
}

.border-transparent\/60{
  border-color:rgb(0 0 0 / 0.6)
}

.border-transparent\/65{
  border-color:rgb(0 0 0 / 0.65)
}

.border-transparent\/70{
  border-color:rgb(0 0 0 / 0.7)
}

.border-transparent\/75{
  border-color:rgb(0 0 0 / 0.75)
}

.border-transparent\/80{
  border-color:rgb(0 0 0 / 0.8)
}

.border-transparent\/85{
  border-color:rgb(0 0 0 / 0.85)
}

.border-transparent\/90{
  border-color:rgb(0 0 0 / 0.9)
}

.border-transparent\/95{
  border-color:rgb(0 0 0 / 0.95)
}

.border-white{
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))
}

.border-white\/0{
  border-color:rgb(255 255 255 / 0)
}

.border-white\/10{
  border-color:rgb(255 255 255 / 0.1)
}

.border-white\/100{
  border-color:rgb(255 255 255 / 1)
}

.border-white\/15{
  border-color:rgb(255 255 255 / 0.15)
}

.border-white\/20{
  border-color:rgb(255 255 255 / 0.2)
}

.border-white\/25{
  border-color:rgb(255 255 255 / 0.25)
}

.border-white\/30{
  border-color:rgb(255 255 255 / 0.3)
}

.border-white\/35{
  border-color:rgb(255 255 255 / 0.35)
}

.border-white\/40{
  border-color:rgb(255 255 255 / 0.4)
}

.border-white\/45{
  border-color:rgb(255 255 255 / 0.45)
}

.border-white\/5{
  border-color:rgb(255 255 255 / 0.05)
}

.border-white\/50{
  border-color:rgb(255 255 255 / 0.5)
}

.border-white\/55{
  border-color:rgb(255 255 255 / 0.55)
}

.border-white\/60{
  border-color:rgb(255 255 255 / 0.6)
}

.border-white\/65{
  border-color:rgb(255 255 255 / 0.65)
}

.border-white\/70{
  border-color:rgb(255 255 255 / 0.7)
}

.border-white\/75{
  border-color:rgb(255 255 255 / 0.75)
}

.border-white\/80{
  border-color:rgb(255 255 255 / 0.8)
}

.border-white\/85{
  border-color:rgb(255 255 255 / 0.85)
}

.border-white\/90{
  border-color:rgb(255 255 255 / 0.9)
}

.border-white\/95{
  border-color:rgb(255 255 255 / 0.95)
}

.\!bg-black{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-black\/0{
  background-color:rgb(0 0 0 / 0) !important
}

.\!bg-black\/10{
  background-color:rgb(0 0 0 / 0.1) !important
}

.\!bg-black\/100{
  background-color:rgb(0 0 0 / 1) !important
}

.\!bg-black\/15{
  background-color:rgb(0 0 0 / 0.15) !important
}

.\!bg-black\/20{
  background-color:rgb(0 0 0 / 0.2) !important
}

.\!bg-black\/25{
  background-color:rgb(0 0 0 / 0.25) !important
}

.\!bg-black\/30{
  background-color:rgb(0 0 0 / 0.3) !important
}

.\!bg-black\/35{
  background-color:rgb(0 0 0 / 0.35) !important
}

.\!bg-black\/40{
  background-color:rgb(0 0 0 / 0.4) !important
}

.\!bg-black\/45{
  background-color:rgb(0 0 0 / 0.45) !important
}

.\!bg-black\/5{
  background-color:rgb(0 0 0 / 0.05) !important
}

.\!bg-black\/50{
  background-color:rgb(0 0 0 / 0.5) !important
}

.\!bg-black\/55{
  background-color:rgb(0 0 0 / 0.55) !important
}

.\!bg-black\/60{
  background-color:rgb(0 0 0 / 0.6) !important
}

.\!bg-black\/65{
  background-color:rgb(0 0 0 / 0.65) !important
}

.\!bg-black\/70{
  background-color:rgb(0 0 0 / 0.7) !important
}

.\!bg-black\/75{
  background-color:rgb(0 0 0 / 0.75) !important
}

.\!bg-black\/80{
  background-color:rgb(0 0 0 / 0.8) !important
}

.\!bg-black\/85{
  background-color:rgb(0 0 0 / 0.85) !important
}

.\!bg-black\/90{
  background-color:rgb(0 0 0 / 0.9) !important
}

.\!bg-black\/95{
  background-color:rgb(0 0 0 / 0.95) !important
}

.\!bg-gray-100{
  --tw-bg-opacity:1 !important;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-gray-100\/0{
  background-color:rgb(243 244 246 / 0) !important
}

.\!bg-gray-100\/10{
  background-color:rgb(243 244 246 / 0.1) !important
}

.\!bg-gray-100\/100{
  background-color:rgb(243 244 246 / 1) !important
}

.\!bg-gray-100\/15{
  background-color:rgb(243 244 246 / 0.15) !important
}

.\!bg-gray-100\/20{
  background-color:rgb(243 244 246 / 0.2) !important
}

.\!bg-gray-100\/25{
  background-color:rgb(243 244 246 / 0.25) !important
}

.\!bg-gray-100\/30{
  background-color:rgb(243 244 246 / 0.3) !important
}

.\!bg-gray-100\/35{
  background-color:rgb(243 244 246 / 0.35) !important
}

.\!bg-gray-100\/40{
  background-color:rgb(243 244 246 / 0.4) !important
}

.\!bg-gray-100\/45{
  background-color:rgb(243 244 246 / 0.45) !important
}

.\!bg-gray-100\/5{
  background-color:rgb(243 244 246 / 0.05) !important
}

.\!bg-gray-100\/50{
  background-color:rgb(243 244 246 / 0.5) !important
}

.\!bg-gray-100\/55{
  background-color:rgb(243 244 246 / 0.55) !important
}

.\!bg-gray-100\/60{
  background-color:rgb(243 244 246 / 0.6) !important
}

.\!bg-gray-100\/65{
  background-color:rgb(243 244 246 / 0.65) !important
}

.\!bg-gray-100\/70{
  background-color:rgb(243 244 246 / 0.7) !important
}

.\!bg-gray-100\/75{
  background-color:rgb(243 244 246 / 0.75) !important
}

.\!bg-gray-100\/80{
  background-color:rgb(243 244 246 / 0.8) !important
}

.\!bg-gray-100\/85{
  background-color:rgb(243 244 246 / 0.85) !important
}

.\!bg-gray-100\/90{
  background-color:rgb(243 244 246 / 0.9) !important
}

.\!bg-gray-100\/95{
  background-color:rgb(243 244 246 / 0.95) !important
}

.\!bg-gray-200{
  --tw-bg-opacity:1 !important;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-gray-200\/0{
  background-color:rgb(229 231 235 / 0) !important
}

.\!bg-gray-200\/10{
  background-color:rgb(229 231 235 / 0.1) !important
}

.\!bg-gray-200\/100{
  background-color:rgb(229 231 235 / 1) !important
}

.\!bg-gray-200\/15{
  background-color:rgb(229 231 235 / 0.15) !important
}

.\!bg-gray-200\/20{
  background-color:rgb(229 231 235 / 0.2) !important
}

.\!bg-gray-200\/25{
  background-color:rgb(229 231 235 / 0.25) !important
}

.\!bg-gray-200\/30{
  background-color:rgb(229 231 235 / 0.3) !important
}

.\!bg-gray-200\/35{
  background-color:rgb(229 231 235 / 0.35) !important
}

.\!bg-gray-200\/40{
  background-color:rgb(229 231 235 / 0.4) !important
}

.\!bg-gray-200\/45{
  background-color:rgb(229 231 235 / 0.45) !important
}

.\!bg-gray-200\/5{
  background-color:rgb(229 231 235 / 0.05) !important
}

.\!bg-gray-200\/50{
  background-color:rgb(229 231 235 / 0.5) !important
}

.\!bg-gray-200\/55{
  background-color:rgb(229 231 235 / 0.55) !important
}

.\!bg-gray-200\/60{
  background-color:rgb(229 231 235 / 0.6) !important
}

.\!bg-gray-200\/65{
  background-color:rgb(229 231 235 / 0.65) !important
}

.\!bg-gray-200\/70{
  background-color:rgb(229 231 235 / 0.7) !important
}

.\!bg-gray-200\/75{
  background-color:rgb(229 231 235 / 0.75) !important
}

.\!bg-gray-200\/80{
  background-color:rgb(229 231 235 / 0.8) !important
}

.\!bg-gray-200\/85{
  background-color:rgb(229 231 235 / 0.85) !important
}

.\!bg-gray-200\/90{
  background-color:rgb(229 231 235 / 0.9) !important
}

.\!bg-gray-200\/95{
  background-color:rgb(229 231 235 / 0.95) !important
}

.\!bg-gray-50{
  --tw-bg-opacity:1 !important;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-gray-50\/0{
  background-color:rgb(249 250 251 / 0) !important
}

.\!bg-gray-50\/10{
  background-color:rgb(249 250 251 / 0.1) !important
}

.\!bg-gray-50\/100{
  background-color:rgb(249 250 251 / 1) !important
}

.\!bg-gray-50\/15{
  background-color:rgb(249 250 251 / 0.15) !important
}

.\!bg-gray-50\/20{
  background-color:rgb(249 250 251 / 0.2) !important
}

.\!bg-gray-50\/25{
  background-color:rgb(249 250 251 / 0.25) !important
}

.\!bg-gray-50\/30{
  background-color:rgb(249 250 251 / 0.3) !important
}

.\!bg-gray-50\/35{
  background-color:rgb(249 250 251 / 0.35) !important
}

.\!bg-gray-50\/40{
  background-color:rgb(249 250 251 / 0.4) !important
}

.\!bg-gray-50\/45{
  background-color:rgb(249 250 251 / 0.45) !important
}

.\!bg-gray-50\/5{
  background-color:rgb(249 250 251 / 0.05) !important
}

.\!bg-gray-50\/50{
  background-color:rgb(249 250 251 / 0.5) !important
}

.\!bg-gray-50\/55{
  background-color:rgb(249 250 251 / 0.55) !important
}

.\!bg-gray-50\/60{
  background-color:rgb(249 250 251 / 0.6) !important
}

.\!bg-gray-50\/65{
  background-color:rgb(249 250 251 / 0.65) !important
}

.\!bg-gray-50\/70{
  background-color:rgb(249 250 251 / 0.7) !important
}

.\!bg-gray-50\/75{
  background-color:rgb(249 250 251 / 0.75) !important
}

.\!bg-gray-50\/80{
  background-color:rgb(249 250 251 / 0.8) !important
}

.\!bg-gray-50\/85{
  background-color:rgb(249 250 251 / 0.85) !important
}

.\!bg-gray-50\/90{
  background-color:rgb(249 250 251 / 0.9) !important
}

.\!bg-gray-50\/95{
  background-color:rgb(249 250 251 / 0.95) !important
}

.\!bg-gray-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-gray-500\/0{
  background-color:rgb(107 114 128 / 0) !important
}

.\!bg-gray-500\/10{
  background-color:rgb(107 114 128 / 0.1) !important
}

.\!bg-gray-500\/100{
  background-color:rgb(107 114 128 / 1) !important
}

.\!bg-gray-500\/15{
  background-color:rgb(107 114 128 / 0.15) !important
}

.\!bg-gray-500\/20{
  background-color:rgb(107 114 128 / 0.2) !important
}

.\!bg-gray-500\/25{
  background-color:rgb(107 114 128 / 0.25) !important
}

.\!bg-gray-500\/30{
  background-color:rgb(107 114 128 / 0.3) !important
}

.\!bg-gray-500\/35{
  background-color:rgb(107 114 128 / 0.35) !important
}

.\!bg-gray-500\/40{
  background-color:rgb(107 114 128 / 0.4) !important
}

.\!bg-gray-500\/45{
  background-color:rgb(107 114 128 / 0.45) !important
}

.\!bg-gray-500\/5{
  background-color:rgb(107 114 128 / 0.05) !important
}

.\!bg-gray-500\/50{
  background-color:rgb(107 114 128 / 0.5) !important
}

.\!bg-gray-500\/55{
  background-color:rgb(107 114 128 / 0.55) !important
}

.\!bg-gray-500\/60{
  background-color:rgb(107 114 128 / 0.6) !important
}

.\!bg-gray-500\/65{
  background-color:rgb(107 114 128 / 0.65) !important
}

.\!bg-gray-500\/70{
  background-color:rgb(107 114 128 / 0.7) !important
}

.\!bg-gray-500\/75{
  background-color:rgb(107 114 128 / 0.75) !important
}

.\!bg-gray-500\/80{
  background-color:rgb(107 114 128 / 0.8) !important
}

.\!bg-gray-500\/85{
  background-color:rgb(107 114 128 / 0.85) !important
}

.\!bg-gray-500\/90{
  background-color:rgb(107 114 128 / 0.9) !important
}

.\!bg-gray-500\/95{
  background-color:rgb(107 114 128 / 0.95) !important
}

.\!bg-primary{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-primary-dark{
  --tw-bg-opacity:1 !important;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-primary-dark\/0{
  background-color:rgb(0 61 122 / 0) !important
}

.\!bg-primary-dark\/10{
  background-color:rgb(0 61 122 / 0.1) !important
}

.\!bg-primary-dark\/100{
  background-color:rgb(0 61 122 / 1) !important
}

.\!bg-primary-dark\/15{
  background-color:rgb(0 61 122 / 0.15) !important
}

.\!bg-primary-dark\/20{
  background-color:rgb(0 61 122 / 0.2) !important
}

.\!bg-primary-dark\/25{
  background-color:rgb(0 61 122 / 0.25) !important
}

.\!bg-primary-dark\/30{
  background-color:rgb(0 61 122 / 0.3) !important
}

.\!bg-primary-dark\/35{
  background-color:rgb(0 61 122 / 0.35) !important
}

.\!bg-primary-dark\/40{
  background-color:rgb(0 61 122 / 0.4) !important
}

.\!bg-primary-dark\/45{
  background-color:rgb(0 61 122 / 0.45) !important
}

.\!bg-primary-dark\/5{
  background-color:rgb(0 61 122 / 0.05) !important
}

.\!bg-primary-dark\/50{
  background-color:rgb(0 61 122 / 0.5) !important
}

.\!bg-primary-dark\/55{
  background-color:rgb(0 61 122 / 0.55) !important
}

.\!bg-primary-dark\/60{
  background-color:rgb(0 61 122 / 0.6) !important
}

.\!bg-primary-dark\/65{
  background-color:rgb(0 61 122 / 0.65) !important
}

.\!bg-primary-dark\/70{
  background-color:rgb(0 61 122 / 0.7) !important
}

.\!bg-primary-dark\/75{
  background-color:rgb(0 61 122 / 0.75) !important
}

.\!bg-primary-dark\/80{
  background-color:rgb(0 61 122 / 0.8) !important
}

.\!bg-primary-dark\/85{
  background-color:rgb(0 61 122 / 0.85) !important
}

.\!bg-primary-dark\/90{
  background-color:rgb(0 61 122 / 0.9) !important
}

.\!bg-primary-dark\/95{
  background-color:rgb(0 61 122 / 0.95) !important
}

.\!bg-primary-light{
  --tw-bg-opacity:1 !important;
  background-color:rgb(51 136 212 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-primary-light\/0{
  background-color:rgb(51 136 212 / 0) !important
}

.\!bg-primary-light\/10{
  background-color:rgb(51 136 212 / 0.1) !important
}

.\!bg-primary-light\/100{
  background-color:rgb(51 136 212 / 1) !important
}

.\!bg-primary-light\/15{
  background-color:rgb(51 136 212 / 0.15) !important
}

.\!bg-primary-light\/20{
  background-color:rgb(51 136 212 / 0.2) !important
}

.\!bg-primary-light\/25{
  background-color:rgb(51 136 212 / 0.25) !important
}

.\!bg-primary-light\/30{
  background-color:rgb(51 136 212 / 0.3) !important
}

.\!bg-primary-light\/35{
  background-color:rgb(51 136 212 / 0.35) !important
}

.\!bg-primary-light\/40{
  background-color:rgb(51 136 212 / 0.4) !important
}

.\!bg-primary-light\/45{
  background-color:rgb(51 136 212 / 0.45) !important
}

.\!bg-primary-light\/5{
  background-color:rgb(51 136 212 / 0.05) !important
}

.\!bg-primary-light\/50{
  background-color:rgb(51 136 212 / 0.5) !important
}

.\!bg-primary-light\/55{
  background-color:rgb(51 136 212 / 0.55) !important
}

.\!bg-primary-light\/60{
  background-color:rgb(51 136 212 / 0.6) !important
}

.\!bg-primary-light\/65{
  background-color:rgb(51 136 212 / 0.65) !important
}

.\!bg-primary-light\/70{
  background-color:rgb(51 136 212 / 0.7) !important
}

.\!bg-primary-light\/75{
  background-color:rgb(51 136 212 / 0.75) !important
}

.\!bg-primary-light\/80{
  background-color:rgb(51 136 212 / 0.8) !important
}

.\!bg-primary-light\/85{
  background-color:rgb(51 136 212 / 0.85) !important
}

.\!bg-primary-light\/90{
  background-color:rgb(51 136 212 / 0.9) !important
}

.\!bg-primary-light\/95{
  background-color:rgb(51 136 212 / 0.95) !important
}

.\!bg-primary\/0{
  background-color:rgb(0 95 190 / 0) !important
}

.\!bg-primary\/10{
  background-color:rgb(0 95 190 / 0.1) !important
}

.\!bg-primary\/100{
  background-color:rgb(0 95 190 / 1) !important
}

.\!bg-primary\/15{
  background-color:rgb(0 95 190 / 0.15) !important
}

.\!bg-primary\/20{
  background-color:rgb(0 95 190 / 0.2) !important
}

.\!bg-primary\/25{
  background-color:rgb(0 95 190 / 0.25) !important
}

.\!bg-primary\/30{
  background-color:rgb(0 95 190 / 0.3) !important
}

.\!bg-primary\/35{
  background-color:rgb(0 95 190 / 0.35) !important
}

.\!bg-primary\/40{
  background-color:rgb(0 95 190 / 0.4) !important
}

.\!bg-primary\/45{
  background-color:rgb(0 95 190 / 0.45) !important
}

.\!bg-primary\/5{
  background-color:rgb(0 95 190 / 0.05) !important
}

.\!bg-primary\/50{
  background-color:rgb(0 95 190 / 0.5) !important
}

.\!bg-primary\/55{
  background-color:rgb(0 95 190 / 0.55) !important
}

.\!bg-primary\/60{
  background-color:rgb(0 95 190 / 0.6) !important
}

.\!bg-primary\/65{
  background-color:rgb(0 95 190 / 0.65) !important
}

.\!bg-primary\/70{
  background-color:rgb(0 95 190 / 0.7) !important
}

.\!bg-primary\/75{
  background-color:rgb(0 95 190 / 0.75) !important
}

.\!bg-primary\/80{
  background-color:rgb(0 95 190 / 0.8) !important
}

.\!bg-primary\/85{
  background-color:rgb(0 95 190 / 0.85) !important
}

.\!bg-primary\/90{
  background-color:rgb(0 95 190 / 0.9) !important
}

.\!bg-primary\/95{
  background-color:rgb(0 95 190 / 0.95) !important
}

.\!bg-secondary{
  --tw-bg-opacity:1 !important;
  background-color:rgb(205 139 132 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-secondary-dark{
  --tw-bg-opacity:1 !important;
  background-color:rgb(160 101 94 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-secondary-dark\/0{
  background-color:rgb(160 101 94 / 0) !important
}

.\!bg-secondary-dark\/10{
  background-color:rgb(160 101 94 / 0.1) !important
}

.\!bg-secondary-dark\/100{
  background-color:rgb(160 101 94 / 1) !important
}

.\!bg-secondary-dark\/15{
  background-color:rgb(160 101 94 / 0.15) !important
}

.\!bg-secondary-dark\/20{
  background-color:rgb(160 101 94 / 0.2) !important
}

.\!bg-secondary-dark\/25{
  background-color:rgb(160 101 94 / 0.25) !important
}

.\!bg-secondary-dark\/30{
  background-color:rgb(160 101 94 / 0.3) !important
}

.\!bg-secondary-dark\/35{
  background-color:rgb(160 101 94 / 0.35) !important
}

.\!bg-secondary-dark\/40{
  background-color:rgb(160 101 94 / 0.4) !important
}

.\!bg-secondary-dark\/45{
  background-color:rgb(160 101 94 / 0.45) !important
}

.\!bg-secondary-dark\/5{
  background-color:rgb(160 101 94 / 0.05) !important
}

.\!bg-secondary-dark\/50{
  background-color:rgb(160 101 94 / 0.5) !important
}

.\!bg-secondary-dark\/55{
  background-color:rgb(160 101 94 / 0.55) !important
}

.\!bg-secondary-dark\/60{
  background-color:rgb(160 101 94 / 0.6) !important
}

.\!bg-secondary-dark\/65{
  background-color:rgb(160 101 94 / 0.65) !important
}

.\!bg-secondary-dark\/70{
  background-color:rgb(160 101 94 / 0.7) !important
}

.\!bg-secondary-dark\/75{
  background-color:rgb(160 101 94 / 0.75) !important
}

.\!bg-secondary-dark\/80{
  background-color:rgb(160 101 94 / 0.8) !important
}

.\!bg-secondary-dark\/85{
  background-color:rgb(160 101 94 / 0.85) !important
}

.\!bg-secondary-dark\/90{
  background-color:rgb(160 101 94 / 0.9) !important
}

.\!bg-secondary-dark\/95{
  background-color:rgb(160 101 94 / 0.95) !important
}

.\!bg-secondary-light{
  --tw-bg-opacity:1 !important;
  background-color:rgb(224 180 176 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-secondary-light\/0{
  background-color:rgb(224 180 176 / 0) !important
}

.\!bg-secondary-light\/10{
  background-color:rgb(224 180 176 / 0.1) !important
}

.\!bg-secondary-light\/100{
  background-color:rgb(224 180 176 / 1) !important
}

.\!bg-secondary-light\/15{
  background-color:rgb(224 180 176 / 0.15) !important
}

.\!bg-secondary-light\/20{
  background-color:rgb(224 180 176 / 0.2) !important
}

.\!bg-secondary-light\/25{
  background-color:rgb(224 180 176 / 0.25) !important
}

.\!bg-secondary-light\/30{
  background-color:rgb(224 180 176 / 0.3) !important
}

.\!bg-secondary-light\/35{
  background-color:rgb(224 180 176 / 0.35) !important
}

.\!bg-secondary-light\/40{
  background-color:rgb(224 180 176 / 0.4) !important
}

.\!bg-secondary-light\/45{
  background-color:rgb(224 180 176 / 0.45) !important
}

.\!bg-secondary-light\/5{
  background-color:rgb(224 180 176 / 0.05) !important
}

.\!bg-secondary-light\/50{
  background-color:rgb(224 180 176 / 0.5) !important
}

.\!bg-secondary-light\/55{
  background-color:rgb(224 180 176 / 0.55) !important
}

.\!bg-secondary-light\/60{
  background-color:rgb(224 180 176 / 0.6) !important
}

.\!bg-secondary-light\/65{
  background-color:rgb(224 180 176 / 0.65) !important
}

.\!bg-secondary-light\/70{
  background-color:rgb(224 180 176 / 0.7) !important
}

.\!bg-secondary-light\/75{
  background-color:rgb(224 180 176 / 0.75) !important
}

.\!bg-secondary-light\/80{
  background-color:rgb(224 180 176 / 0.8) !important
}

.\!bg-secondary-light\/85{
  background-color:rgb(224 180 176 / 0.85) !important
}

.\!bg-secondary-light\/90{
  background-color:rgb(224 180 176 / 0.9) !important
}

.\!bg-secondary-light\/95{
  background-color:rgb(224 180 176 / 0.95) !important
}

.\!bg-secondary\/0{
  background-color:rgb(205 139 132 / 0) !important
}

.\!bg-secondary\/10{
  background-color:rgb(205 139 132 / 0.1) !important
}

.\!bg-secondary\/100{
  background-color:rgb(205 139 132 / 1) !important
}

.\!bg-secondary\/15{
  background-color:rgb(205 139 132 / 0.15) !important
}

.\!bg-secondary\/20{
  background-color:rgb(205 139 132 / 0.2) !important
}

.\!bg-secondary\/25{
  background-color:rgb(205 139 132 / 0.25) !important
}

.\!bg-secondary\/30{
  background-color:rgb(205 139 132 / 0.3) !important
}

.\!bg-secondary\/35{
  background-color:rgb(205 139 132 / 0.35) !important
}

.\!bg-secondary\/40{
  background-color:rgb(205 139 132 / 0.4) !important
}

.\!bg-secondary\/45{
  background-color:rgb(205 139 132 / 0.45) !important
}

.\!bg-secondary\/5{
  background-color:rgb(205 139 132 / 0.05) !important
}

.\!bg-secondary\/50{
  background-color:rgb(205 139 132 / 0.5) !important
}

.\!bg-secondary\/55{
  background-color:rgb(205 139 132 / 0.55) !important
}

.\!bg-secondary\/60{
  background-color:rgb(205 139 132 / 0.6) !important
}

.\!bg-secondary\/65{
  background-color:rgb(205 139 132 / 0.65) !important
}

.\!bg-secondary\/70{
  background-color:rgb(205 139 132 / 0.7) !important
}

.\!bg-secondary\/75{
  background-color:rgb(205 139 132 / 0.75) !important
}

.\!bg-secondary\/80{
  background-color:rgb(205 139 132 / 0.8) !important
}

.\!bg-secondary\/85{
  background-color:rgb(205 139 132 / 0.85) !important
}

.\!bg-secondary\/90{
  background-color:rgb(205 139 132 / 0.9) !important
}

.\!bg-secondary\/95{
  background-color:rgb(205 139 132 / 0.95) !important
}

.\!bg-surface{
  --tw-bg-opacity:1 !important;
  background-color:rgb(248 245 240 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-surface\/0{
  background-color:rgb(248 245 240 / 0) !important
}

.\!bg-surface\/10{
  background-color:rgb(248 245 240 / 0.1) !important
}

.\!bg-surface\/100{
  background-color:rgb(248 245 240 / 1) !important
}

.\!bg-surface\/15{
  background-color:rgb(248 245 240 / 0.15) !important
}

.\!bg-surface\/20{
  background-color:rgb(248 245 240 / 0.2) !important
}

.\!bg-surface\/25{
  background-color:rgb(248 245 240 / 0.25) !important
}

.\!bg-surface\/30{
  background-color:rgb(248 245 240 / 0.3) !important
}

.\!bg-surface\/35{
  background-color:rgb(248 245 240 / 0.35) !important
}

.\!bg-surface\/40{
  background-color:rgb(248 245 240 / 0.4) !important
}

.\!bg-surface\/45{
  background-color:rgb(248 245 240 / 0.45) !important
}

.\!bg-surface\/5{
  background-color:rgb(248 245 240 / 0.05) !important
}

.\!bg-surface\/50{
  background-color:rgb(248 245 240 / 0.5) !important
}

.\!bg-surface\/55{
  background-color:rgb(248 245 240 / 0.55) !important
}

.\!bg-surface\/60{
  background-color:rgb(248 245 240 / 0.6) !important
}

.\!bg-surface\/65{
  background-color:rgb(248 245 240 / 0.65) !important
}

.\!bg-surface\/70{
  background-color:rgb(248 245 240 / 0.7) !important
}

.\!bg-surface\/75{
  background-color:rgb(248 245 240 / 0.75) !important
}

.\!bg-surface\/80{
  background-color:rgb(248 245 240 / 0.8) !important
}

.\!bg-surface\/85{
  background-color:rgb(248 245 240 / 0.85) !important
}

.\!bg-surface\/90{
  background-color:rgb(248 245 240 / 0.9) !important
}

.\!bg-surface\/95{
  background-color:rgb(248 245 240 / 0.95) !important
}

.\!bg-transparent{
  background-color:transparent !important
}

.\!bg-transparent\/0{
  background-color:rgb(0 0 0 / 0) !important
}

.\!bg-transparent\/10{
  background-color:rgb(0 0 0 / 0.1) !important
}

.\!bg-transparent\/100{
  background-color:rgb(0 0 0 / 1) !important
}

.\!bg-transparent\/15{
  background-color:rgb(0 0 0 / 0.15) !important
}

.\!bg-transparent\/20{
  background-color:rgb(0 0 0 / 0.2) !important
}

.\!bg-transparent\/25{
  background-color:rgb(0 0 0 / 0.25) !important
}

.\!bg-transparent\/30{
  background-color:rgb(0 0 0 / 0.3) !important
}

.\!bg-transparent\/35{
  background-color:rgb(0 0 0 / 0.35) !important
}

.\!bg-transparent\/40{
  background-color:rgb(0 0 0 / 0.4) !important
}

.\!bg-transparent\/45{
  background-color:rgb(0 0 0 / 0.45) !important
}

.\!bg-transparent\/5{
  background-color:rgb(0 0 0 / 0.05) !important
}

.\!bg-transparent\/50{
  background-color:rgb(0 0 0 / 0.5) !important
}

.\!bg-transparent\/55{
  background-color:rgb(0 0 0 / 0.55) !important
}

.\!bg-transparent\/60{
  background-color:rgb(0 0 0 / 0.6) !important
}

.\!bg-transparent\/65{
  background-color:rgb(0 0 0 / 0.65) !important
}

.\!bg-transparent\/70{
  background-color:rgb(0 0 0 / 0.7) !important
}

.\!bg-transparent\/75{
  background-color:rgb(0 0 0 / 0.75) !important
}

.\!bg-transparent\/80{
  background-color:rgb(0 0 0 / 0.8) !important
}

.\!bg-transparent\/85{
  background-color:rgb(0 0 0 / 0.85) !important
}

.\!bg-transparent\/90{
  background-color:rgb(0 0 0 / 0.9) !important
}

.\!bg-transparent\/95{
  background-color:rgb(0 0 0 / 0.95) !important
}

.\!bg-white{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important
}

.\!bg-white\/0{
  background-color:rgb(255 255 255 / 0) !important
}

.\!bg-white\/10{
  background-color:rgb(255 255 255 / 0.1) !important
}

.\!bg-white\/100{
  background-color:rgb(255 255 255 / 1) !important
}

.\!bg-white\/15{
  background-color:rgb(255 255 255 / 0.15) !important
}

.\!bg-white\/20{
  background-color:rgb(255 255 255 / 0.2) !important
}

.\!bg-white\/25{
  background-color:rgb(255 255 255 / 0.25) !important
}

.\!bg-white\/30{
  background-color:rgb(255 255 255 / 0.3) !important
}

.\!bg-white\/35{
  background-color:rgb(255 255 255 / 0.35) !important
}

.\!bg-white\/40{
  background-color:rgb(255 255 255 / 0.4) !important
}

.\!bg-white\/45{
  background-color:rgb(255 255 255 / 0.45) !important
}

.\!bg-white\/5{
  background-color:rgb(255 255 255 / 0.05) !important
}

.\!bg-white\/50{
  background-color:rgb(255 255 255 / 0.5) !important
}

.\!bg-white\/55{
  background-color:rgb(255 255 255 / 0.55) !important
}

.\!bg-white\/60{
  background-color:rgb(255 255 255 / 0.6) !important
}

.\!bg-white\/65{
  background-color:rgb(255 255 255 / 0.65) !important
}

.\!bg-white\/70{
  background-color:rgb(255 255 255 / 0.7) !important
}

.\!bg-white\/75{
  background-color:rgb(255 255 255 / 0.75) !important
}

.\!bg-white\/80{
  background-color:rgb(255 255 255 / 0.8) !important
}

.\!bg-white\/85{
  background-color:rgb(255 255 255 / 0.85) !important
}

.\!bg-white\/90{
  background-color:rgb(255 255 255 / 0.9) !important
}

.\!bg-white\/95{
  background-color:rgb(255 255 255 / 0.95) !important
}

.bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-black\/0{
  background-color:rgb(0 0 0 / 0)
}

.bg-black\/10{
  background-color:rgb(0 0 0 / 0.1)
}

.bg-black\/100{
  background-color:rgb(0 0 0 / 1)
}

.bg-black\/15{
  background-color:rgb(0 0 0 / 0.15)
}

.bg-black\/20{
  background-color:rgb(0 0 0 / 0.2)
}

.bg-black\/25{
  background-color:rgb(0 0 0 / 0.25)
}

.bg-black\/30{
  background-color:rgb(0 0 0 / 0.3)
}

.bg-black\/35{
  background-color:rgb(0 0 0 / 0.35)
}

.bg-black\/40{
  background-color:rgb(0 0 0 / 0.4)
}

.bg-black\/45{
  background-color:rgb(0 0 0 / 0.45)
}

.bg-black\/5{
  background-color:rgb(0 0 0 / 0.05)
}

.bg-black\/50{
  background-color:rgb(0 0 0 / 0.5)
}

.bg-black\/55{
  background-color:rgb(0 0 0 / 0.55)
}

.bg-black\/60{
  background-color:rgb(0 0 0 / 0.6)
}

.bg-black\/65{
  background-color:rgb(0 0 0 / 0.65)
}

.bg-black\/70{
  background-color:rgb(0 0 0 / 0.7)
}

.bg-black\/75{
  background-color:rgb(0 0 0 / 0.75)
}

.bg-black\/80{
  background-color:rgb(0 0 0 / 0.8)
}

.bg-black\/85{
  background-color:rgb(0 0 0 / 0.85)
}

.bg-black\/90{
  background-color:rgb(0 0 0 / 0.9)
}

.bg-black\/95{
  background-color:rgb(0 0 0 / 0.95)
}

.bg-blue-100{
  --tw-bg-opacity:1;
  background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))
}

.bg-blue-100\/0{
  background-color:rgb(219 234 254 / 0)
}

.bg-blue-100\/10{
  background-color:rgb(219 234 254 / 0.1)
}

.bg-blue-100\/100{
  background-color:rgb(219 234 254 / 1)
}

.bg-blue-100\/15{
  background-color:rgb(219 234 254 / 0.15)
}

.bg-blue-100\/20{
  background-color:rgb(219 234 254 / 0.2)
}

.bg-blue-100\/25{
  background-color:rgb(219 234 254 / 0.25)
}

.bg-blue-100\/30{
  background-color:rgb(219 234 254 / 0.3)
}

.bg-blue-100\/35{
  background-color:rgb(219 234 254 / 0.35)
}

.bg-blue-100\/40{
  background-color:rgb(219 234 254 / 0.4)
}

.bg-blue-100\/45{
  background-color:rgb(219 234 254 / 0.45)
}

.bg-blue-100\/5{
  background-color:rgb(219 234 254 / 0.05)
}

.bg-blue-100\/50{
  background-color:rgb(219 234 254 / 0.5)
}

.bg-blue-100\/55{
  background-color:rgb(219 234 254 / 0.55)
}

.bg-blue-100\/60{
  background-color:rgb(219 234 254 / 0.6)
}

.bg-blue-100\/65{
  background-color:rgb(219 234 254 / 0.65)
}

.bg-blue-100\/70{
  background-color:rgb(219 234 254 / 0.7)
}

.bg-blue-100\/75{
  background-color:rgb(219 234 254 / 0.75)
}

.bg-blue-100\/80{
  background-color:rgb(219 234 254 / 0.8)
}

.bg-blue-100\/85{
  background-color:rgb(219 234 254 / 0.85)
}

.bg-blue-100\/90{
  background-color:rgb(219 234 254 / 0.9)
}

.bg-blue-100\/95{
  background-color:rgb(219 234 254 / 0.95)
}

.bg-blue-200{
  --tw-bg-opacity:1;
  background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))
}

.bg-blue-200\/0{
  background-color:rgb(191 219 254 / 0)
}

.bg-blue-200\/10{
  background-color:rgb(191 219 254 / 0.1)
}

.bg-blue-200\/100{
  background-color:rgb(191 219 254 / 1)
}

.bg-blue-200\/15{
  background-color:rgb(191 219 254 / 0.15)
}

.bg-blue-200\/20{
  background-color:rgb(191 219 254 / 0.2)
}

.bg-blue-200\/25{
  background-color:rgb(191 219 254 / 0.25)
}

.bg-blue-200\/30{
  background-color:rgb(191 219 254 / 0.3)
}

.bg-blue-200\/35{
  background-color:rgb(191 219 254 / 0.35)
}

.bg-blue-200\/40{
  background-color:rgb(191 219 254 / 0.4)
}

.bg-blue-200\/45{
  background-color:rgb(191 219 254 / 0.45)
}

.bg-blue-200\/5{
  background-color:rgb(191 219 254 / 0.05)
}

.bg-blue-200\/50{
  background-color:rgb(191 219 254 / 0.5)
}

.bg-blue-200\/55{
  background-color:rgb(191 219 254 / 0.55)
}

.bg-blue-200\/60{
  background-color:rgb(191 219 254 / 0.6)
}

.bg-blue-200\/65{
  background-color:rgb(191 219 254 / 0.65)
}

.bg-blue-200\/70{
  background-color:rgb(191 219 254 / 0.7)
}

.bg-blue-200\/75{
  background-color:rgb(191 219 254 / 0.75)
}

.bg-blue-200\/80{
  background-color:rgb(191 219 254 / 0.8)
}

.bg-blue-200\/85{
  background-color:rgb(191 219 254 / 0.85)
}

.bg-blue-200\/90{
  background-color:rgb(191 219 254 / 0.9)
}

.bg-blue-200\/95{
  background-color:rgb(191 219 254 / 0.95)
}

.bg-blue-50{
  --tw-bg-opacity:1;
  background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))
}

.bg-blue-50\/0{
  background-color:rgb(239 246 255 / 0)
}

.bg-blue-50\/10{
  background-color:rgb(239 246 255 / 0.1)
}

.bg-blue-50\/100{
  background-color:rgb(239 246 255 / 1)
}

.bg-blue-50\/15{
  background-color:rgb(239 246 255 / 0.15)
}

.bg-blue-50\/20{
  background-color:rgb(239 246 255 / 0.2)
}

.bg-blue-50\/25{
  background-color:rgb(239 246 255 / 0.25)
}

.bg-blue-50\/30{
  background-color:rgb(239 246 255 / 0.3)
}

.bg-blue-50\/35{
  background-color:rgb(239 246 255 / 0.35)
}

.bg-blue-50\/40{
  background-color:rgb(239 246 255 / 0.4)
}

.bg-blue-50\/45{
  background-color:rgb(239 246 255 / 0.45)
}

.bg-blue-50\/5{
  background-color:rgb(239 246 255 / 0.05)
}

.bg-blue-50\/50{
  background-color:rgb(239 246 255 / 0.5)
}

.bg-blue-50\/55{
  background-color:rgb(239 246 255 / 0.55)
}

.bg-blue-50\/60{
  background-color:rgb(239 246 255 / 0.6)
}

.bg-blue-50\/65{
  background-color:rgb(239 246 255 / 0.65)
}

.bg-blue-50\/70{
  background-color:rgb(239 246 255 / 0.7)
}

.bg-blue-50\/75{
  background-color:rgb(239 246 255 / 0.75)
}

.bg-blue-50\/80{
  background-color:rgb(239 246 255 / 0.8)
}

.bg-blue-50\/85{
  background-color:rgb(239 246 255 / 0.85)
}

.bg-blue-50\/90{
  background-color:rgb(239 246 255 / 0.9)
}

.bg-blue-50\/95{
  background-color:rgb(239 246 255 / 0.95)
}

.bg-blue-500{
  --tw-bg-opacity:1;
  background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))
}

.bg-blue-500\/0{
  background-color:rgb(59 130 246 / 0)
}

.bg-blue-500\/10{
  background-color:rgb(59 130 246 / 0.1)
}

.bg-blue-500\/100{
  background-color:rgb(59 130 246 / 1)
}

.bg-blue-500\/15{
  background-color:rgb(59 130 246 / 0.15)
}

.bg-blue-500\/20{
  background-color:rgb(59 130 246 / 0.2)
}

.bg-blue-500\/25{
  background-color:rgb(59 130 246 / 0.25)
}

.bg-blue-500\/30{
  background-color:rgb(59 130 246 / 0.3)
}

.bg-blue-500\/35{
  background-color:rgb(59 130 246 / 0.35)
}

.bg-blue-500\/40{
  background-color:rgb(59 130 246 / 0.4)
}

.bg-blue-500\/45{
  background-color:rgb(59 130 246 / 0.45)
}

.bg-blue-500\/5{
  background-color:rgb(59 130 246 / 0.05)
}

.bg-blue-500\/50{
  background-color:rgb(59 130 246 / 0.5)
}

.bg-blue-500\/55{
  background-color:rgb(59 130 246 / 0.55)
}

.bg-blue-500\/60{
  background-color:rgb(59 130 246 / 0.6)
}

.bg-blue-500\/65{
  background-color:rgb(59 130 246 / 0.65)
}

.bg-blue-500\/70{
  background-color:rgb(59 130 246 / 0.7)
}

.bg-blue-500\/75{
  background-color:rgb(59 130 246 / 0.75)
}

.bg-blue-500\/80{
  background-color:rgb(59 130 246 / 0.8)
}

.bg-blue-500\/85{
  background-color:rgb(59 130 246 / 0.85)
}

.bg-blue-500\/90{
  background-color:rgb(59 130 246 / 0.9)
}

.bg-blue-500\/95{
  background-color:rgb(59 130 246 / 0.95)
}

.bg-current{
  background-color:currentColor
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.bg-gray-100\/0{
  background-color:rgb(243 244 246 / 0)
}

.bg-gray-100\/10{
  background-color:rgb(243 244 246 / 0.1)
}

.bg-gray-100\/100{
  background-color:rgb(243 244 246 / 1)
}

.bg-gray-100\/15{
  background-color:rgb(243 244 246 / 0.15)
}

.bg-gray-100\/20{
  background-color:rgb(243 244 246 / 0.2)
}

.bg-gray-100\/25{
  background-color:rgb(243 244 246 / 0.25)
}

.bg-gray-100\/30{
  background-color:rgb(243 244 246 / 0.3)
}

.bg-gray-100\/35{
  background-color:rgb(243 244 246 / 0.35)
}

.bg-gray-100\/40{
  background-color:rgb(243 244 246 / 0.4)
}

.bg-gray-100\/45{
  background-color:rgb(243 244 246 / 0.45)
}

.bg-gray-100\/5{
  background-color:rgb(243 244 246 / 0.05)
}

.bg-gray-100\/50{
  background-color:rgb(243 244 246 / 0.5)
}

.bg-gray-100\/55{
  background-color:rgb(243 244 246 / 0.55)
}

.bg-gray-100\/60{
  background-color:rgb(243 244 246 / 0.6)
}

.bg-gray-100\/65{
  background-color:rgb(243 244 246 / 0.65)
}

.bg-gray-100\/70{
  background-color:rgb(243 244 246 / 0.7)
}

.bg-gray-100\/75{
  background-color:rgb(243 244 246 / 0.75)
}

.bg-gray-100\/80{
  background-color:rgb(243 244 246 / 0.8)
}

.bg-gray-100\/85{
  background-color:rgb(243 244 246 / 0.85)
}

.bg-gray-100\/90{
  background-color:rgb(243 244 246 / 0.9)
}

.bg-gray-100\/95{
  background-color:rgb(243 244 246 / 0.95)
}

.bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.bg-gray-200\/0{
  background-color:rgb(229 231 235 / 0)
}

.bg-gray-200\/10{
  background-color:rgb(229 231 235 / 0.1)
}

.bg-gray-200\/100{
  background-color:rgb(229 231 235 / 1)
}

.bg-gray-200\/15{
  background-color:rgb(229 231 235 / 0.15)
}

.bg-gray-200\/20{
  background-color:rgb(229 231 235 / 0.2)
}

.bg-gray-200\/25{
  background-color:rgb(229 231 235 / 0.25)
}

.bg-gray-200\/30{
  background-color:rgb(229 231 235 / 0.3)
}

.bg-gray-200\/35{
  background-color:rgb(229 231 235 / 0.35)
}

.bg-gray-200\/40{
  background-color:rgb(229 231 235 / 0.4)
}

.bg-gray-200\/45{
  background-color:rgb(229 231 235 / 0.45)
}

.bg-gray-200\/5{
  background-color:rgb(229 231 235 / 0.05)
}

.bg-gray-200\/50{
  background-color:rgb(229 231 235 / 0.5)
}

.bg-gray-200\/55{
  background-color:rgb(229 231 235 / 0.55)
}

.bg-gray-200\/60{
  background-color:rgb(229 231 235 / 0.6)
}

.bg-gray-200\/65{
  background-color:rgb(229 231 235 / 0.65)
}

.bg-gray-200\/70{
  background-color:rgb(229 231 235 / 0.7)
}

.bg-gray-200\/75{
  background-color:rgb(229 231 235 / 0.75)
}

.bg-gray-200\/80{
  background-color:rgb(229 231 235 / 0.8)
}

.bg-gray-200\/85{
  background-color:rgb(229 231 235 / 0.85)
}

.bg-gray-200\/90{
  background-color:rgb(229 231 235 / 0.9)
}

.bg-gray-200\/95{
  background-color:rgb(229 231 235 / 0.95)
}

.bg-gray-400{
  --tw-bg-opacity:1;
  background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))
}

.bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-gray-50\/0{
  background-color:rgb(249 250 251 / 0)
}

.bg-gray-50\/10{
  background-color:rgb(249 250 251 / 0.1)
}

.bg-gray-50\/100{
  background-color:rgb(249 250 251 / 1)
}

.bg-gray-50\/15{
  background-color:rgb(249 250 251 / 0.15)
}

.bg-gray-50\/20{
  background-color:rgb(249 250 251 / 0.2)
}

.bg-gray-50\/25{
  background-color:rgb(249 250 251 / 0.25)
}

.bg-gray-50\/30{
  background-color:rgb(249 250 251 / 0.3)
}

.bg-gray-50\/35{
  background-color:rgb(249 250 251 / 0.35)
}

.bg-gray-50\/40{
  background-color:rgb(249 250 251 / 0.4)
}

.bg-gray-50\/45{
  background-color:rgb(249 250 251 / 0.45)
}

.bg-gray-50\/5{
  background-color:rgb(249 250 251 / 0.05)
}

.bg-gray-50\/50{
  background-color:rgb(249 250 251 / 0.5)
}

.bg-gray-50\/55{
  background-color:rgb(249 250 251 / 0.55)
}

.bg-gray-50\/60{
  background-color:rgb(249 250 251 / 0.6)
}

.bg-gray-50\/65{
  background-color:rgb(249 250 251 / 0.65)
}

.bg-gray-50\/70{
  background-color:rgb(249 250 251 / 0.7)
}

.bg-gray-50\/75{
  background-color:rgb(249 250 251 / 0.75)
}

.bg-gray-50\/80{
  background-color:rgb(249 250 251 / 0.8)
}

.bg-gray-50\/85{
  background-color:rgb(249 250 251 / 0.85)
}

.bg-gray-50\/90{
  background-color:rgb(249 250 251 / 0.9)
}

.bg-gray-50\/95{
  background-color:rgb(249 250 251 / 0.95)
}

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))
}

.bg-gray-500\/0{
  background-color:rgb(107 114 128 / 0)
}

.bg-gray-500\/10{
  background-color:rgb(107 114 128 / 0.1)
}

.bg-gray-500\/100{
  background-color:rgb(107 114 128 / 1)
}

.bg-gray-500\/15{
  background-color:rgb(107 114 128 / 0.15)
}

.bg-gray-500\/20{
  background-color:rgb(107 114 128 / 0.2)
}

.bg-gray-500\/25{
  background-color:rgb(107 114 128 / 0.25)
}

.bg-gray-500\/30{
  background-color:rgb(107 114 128 / 0.3)
}

.bg-gray-500\/35{
  background-color:rgb(107 114 128 / 0.35)
}

.bg-gray-500\/40{
  background-color:rgb(107 114 128 / 0.4)
}

.bg-gray-500\/45{
  background-color:rgb(107 114 128 / 0.45)
}

.bg-gray-500\/5{
  background-color:rgb(107 114 128 / 0.05)
}

.bg-gray-500\/50{
  background-color:rgb(107 114 128 / 0.5)
}

.bg-gray-500\/55{
  background-color:rgb(107 114 128 / 0.55)
}

.bg-gray-500\/60{
  background-color:rgb(107 114 128 / 0.6)
}

.bg-gray-500\/65{
  background-color:rgb(107 114 128 / 0.65)
}

.bg-gray-500\/70{
  background-color:rgb(107 114 128 / 0.7)
}

.bg-gray-500\/75{
  background-color:rgb(107 114 128 / 0.75)
}

.bg-gray-500\/80{
  background-color:rgb(107 114 128 / 0.8)
}

.bg-gray-500\/85{
  background-color:rgb(107 114 128 / 0.85)
}

.bg-gray-500\/90{
  background-color:rgb(107 114 128 / 0.9)
}

.bg-gray-500\/95{
  background-color:rgb(107 114 128 / 0.95)
}

.bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))
}

.bg-gray-900{
  --tw-bg-opacity:1;
  background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))
}

.bg-green-100\/0{
  background-color:rgb(220 252 231 / 0)
}

.bg-green-100\/10{
  background-color:rgb(220 252 231 / 0.1)
}

.bg-green-100\/100{
  background-color:rgb(220 252 231 / 1)
}

.bg-green-100\/15{
  background-color:rgb(220 252 231 / 0.15)
}

.bg-green-100\/20{
  background-color:rgb(220 252 231 / 0.2)
}

.bg-green-100\/25{
  background-color:rgb(220 252 231 / 0.25)
}

.bg-green-100\/30{
  background-color:rgb(220 252 231 / 0.3)
}

.bg-green-100\/35{
  background-color:rgb(220 252 231 / 0.35)
}

.bg-green-100\/40{
  background-color:rgb(220 252 231 / 0.4)
}

.bg-green-100\/45{
  background-color:rgb(220 252 231 / 0.45)
}

.bg-green-100\/5{
  background-color:rgb(220 252 231 / 0.05)
}

.bg-green-100\/50{
  background-color:rgb(220 252 231 / 0.5)
}

.bg-green-100\/55{
  background-color:rgb(220 252 231 / 0.55)
}

.bg-green-100\/60{
  background-color:rgb(220 252 231 / 0.6)
}

.bg-green-100\/65{
  background-color:rgb(220 252 231 / 0.65)
}

.bg-green-100\/70{
  background-color:rgb(220 252 231 / 0.7)
}

.bg-green-100\/75{
  background-color:rgb(220 252 231 / 0.75)
}

.bg-green-100\/80{
  background-color:rgb(220 252 231 / 0.8)
}

.bg-green-100\/85{
  background-color:rgb(220 252 231 / 0.85)
}

.bg-green-100\/90{
  background-color:rgb(220 252 231 / 0.9)
}

.bg-green-100\/95{
  background-color:rgb(220 252 231 / 0.95)
}

.bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))
}

.bg-green-200\/0{
  background-color:rgb(187 247 208 / 0)
}

.bg-green-200\/10{
  background-color:rgb(187 247 208 / 0.1)
}

.bg-green-200\/100{
  background-color:rgb(187 247 208 / 1)
}

.bg-green-200\/15{
  background-color:rgb(187 247 208 / 0.15)
}

.bg-green-200\/20{
  background-color:rgb(187 247 208 / 0.2)
}

.bg-green-200\/25{
  background-color:rgb(187 247 208 / 0.25)
}

.bg-green-200\/30{
  background-color:rgb(187 247 208 / 0.3)
}

.bg-green-200\/35{
  background-color:rgb(187 247 208 / 0.35)
}

.bg-green-200\/40{
  background-color:rgb(187 247 208 / 0.4)
}

.bg-green-200\/45{
  background-color:rgb(187 247 208 / 0.45)
}

.bg-green-200\/5{
  background-color:rgb(187 247 208 / 0.05)
}

.bg-green-200\/50{
  background-color:rgb(187 247 208 / 0.5)
}

.bg-green-200\/55{
  background-color:rgb(187 247 208 / 0.55)
}

.bg-green-200\/60{
  background-color:rgb(187 247 208 / 0.6)
}

.bg-green-200\/65{
  background-color:rgb(187 247 208 / 0.65)
}

.bg-green-200\/70{
  background-color:rgb(187 247 208 / 0.7)
}

.bg-green-200\/75{
  background-color:rgb(187 247 208 / 0.75)
}

.bg-green-200\/80{
  background-color:rgb(187 247 208 / 0.8)
}

.bg-green-200\/85{
  background-color:rgb(187 247 208 / 0.85)
}

.bg-green-200\/90{
  background-color:rgb(187 247 208 / 0.9)
}

.bg-green-200\/95{
  background-color:rgb(187 247 208 / 0.95)
}

.bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))
}

.bg-green-50\/0{
  background-color:rgb(240 253 244 / 0)
}

.bg-green-50\/10{
  background-color:rgb(240 253 244 / 0.1)
}

.bg-green-50\/100{
  background-color:rgb(240 253 244 / 1)
}

.bg-green-50\/15{
  background-color:rgb(240 253 244 / 0.15)
}

.bg-green-50\/20{
  background-color:rgb(240 253 244 / 0.2)
}

.bg-green-50\/25{
  background-color:rgb(240 253 244 / 0.25)
}

.bg-green-50\/30{
  background-color:rgb(240 253 244 / 0.3)
}

.bg-green-50\/35{
  background-color:rgb(240 253 244 / 0.35)
}

.bg-green-50\/40{
  background-color:rgb(240 253 244 / 0.4)
}

.bg-green-50\/45{
  background-color:rgb(240 253 244 / 0.45)
}

.bg-green-50\/5{
  background-color:rgb(240 253 244 / 0.05)
}

.bg-green-50\/50{
  background-color:rgb(240 253 244 / 0.5)
}

.bg-green-50\/55{
  background-color:rgb(240 253 244 / 0.55)
}

.bg-green-50\/60{
  background-color:rgb(240 253 244 / 0.6)
}

.bg-green-50\/65{
  background-color:rgb(240 253 244 / 0.65)
}

.bg-green-50\/70{
  background-color:rgb(240 253 244 / 0.7)
}

.bg-green-50\/75{
  background-color:rgb(240 253 244 / 0.75)
}

.bg-green-50\/80{
  background-color:rgb(240 253 244 / 0.8)
}

.bg-green-50\/85{
  background-color:rgb(240 253 244 / 0.85)
}

.bg-green-50\/90{
  background-color:rgb(240 253 244 / 0.9)
}

.bg-green-50\/95{
  background-color:rgb(240 253 244 / 0.95)
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))
}

.bg-green-500\/0{
  background-color:rgb(34 197 94 / 0)
}

.bg-green-500\/10{
  background-color:rgb(34 197 94 / 0.1)
}

.bg-green-500\/100{
  background-color:rgb(34 197 94 / 1)
}

.bg-green-500\/15{
  background-color:rgb(34 197 94 / 0.15)
}

.bg-green-500\/20{
  background-color:rgb(34 197 94 / 0.2)
}

.bg-green-500\/25{
  background-color:rgb(34 197 94 / 0.25)
}

.bg-green-500\/30{
  background-color:rgb(34 197 94 / 0.3)
}

.bg-green-500\/35{
  background-color:rgb(34 197 94 / 0.35)
}

.bg-green-500\/40{
  background-color:rgb(34 197 94 / 0.4)
}

.bg-green-500\/45{
  background-color:rgb(34 197 94 / 0.45)
}

.bg-green-500\/5{
  background-color:rgb(34 197 94 / 0.05)
}

.bg-green-500\/50{
  background-color:rgb(34 197 94 / 0.5)
}

.bg-green-500\/55{
  background-color:rgb(34 197 94 / 0.55)
}

.bg-green-500\/60{
  background-color:rgb(34 197 94 / 0.6)
}

.bg-green-500\/65{
  background-color:rgb(34 197 94 / 0.65)
}

.bg-green-500\/70{
  background-color:rgb(34 197 94 / 0.7)
}

.bg-green-500\/75{
  background-color:rgb(34 197 94 / 0.75)
}

.bg-green-500\/80{
  background-color:rgb(34 197 94 / 0.8)
}

.bg-green-500\/85{
  background-color:rgb(34 197 94 / 0.85)
}

.bg-green-500\/90{
  background-color:rgb(34 197 94 / 0.9)
}

.bg-green-500\/95{
  background-color:rgb(34 197 94 / 0.95)
}

.bg-inherit{
  background-color:inherit
}

.bg-primary{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1))
}

.bg-primary-dark{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1))
}

.bg-primary-dark\/0{
  background-color:rgb(0 61 122 / 0)
}

.bg-primary-dark\/10{
  background-color:rgb(0 61 122 / 0.1)
}

.bg-primary-dark\/100{
  background-color:rgb(0 61 122 / 1)
}

.bg-primary-dark\/15{
  background-color:rgb(0 61 122 / 0.15)
}

.bg-primary-dark\/20{
  background-color:rgb(0 61 122 / 0.2)
}

.bg-primary-dark\/25{
  background-color:rgb(0 61 122 / 0.25)
}

.bg-primary-dark\/30{
  background-color:rgb(0 61 122 / 0.3)
}

.bg-primary-dark\/35{
  background-color:rgb(0 61 122 / 0.35)
}

.bg-primary-dark\/40{
  background-color:rgb(0 61 122 / 0.4)
}

.bg-primary-dark\/45{
  background-color:rgb(0 61 122 / 0.45)
}

.bg-primary-dark\/5{
  background-color:rgb(0 61 122 / 0.05)
}

.bg-primary-dark\/50{
  background-color:rgb(0 61 122 / 0.5)
}

.bg-primary-dark\/55{
  background-color:rgb(0 61 122 / 0.55)
}

.bg-primary-dark\/60{
  background-color:rgb(0 61 122 / 0.6)
}

.bg-primary-dark\/65{
  background-color:rgb(0 61 122 / 0.65)
}

.bg-primary-dark\/70{
  background-color:rgb(0 61 122 / 0.7)
}

.bg-primary-dark\/75{
  background-color:rgb(0 61 122 / 0.75)
}

.bg-primary-dark\/80{
  background-color:rgb(0 61 122 / 0.8)
}

.bg-primary-dark\/85{
  background-color:rgb(0 61 122 / 0.85)
}

.bg-primary-dark\/90{
  background-color:rgb(0 61 122 / 0.9)
}

.bg-primary-dark\/95{
  background-color:rgb(0 61 122 / 0.95)
}

.bg-primary-light{
  --tw-bg-opacity:1;
  background-color:rgb(51 136 212 / var(--tw-bg-opacity, 1))
}

.bg-primary-light\/0{
  background-color:rgb(51 136 212 / 0)
}

.bg-primary-light\/10{
  background-color:rgb(51 136 212 / 0.1)
}

.bg-primary-light\/100{
  background-color:rgb(51 136 212 / 1)
}

.bg-primary-light\/15{
  background-color:rgb(51 136 212 / 0.15)
}

.bg-primary-light\/20{
  background-color:rgb(51 136 212 / 0.2)
}

.bg-primary-light\/25{
  background-color:rgb(51 136 212 / 0.25)
}

.bg-primary-light\/30{
  background-color:rgb(51 136 212 / 0.3)
}

.bg-primary-light\/35{
  background-color:rgb(51 136 212 / 0.35)
}

.bg-primary-light\/40{
  background-color:rgb(51 136 212 / 0.4)
}

.bg-primary-light\/45{
  background-color:rgb(51 136 212 / 0.45)
}

.bg-primary-light\/5{
  background-color:rgb(51 136 212 / 0.05)
}

.bg-primary-light\/50{
  background-color:rgb(51 136 212 / 0.5)
}

.bg-primary-light\/55{
  background-color:rgb(51 136 212 / 0.55)
}

.bg-primary-light\/60{
  background-color:rgb(51 136 212 / 0.6)
}

.bg-primary-light\/65{
  background-color:rgb(51 136 212 / 0.65)
}

.bg-primary-light\/70{
  background-color:rgb(51 136 212 / 0.7)
}

.bg-primary-light\/75{
  background-color:rgb(51 136 212 / 0.75)
}

.bg-primary-light\/80{
  background-color:rgb(51 136 212 / 0.8)
}

.bg-primary-light\/85{
  background-color:rgb(51 136 212 / 0.85)
}

.bg-primary-light\/90{
  background-color:rgb(51 136 212 / 0.9)
}

.bg-primary-light\/95{
  background-color:rgb(51 136 212 / 0.95)
}

.bg-primary\/0{
  background-color:rgb(0 95 190 / 0)
}

.bg-primary\/10{
  background-color:rgb(0 95 190 / 0.1)
}

.bg-primary\/100{
  background-color:rgb(0 95 190 / 1)
}

.bg-primary\/15{
  background-color:rgb(0 95 190 / 0.15)
}

.bg-primary\/20{
  background-color:rgb(0 95 190 / 0.2)
}

.bg-primary\/25{
  background-color:rgb(0 95 190 / 0.25)
}

.bg-primary\/30{
  background-color:rgb(0 95 190 / 0.3)
}

.bg-primary\/35{
  background-color:rgb(0 95 190 / 0.35)
}

.bg-primary\/40{
  background-color:rgb(0 95 190 / 0.4)
}

.bg-primary\/45{
  background-color:rgb(0 95 190 / 0.45)
}

.bg-primary\/5{
  background-color:rgb(0 95 190 / 0.05)
}

.bg-primary\/50{
  background-color:rgb(0 95 190 / 0.5)
}

.bg-primary\/55{
  background-color:rgb(0 95 190 / 0.55)
}

.bg-primary\/60{
  background-color:rgb(0 95 190 / 0.6)
}

.bg-primary\/65{
  background-color:rgb(0 95 190 / 0.65)
}

.bg-primary\/70{
  background-color:rgb(0 95 190 / 0.7)
}

.bg-primary\/75{
  background-color:rgb(0 95 190 / 0.75)
}

.bg-primary\/80{
  background-color:rgb(0 95 190 / 0.8)
}

.bg-primary\/85{
  background-color:rgb(0 95 190 / 0.85)
}

.bg-primary\/90{
  background-color:rgb(0 95 190 / 0.9)
}

.bg-primary\/95{
  background-color:rgb(0 95 190 / 0.95)
}

.bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))
}

.bg-red-100\/0{
  background-color:rgb(254 226 226 / 0)
}

.bg-red-100\/10{
  background-color:rgb(254 226 226 / 0.1)
}

.bg-red-100\/100{
  background-color:rgb(254 226 226 / 1)
}

.bg-red-100\/15{
  background-color:rgb(254 226 226 / 0.15)
}

.bg-red-100\/20{
  background-color:rgb(254 226 226 / 0.2)
}

.bg-red-100\/25{
  background-color:rgb(254 226 226 / 0.25)
}

.bg-red-100\/30{
  background-color:rgb(254 226 226 / 0.3)
}

.bg-red-100\/35{
  background-color:rgb(254 226 226 / 0.35)
}

.bg-red-100\/40{
  background-color:rgb(254 226 226 / 0.4)
}

.bg-red-100\/45{
  background-color:rgb(254 226 226 / 0.45)
}

.bg-red-100\/5{
  background-color:rgb(254 226 226 / 0.05)
}

.bg-red-100\/50{
  background-color:rgb(254 226 226 / 0.5)
}

.bg-red-100\/55{
  background-color:rgb(254 226 226 / 0.55)
}

.bg-red-100\/60{
  background-color:rgb(254 226 226 / 0.6)
}

.bg-red-100\/65{
  background-color:rgb(254 226 226 / 0.65)
}

.bg-red-100\/70{
  background-color:rgb(254 226 226 / 0.7)
}

.bg-red-100\/75{
  background-color:rgb(254 226 226 / 0.75)
}

.bg-red-100\/80{
  background-color:rgb(254 226 226 / 0.8)
}

.bg-red-100\/85{
  background-color:rgb(254 226 226 / 0.85)
}

.bg-red-100\/90{
  background-color:rgb(254 226 226 / 0.9)
}

.bg-red-100\/95{
  background-color:rgb(254 226 226 / 0.95)
}

.bg-red-200{
  --tw-bg-opacity:1;
  background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))
}

.bg-red-200\/0{
  background-color:rgb(254 202 202 / 0)
}

.bg-red-200\/10{
  background-color:rgb(254 202 202 / 0.1)
}

.bg-red-200\/100{
  background-color:rgb(254 202 202 / 1)
}

.bg-red-200\/15{
  background-color:rgb(254 202 202 / 0.15)
}

.bg-red-200\/20{
  background-color:rgb(254 202 202 / 0.2)
}

.bg-red-200\/25{
  background-color:rgb(254 202 202 / 0.25)
}

.bg-red-200\/30{
  background-color:rgb(254 202 202 / 0.3)
}

.bg-red-200\/35{
  background-color:rgb(254 202 202 / 0.35)
}

.bg-red-200\/40{
  background-color:rgb(254 202 202 / 0.4)
}

.bg-red-200\/45{
  background-color:rgb(254 202 202 / 0.45)
}

.bg-red-200\/5{
  background-color:rgb(254 202 202 / 0.05)
}

.bg-red-200\/50{
  background-color:rgb(254 202 202 / 0.5)
}

.bg-red-200\/55{
  background-color:rgb(254 202 202 / 0.55)
}

.bg-red-200\/60{
  background-color:rgb(254 202 202 / 0.6)
}

.bg-red-200\/65{
  background-color:rgb(254 202 202 / 0.65)
}

.bg-red-200\/70{
  background-color:rgb(254 202 202 / 0.7)
}

.bg-red-200\/75{
  background-color:rgb(254 202 202 / 0.75)
}

.bg-red-200\/80{
  background-color:rgb(254 202 202 / 0.8)
}

.bg-red-200\/85{
  background-color:rgb(254 202 202 / 0.85)
}

.bg-red-200\/90{
  background-color:rgb(254 202 202 / 0.9)
}

.bg-red-200\/95{
  background-color:rgb(254 202 202 / 0.95)
}

.bg-red-50{
  --tw-bg-opacity:1;
  background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))
}

.bg-red-50\/0{
  background-color:rgb(254 242 242 / 0)
}

.bg-red-50\/10{
  background-color:rgb(254 242 242 / 0.1)
}

.bg-red-50\/100{
  background-color:rgb(254 242 242 / 1)
}

.bg-red-50\/15{
  background-color:rgb(254 242 242 / 0.15)
}

.bg-red-50\/20{
  background-color:rgb(254 242 242 / 0.2)
}

.bg-red-50\/25{
  background-color:rgb(254 242 242 / 0.25)
}

.bg-red-50\/30{
  background-color:rgb(254 242 242 / 0.3)
}

.bg-red-50\/35{
  background-color:rgb(254 242 242 / 0.35)
}

.bg-red-50\/40{
  background-color:rgb(254 242 242 / 0.4)
}

.bg-red-50\/45{
  background-color:rgb(254 242 242 / 0.45)
}

.bg-red-50\/5{
  background-color:rgb(254 242 242 / 0.05)
}

.bg-red-50\/50{
  background-color:rgb(254 242 242 / 0.5)
}

.bg-red-50\/55{
  background-color:rgb(254 242 242 / 0.55)
}

.bg-red-50\/60{
  background-color:rgb(254 242 242 / 0.6)
}

.bg-red-50\/65{
  background-color:rgb(254 242 242 / 0.65)
}

.bg-red-50\/70{
  background-color:rgb(254 242 242 / 0.7)
}

.bg-red-50\/75{
  background-color:rgb(254 242 242 / 0.75)
}

.bg-red-50\/80{
  background-color:rgb(254 242 242 / 0.8)
}

.bg-red-50\/85{
  background-color:rgb(254 242 242 / 0.85)
}

.bg-red-50\/90{
  background-color:rgb(254 242 242 / 0.9)
}

.bg-red-50\/95{
  background-color:rgb(254 242 242 / 0.95)
}

.bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

.bg-red-500\/0{
  background-color:rgb(239 68 68 / 0)
}

.bg-red-500\/10{
  background-color:rgb(239 68 68 / 0.1)
}

.bg-red-500\/100{
  background-color:rgb(239 68 68 / 1)
}

.bg-red-500\/15{
  background-color:rgb(239 68 68 / 0.15)
}

.bg-red-500\/20{
  background-color:rgb(239 68 68 / 0.2)
}

.bg-red-500\/25{
  background-color:rgb(239 68 68 / 0.25)
}

.bg-red-500\/30{
  background-color:rgb(239 68 68 / 0.3)
}

.bg-red-500\/35{
  background-color:rgb(239 68 68 / 0.35)
}

.bg-red-500\/40{
  background-color:rgb(239 68 68 / 0.4)
}

.bg-red-500\/45{
  background-color:rgb(239 68 68 / 0.45)
}

.bg-red-500\/5{
  background-color:rgb(239 68 68 / 0.05)
}

.bg-red-500\/50{
  background-color:rgb(239 68 68 / 0.5)
}

.bg-red-500\/55{
  background-color:rgb(239 68 68 / 0.55)
}

.bg-red-500\/60{
  background-color:rgb(239 68 68 / 0.6)
}

.bg-red-500\/65{
  background-color:rgb(239 68 68 / 0.65)
}

.bg-red-500\/70{
  background-color:rgb(239 68 68 / 0.7)
}

.bg-red-500\/75{
  background-color:rgb(239 68 68 / 0.75)
}

.bg-red-500\/80{
  background-color:rgb(239 68 68 / 0.8)
}

.bg-red-500\/85{
  background-color:rgb(239 68 68 / 0.85)
}

.bg-red-500\/90{
  background-color:rgb(239 68 68 / 0.9)
}

.bg-red-500\/95{
  background-color:rgb(239 68 68 / 0.95)
}

.bg-secondary{
  --tw-bg-opacity:1;
  background-color:rgb(205 139 132 / var(--tw-bg-opacity, 1))
}

.bg-secondary-dark{
  --tw-bg-opacity:1;
  background-color:rgb(160 101 94 / var(--tw-bg-opacity, 1))
}

.bg-secondary-dark\/0{
  background-color:rgb(160 101 94 / 0)
}

.bg-secondary-dark\/10{
  background-color:rgb(160 101 94 / 0.1)
}

.bg-secondary-dark\/100{
  background-color:rgb(160 101 94 / 1)
}

.bg-secondary-dark\/15{
  background-color:rgb(160 101 94 / 0.15)
}

.bg-secondary-dark\/20{
  background-color:rgb(160 101 94 / 0.2)
}

.bg-secondary-dark\/25{
  background-color:rgb(160 101 94 / 0.25)
}

.bg-secondary-dark\/30{
  background-color:rgb(160 101 94 / 0.3)
}

.bg-secondary-dark\/35{
  background-color:rgb(160 101 94 / 0.35)
}

.bg-secondary-dark\/40{
  background-color:rgb(160 101 94 / 0.4)
}

.bg-secondary-dark\/45{
  background-color:rgb(160 101 94 / 0.45)
}

.bg-secondary-dark\/5{
  background-color:rgb(160 101 94 / 0.05)
}

.bg-secondary-dark\/50{
  background-color:rgb(160 101 94 / 0.5)
}

.bg-secondary-dark\/55{
  background-color:rgb(160 101 94 / 0.55)
}

.bg-secondary-dark\/60{
  background-color:rgb(160 101 94 / 0.6)
}

.bg-secondary-dark\/65{
  background-color:rgb(160 101 94 / 0.65)
}

.bg-secondary-dark\/70{
  background-color:rgb(160 101 94 / 0.7)
}

.bg-secondary-dark\/75{
  background-color:rgb(160 101 94 / 0.75)
}

.bg-secondary-dark\/80{
  background-color:rgb(160 101 94 / 0.8)
}

.bg-secondary-dark\/85{
  background-color:rgb(160 101 94 / 0.85)
}

.bg-secondary-dark\/90{
  background-color:rgb(160 101 94 / 0.9)
}

.bg-secondary-dark\/95{
  background-color:rgb(160 101 94 / 0.95)
}

.bg-secondary-light{
  --tw-bg-opacity:1;
  background-color:rgb(224 180 176 / var(--tw-bg-opacity, 1))
}

.bg-secondary-light\/0{
  background-color:rgb(224 180 176 / 0)
}

.bg-secondary-light\/10{
  background-color:rgb(224 180 176 / 0.1)
}

.bg-secondary-light\/100{
  background-color:rgb(224 180 176 / 1)
}

.bg-secondary-light\/15{
  background-color:rgb(224 180 176 / 0.15)
}

.bg-secondary-light\/20{
  background-color:rgb(224 180 176 / 0.2)
}

.bg-secondary-light\/25{
  background-color:rgb(224 180 176 / 0.25)
}

.bg-secondary-light\/30{
  background-color:rgb(224 180 176 / 0.3)
}

.bg-secondary-light\/35{
  background-color:rgb(224 180 176 / 0.35)
}

.bg-secondary-light\/40{
  background-color:rgb(224 180 176 / 0.4)
}

.bg-secondary-light\/45{
  background-color:rgb(224 180 176 / 0.45)
}

.bg-secondary-light\/5{
  background-color:rgb(224 180 176 / 0.05)
}

.bg-secondary-light\/50{
  background-color:rgb(224 180 176 / 0.5)
}

.bg-secondary-light\/55{
  background-color:rgb(224 180 176 / 0.55)
}

.bg-secondary-light\/60{
  background-color:rgb(224 180 176 / 0.6)
}

.bg-secondary-light\/65{
  background-color:rgb(224 180 176 / 0.65)
}

.bg-secondary-light\/70{
  background-color:rgb(224 180 176 / 0.7)
}

.bg-secondary-light\/75{
  background-color:rgb(224 180 176 / 0.75)
}

.bg-secondary-light\/80{
  background-color:rgb(224 180 176 / 0.8)
}

.bg-secondary-light\/85{
  background-color:rgb(224 180 176 / 0.85)
}

.bg-secondary-light\/90{
  background-color:rgb(224 180 176 / 0.9)
}

.bg-secondary-light\/95{
  background-color:rgb(224 180 176 / 0.95)
}

.bg-secondary\/0{
  background-color:rgb(205 139 132 / 0)
}

.bg-secondary\/10{
  background-color:rgb(205 139 132 / 0.1)
}

.bg-secondary\/100{
  background-color:rgb(205 139 132 / 1)
}

.bg-secondary\/15{
  background-color:rgb(205 139 132 / 0.15)
}

.bg-secondary\/20{
  background-color:rgb(205 139 132 / 0.2)
}

.bg-secondary\/25{
  background-color:rgb(205 139 132 / 0.25)
}

.bg-secondary\/30{
  background-color:rgb(205 139 132 / 0.3)
}

.bg-secondary\/35{
  background-color:rgb(205 139 132 / 0.35)
}

.bg-secondary\/40{
  background-color:rgb(205 139 132 / 0.4)
}

.bg-secondary\/45{
  background-color:rgb(205 139 132 / 0.45)
}

.bg-secondary\/5{
  background-color:rgb(205 139 132 / 0.05)
}

.bg-secondary\/50{
  background-color:rgb(205 139 132 / 0.5)
}

.bg-secondary\/55{
  background-color:rgb(205 139 132 / 0.55)
}

.bg-secondary\/60{
  background-color:rgb(205 139 132 / 0.6)
}

.bg-secondary\/65{
  background-color:rgb(205 139 132 / 0.65)
}

.bg-secondary\/70{
  background-color:rgb(205 139 132 / 0.7)
}

.bg-secondary\/75{
  background-color:rgb(205 139 132 / 0.75)
}

.bg-secondary\/80{
  background-color:rgb(205 139 132 / 0.8)
}

.bg-secondary\/85{
  background-color:rgb(205 139 132 / 0.85)
}

.bg-secondary\/90{
  background-color:rgb(205 139 132 / 0.9)
}

.bg-secondary\/95{
  background-color:rgb(205 139 132 / 0.95)
}

.bg-surface{
  --tw-bg-opacity:1;
  background-color:rgb(248 245 240 / var(--tw-bg-opacity, 1))
}

.bg-surface\/0{
  background-color:rgb(248 245 240 / 0)
}

.bg-surface\/10{
  background-color:rgb(248 245 240 / 0.1)
}

.bg-surface\/100{
  background-color:rgb(248 245 240 / 1)
}

.bg-surface\/15{
  background-color:rgb(248 245 240 / 0.15)
}

.bg-surface\/20{
  background-color:rgb(248 245 240 / 0.2)
}

.bg-surface\/25{
  background-color:rgb(248 245 240 / 0.25)
}

.bg-surface\/30{
  background-color:rgb(248 245 240 / 0.3)
}

.bg-surface\/35{
  background-color:rgb(248 245 240 / 0.35)
}

.bg-surface\/40{
  background-color:rgb(248 245 240 / 0.4)
}

.bg-surface\/45{
  background-color:rgb(248 245 240 / 0.45)
}

.bg-surface\/5{
  background-color:rgb(248 245 240 / 0.05)
}

.bg-surface\/50{
  background-color:rgb(248 245 240 / 0.5)
}

.bg-surface\/55{
  background-color:rgb(248 245 240 / 0.55)
}

.bg-surface\/60{
  background-color:rgb(248 245 240 / 0.6)
}

.bg-surface\/65{
  background-color:rgb(248 245 240 / 0.65)
}

.bg-surface\/70{
  background-color:rgb(248 245 240 / 0.7)
}

.bg-surface\/75{
  background-color:rgb(248 245 240 / 0.75)
}

.bg-surface\/80{
  background-color:rgb(248 245 240 / 0.8)
}

.bg-surface\/85{
  background-color:rgb(248 245 240 / 0.85)
}

.bg-surface\/90{
  background-color:rgb(248 245 240 / 0.9)
}

.bg-surface\/95{
  background-color:rgb(248 245 240 / 0.95)
}

.bg-transparent{
  background-color:transparent
}

.bg-transparent\/0{
  background-color:rgb(0 0 0 / 0)
}

.bg-transparent\/10{
  background-color:rgb(0 0 0 / 0.1)
}

.bg-transparent\/100{
  background-color:rgb(0 0 0 / 1)
}

.bg-transparent\/15{
  background-color:rgb(0 0 0 / 0.15)
}

.bg-transparent\/20{
  background-color:rgb(0 0 0 / 0.2)
}

.bg-transparent\/25{
  background-color:rgb(0 0 0 / 0.25)
}

.bg-transparent\/30{
  background-color:rgb(0 0 0 / 0.3)
}

.bg-transparent\/35{
  background-color:rgb(0 0 0 / 0.35)
}

.bg-transparent\/40{
  background-color:rgb(0 0 0 / 0.4)
}

.bg-transparent\/45{
  background-color:rgb(0 0 0 / 0.45)
}

.bg-transparent\/5{
  background-color:rgb(0 0 0 / 0.05)
}

.bg-transparent\/50{
  background-color:rgb(0 0 0 / 0.5)
}

.bg-transparent\/55{
  background-color:rgb(0 0 0 / 0.55)
}

.bg-transparent\/60{
  background-color:rgb(0 0 0 / 0.6)
}

.bg-transparent\/65{
  background-color:rgb(0 0 0 / 0.65)
}

.bg-transparent\/70{
  background-color:rgb(0 0 0 / 0.7)
}

.bg-transparent\/75{
  background-color:rgb(0 0 0 / 0.75)
}

.bg-transparent\/80{
  background-color:rgb(0 0 0 / 0.8)
}

.bg-transparent\/85{
  background-color:rgb(0 0 0 / 0.85)
}

.bg-transparent\/90{
  background-color:rgb(0 0 0 / 0.9)
}

.bg-transparent\/95{
  background-color:rgb(0 0 0 / 0.95)
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-white\/0{
  background-color:rgb(255 255 255 / 0)
}

.bg-white\/10{
  background-color:rgb(255 255 255 / 0.1)
}

.bg-white\/100{
  background-color:rgb(255 255 255 / 1)
}

.bg-white\/15{
  background-color:rgb(255 255 255 / 0.15)
}

.bg-white\/20{
  background-color:rgb(255 255 255 / 0.2)
}

.bg-white\/25{
  background-color:rgb(255 255 255 / 0.25)
}

.bg-white\/30{
  background-color:rgb(255 255 255 / 0.3)
}

.bg-white\/35{
  background-color:rgb(255 255 255 / 0.35)
}

.bg-white\/40{
  background-color:rgb(255 255 255 / 0.4)
}

.bg-white\/45{
  background-color:rgb(255 255 255 / 0.45)
}

.bg-white\/5{
  background-color:rgb(255 255 255 / 0.05)
}

.bg-white\/50{
  background-color:rgb(255 255 255 / 0.5)
}

.bg-white\/55{
  background-color:rgb(255 255 255 / 0.55)
}

.bg-white\/60{
  background-color:rgb(255 255 255 / 0.6)
}

.bg-white\/65{
  background-color:rgb(255 255 255 / 0.65)
}

.bg-white\/70{
  background-color:rgb(255 255 255 / 0.7)
}

.bg-white\/75{
  background-color:rgb(255 255 255 / 0.75)
}

.bg-white\/80{
  background-color:rgb(255 255 255 / 0.8)
}

.bg-white\/85{
  background-color:rgb(255 255 255 / 0.85)
}

.bg-white\/90{
  background-color:rgb(255 255 255 / 0.9)
}

.bg-white\/95{
  background-color:rgb(255 255 255 / 0.95)
}

.bg-yellow-100{
  --tw-bg-opacity:1;
  background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))
}

.bg-yellow-100\/0{
  background-color:rgb(254 249 195 / 0)
}

.bg-yellow-100\/10{
  background-color:rgb(254 249 195 / 0.1)
}

.bg-yellow-100\/100{
  background-color:rgb(254 249 195 / 1)
}

.bg-yellow-100\/15{
  background-color:rgb(254 249 195 / 0.15)
}

.bg-yellow-100\/20{
  background-color:rgb(254 249 195 / 0.2)
}

.bg-yellow-100\/25{
  background-color:rgb(254 249 195 / 0.25)
}

.bg-yellow-100\/30{
  background-color:rgb(254 249 195 / 0.3)
}

.bg-yellow-100\/35{
  background-color:rgb(254 249 195 / 0.35)
}

.bg-yellow-100\/40{
  background-color:rgb(254 249 195 / 0.4)
}

.bg-yellow-100\/45{
  background-color:rgb(254 249 195 / 0.45)
}

.bg-yellow-100\/5{
  background-color:rgb(254 249 195 / 0.05)
}

.bg-yellow-100\/50{
  background-color:rgb(254 249 195 / 0.5)
}

.bg-yellow-100\/55{
  background-color:rgb(254 249 195 / 0.55)
}

.bg-yellow-100\/60{
  background-color:rgb(254 249 195 / 0.6)
}

.bg-yellow-100\/65{
  background-color:rgb(254 249 195 / 0.65)
}

.bg-yellow-100\/70{
  background-color:rgb(254 249 195 / 0.7)
}

.bg-yellow-100\/75{
  background-color:rgb(254 249 195 / 0.75)
}

.bg-yellow-100\/80{
  background-color:rgb(254 249 195 / 0.8)
}

.bg-yellow-100\/85{
  background-color:rgb(254 249 195 / 0.85)
}

.bg-yellow-100\/90{
  background-color:rgb(254 249 195 / 0.9)
}

.bg-yellow-100\/95{
  background-color:rgb(254 249 195 / 0.95)
}

.bg-yellow-200{
  --tw-bg-opacity:1;
  background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))
}

.bg-yellow-200\/0{
  background-color:rgb(254 240 138 / 0)
}

.bg-yellow-200\/10{
  background-color:rgb(254 240 138 / 0.1)
}

.bg-yellow-200\/100{
  background-color:rgb(254 240 138 / 1)
}

.bg-yellow-200\/15{
  background-color:rgb(254 240 138 / 0.15)
}

.bg-yellow-200\/20{
  background-color:rgb(254 240 138 / 0.2)
}

.bg-yellow-200\/25{
  background-color:rgb(254 240 138 / 0.25)
}

.bg-yellow-200\/30{
  background-color:rgb(254 240 138 / 0.3)
}

.bg-yellow-200\/35{
  background-color:rgb(254 240 138 / 0.35)
}

.bg-yellow-200\/40{
  background-color:rgb(254 240 138 / 0.4)
}

.bg-yellow-200\/45{
  background-color:rgb(254 240 138 / 0.45)
}

.bg-yellow-200\/5{
  background-color:rgb(254 240 138 / 0.05)
}

.bg-yellow-200\/50{
  background-color:rgb(254 240 138 / 0.5)
}

.bg-yellow-200\/55{
  background-color:rgb(254 240 138 / 0.55)
}

.bg-yellow-200\/60{
  background-color:rgb(254 240 138 / 0.6)
}

.bg-yellow-200\/65{
  background-color:rgb(254 240 138 / 0.65)
}

.bg-yellow-200\/70{
  background-color:rgb(254 240 138 / 0.7)
}

.bg-yellow-200\/75{
  background-color:rgb(254 240 138 / 0.75)
}

.bg-yellow-200\/80{
  background-color:rgb(254 240 138 / 0.8)
}

.bg-yellow-200\/85{
  background-color:rgb(254 240 138 / 0.85)
}

.bg-yellow-200\/90{
  background-color:rgb(254 240 138 / 0.9)
}

.bg-yellow-200\/95{
  background-color:rgb(254 240 138 / 0.95)
}

.bg-yellow-50{
  --tw-bg-opacity:1;
  background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))
}

.bg-yellow-50\/0{
  background-color:rgb(254 252 232 / 0)
}

.bg-yellow-50\/10{
  background-color:rgb(254 252 232 / 0.1)
}

.bg-yellow-50\/100{
  background-color:rgb(254 252 232 / 1)
}

.bg-yellow-50\/15{
  background-color:rgb(254 252 232 / 0.15)
}

.bg-yellow-50\/20{
  background-color:rgb(254 252 232 / 0.2)
}

.bg-yellow-50\/25{
  background-color:rgb(254 252 232 / 0.25)
}

.bg-yellow-50\/30{
  background-color:rgb(254 252 232 / 0.3)
}

.bg-yellow-50\/35{
  background-color:rgb(254 252 232 / 0.35)
}

.bg-yellow-50\/40{
  background-color:rgb(254 252 232 / 0.4)
}

.bg-yellow-50\/45{
  background-color:rgb(254 252 232 / 0.45)
}

.bg-yellow-50\/5{
  background-color:rgb(254 252 232 / 0.05)
}

.bg-yellow-50\/50{
  background-color:rgb(254 252 232 / 0.5)
}

.bg-yellow-50\/55{
  background-color:rgb(254 252 232 / 0.55)
}

.bg-yellow-50\/60{
  background-color:rgb(254 252 232 / 0.6)
}

.bg-yellow-50\/65{
  background-color:rgb(254 252 232 / 0.65)
}

.bg-yellow-50\/70{
  background-color:rgb(254 252 232 / 0.7)
}

.bg-yellow-50\/75{
  background-color:rgb(254 252 232 / 0.75)
}

.bg-yellow-50\/80{
  background-color:rgb(254 252 232 / 0.8)
}

.bg-yellow-50\/85{
  background-color:rgb(254 252 232 / 0.85)
}

.bg-yellow-50\/90{
  background-color:rgb(254 252 232 / 0.9)
}

.bg-yellow-50\/95{
  background-color:rgb(254 252 232 / 0.95)
}

.bg-yellow-500{
  --tw-bg-opacity:1;
  background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))
}

.bg-yellow-500\/0{
  background-color:rgb(234 179 8 / 0)
}

.bg-yellow-500\/10{
  background-color:rgb(234 179 8 / 0.1)
}

.bg-yellow-500\/100{
  background-color:rgb(234 179 8 / 1)
}

.bg-yellow-500\/15{
  background-color:rgb(234 179 8 / 0.15)
}

.bg-yellow-500\/20{
  background-color:rgb(234 179 8 / 0.2)
}

.bg-yellow-500\/25{
  background-color:rgb(234 179 8 / 0.25)
}

.bg-yellow-500\/30{
  background-color:rgb(234 179 8 / 0.3)
}

.bg-yellow-500\/35{
  background-color:rgb(234 179 8 / 0.35)
}

.bg-yellow-500\/40{
  background-color:rgb(234 179 8 / 0.4)
}

.bg-yellow-500\/45{
  background-color:rgb(234 179 8 / 0.45)
}

.bg-yellow-500\/5{
  background-color:rgb(234 179 8 / 0.05)
}

.bg-yellow-500\/50{
  background-color:rgb(234 179 8 / 0.5)
}

.bg-yellow-500\/55{
  background-color:rgb(234 179 8 / 0.55)
}

.bg-yellow-500\/60{
  background-color:rgb(234 179 8 / 0.6)
}

.bg-yellow-500\/65{
  background-color:rgb(234 179 8 / 0.65)
}

.bg-yellow-500\/70{
  background-color:rgb(234 179 8 / 0.7)
}

.bg-yellow-500\/75{
  background-color:rgb(234 179 8 / 0.75)
}

.bg-yellow-500\/80{
  background-color:rgb(234 179 8 / 0.8)
}

.bg-yellow-500\/85{
  background-color:rgb(234 179 8 / 0.85)
}

.bg-yellow-500\/90{
  background-color:rgb(234 179 8 / 0.9)
}

.bg-yellow-500\/95{
  background-color:rgb(234 179 8 / 0.95)
}

.bg-gradient-to-br{
  background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-t{
  background-image:linear-gradient(to top, var(--tw-gradient-stops))
}

.from-black\/70{
  --tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black\/80{
  --tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-gray-200{
  --tw-gradient-from:#e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary-dark{
  --tw-gradient-from:#003d7a var(--tw-gradient-from-position);
  --tw-gradient-to:rgb(0 61 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-black\/20{
  --tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-black\/60{
  --tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-gray-300{
  --tw-gradient-to:#d1d5db var(--tw-gradient-to-position)
}

.to-primary{
  --tw-gradient-to:#005fbe var(--tw-gradient-to-position)
}

.to-transparent{
  --tw-gradient-to:transparent var(--tw-gradient-to-position)
}

.object-contain{
  -o-object-fit:contain;
     object-fit:contain
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.object-fill{
  -o-object-fit:fill;
     object-fit:fill
}

.object-none{
  -o-object-fit:none;
     object-fit:none
}

.object-scale-down{
  -o-object-fit:scale-down;
     object-fit:scale-down
}

.object-top{
  -o-object-position:top;
     object-position:top
}

.\!p-0{
  padding:0px !important
}

.\!p-0\.5{
  padding:0.125rem !important
}

.\!p-1{
  padding:0.25rem !important
}

.\!p-1\.5{
  padding:0.375rem !important
}

.\!p-10{
  padding:2.5rem !important
}

.\!p-11{
  padding:2.75rem !important
}

.\!p-12{
  padding:3rem !important
}

.\!p-14{
  padding:3.5rem !important
}

.\!p-16{
  padding:4rem !important
}

.\!p-2{
  padding:0.5rem !important
}

.\!p-2\.5{
  padding:0.625rem !important
}

.\!p-20{
  padding:5rem !important
}

.\!p-24{
  padding:6rem !important
}

.\!p-28{
  padding:7rem !important
}

.\!p-3{
  padding:0.75rem !important
}

.\!p-3\.5{
  padding:0.875rem !important
}

.\!p-32{
  padding:8rem !important
}

.\!p-36{
  padding:9rem !important
}

.\!p-4{
  padding:1rem !important
}

.\!p-40{
  padding:10rem !important
}

.\!p-44{
  padding:11rem !important
}

.\!p-48{
  padding:12rem !important
}

.\!p-5{
  padding:1.25rem !important
}

.\!p-52{
  padding:13rem !important
}

.\!p-56{
  padding:14rem !important
}

.\!p-6{
  padding:1.5rem !important
}

.\!p-60{
  padding:15rem !important
}

.\!p-64{
  padding:16rem !important
}

.\!p-7{
  padding:1.75rem !important
}

.\!p-72{
  padding:18rem !important
}

.\!p-8{
  padding:2rem !important
}

.\!p-80{
  padding:20rem !important
}

.\!p-9{
  padding:2.25rem !important
}

.\!p-96{
  padding:24rem !important
}

.\!p-px{
  padding:1px !important
}

.p-0{
  padding:0px
}

.p-0\.5{
  padding:0.125rem
}

.p-1{
  padding:0.25rem
}

.p-1\.5{
  padding:0.375rem
}

.p-10{
  padding:2.5rem
}

.p-11{
  padding:2.75rem
}

.p-12{
  padding:3rem
}

.p-14{
  padding:3.5rem
}

.p-16{
  padding:4rem
}

.p-2{
  padding:0.5rem
}

.p-2\.5{
  padding:0.625rem
}

.p-20{
  padding:5rem
}

.p-24{
  padding:6rem
}

.p-28{
  padding:7rem
}

.p-3{
  padding:0.75rem
}

.p-3\.5{
  padding:0.875rem
}

.p-32{
  padding:8rem
}

.p-36{
  padding:9rem
}

.p-4{
  padding:1rem
}

.p-40{
  padding:10rem
}

.p-44{
  padding:11rem
}

.p-48{
  padding:12rem
}

.p-5{
  padding:1.25rem
}

.p-52{
  padding:13rem
}

.p-56{
  padding:14rem
}

.p-6{
  padding:1.5rem
}

.p-60{
  padding:15rem
}

.p-64{
  padding:16rem
}

.p-7{
  padding:1.75rem
}

.p-72{
  padding:18rem
}

.p-8{
  padding:2rem
}

.p-80{
  padding:20rem
}

.p-9{
  padding:2.25rem
}

.p-96{
  padding:24rem
}

.p-px{
  padding:1px
}

.\!px-0{
  padding-left:0px !important;
  padding-right:0px !important
}

.\!px-0\.5{
  padding-left:0.125rem !important;
  padding-right:0.125rem !important
}

.\!px-1{
  padding-left:0.25rem !important;
  padding-right:0.25rem !important
}

.\!px-1\.5{
  padding-left:0.375rem !important;
  padding-right:0.375rem !important
}

.\!px-10{
  padding-left:2.5rem !important;
  padding-right:2.5rem !important
}

.\!px-11{
  padding-left:2.75rem !important;
  padding-right:2.75rem !important
}

.\!px-12{
  padding-left:3rem !important;
  padding-right:3rem !important
}

.\!px-14{
  padding-left:3.5rem !important;
  padding-right:3.5rem !important
}

.\!px-16{
  padding-left:4rem !important;
  padding-right:4rem !important
}

.\!px-2{
  padding-left:0.5rem !important;
  padding-right:0.5rem !important
}

.\!px-2\.5{
  padding-left:0.625rem !important;
  padding-right:0.625rem !important
}

.\!px-20{
  padding-left:5rem !important;
  padding-right:5rem !important
}

.\!px-24{
  padding-left:6rem !important;
  padding-right:6rem !important
}

.\!px-28{
  padding-left:7rem !important;
  padding-right:7rem !important
}

.\!px-3{
  padding-left:0.75rem !important;
  padding-right:0.75rem !important
}

.\!px-3\.5{
  padding-left:0.875rem !important;
  padding-right:0.875rem !important
}

.\!px-32{
  padding-left:8rem !important;
  padding-right:8rem !important
}

.\!px-36{
  padding-left:9rem !important;
  padding-right:9rem !important
}

.\!px-4{
  padding-left:1rem !important;
  padding-right:1rem !important
}

.\!px-40{
  padding-left:10rem !important;
  padding-right:10rem !important
}

.\!px-44{
  padding-left:11rem !important;
  padding-right:11rem !important
}

.\!px-48{
  padding-left:12rem !important;
  padding-right:12rem !important
}

.\!px-5{
  padding-left:1.25rem !important;
  padding-right:1.25rem !important
}

.\!px-52{
  padding-left:13rem !important;
  padding-right:13rem !important
}

.\!px-56{
  padding-left:14rem !important;
  padding-right:14rem !important
}

.\!px-6{
  padding-left:1.5rem !important;
  padding-right:1.5rem !important
}

.\!px-60{
  padding-left:15rem !important;
  padding-right:15rem !important
}

.\!px-64{
  padding-left:16rem !important;
  padding-right:16rem !important
}

.\!px-7{
  padding-left:1.75rem !important;
  padding-right:1.75rem !important
}

.\!px-72{
  padding-left:18rem !important;
  padding-right:18rem !important
}

.\!px-8{
  padding-left:2rem !important;
  padding-right:2rem !important
}

.\!px-80{
  padding-left:20rem !important;
  padding-right:20rem !important
}

.\!px-9{
  padding-left:2.25rem !important;
  padding-right:2.25rem !important
}

.\!px-96{
  padding-left:24rem !important;
  padding-right:24rem !important
}

.\!px-px{
  padding-left:1px !important;
  padding-right:1px !important
}

.\!py-0{
  padding-top:0px !important;
  padding-bottom:0px !important
}

.\!py-0\.5{
  padding-top:0.125rem !important;
  padding-bottom:0.125rem !important
}

.\!py-1{
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important
}

.\!py-1\.5{
  padding-top:0.375rem !important;
  padding-bottom:0.375rem !important
}

.\!py-10{
  padding-top:2.5rem !important;
  padding-bottom:2.5rem !important
}

.\!py-11{
  padding-top:2.75rem !important;
  padding-bottom:2.75rem !important
}

.\!py-12{
  padding-top:3rem !important;
  padding-bottom:3rem !important
}

.\!py-14{
  padding-top:3.5rem !important;
  padding-bottom:3.5rem !important
}

.\!py-16{
  padding-top:4rem !important;
  padding-bottom:4rem !important
}

.\!py-2{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important
}

.\!py-2\.5{
  padding-top:0.625rem !important;
  padding-bottom:0.625rem !important
}

.\!py-20{
  padding-top:5rem !important;
  padding-bottom:5rem !important
}

.\!py-24{
  padding-top:6rem !important;
  padding-bottom:6rem !important
}

.\!py-28{
  padding-top:7rem !important;
  padding-bottom:7rem !important
}

.\!py-3{
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important
}

.\!py-3\.5{
  padding-top:0.875rem !important;
  padding-bottom:0.875rem !important
}

.\!py-32{
  padding-top:8rem !important;
  padding-bottom:8rem !important
}

.\!py-36{
  padding-top:9rem !important;
  padding-bottom:9rem !important
}

.\!py-4{
  padding-top:1rem !important;
  padding-bottom:1rem !important
}

.\!py-40{
  padding-top:10rem !important;
  padding-bottom:10rem !important
}

.\!py-44{
  padding-top:11rem !important;
  padding-bottom:11rem !important
}

.\!py-48{
  padding-top:12rem !important;
  padding-bottom:12rem !important
}

.\!py-5{
  padding-top:1.25rem !important;
  padding-bottom:1.25rem !important
}

.\!py-52{
  padding-top:13rem !important;
  padding-bottom:13rem !important
}

.\!py-56{
  padding-top:14rem !important;
  padding-bottom:14rem !important
}

.\!py-6{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important
}

.\!py-60{
  padding-top:15rem !important;
  padding-bottom:15rem !important
}

.\!py-64{
  padding-top:16rem !important;
  padding-bottom:16rem !important
}

.\!py-7{
  padding-top:1.75rem !important;
  padding-bottom:1.75rem !important
}

.\!py-72{
  padding-top:18rem !important;
  padding-bottom:18rem !important
}

.\!py-8{
  padding-top:2rem !important;
  padding-bottom:2rem !important
}

.\!py-80{
  padding-top:20rem !important;
  padding-bottom:20rem !important
}

.\!py-9{
  padding-top:2.25rem !important;
  padding-bottom:2.25rem !important
}

.\!py-96{
  padding-top:24rem !important;
  padding-bottom:24rem !important
}

.\!py-px{
  padding-top:1px !important;
  padding-bottom:1px !important
}

.px-0{
  padding-left:0px;
  padding-right:0px
}

.px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

.px-1{
  padding-left:0.25rem;
  padding-right:0.25rem
}

.px-1\.5{
  padding-left:0.375rem;
  padding-right:0.375rem
}

.px-10{
  padding-left:2.5rem;
  padding-right:2.5rem
}

.px-11{
  padding-left:2.75rem;
  padding-right:2.75rem
}

.px-12{
  padding-left:3rem;
  padding-right:3rem
}

.px-14{
  padding-left:3.5rem;
  padding-right:3.5rem
}

.px-16{
  padding-left:4rem;
  padding-right:4rem
}

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.px-2\.5{
  padding-left:0.625rem;
  padding-right:0.625rem
}

.px-20{
  padding-left:5rem;
  padding-right:5rem
}

.px-24{
  padding-left:6rem;
  padding-right:6rem
}

.px-28{
  padding-left:7rem;
  padding-right:7rem
}

.px-3{
  padding-left:0.75rem;
  padding-right:0.75rem
}

.px-3\.5{
  padding-left:0.875rem;
  padding-right:0.875rem
}

.px-32{
  padding-left:8rem;
  padding-right:8rem
}

.px-36{
  padding-left:9rem;
  padding-right:9rem
}

.px-4{
  padding-left:1rem;
  padding-right:1rem
}

.px-40{
  padding-left:10rem;
  padding-right:10rem
}

.px-44{
  padding-left:11rem;
  padding-right:11rem
}

.px-48{
  padding-left:12rem;
  padding-right:12rem
}

.px-5{
  padding-left:1.25rem;
  padding-right:1.25rem
}

.px-52{
  padding-left:13rem;
  padding-right:13rem
}

.px-56{
  padding-left:14rem;
  padding-right:14rem
}

.px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.px-60{
  padding-left:15rem;
  padding-right:15rem
}

.px-64{
  padding-left:16rem;
  padding-right:16rem
}

.px-7{
  padding-left:1.75rem;
  padding-right:1.75rem
}

.px-72{
  padding-left:18rem;
  padding-right:18rem
}

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

.px-80{
  padding-left:20rem;
  padding-right:20rem
}

.px-9{
  padding-left:2.25rem;
  padding-right:2.25rem
}

.px-96{
  padding-left:24rem;
  padding-right:24rem
}

.px-px{
  padding-left:1px;
  padding-right:1px
}

.py-0{
  padding-top:0px;
  padding-bottom:0px
}

.py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.py-1\.5{
  padding-top:0.375rem;
  padding-bottom:0.375rem
}

.py-10{
  padding-top:2.5rem;
  padding-bottom:2.5rem
}

.py-11{
  padding-top:2.75rem;
  padding-bottom:2.75rem
}

.py-12{
  padding-top:3rem;
  padding-bottom:3rem
}

.py-14{
  padding-top:3.5rem;
  padding-bottom:3.5rem
}

.py-16{
  padding-top:4rem;
  padding-bottom:4rem
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

.py-20{
  padding-top:5rem;
  padding-bottom:5rem
}

.py-24{
  padding-top:6rem;
  padding-bottom:6rem
}

.py-28{
  padding-top:7rem;
  padding-bottom:7rem
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-3\.5{
  padding-top:0.875rem;
  padding-bottom:0.875rem
}

.py-32{
  padding-top:8rem;
  padding-bottom:8rem
}

.py-36{
  padding-top:9rem;
  padding-bottom:9rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.py-40{
  padding-top:10rem;
  padding-bottom:10rem
}

.py-44{
  padding-top:11rem;
  padding-bottom:11rem
}

.py-48{
  padding-top:12rem;
  padding-bottom:12rem
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.py-52{
  padding-top:13rem;
  padding-bottom:13rem
}

.py-56{
  padding-top:14rem;
  padding-bottom:14rem
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.py-60{
  padding-top:15rem;
  padding-bottom:15rem
}

.py-64{
  padding-top:16rem;
  padding-bottom:16rem
}

.py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

.py-72{
  padding-top:18rem;
  padding-bottom:18rem
}

.py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.py-80{
  padding-top:20rem;
  padding-bottom:20rem
}

.py-9{
  padding-top:2.25rem;
  padding-bottom:2.25rem
}

.py-96{
  padding-top:24rem;
  padding-bottom:24rem
}

.py-px{
  padding-top:1px;
  padding-bottom:1px
}

.\!pb-0{
  padding-bottom:0px !important
}

.\!pb-0\.5{
  padding-bottom:0.125rem !important
}

.\!pb-1{
  padding-bottom:0.25rem !important
}

.\!pb-1\.5{
  padding-bottom:0.375rem !important
}

.\!pb-10{
  padding-bottom:2.5rem !important
}

.\!pb-11{
  padding-bottom:2.75rem !important
}

.\!pb-12{
  padding-bottom:3rem !important
}

.\!pb-14{
  padding-bottom:3.5rem !important
}

.\!pb-16{
  padding-bottom:4rem !important
}

.\!pb-2{
  padding-bottom:0.5rem !important
}

.\!pb-2\.5{
  padding-bottom:0.625rem !important
}

.\!pb-20{
  padding-bottom:5rem !important
}

.\!pb-24{
  padding-bottom:6rem !important
}

.\!pb-28{
  padding-bottom:7rem !important
}

.\!pb-3{
  padding-bottom:0.75rem !important
}

.\!pb-3\.5{
  padding-bottom:0.875rem !important
}

.\!pb-32{
  padding-bottom:8rem !important
}

.\!pb-36{
  padding-bottom:9rem !important
}

.\!pb-4{
  padding-bottom:1rem !important
}

.\!pb-40{
  padding-bottom:10rem !important
}

.\!pb-44{
  padding-bottom:11rem !important
}

.\!pb-48{
  padding-bottom:12rem !important
}

.\!pb-5{
  padding-bottom:1.25rem !important
}

.\!pb-52{
  padding-bottom:13rem !important
}

.\!pb-56{
  padding-bottom:14rem !important
}

.\!pb-6{
  padding-bottom:1.5rem !important
}

.\!pb-60{
  padding-bottom:15rem !important
}

.\!pb-64{
  padding-bottom:16rem !important
}

.\!pb-7{
  padding-bottom:1.75rem !important
}

.\!pb-72{
  padding-bottom:18rem !important
}

.\!pb-8{
  padding-bottom:2rem !important
}

.\!pb-80{
  padding-bottom:20rem !important
}

.\!pb-9{
  padding-bottom:2.25rem !important
}

.\!pb-96{
  padding-bottom:24rem !important
}

.\!pb-px{
  padding-bottom:1px !important
}

.\!pl-0{
  padding-left:0px !important
}

.\!pl-0\.5{
  padding-left:0.125rem !important
}

.\!pl-1{
  padding-left:0.25rem !important
}

.\!pl-1\.5{
  padding-left:0.375rem !important
}

.\!pl-10{
  padding-left:2.5rem !important
}

.\!pl-11{
  padding-left:2.75rem !important
}

.\!pl-12{
  padding-left:3rem !important
}

.\!pl-14{
  padding-left:3.5rem !important
}

.\!pl-16{
  padding-left:4rem !important
}

.\!pl-2{
  padding-left:0.5rem !important
}

.\!pl-2\.5{
  padding-left:0.625rem !important
}

.\!pl-20{
  padding-left:5rem !important
}

.\!pl-24{
  padding-left:6rem !important
}

.\!pl-28{
  padding-left:7rem !important
}

.\!pl-3{
  padding-left:0.75rem !important
}

.\!pl-3\.5{
  padding-left:0.875rem !important
}

.\!pl-32{
  padding-left:8rem !important
}

.\!pl-36{
  padding-left:9rem !important
}

.\!pl-4{
  padding-left:1rem !important
}

.\!pl-40{
  padding-left:10rem !important
}

.\!pl-44{
  padding-left:11rem !important
}

.\!pl-48{
  padding-left:12rem !important
}

.\!pl-5{
  padding-left:1.25rem !important
}

.\!pl-52{
  padding-left:13rem !important
}

.\!pl-56{
  padding-left:14rem !important
}

.\!pl-6{
  padding-left:1.5rem !important
}

.\!pl-60{
  padding-left:15rem !important
}

.\!pl-64{
  padding-left:16rem !important
}

.\!pl-7{
  padding-left:1.75rem !important
}

.\!pl-72{
  padding-left:18rem !important
}

.\!pl-8{
  padding-left:2rem !important
}

.\!pl-80{
  padding-left:20rem !important
}

.\!pl-9{
  padding-left:2.25rem !important
}

.\!pl-96{
  padding-left:24rem !important
}

.\!pl-px{
  padding-left:1px !important
}

.\!pr-0{
  padding-right:0px !important
}

.\!pr-0\.5{
  padding-right:0.125rem !important
}

.\!pr-1{
  padding-right:0.25rem !important
}

.\!pr-1\.5{
  padding-right:0.375rem !important
}

.\!pr-10{
  padding-right:2.5rem !important
}

.\!pr-11{
  padding-right:2.75rem !important
}

.\!pr-12{
  padding-right:3rem !important
}

.\!pr-14{
  padding-right:3.5rem !important
}

.\!pr-16{
  padding-right:4rem !important
}

.\!pr-2{
  padding-right:0.5rem !important
}

.\!pr-2\.5{
  padding-right:0.625rem !important
}

.\!pr-20{
  padding-right:5rem !important
}

.\!pr-24{
  padding-right:6rem !important
}

.\!pr-28{
  padding-right:7rem !important
}

.\!pr-3{
  padding-right:0.75rem !important
}

.\!pr-3\.5{
  padding-right:0.875rem !important
}

.\!pr-32{
  padding-right:8rem !important
}

.\!pr-36{
  padding-right:9rem !important
}

.\!pr-4{
  padding-right:1rem !important
}

.\!pr-40{
  padding-right:10rem !important
}

.\!pr-44{
  padding-right:11rem !important
}

.\!pr-48{
  padding-right:12rem !important
}

.\!pr-5{
  padding-right:1.25rem !important
}

.\!pr-52{
  padding-right:13rem !important
}

.\!pr-56{
  padding-right:14rem !important
}

.\!pr-6{
  padding-right:1.5rem !important
}

.\!pr-60{
  padding-right:15rem !important
}

.\!pr-64{
  padding-right:16rem !important
}

.\!pr-7{
  padding-right:1.75rem !important
}

.\!pr-72{
  padding-right:18rem !important
}

.\!pr-8{
  padding-right:2rem !important
}

.\!pr-80{
  padding-right:20rem !important
}

.\!pr-9{
  padding-right:2.25rem !important
}

.\!pr-96{
  padding-right:24rem !important
}

.\!pr-px{
  padding-right:1px !important
}

.\!pt-0{
  padding-top:0px !important
}

.\!pt-0\.5{
  padding-top:0.125rem !important
}

.\!pt-1{
  padding-top:0.25rem !important
}

.\!pt-1\.5{
  padding-top:0.375rem !important
}

.\!pt-10{
  padding-top:2.5rem !important
}

.\!pt-11{
  padding-top:2.75rem !important
}

.\!pt-12{
  padding-top:3rem !important
}

.\!pt-14{
  padding-top:3.5rem !important
}

.\!pt-16{
  padding-top:4rem !important
}

.\!pt-2{
  padding-top:0.5rem !important
}

.\!pt-2\.5{
  padding-top:0.625rem !important
}

.\!pt-20{
  padding-top:5rem !important
}

.\!pt-24{
  padding-top:6rem !important
}

.\!pt-28{
  padding-top:7rem !important
}

.\!pt-3{
  padding-top:0.75rem !important
}

.\!pt-3\.5{
  padding-top:0.875rem !important
}

.\!pt-32{
  padding-top:8rem !important
}

.\!pt-36{
  padding-top:9rem !important
}

.\!pt-4{
  padding-top:1rem !important
}

.\!pt-40{
  padding-top:10rem !important
}

.\!pt-44{
  padding-top:11rem !important
}

.\!pt-48{
  padding-top:12rem !important
}

.\!pt-5{
  padding-top:1.25rem !important
}

.\!pt-52{
  padding-top:13rem !important
}

.\!pt-56{
  padding-top:14rem !important
}

.\!pt-6{
  padding-top:1.5rem !important
}

.\!pt-60{
  padding-top:15rem !important
}

.\!pt-64{
  padding-top:16rem !important
}

.\!pt-7{
  padding-top:1.75rem !important
}

.\!pt-72{
  padding-top:18rem !important
}

.\!pt-8{
  padding-top:2rem !important
}

.\!pt-80{
  padding-top:20rem !important
}

.\!pt-9{
  padding-top:2.25rem !important
}

.\!pt-96{
  padding-top:24rem !important
}

.\!pt-px{
  padding-top:1px !important
}

.pb-0{
  padding-bottom:0px
}

.pb-0\.5{
  padding-bottom:0.125rem
}

.pb-1{
  padding-bottom:0.25rem
}

.pb-1\.5{
  padding-bottom:0.375rem
}

.pb-10{
  padding-bottom:2.5rem
}

.pb-11{
  padding-bottom:2.75rem
}

.pb-12{
  padding-bottom:3rem
}

.pb-14{
  padding-bottom:3.5rem
}

.pb-16{
  padding-bottom:4rem
}

.pb-2{
  padding-bottom:0.5rem
}

.pb-2\.5{
  padding-bottom:0.625rem
}

.pb-20{
  padding-bottom:5rem
}

.pb-24{
  padding-bottom:6rem
}

.pb-28{
  padding-bottom:7rem
}

.pb-3{
  padding-bottom:0.75rem
}

.pb-3\.5{
  padding-bottom:0.875rem
}

.pb-32{
  padding-bottom:8rem
}

.pb-36{
  padding-bottom:9rem
}

.pb-4{
  padding-bottom:1rem
}

.pb-40{
  padding-bottom:10rem
}

.pb-44{
  padding-bottom:11rem
}

.pb-48{
  padding-bottom:12rem
}

.pb-5{
  padding-bottom:1.25rem
}

.pb-52{
  padding-bottom:13rem
}

.pb-56{
  padding-bottom:14rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pb-60{
  padding-bottom:15rem
}

.pb-64{
  padding-bottom:16rem
}

.pb-7{
  padding-bottom:1.75rem
}

.pb-72{
  padding-bottom:18rem
}

.pb-8{
  padding-bottom:2rem
}

.pb-80{
  padding-bottom:20rem
}

.pb-9{
  padding-bottom:2.25rem
}

.pb-96{
  padding-bottom:24rem
}

.pb-px{
  padding-bottom:1px
}

.pl-0{
  padding-left:0px
}

.pl-0\.5{
  padding-left:0.125rem
}

.pl-1{
  padding-left:0.25rem
}

.pl-1\.5{
  padding-left:0.375rem
}

.pl-10{
  padding-left:2.5rem
}

.pl-11{
  padding-left:2.75rem
}

.pl-12{
  padding-left:3rem
}

.pl-14{
  padding-left:3.5rem
}

.pl-16{
  padding-left:4rem
}

.pl-2{
  padding-left:0.5rem
}

.pl-2\.5{
  padding-left:0.625rem
}

.pl-20{
  padding-left:5rem
}

.pl-24{
  padding-left:6rem
}

.pl-28{
  padding-left:7rem
}

.pl-3{
  padding-left:0.75rem
}

.pl-3\.5{
  padding-left:0.875rem
}

.pl-32{
  padding-left:8rem
}

.pl-36{
  padding-left:9rem
}

.pl-4{
  padding-left:1rem
}

.pl-40{
  padding-left:10rem
}

.pl-44{
  padding-left:11rem
}

.pl-48{
  padding-left:12rem
}

.pl-5{
  padding-left:1.25rem
}

.pl-52{
  padding-left:13rem
}

.pl-56{
  padding-left:14rem
}

.pl-6{
  padding-left:1.5rem
}

.pl-60{
  padding-left:15rem
}

.pl-64{
  padding-left:16rem
}

.pl-7{
  padding-left:1.75rem
}

.pl-72{
  padding-left:18rem
}

.pl-8{
  padding-left:2rem
}

.pl-80{
  padding-left:20rem
}

.pl-9{
  padding-left:2.25rem
}

.pl-96{
  padding-left:24rem
}

.pl-px{
  padding-left:1px
}

.pr-0{
  padding-right:0px
}

.pr-0\.5{
  padding-right:0.125rem
}

.pr-1{
  padding-right:0.25rem
}

.pr-1\.5{
  padding-right:0.375rem
}

.pr-10{
  padding-right:2.5rem
}

.pr-11{
  padding-right:2.75rem
}

.pr-12{
  padding-right:3rem
}

.pr-14{
  padding-right:3.5rem
}

.pr-16{
  padding-right:4rem
}

.pr-2{
  padding-right:0.5rem
}

.pr-2\.5{
  padding-right:0.625rem
}

.pr-20{
  padding-right:5rem
}

.pr-24{
  padding-right:6rem
}

.pr-28{
  padding-right:7rem
}

.pr-3{
  padding-right:0.75rem
}

.pr-3\.5{
  padding-right:0.875rem
}

.pr-32{
  padding-right:8rem
}

.pr-36{
  padding-right:9rem
}

.pr-4{
  padding-right:1rem
}

.pr-40{
  padding-right:10rem
}

.pr-44{
  padding-right:11rem
}

.pr-48{
  padding-right:12rem
}

.pr-5{
  padding-right:1.25rem
}

.pr-52{
  padding-right:13rem
}

.pr-56{
  padding-right:14rem
}

.pr-6{
  padding-right:1.5rem
}

.pr-60{
  padding-right:15rem
}

.pr-64{
  padding-right:16rem
}

.pr-7{
  padding-right:1.75rem
}

.pr-72{
  padding-right:18rem
}

.pr-8{
  padding-right:2rem
}

.pr-80{
  padding-right:20rem
}

.pr-9{
  padding-right:2.25rem
}

.pr-96{
  padding-right:24rem
}

.pr-px{
  padding-right:1px
}

.pt-0{
  padding-top:0px
}

.pt-0\.5{
  padding-top:0.125rem
}

.pt-1{
  padding-top:0.25rem
}

.pt-1\.5{
  padding-top:0.375rem
}

.pt-10{
  padding-top:2.5rem
}

.pt-11{
  padding-top:2.75rem
}

.pt-12{
  padding-top:3rem
}

.pt-14{
  padding-top:3.5rem
}

.pt-16{
  padding-top:4rem
}

.pt-2{
  padding-top:0.5rem
}

.pt-2\.5{
  padding-top:0.625rem
}

.pt-20{
  padding-top:5rem
}

.pt-24{
  padding-top:6rem
}

.pt-28{
  padding-top:7rem
}

.pt-3{
  padding-top:0.75rem
}

.pt-3\.5{
  padding-top:0.875rem
}

.pt-32{
  padding-top:8rem
}

.pt-36{
  padding-top:9rem
}

.pt-4{
  padding-top:1rem
}

.pt-40{
  padding-top:10rem
}

.pt-44{
  padding-top:11rem
}

.pt-48{
  padding-top:12rem
}

.pt-5{
  padding-top:1.25rem
}

.pt-52{
  padding-top:13rem
}

.pt-56{
  padding-top:14rem
}

.pt-6{
  padding-top:1.5rem
}

.pt-60{
  padding-top:15rem
}

.pt-64{
  padding-top:16rem
}

.pt-7{
  padding-top:1.75rem
}

.pt-72{
  padding-top:18rem
}

.pt-8{
  padding-top:2rem
}

.pt-80{
  padding-top:20rem
}

.pt-9{
  padding-top:2.25rem
}

.pt-96{
  padding-top:24rem
}

.pt-px{
  padding-top:1px
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.text-justify{
  text-align:justify
}

.text-start{
  text-align:start
}

.text-end{
  text-align:end
}

.align-baseline{
  vertical-align:baseline
}

.align-top{
  vertical-align:top
}

.align-middle{
  vertical-align:middle
}

.align-bottom{
  vertical-align:bottom
}

.align-text-top{
  vertical-align:text-top
}

.align-text-bottom{
  vertical-align:text-bottom
}

.\!text-2xl{
  font-size:1.5rem !important;
  line-height:2rem !important
}

.\!text-3xl{
  font-size:1.875rem !important;
  line-height:2.25rem !important
}

.\!text-4xl{
  font-size:2.25rem !important;
  line-height:2.5rem !important
}

.\!text-5xl{
  font-size:3rem !important;
  line-height:1 !important
}

.\!text-6xl{
  font-size:3.75rem !important;
  line-height:1 !important
}

.\!text-base{
  font-size:1rem !important;
  line-height:1.5rem !important
}

.\!text-lg{
  font-size:1.125rem !important;
  line-height:1.75rem !important
}

.\!text-sm{
  font-size:0.875rem !important;
  line-height:1.25rem !important
}

.\!text-xl{
  font-size:1.25rem !important;
  line-height:1.75rem !important
}

.\!text-xs{
  font-size:0.75rem !important;
  line-height:1rem !important
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

.text-5xl{
  font-size:3rem;
  line-height:1
}

.text-6xl{
  font-size:3.75rem;
  line-height:1
}

.text-7xl{
  font-size:4.5rem;
  line-height:1
}

.text-8xl{
  font-size:6rem;
  line-height:1
}

.text-9xl{
  font-size:8rem;
  line-height:1
}

.text-\[10px\]{
  font-size:10px
}

.text-\[11px\]{
  font-size:11px
}

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.\!font-black{
  font-weight:900 !important
}

.\!font-bold{
  font-weight:700 !important
}

.\!font-extrabold{
  font-weight:800 !important
}

.\!font-extralight{
  font-weight:200 !important
}

.\!font-light{
  font-weight:300 !important
}

.\!font-medium{
  font-weight:500 !important
}

.\!font-normal{
  font-weight:400 !important
}

.\!font-semibold{
  font-weight:600 !important
}

.\!font-thin{
  font-weight:100 !important
}

.font-black{
  font-weight:900
}

.font-bold{
  font-weight:700
}

.font-extrabold{
  font-weight:800
}

.font-extralight{
  font-weight:200
}

.font-light{
  font-weight:300
}

.font-medium{
  font-weight:500
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.font-thin{
  font-weight:100
}

.uppercase{
  text-transform:uppercase
}

.lowercase{
  text-transform:lowercase
}

.capitalize{
  text-transform:capitalize
}

.normal-case{
  text-transform:none
}

.italic{
  font-style:italic
}

.leading-10{
  line-height:2.5rem
}

.leading-3{
  line-height:.75rem
}

.leading-4{
  line-height:1rem
}

.leading-5{
  line-height:1.25rem
}

.leading-6{
  line-height:1.5rem
}

.leading-7{
  line-height:1.75rem
}

.leading-8{
  line-height:2rem
}

.leading-9{
  line-height:2.25rem
}

.leading-loose{
  line-height:2
}

.leading-none{
  line-height:1
}

.leading-normal{
  line-height:1.5
}

.leading-relaxed{
  line-height:1.625
}

.leading-snug{
  line-height:1.375
}

.leading-tight{
  line-height:1.25
}

.\!text-black{
  --tw-text-opacity:1 !important;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1)) !important
}

.\!text-black\/0{
  color:rgb(0 0 0 / 0) !important
}

.\!text-black\/10{
  color:rgb(0 0 0 / 0.1) !important
}

.\!text-black\/100{
  color:rgb(0 0 0 / 1) !important
}

.\!text-black\/15{
  color:rgb(0 0 0 / 0.15) !important
}

.\!text-black\/20{
  color:rgb(0 0 0 / 0.2) !important
}

.\!text-black\/25{
  color:rgb(0 0 0 / 0.25) !important
}

.\!text-black\/30{
  color:rgb(0 0 0 / 0.3) !important
}

.\!text-black\/35{
  color:rgb(0 0 0 / 0.35) !important
}

.\!text-black\/40{
  color:rgb(0 0 0 / 0.4) !important
}

.\!text-black\/45{
  color:rgb(0 0 0 / 0.45) !important
}

.\!text-black\/5{
  color:rgb(0 0 0 / 0.05) !important
}

.\!text-black\/50{
  color:rgb(0 0 0 / 0.5) !important
}

.\!text-black\/55{
  color:rgb(0 0 0 / 0.55) !important
}

.\!text-black\/60{
  color:rgb(0 0 0 / 0.6) !important
}

.\!text-black\/65{
  color:rgb(0 0 0 / 0.65) !important
}

.\!text-black\/70{
  color:rgb(0 0 0 / 0.7) !important
}

.\!text-black\/75{
  color:rgb(0 0 0 / 0.75) !important
}

.\!text-black\/80{
  color:rgb(0 0 0 / 0.8) !important
}

.\!text-black\/85{
  color:rgb(0 0 0 / 0.85) !important
}

.\!text-black\/90{
  color:rgb(0 0 0 / 0.9) !important
}

.\!text-black\/95{
  color:rgb(0 0 0 / 0.95) !important
}

.\!text-blue-500{
  --tw-text-opacity:1 !important;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1)) !important
}

.\!text-blue-500\/0{
  color:rgb(59 130 246 / 0) !important
}

.\!text-blue-500\/10{
  color:rgb(59 130 246 / 0.1) !important
}

.\!text-blue-500\/100{
  color:rgb(59 130 246 / 1) !important
}

.\!text-blue-500\/15{
  color:rgb(59 130 246 / 0.15) !important
}

.\!text-blue-500\/20{
  color:rgb(59 130 246 / 0.2) !important
}

.\!text-blue-500\/25{
  color:rgb(59 130 246 / 0.25) !important
}

.\!text-blue-500\/30{
  color:rgb(59 130 246 / 0.3) !important
}

.\!text-blue-500\/35{
  color:rgb(59 130 246 / 0.35) !important
}

.\!text-blue-500\/40{
  color:rgb(59 130 246 / 0.4) !important
}

.\!text-blue-500\/45{
  color:rgb(59 130 246 / 0.45) !important
}

.\!text-blue-500\/5{
  color:rgb(59 130 246 / 0.05) !important
}

.\!text-blue-500\/50{
  color:rgb(59 130 246 / 0.5) !important
}

.\!text-blue-500\/55{
  color:rgb(59 130 246 / 0.55) !important
}

.\!text-blue-500\/60{
  color:rgb(59 130 246 / 0.6) !important
}

.\!text-blue-500\/65{
  color:rgb(59 130 246 / 0.65) !important
}

.\!text-blue-500\/70{
  color:rgb(59 130 246 / 0.7) !important
}

.\!text-blue-500\/75{
  color:rgb(59 130 246 / 0.75) !important
}

.\!text-blue-500\/80{
  color:rgb(59 130 246 / 0.8) !important
}

.\!text-blue-500\/85{
  color:rgb(59 130 246 / 0.85) !important
}

.\!text-blue-500\/90{
  color:rgb(59 130 246 / 0.9) !important
}

.\!text-blue-500\/95{
  color:rgb(59 130 246 / 0.95) !important
}

.\!text-blue-600{
  --tw-text-opacity:1 !important;
  color:rgb(37 99 235 / var(--tw-text-opacity, 1)) !important
}

.\!text-blue-600\/0{
  color:rgb(37 99 235 / 0) !important
}

.\!text-blue-600\/10{
  color:rgb(37 99 235 / 0.1) !important
}

.\!text-blue-600\/100{
  color:rgb(37 99 235 / 1) !important
}

.\!text-blue-600\/15{
  color:rgb(37 99 235 / 0.15) !important
}

.\!text-blue-600\/20{
  color:rgb(37 99 235 / 0.2) !important
}

.\!text-blue-600\/25{
  color:rgb(37 99 235 / 0.25) !important
}

.\!text-blue-600\/30{
  color:rgb(37 99 235 / 0.3) !important
}

.\!text-blue-600\/35{
  color:rgb(37 99 235 / 0.35) !important
}

.\!text-blue-600\/40{
  color:rgb(37 99 235 / 0.4) !important
}

.\!text-blue-600\/45{
  color:rgb(37 99 235 / 0.45) !important
}

.\!text-blue-600\/5{
  color:rgb(37 99 235 / 0.05) !important
}

.\!text-blue-600\/50{
  color:rgb(37 99 235 / 0.5) !important
}

.\!text-blue-600\/55{
  color:rgb(37 99 235 / 0.55) !important
}

.\!text-blue-600\/60{
  color:rgb(37 99 235 / 0.6) !important
}

.\!text-blue-600\/65{
  color:rgb(37 99 235 / 0.65) !important
}

.\!text-blue-600\/70{
  color:rgb(37 99 235 / 0.7) !important
}

.\!text-blue-600\/75{
  color:rgb(37 99 235 / 0.75) !important
}

.\!text-blue-600\/80{
  color:rgb(37 99 235 / 0.8) !important
}

.\!text-blue-600\/85{
  color:rgb(37 99 235 / 0.85) !important
}

.\!text-blue-600\/90{
  color:rgb(37 99 235 / 0.9) !important
}

.\!text-blue-600\/95{
  color:rgb(37 99 235 / 0.95) !important
}

.\!text-blue-700{
  --tw-text-opacity:1 !important;
  color:rgb(29 78 216 / var(--tw-text-opacity, 1)) !important
}

.\!text-blue-700\/0{
  color:rgb(29 78 216 / 0) !important
}

.\!text-blue-700\/10{
  color:rgb(29 78 216 / 0.1) !important
}

.\!text-blue-700\/100{
  color:rgb(29 78 216 / 1) !important
}

.\!text-blue-700\/15{
  color:rgb(29 78 216 / 0.15) !important
}

.\!text-blue-700\/20{
  color:rgb(29 78 216 / 0.2) !important
}

.\!text-blue-700\/25{
  color:rgb(29 78 216 / 0.25) !important
}

.\!text-blue-700\/30{
  color:rgb(29 78 216 / 0.3) !important
}

.\!text-blue-700\/35{
  color:rgb(29 78 216 / 0.35) !important
}

.\!text-blue-700\/40{
  color:rgb(29 78 216 / 0.4) !important
}

.\!text-blue-700\/45{
  color:rgb(29 78 216 / 0.45) !important
}

.\!text-blue-700\/5{
  color:rgb(29 78 216 / 0.05) !important
}

.\!text-blue-700\/50{
  color:rgb(29 78 216 / 0.5) !important
}

.\!text-blue-700\/55{
  color:rgb(29 78 216 / 0.55) !important
}

.\!text-blue-700\/60{
  color:rgb(29 78 216 / 0.6) !important
}

.\!text-blue-700\/65{
  color:rgb(29 78 216 / 0.65) !important
}

.\!text-blue-700\/70{
  color:rgb(29 78 216 / 0.7) !important
}

.\!text-blue-700\/75{
  color:rgb(29 78 216 / 0.75) !important
}

.\!text-blue-700\/80{
  color:rgb(29 78 216 / 0.8) !important
}

.\!text-blue-700\/85{
  color:rgb(29 78 216 / 0.85) !important
}

.\!text-blue-700\/90{
  color:rgb(29 78 216 / 0.9) !important
}

.\!text-blue-700\/95{
  color:rgb(29 78 216 / 0.95) !important
}

.\!text-gray-100{
  --tw-text-opacity:1 !important;
  color:rgb(243 244 246 / var(--tw-text-opacity, 1)) !important
}

.\!text-gray-100\/0{
  color:rgb(243 244 246 / 0) !important
}

.\!text-gray-100\/10{
  color:rgb(243 244 246 / 0.1) !important
}

.\!text-gray-100\/100{
  color:rgb(243 244 246 / 1) !important
}

.\!text-gray-100\/15{
  color:rgb(243 244 246 / 0.15) !important
}

.\!text-gray-100\/20{
  color:rgb(243 244 246 / 0.2) !important
}

.\!text-gray-100\/25{
  color:rgb(243 244 246 / 0.25) !important
}

.\!text-gray-100\/30{
  color:rgb(243 244 246 / 0.3) !important
}

.\!text-gray-100\/35{
  color:rgb(243 244 246 / 0.35) !important
}

.\!text-gray-100\/40{
  color:rgb(243 244 246 / 0.4) !important
}

.\!text-gray-100\/45{
  color:rgb(243 244 246 / 0.45) !important
}

.\!text-gray-100\/5{
  color:rgb(243 244 246 / 0.05) !important
}

.\!text-gray-100\/50{
  color:rgb(243 244 246 / 0.5) !important
}

.\!text-gray-100\/55{
  color:rgb(243 244 246 / 0.55) !important
}

.\!text-gray-100\/60{
  color:rgb(243 244 246 / 0.6) !important
}

.\!text-gray-100\/65{
  color:rgb(243 244 246 / 0.65) !important
}

.\!text-gray-100\/70{
  color:rgb(243 244 246 / 0.7) !important
}

.\!text-gray-100\/75{
  color:rgb(243 244 246 / 0.75) !important
}

.\!text-gray-100\/80{
  color:rgb(243 244 246 / 0.8) !important
}

.\!text-gray-100\/85{
  color:rgb(243 244 246 / 0.85) !important
}

.\!text-gray-100\/90{
  color:rgb(243 244 246 / 0.9) !important
}

.\!text-gray-100\/95{
  color:rgb(243 244 246 / 0.95) !important
}

.\!text-gray-200{
  --tw-text-opacity:1 !important;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1)) !important
}

.\!text-gray-200\/0{
  color:rgb(229 231 235 / 0) !important
}

.\!text-gray-200\/10{
  color:rgb(229 231 235 / 0.1) !important
}

.\!text-gray-200\/100{
  color:rgb(229 231 235 / 1) !important
}

.\!text-gray-200\/15{
  color:rgb(229 231 235 / 0.15) !important
}

.\!text-gray-200\/20{
  color:rgb(229 231 235 / 0.2) !important
}

.\!text-gray-200\/25{
  color:rgb(229 231 235 / 0.25) !important
}

.\!text-gray-200\/30{
  color:rgb(229 231 235 / 0.3) !important
}

.\!text-gray-200\/35{
  color:rgb(229 231 235 / 0.35) !important
}

.\!text-gray-200\/40{
  color:rgb(229 231 235 / 0.4) !important
}

.\!text-gray-200\/45{
  color:rgb(229 231 235 / 0.45) !important
}

.\!text-gray-200\/5{
  color:rgb(229 231 235 / 0.05) !important
}

.\!text-gray-200\/50{
  color:rgb(229 231 235 / 0.5) !important
}

.\!text-gray-200\/55{
  color:rgb(229 231 235 / 0.55) !important
}

.\!text-gray-200\/60{
  color:rgb(229 231 235 / 0.6) !important
}

.\!text-gray-200\/65{
  color:rgb(229 231 235 / 0.65) !important
}

.\!text-gray-200\/70{
  color:rgb(229 231 235 / 0.7) !important
}

.\!text-gray-200\/75{
  color:rgb(229 231 235 / 0.75) !important
}

.\!text-gray-200\/80{
  color:rgb(229 231 235 / 0.8) !important
}

.\!text-gray-200\/85{
  color:rgb(229 231 235 / 0.85) !important
}

.\!text-gray-200\/90{
  color:rgb(229 231 235 / 0.9) !important
}

.\!text-gray-200\/95{
  color:rgb(229 231 235 / 0.95) !important
}

.\!text-gray-50{
  --tw-text-opacity:1 !important;
  color:rgb(249 250 251 / var(--tw-text-opacity, 1)) !important
}

.\!text-gray-50\/0{
  color:rgb(249 250 251 / 0) !important
}

.\!text-gray-50\/10{
  color:rgb(249 250 251 / 0.1) !important
}

.\!text-gray-50\/100{
  color:rgb(249 250 251 / 1) !important
}

.\!text-gray-50\/15{
  color:rgb(249 250 251 / 0.15) !important
}

.\!text-gray-50\/20{
  color:rgb(249 250 251 / 0.2) !important
}

.\!text-gray-50\/25{
  color:rgb(249 250 251 / 0.25) !important
}

.\!text-gray-50\/30{
  color:rgb(249 250 251 / 0.3) !important
}

.\!text-gray-50\/35{
  color:rgb(249 250 251 / 0.35) !important
}

.\!text-gray-50\/40{
  color:rgb(249 250 251 / 0.4) !important
}

.\!text-gray-50\/45{
  color:rgb(249 250 251 / 0.45) !important
}

.\!text-gray-50\/5{
  color:rgb(249 250 251 / 0.05) !important
}

.\!text-gray-50\/50{
  color:rgb(249 250 251 / 0.5) !important
}

.\!text-gray-50\/55{
  color:rgb(249 250 251 / 0.55) !important
}

.\!text-gray-50\/60{
  color:rgb(249 250 251 / 0.6) !important
}

.\!text-gray-50\/65{
  color:rgb(249 250 251 / 0.65) !important
}

.\!text-gray-50\/70{
  color:rgb(249 250 251 / 0.7) !important
}

.\!text-gray-50\/75{
  color:rgb(249 250 251 / 0.75) !important
}

.\!text-gray-50\/80{
  color:rgb(249 250 251 / 0.8) !important
}

.\!text-gray-50\/85{
  color:rgb(249 250 251 / 0.85) !important
}

.\!text-gray-50\/90{
  color:rgb(249 250 251 / 0.9) !important
}

.\!text-gray-50\/95{
  color:rgb(249 250 251 / 0.95) !important
}

.\!text-gray-500{
  --tw-text-opacity:1 !important;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1)) !important
}

.\!text-gray-500\/0{
  color:rgb(107 114 128 / 0) !important
}

.\!text-gray-500\/10{
  color:rgb(107 114 128 / 0.1) !important
}

.\!text-gray-500\/100{
  color:rgb(107 114 128 / 1) !important
}

.\!text-gray-500\/15{
  color:rgb(107 114 128 / 0.15) !important
}

.\!text-gray-500\/20{
  color:rgb(107 114 128 / 0.2) !important
}

.\!text-gray-500\/25{
  color:rgb(107 114 128 / 0.25) !important
}

.\!text-gray-500\/30{
  color:rgb(107 114 128 / 0.3) !important
}

.\!text-gray-500\/35{
  color:rgb(107 114 128 / 0.35) !important
}

.\!text-gray-500\/40{
  color:rgb(107 114 128 / 0.4) !important
}

.\!text-gray-500\/45{
  color:rgb(107 114 128 / 0.45) !important
}

.\!text-gray-500\/5{
  color:rgb(107 114 128 / 0.05) !important
}

.\!text-gray-500\/50{
  color:rgb(107 114 128 / 0.5) !important
}

.\!text-gray-500\/55{
  color:rgb(107 114 128 / 0.55) !important
}

.\!text-gray-500\/60{
  color:rgb(107 114 128 / 0.6) !important
}

.\!text-gray-500\/65{
  color:rgb(107 114 128 / 0.65) !important
}

.\!text-gray-500\/70{
  color:rgb(107 114 128 / 0.7) !important
}

.\!text-gray-500\/75{
  color:rgb(107 114 128 / 0.75) !important
}

.\!text-gray-500\/80{
  color:rgb(107 114 128 / 0.8) !important
}

.\!text-gray-500\/85{
  color:rgb(107 114 128 / 0.85) !important
}

.\!text-gray-500\/90{
  color:rgb(107 114 128 / 0.9) !important
}

.\!text-gray-500\/95{
  color:rgb(107 114 128 / 0.95) !important
}

.\!text-green-500{
  --tw-text-opacity:1 !important;
  color:rgb(34 197 94 / var(--tw-text-opacity, 1)) !important
}

.\!text-green-500\/0{
  color:rgb(34 197 94 / 0) !important
}

.\!text-green-500\/10{
  color:rgb(34 197 94 / 0.1) !important
}

.\!text-green-500\/100{
  color:rgb(34 197 94 / 1) !important
}

.\!text-green-500\/15{
  color:rgb(34 197 94 / 0.15) !important
}

.\!text-green-500\/20{
  color:rgb(34 197 94 / 0.2) !important
}

.\!text-green-500\/25{
  color:rgb(34 197 94 / 0.25) !important
}

.\!text-green-500\/30{
  color:rgb(34 197 94 / 0.3) !important
}

.\!text-green-500\/35{
  color:rgb(34 197 94 / 0.35) !important
}

.\!text-green-500\/40{
  color:rgb(34 197 94 / 0.4) !important
}

.\!text-green-500\/45{
  color:rgb(34 197 94 / 0.45) !important
}

.\!text-green-500\/5{
  color:rgb(34 197 94 / 0.05) !important
}

.\!text-green-500\/50{
  color:rgb(34 197 94 / 0.5) !important
}

.\!text-green-500\/55{
  color:rgb(34 197 94 / 0.55) !important
}

.\!text-green-500\/60{
  color:rgb(34 197 94 / 0.6) !important
}

.\!text-green-500\/65{
  color:rgb(34 197 94 / 0.65) !important
}

.\!text-green-500\/70{
  color:rgb(34 197 94 / 0.7) !important
}

.\!text-green-500\/75{
  color:rgb(34 197 94 / 0.75) !important
}

.\!text-green-500\/80{
  color:rgb(34 197 94 / 0.8) !important
}

.\!text-green-500\/85{
  color:rgb(34 197 94 / 0.85) !important
}

.\!text-green-500\/90{
  color:rgb(34 197 94 / 0.9) !important
}

.\!text-green-500\/95{
  color:rgb(34 197 94 / 0.95) !important
}

.\!text-green-600{
  --tw-text-opacity:1 !important;
  color:rgb(22 163 74 / var(--tw-text-opacity, 1)) !important
}

.\!text-green-600\/0{
  color:rgb(22 163 74 / 0) !important
}

.\!text-green-600\/10{
  color:rgb(22 163 74 / 0.1) !important
}

.\!text-green-600\/100{
  color:rgb(22 163 74 / 1) !important
}

.\!text-green-600\/15{
  color:rgb(22 163 74 / 0.15) !important
}

.\!text-green-600\/20{
  color:rgb(22 163 74 / 0.2) !important
}

.\!text-green-600\/25{
  color:rgb(22 163 74 / 0.25) !important
}

.\!text-green-600\/30{
  color:rgb(22 163 74 / 0.3) !important
}

.\!text-green-600\/35{
  color:rgb(22 163 74 / 0.35) !important
}

.\!text-green-600\/40{
  color:rgb(22 163 74 / 0.4) !important
}

.\!text-green-600\/45{
  color:rgb(22 163 74 / 0.45) !important
}

.\!text-green-600\/5{
  color:rgb(22 163 74 / 0.05) !important
}

.\!text-green-600\/50{
  color:rgb(22 163 74 / 0.5) !important
}

.\!text-green-600\/55{
  color:rgb(22 163 74 / 0.55) !important
}

.\!text-green-600\/60{
  color:rgb(22 163 74 / 0.6) !important
}

.\!text-green-600\/65{
  color:rgb(22 163 74 / 0.65) !important
}

.\!text-green-600\/70{
  color:rgb(22 163 74 / 0.7) !important
}

.\!text-green-600\/75{
  color:rgb(22 163 74 / 0.75) !important
}

.\!text-green-600\/80{
  color:rgb(22 163 74 / 0.8) !important
}

.\!text-green-600\/85{
  color:rgb(22 163 74 / 0.85) !important
}

.\!text-green-600\/90{
  color:rgb(22 163 74 / 0.9) !important
}

.\!text-green-600\/95{
  color:rgb(22 163 74 / 0.95) !important
}

.\!text-green-700{
  --tw-text-opacity:1 !important;
  color:rgb(21 128 61 / var(--tw-text-opacity, 1)) !important
}

.\!text-green-700\/0{
  color:rgb(21 128 61 / 0) !important
}

.\!text-green-700\/10{
  color:rgb(21 128 61 / 0.1) !important
}

.\!text-green-700\/100{
  color:rgb(21 128 61 / 1) !important
}

.\!text-green-700\/15{
  color:rgb(21 128 61 / 0.15) !important
}

.\!text-green-700\/20{
  color:rgb(21 128 61 / 0.2) !important
}

.\!text-green-700\/25{
  color:rgb(21 128 61 / 0.25) !important
}

.\!text-green-700\/30{
  color:rgb(21 128 61 / 0.3) !important
}

.\!text-green-700\/35{
  color:rgb(21 128 61 / 0.35) !important
}

.\!text-green-700\/40{
  color:rgb(21 128 61 / 0.4) !important
}

.\!text-green-700\/45{
  color:rgb(21 128 61 / 0.45) !important
}

.\!text-green-700\/5{
  color:rgb(21 128 61 / 0.05) !important
}

.\!text-green-700\/50{
  color:rgb(21 128 61 / 0.5) !important
}

.\!text-green-700\/55{
  color:rgb(21 128 61 / 0.55) !important
}

.\!text-green-700\/60{
  color:rgb(21 128 61 / 0.6) !important
}

.\!text-green-700\/65{
  color:rgb(21 128 61 / 0.65) !important
}

.\!text-green-700\/70{
  color:rgb(21 128 61 / 0.7) !important
}

.\!text-green-700\/75{
  color:rgb(21 128 61 / 0.75) !important
}

.\!text-green-700\/80{
  color:rgb(21 128 61 / 0.8) !important
}

.\!text-green-700\/85{
  color:rgb(21 128 61 / 0.85) !important
}

.\!text-green-700\/90{
  color:rgb(21 128 61 / 0.9) !important
}

.\!text-green-700\/95{
  color:rgb(21 128 61 / 0.95) !important
}

.\!text-primary{
  --tw-text-opacity:1 !important;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1)) !important
}

.\!text-primary-dark{
  --tw-text-opacity:1 !important;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1)) !important
}

.\!text-primary-dark\/0{
  color:rgb(0 61 122 / 0) !important
}

.\!text-primary-dark\/10{
  color:rgb(0 61 122 / 0.1) !important
}

.\!text-primary-dark\/100{
  color:rgb(0 61 122 / 1) !important
}

.\!text-primary-dark\/15{
  color:rgb(0 61 122 / 0.15) !important
}

.\!text-primary-dark\/20{
  color:rgb(0 61 122 / 0.2) !important
}

.\!text-primary-dark\/25{
  color:rgb(0 61 122 / 0.25) !important
}

.\!text-primary-dark\/30{
  color:rgb(0 61 122 / 0.3) !important
}

.\!text-primary-dark\/35{
  color:rgb(0 61 122 / 0.35) !important
}

.\!text-primary-dark\/40{
  color:rgb(0 61 122 / 0.4) !important
}

.\!text-primary-dark\/45{
  color:rgb(0 61 122 / 0.45) !important
}

.\!text-primary-dark\/5{
  color:rgb(0 61 122 / 0.05) !important
}

.\!text-primary-dark\/50{
  color:rgb(0 61 122 / 0.5) !important
}

.\!text-primary-dark\/55{
  color:rgb(0 61 122 / 0.55) !important
}

.\!text-primary-dark\/60{
  color:rgb(0 61 122 / 0.6) !important
}

.\!text-primary-dark\/65{
  color:rgb(0 61 122 / 0.65) !important
}

.\!text-primary-dark\/70{
  color:rgb(0 61 122 / 0.7) !important
}

.\!text-primary-dark\/75{
  color:rgb(0 61 122 / 0.75) !important
}

.\!text-primary-dark\/80{
  color:rgb(0 61 122 / 0.8) !important
}

.\!text-primary-dark\/85{
  color:rgb(0 61 122 / 0.85) !important
}

.\!text-primary-dark\/90{
  color:rgb(0 61 122 / 0.9) !important
}

.\!text-primary-dark\/95{
  color:rgb(0 61 122 / 0.95) !important
}

.\!text-primary-light{
  --tw-text-opacity:1 !important;
  color:rgb(51 136 212 / var(--tw-text-opacity, 1)) !important
}

.\!text-primary-light\/0{
  color:rgb(51 136 212 / 0) !important
}

.\!text-primary-light\/10{
  color:rgb(51 136 212 / 0.1) !important
}

.\!text-primary-light\/100{
  color:rgb(51 136 212 / 1) !important
}

.\!text-primary-light\/15{
  color:rgb(51 136 212 / 0.15) !important
}

.\!text-primary-light\/20{
  color:rgb(51 136 212 / 0.2) !important
}

.\!text-primary-light\/25{
  color:rgb(51 136 212 / 0.25) !important
}

.\!text-primary-light\/30{
  color:rgb(51 136 212 / 0.3) !important
}

.\!text-primary-light\/35{
  color:rgb(51 136 212 / 0.35) !important
}

.\!text-primary-light\/40{
  color:rgb(51 136 212 / 0.4) !important
}

.\!text-primary-light\/45{
  color:rgb(51 136 212 / 0.45) !important
}

.\!text-primary-light\/5{
  color:rgb(51 136 212 / 0.05) !important
}

.\!text-primary-light\/50{
  color:rgb(51 136 212 / 0.5) !important
}

.\!text-primary-light\/55{
  color:rgb(51 136 212 / 0.55) !important
}

.\!text-primary-light\/60{
  color:rgb(51 136 212 / 0.6) !important
}

.\!text-primary-light\/65{
  color:rgb(51 136 212 / 0.65) !important
}

.\!text-primary-light\/70{
  color:rgb(51 136 212 / 0.7) !important
}

.\!text-primary-light\/75{
  color:rgb(51 136 212 / 0.75) !important
}

.\!text-primary-light\/80{
  color:rgb(51 136 212 / 0.8) !important
}

.\!text-primary-light\/85{
  color:rgb(51 136 212 / 0.85) !important
}

.\!text-primary-light\/90{
  color:rgb(51 136 212 / 0.9) !important
}

.\!text-primary-light\/95{
  color:rgb(51 136 212 / 0.95) !important
}

.\!text-primary\/0{
  color:rgb(0 95 190 / 0) !important
}

.\!text-primary\/10{
  color:rgb(0 95 190 / 0.1) !important
}

.\!text-primary\/100{
  color:rgb(0 95 190 / 1) !important
}

.\!text-primary\/15{
  color:rgb(0 95 190 / 0.15) !important
}

.\!text-primary\/20{
  color:rgb(0 95 190 / 0.2) !important
}

.\!text-primary\/25{
  color:rgb(0 95 190 / 0.25) !important
}

.\!text-primary\/30{
  color:rgb(0 95 190 / 0.3) !important
}

.\!text-primary\/35{
  color:rgb(0 95 190 / 0.35) !important
}

.\!text-primary\/40{
  color:rgb(0 95 190 / 0.4) !important
}

.\!text-primary\/45{
  color:rgb(0 95 190 / 0.45) !important
}

.\!text-primary\/5{
  color:rgb(0 95 190 / 0.05) !important
}

.\!text-primary\/50{
  color:rgb(0 95 190 / 0.5) !important
}

.\!text-primary\/55{
  color:rgb(0 95 190 / 0.55) !important
}

.\!text-primary\/60{
  color:rgb(0 95 190 / 0.6) !important
}

.\!text-primary\/65{
  color:rgb(0 95 190 / 0.65) !important
}

.\!text-primary\/70{
  color:rgb(0 95 190 / 0.7) !important
}

.\!text-primary\/75{
  color:rgb(0 95 190 / 0.75) !important
}

.\!text-primary\/80{
  color:rgb(0 95 190 / 0.8) !important
}

.\!text-primary\/85{
  color:rgb(0 95 190 / 0.85) !important
}

.\!text-primary\/90{
  color:rgb(0 95 190 / 0.9) !important
}

.\!text-primary\/95{
  color:rgb(0 95 190 / 0.95) !important
}

.\!text-red-500{
  --tw-text-opacity:1 !important;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1)) !important
}

.\!text-red-500\/0{
  color:rgb(239 68 68 / 0) !important
}

.\!text-red-500\/10{
  color:rgb(239 68 68 / 0.1) !important
}

.\!text-red-500\/100{
  color:rgb(239 68 68 / 1) !important
}

.\!text-red-500\/15{
  color:rgb(239 68 68 / 0.15) !important
}

.\!text-red-500\/20{
  color:rgb(239 68 68 / 0.2) !important
}

.\!text-red-500\/25{
  color:rgb(239 68 68 / 0.25) !important
}

.\!text-red-500\/30{
  color:rgb(239 68 68 / 0.3) !important
}

.\!text-red-500\/35{
  color:rgb(239 68 68 / 0.35) !important
}

.\!text-red-500\/40{
  color:rgb(239 68 68 / 0.4) !important
}

.\!text-red-500\/45{
  color:rgb(239 68 68 / 0.45) !important
}

.\!text-red-500\/5{
  color:rgb(239 68 68 / 0.05) !important
}

.\!text-red-500\/50{
  color:rgb(239 68 68 / 0.5) !important
}

.\!text-red-500\/55{
  color:rgb(239 68 68 / 0.55) !important
}

.\!text-red-500\/60{
  color:rgb(239 68 68 / 0.6) !important
}

.\!text-red-500\/65{
  color:rgb(239 68 68 / 0.65) !important
}

.\!text-red-500\/70{
  color:rgb(239 68 68 / 0.7) !important
}

.\!text-red-500\/75{
  color:rgb(239 68 68 / 0.75) !important
}

.\!text-red-500\/80{
  color:rgb(239 68 68 / 0.8) !important
}

.\!text-red-500\/85{
  color:rgb(239 68 68 / 0.85) !important
}

.\!text-red-500\/90{
  color:rgb(239 68 68 / 0.9) !important
}

.\!text-red-500\/95{
  color:rgb(239 68 68 / 0.95) !important
}

.\!text-red-600{
  --tw-text-opacity:1 !important;
  color:rgb(220 38 38 / var(--tw-text-opacity, 1)) !important
}

.\!text-red-600\/0{
  color:rgb(220 38 38 / 0) !important
}

.\!text-red-600\/10{
  color:rgb(220 38 38 / 0.1) !important
}

.\!text-red-600\/100{
  color:rgb(220 38 38 / 1) !important
}

.\!text-red-600\/15{
  color:rgb(220 38 38 / 0.15) !important
}

.\!text-red-600\/20{
  color:rgb(220 38 38 / 0.2) !important
}

.\!text-red-600\/25{
  color:rgb(220 38 38 / 0.25) !important
}

.\!text-red-600\/30{
  color:rgb(220 38 38 / 0.3) !important
}

.\!text-red-600\/35{
  color:rgb(220 38 38 / 0.35) !important
}

.\!text-red-600\/40{
  color:rgb(220 38 38 / 0.4) !important
}

.\!text-red-600\/45{
  color:rgb(220 38 38 / 0.45) !important
}

.\!text-red-600\/5{
  color:rgb(220 38 38 / 0.05) !important
}

.\!text-red-600\/50{
  color:rgb(220 38 38 / 0.5) !important
}

.\!text-red-600\/55{
  color:rgb(220 38 38 / 0.55) !important
}

.\!text-red-600\/60{
  color:rgb(220 38 38 / 0.6) !important
}

.\!text-red-600\/65{
  color:rgb(220 38 38 / 0.65) !important
}

.\!text-red-600\/70{
  color:rgb(220 38 38 / 0.7) !important
}

.\!text-red-600\/75{
  color:rgb(220 38 38 / 0.75) !important
}

.\!text-red-600\/80{
  color:rgb(220 38 38 / 0.8) !important
}

.\!text-red-600\/85{
  color:rgb(220 38 38 / 0.85) !important
}

.\!text-red-600\/90{
  color:rgb(220 38 38 / 0.9) !important
}

.\!text-red-600\/95{
  color:rgb(220 38 38 / 0.95) !important
}

.\!text-red-700{
  --tw-text-opacity:1 !important;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1)) !important
}

.\!text-red-700\/0{
  color:rgb(185 28 28 / 0) !important
}

.\!text-red-700\/10{
  color:rgb(185 28 28 / 0.1) !important
}

.\!text-red-700\/100{
  color:rgb(185 28 28 / 1) !important
}

.\!text-red-700\/15{
  color:rgb(185 28 28 / 0.15) !important
}

.\!text-red-700\/20{
  color:rgb(185 28 28 / 0.2) !important
}

.\!text-red-700\/25{
  color:rgb(185 28 28 / 0.25) !important
}

.\!text-red-700\/30{
  color:rgb(185 28 28 / 0.3) !important
}

.\!text-red-700\/35{
  color:rgb(185 28 28 / 0.35) !important
}

.\!text-red-700\/40{
  color:rgb(185 28 28 / 0.4) !important
}

.\!text-red-700\/45{
  color:rgb(185 28 28 / 0.45) !important
}

.\!text-red-700\/5{
  color:rgb(185 28 28 / 0.05) !important
}

.\!text-red-700\/50{
  color:rgb(185 28 28 / 0.5) !important
}

.\!text-red-700\/55{
  color:rgb(185 28 28 / 0.55) !important
}

.\!text-red-700\/60{
  color:rgb(185 28 28 / 0.6) !important
}

.\!text-red-700\/65{
  color:rgb(185 28 28 / 0.65) !important
}

.\!text-red-700\/70{
  color:rgb(185 28 28 / 0.7) !important
}

.\!text-red-700\/75{
  color:rgb(185 28 28 / 0.75) !important
}

.\!text-red-700\/80{
  color:rgb(185 28 28 / 0.8) !important
}

.\!text-red-700\/85{
  color:rgb(185 28 28 / 0.85) !important
}

.\!text-red-700\/90{
  color:rgb(185 28 28 / 0.9) !important
}

.\!text-red-700\/95{
  color:rgb(185 28 28 / 0.95) !important
}

.\!text-secondary{
  --tw-text-opacity:1 !important;
  color:rgb(205 139 132 / var(--tw-text-opacity, 1)) !important
}

.\!text-secondary-dark{
  --tw-text-opacity:1 !important;
  color:rgb(160 101 94 / var(--tw-text-opacity, 1)) !important
}

.\!text-secondary-dark\/0{
  color:rgb(160 101 94 / 0) !important
}

.\!text-secondary-dark\/10{
  color:rgb(160 101 94 / 0.1) !important
}

.\!text-secondary-dark\/100{
  color:rgb(160 101 94 / 1) !important
}

.\!text-secondary-dark\/15{
  color:rgb(160 101 94 / 0.15) !important
}

.\!text-secondary-dark\/20{
  color:rgb(160 101 94 / 0.2) !important
}

.\!text-secondary-dark\/25{
  color:rgb(160 101 94 / 0.25) !important
}

.\!text-secondary-dark\/30{
  color:rgb(160 101 94 / 0.3) !important
}

.\!text-secondary-dark\/35{
  color:rgb(160 101 94 / 0.35) !important
}

.\!text-secondary-dark\/40{
  color:rgb(160 101 94 / 0.4) !important
}

.\!text-secondary-dark\/45{
  color:rgb(160 101 94 / 0.45) !important
}

.\!text-secondary-dark\/5{
  color:rgb(160 101 94 / 0.05) !important
}

.\!text-secondary-dark\/50{
  color:rgb(160 101 94 / 0.5) !important
}

.\!text-secondary-dark\/55{
  color:rgb(160 101 94 / 0.55) !important
}

.\!text-secondary-dark\/60{
  color:rgb(160 101 94 / 0.6) !important
}

.\!text-secondary-dark\/65{
  color:rgb(160 101 94 / 0.65) !important
}

.\!text-secondary-dark\/70{
  color:rgb(160 101 94 / 0.7) !important
}

.\!text-secondary-dark\/75{
  color:rgb(160 101 94 / 0.75) !important
}

.\!text-secondary-dark\/80{
  color:rgb(160 101 94 / 0.8) !important
}

.\!text-secondary-dark\/85{
  color:rgb(160 101 94 / 0.85) !important
}

.\!text-secondary-dark\/90{
  color:rgb(160 101 94 / 0.9) !important
}

.\!text-secondary-dark\/95{
  color:rgb(160 101 94 / 0.95) !important
}

.\!text-secondary-light{
  --tw-text-opacity:1 !important;
  color:rgb(224 180 176 / var(--tw-text-opacity, 1)) !important
}

.\!text-secondary-light\/0{
  color:rgb(224 180 176 / 0) !important
}

.\!text-secondary-light\/10{
  color:rgb(224 180 176 / 0.1) !important
}

.\!text-secondary-light\/100{
  color:rgb(224 180 176 / 1) !important
}

.\!text-secondary-light\/15{
  color:rgb(224 180 176 / 0.15) !important
}

.\!text-secondary-light\/20{
  color:rgb(224 180 176 / 0.2) !important
}

.\!text-secondary-light\/25{
  color:rgb(224 180 176 / 0.25) !important
}

.\!text-secondary-light\/30{
  color:rgb(224 180 176 / 0.3) !important
}

.\!text-secondary-light\/35{
  color:rgb(224 180 176 / 0.35) !important
}

.\!text-secondary-light\/40{
  color:rgb(224 180 176 / 0.4) !important
}

.\!text-secondary-light\/45{
  color:rgb(224 180 176 / 0.45) !important
}

.\!text-secondary-light\/5{
  color:rgb(224 180 176 / 0.05) !important
}

.\!text-secondary-light\/50{
  color:rgb(224 180 176 / 0.5) !important
}

.\!text-secondary-light\/55{
  color:rgb(224 180 176 / 0.55) !important
}

.\!text-secondary-light\/60{
  color:rgb(224 180 176 / 0.6) !important
}

.\!text-secondary-light\/65{
  color:rgb(224 180 176 / 0.65) !important
}

.\!text-secondary-light\/70{
  color:rgb(224 180 176 / 0.7) !important
}

.\!text-secondary-light\/75{
  color:rgb(224 180 176 / 0.75) !important
}

.\!text-secondary-light\/80{
  color:rgb(224 180 176 / 0.8) !important
}

.\!text-secondary-light\/85{
  color:rgb(224 180 176 / 0.85) !important
}

.\!text-secondary-light\/90{
  color:rgb(224 180 176 / 0.9) !important
}

.\!text-secondary-light\/95{
  color:rgb(224 180 176 / 0.95) !important
}

.\!text-secondary\/0{
  color:rgb(205 139 132 / 0) !important
}

.\!text-secondary\/10{
  color:rgb(205 139 132 / 0.1) !important
}

.\!text-secondary\/100{
  color:rgb(205 139 132 / 1) !important
}

.\!text-secondary\/15{
  color:rgb(205 139 132 / 0.15) !important
}

.\!text-secondary\/20{
  color:rgb(205 139 132 / 0.2) !important
}

.\!text-secondary\/25{
  color:rgb(205 139 132 / 0.25) !important
}

.\!text-secondary\/30{
  color:rgb(205 139 132 / 0.3) !important
}

.\!text-secondary\/35{
  color:rgb(205 139 132 / 0.35) !important
}

.\!text-secondary\/40{
  color:rgb(205 139 132 / 0.4) !important
}

.\!text-secondary\/45{
  color:rgb(205 139 132 / 0.45) !important
}

.\!text-secondary\/5{
  color:rgb(205 139 132 / 0.05) !important
}

.\!text-secondary\/50{
  color:rgb(205 139 132 / 0.5) !important
}

.\!text-secondary\/55{
  color:rgb(205 139 132 / 0.55) !important
}

.\!text-secondary\/60{
  color:rgb(205 139 132 / 0.6) !important
}

.\!text-secondary\/65{
  color:rgb(205 139 132 / 0.65) !important
}

.\!text-secondary\/70{
  color:rgb(205 139 132 / 0.7) !important
}

.\!text-secondary\/75{
  color:rgb(205 139 132 / 0.75) !important
}

.\!text-secondary\/80{
  color:rgb(205 139 132 / 0.8) !important
}

.\!text-secondary\/85{
  color:rgb(205 139 132 / 0.85) !important
}

.\!text-secondary\/90{
  color:rgb(205 139 132 / 0.9) !important
}

.\!text-secondary\/95{
  color:rgb(205 139 132 / 0.95) !important
}

.\!text-transparent{
  color:transparent !important
}

.\!text-transparent\/0{
  color:rgb(0 0 0 / 0) !important
}

.\!text-transparent\/10{
  color:rgb(0 0 0 / 0.1) !important
}

.\!text-transparent\/100{
  color:rgb(0 0 0 / 1) !important
}

.\!text-transparent\/15{
  color:rgb(0 0 0 / 0.15) !important
}

.\!text-transparent\/20{
  color:rgb(0 0 0 / 0.2) !important
}

.\!text-transparent\/25{
  color:rgb(0 0 0 / 0.25) !important
}

.\!text-transparent\/30{
  color:rgb(0 0 0 / 0.3) !important
}

.\!text-transparent\/35{
  color:rgb(0 0 0 / 0.35) !important
}

.\!text-transparent\/40{
  color:rgb(0 0 0 / 0.4) !important
}

.\!text-transparent\/45{
  color:rgb(0 0 0 / 0.45) !important
}

.\!text-transparent\/5{
  color:rgb(0 0 0 / 0.05) !important
}

.\!text-transparent\/50{
  color:rgb(0 0 0 / 0.5) !important
}

.\!text-transparent\/55{
  color:rgb(0 0 0 / 0.55) !important
}

.\!text-transparent\/60{
  color:rgb(0 0 0 / 0.6) !important
}

.\!text-transparent\/65{
  color:rgb(0 0 0 / 0.65) !important
}

.\!text-transparent\/70{
  color:rgb(0 0 0 / 0.7) !important
}

.\!text-transparent\/75{
  color:rgb(0 0 0 / 0.75) !important
}

.\!text-transparent\/80{
  color:rgb(0 0 0 / 0.8) !important
}

.\!text-transparent\/85{
  color:rgb(0 0 0 / 0.85) !important
}

.\!text-transparent\/90{
  color:rgb(0 0 0 / 0.9) !important
}

.\!text-transparent\/95{
  color:rgb(0 0 0 / 0.95) !important
}

.\!text-white{
  --tw-text-opacity:1 !important;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
}

.\!text-white\/0{
  color:rgb(255 255 255 / 0) !important
}

.\!text-white\/10{
  color:rgb(255 255 255 / 0.1) !important
}

.\!text-white\/100{
  color:rgb(255 255 255 / 1) !important
}

.\!text-white\/15{
  color:rgb(255 255 255 / 0.15) !important
}

.\!text-white\/20{
  color:rgb(255 255 255 / 0.2) !important
}

.\!text-white\/25{
  color:rgb(255 255 255 / 0.25) !important
}

.\!text-white\/30{
  color:rgb(255 255 255 / 0.3) !important
}

.\!text-white\/35{
  color:rgb(255 255 255 / 0.35) !important
}

.\!text-white\/40{
  color:rgb(255 255 255 / 0.4) !important
}

.\!text-white\/45{
  color:rgb(255 255 255 / 0.45) !important
}

.\!text-white\/5{
  color:rgb(255 255 255 / 0.05) !important
}

.\!text-white\/50{
  color:rgb(255 255 255 / 0.5) !important
}

.\!text-white\/55{
  color:rgb(255 255 255 / 0.55) !important
}

.\!text-white\/60{
  color:rgb(255 255 255 / 0.6) !important
}

.\!text-white\/65{
  color:rgb(255 255 255 / 0.65) !important
}

.\!text-white\/70{
  color:rgb(255 255 255 / 0.7) !important
}

.\!text-white\/75{
  color:rgb(255 255 255 / 0.75) !important
}

.\!text-white\/80{
  color:rgb(255 255 255 / 0.8) !important
}

.\!text-white\/85{
  color:rgb(255 255 255 / 0.85) !important
}

.\!text-white\/90{
  color:rgb(255 255 255 / 0.9) !important
}

.\!text-white\/95{
  color:rgb(255 255 255 / 0.95) !important
}

.text-black{
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.text-black\/0{
  color:rgb(0 0 0 / 0)
}

.text-black\/10{
  color:rgb(0 0 0 / 0.1)
}

.text-black\/100{
  color:rgb(0 0 0 / 1)
}

.text-black\/15{
  color:rgb(0 0 0 / 0.15)
}

.text-black\/20{
  color:rgb(0 0 0 / 0.2)
}

.text-black\/25{
  color:rgb(0 0 0 / 0.25)
}

.text-black\/30{
  color:rgb(0 0 0 / 0.3)
}

.text-black\/35{
  color:rgb(0 0 0 / 0.35)
}

.text-black\/40{
  color:rgb(0 0 0 / 0.4)
}

.text-black\/45{
  color:rgb(0 0 0 / 0.45)
}

.text-black\/5{
  color:rgb(0 0 0 / 0.05)
}

.text-black\/50{
  color:rgb(0 0 0 / 0.5)
}

.text-black\/55{
  color:rgb(0 0 0 / 0.55)
}

.text-black\/60{
  color:rgb(0 0 0 / 0.6)
}

.text-black\/65{
  color:rgb(0 0 0 / 0.65)
}

.text-black\/70{
  color:rgb(0 0 0 / 0.7)
}

.text-black\/75{
  color:rgb(0 0 0 / 0.75)
}

.text-black\/80{
  color:rgb(0 0 0 / 0.8)
}

.text-black\/85{
  color:rgb(0 0 0 / 0.85)
}

.text-black\/90{
  color:rgb(0 0 0 / 0.9)
}

.text-black\/95{
  color:rgb(0 0 0 / 0.95)
}

.text-blue-500{
  --tw-text-opacity:1;
  color:rgb(59 130 246 / var(--tw-text-opacity, 1))
}

.text-blue-500\/0{
  color:rgb(59 130 246 / 0)
}

.text-blue-500\/10{
  color:rgb(59 130 246 / 0.1)
}

.text-blue-500\/100{
  color:rgb(59 130 246 / 1)
}

.text-blue-500\/15{
  color:rgb(59 130 246 / 0.15)
}

.text-blue-500\/20{
  color:rgb(59 130 246 / 0.2)
}

.text-blue-500\/25{
  color:rgb(59 130 246 / 0.25)
}

.text-blue-500\/30{
  color:rgb(59 130 246 / 0.3)
}

.text-blue-500\/35{
  color:rgb(59 130 246 / 0.35)
}

.text-blue-500\/40{
  color:rgb(59 130 246 / 0.4)
}

.text-blue-500\/45{
  color:rgb(59 130 246 / 0.45)
}

.text-blue-500\/5{
  color:rgb(59 130 246 / 0.05)
}

.text-blue-500\/50{
  color:rgb(59 130 246 / 0.5)
}

.text-blue-500\/55{
  color:rgb(59 130 246 / 0.55)
}

.text-blue-500\/60{
  color:rgb(59 130 246 / 0.6)
}

.text-blue-500\/65{
  color:rgb(59 130 246 / 0.65)
}

.text-blue-500\/70{
  color:rgb(59 130 246 / 0.7)
}

.text-blue-500\/75{
  color:rgb(59 130 246 / 0.75)
}

.text-blue-500\/80{
  color:rgb(59 130 246 / 0.8)
}

.text-blue-500\/85{
  color:rgb(59 130 246 / 0.85)
}

.text-blue-500\/90{
  color:rgb(59 130 246 / 0.9)
}

.text-blue-500\/95{
  color:rgb(59 130 246 / 0.95)
}

.text-blue-600{
  --tw-text-opacity:1;
  color:rgb(37 99 235 / var(--tw-text-opacity, 1))
}

.text-blue-600\/0{
  color:rgb(37 99 235 / 0)
}

.text-blue-600\/10{
  color:rgb(37 99 235 / 0.1)
}

.text-blue-600\/100{
  color:rgb(37 99 235 / 1)
}

.text-blue-600\/15{
  color:rgb(37 99 235 / 0.15)
}

.text-blue-600\/20{
  color:rgb(37 99 235 / 0.2)
}

.text-blue-600\/25{
  color:rgb(37 99 235 / 0.25)
}

.text-blue-600\/30{
  color:rgb(37 99 235 / 0.3)
}

.text-blue-600\/35{
  color:rgb(37 99 235 / 0.35)
}

.text-blue-600\/40{
  color:rgb(37 99 235 / 0.4)
}

.text-blue-600\/45{
  color:rgb(37 99 235 / 0.45)
}

.text-blue-600\/5{
  color:rgb(37 99 235 / 0.05)
}

.text-blue-600\/50{
  color:rgb(37 99 235 / 0.5)
}

.text-blue-600\/55{
  color:rgb(37 99 235 / 0.55)
}

.text-blue-600\/60{
  color:rgb(37 99 235 / 0.6)
}

.text-blue-600\/65{
  color:rgb(37 99 235 / 0.65)
}

.text-blue-600\/70{
  color:rgb(37 99 235 / 0.7)
}

.text-blue-600\/75{
  color:rgb(37 99 235 / 0.75)
}

.text-blue-600\/80{
  color:rgb(37 99 235 / 0.8)
}

.text-blue-600\/85{
  color:rgb(37 99 235 / 0.85)
}

.text-blue-600\/90{
  color:rgb(37 99 235 / 0.9)
}

.text-blue-600\/95{
  color:rgb(37 99 235 / 0.95)
}

.text-blue-700{
  --tw-text-opacity:1;
  color:rgb(29 78 216 / var(--tw-text-opacity, 1))
}

.text-blue-700\/0{
  color:rgb(29 78 216 / 0)
}

.text-blue-700\/10{
  color:rgb(29 78 216 / 0.1)
}

.text-blue-700\/100{
  color:rgb(29 78 216 / 1)
}

.text-blue-700\/15{
  color:rgb(29 78 216 / 0.15)
}

.text-blue-700\/20{
  color:rgb(29 78 216 / 0.2)
}

.text-blue-700\/25{
  color:rgb(29 78 216 / 0.25)
}

.text-blue-700\/30{
  color:rgb(29 78 216 / 0.3)
}

.text-blue-700\/35{
  color:rgb(29 78 216 / 0.35)
}

.text-blue-700\/40{
  color:rgb(29 78 216 / 0.4)
}

.text-blue-700\/45{
  color:rgb(29 78 216 / 0.45)
}

.text-blue-700\/5{
  color:rgb(29 78 216 / 0.05)
}

.text-blue-700\/50{
  color:rgb(29 78 216 / 0.5)
}

.text-blue-700\/55{
  color:rgb(29 78 216 / 0.55)
}

.text-blue-700\/60{
  color:rgb(29 78 216 / 0.6)
}

.text-blue-700\/65{
  color:rgb(29 78 216 / 0.65)
}

.text-blue-700\/70{
  color:rgb(29 78 216 / 0.7)
}

.text-blue-700\/75{
  color:rgb(29 78 216 / 0.75)
}

.text-blue-700\/80{
  color:rgb(29 78 216 / 0.8)
}

.text-blue-700\/85{
  color:rgb(29 78 216 / 0.85)
}

.text-blue-700\/90{
  color:rgb(29 78 216 / 0.9)
}

.text-blue-700\/95{
  color:rgb(29 78 216 / 0.95)
}

.text-current{
  color:currentColor
}

.text-gray-100{
  --tw-text-opacity:1;
  color:rgb(243 244 246 / var(--tw-text-opacity, 1))
}

.text-gray-100\/0{
  color:rgb(243 244 246 / 0)
}

.text-gray-100\/10{
  color:rgb(243 244 246 / 0.1)
}

.text-gray-100\/100{
  color:rgb(243 244 246 / 1)
}

.text-gray-100\/15{
  color:rgb(243 244 246 / 0.15)
}

.text-gray-100\/20{
  color:rgb(243 244 246 / 0.2)
}

.text-gray-100\/25{
  color:rgb(243 244 246 / 0.25)
}

.text-gray-100\/30{
  color:rgb(243 244 246 / 0.3)
}

.text-gray-100\/35{
  color:rgb(243 244 246 / 0.35)
}

.text-gray-100\/40{
  color:rgb(243 244 246 / 0.4)
}

.text-gray-100\/45{
  color:rgb(243 244 246 / 0.45)
}

.text-gray-100\/5{
  color:rgb(243 244 246 / 0.05)
}

.text-gray-100\/50{
  color:rgb(243 244 246 / 0.5)
}

.text-gray-100\/55{
  color:rgb(243 244 246 / 0.55)
}

.text-gray-100\/60{
  color:rgb(243 244 246 / 0.6)
}

.text-gray-100\/65{
  color:rgb(243 244 246 / 0.65)
}

.text-gray-100\/70{
  color:rgb(243 244 246 / 0.7)
}

.text-gray-100\/75{
  color:rgb(243 244 246 / 0.75)
}

.text-gray-100\/80{
  color:rgb(243 244 246 / 0.8)
}

.text-gray-100\/85{
  color:rgb(243 244 246 / 0.85)
}

.text-gray-100\/90{
  color:rgb(243 244 246 / 0.9)
}

.text-gray-100\/95{
  color:rgb(243 244 246 / 0.95)
}

.text-gray-200{
  --tw-text-opacity:1;
  color:rgb(229 231 235 / var(--tw-text-opacity, 1))
}

.text-gray-200\/0{
  color:rgb(229 231 235 / 0)
}

.text-gray-200\/10{
  color:rgb(229 231 235 / 0.1)
}

.text-gray-200\/100{
  color:rgb(229 231 235 / 1)
}

.text-gray-200\/15{
  color:rgb(229 231 235 / 0.15)
}

.text-gray-200\/20{
  color:rgb(229 231 235 / 0.2)
}

.text-gray-200\/25{
  color:rgb(229 231 235 / 0.25)
}

.text-gray-200\/30{
  color:rgb(229 231 235 / 0.3)
}

.text-gray-200\/35{
  color:rgb(229 231 235 / 0.35)
}

.text-gray-200\/40{
  color:rgb(229 231 235 / 0.4)
}

.text-gray-200\/45{
  color:rgb(229 231 235 / 0.45)
}

.text-gray-200\/5{
  color:rgb(229 231 235 / 0.05)
}

.text-gray-200\/50{
  color:rgb(229 231 235 / 0.5)
}

.text-gray-200\/55{
  color:rgb(229 231 235 / 0.55)
}

.text-gray-200\/60{
  color:rgb(229 231 235 / 0.6)
}

.text-gray-200\/65{
  color:rgb(229 231 235 / 0.65)
}

.text-gray-200\/70{
  color:rgb(229 231 235 / 0.7)
}

.text-gray-200\/75{
  color:rgb(229 231 235 / 0.75)
}

.text-gray-200\/80{
  color:rgb(229 231 235 / 0.8)
}

.text-gray-200\/85{
  color:rgb(229 231 235 / 0.85)
}

.text-gray-200\/90{
  color:rgb(229 231 235 / 0.9)
}

.text-gray-200\/95{
  color:rgb(229 231 235 / 0.95)
}

.text-gray-300{
  --tw-text-opacity:1;
  color:rgb(209 213 219 / var(--tw-text-opacity, 1))
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.text-gray-50{
  --tw-text-opacity:1;
  color:rgb(249 250 251 / var(--tw-text-opacity, 1))
}

.text-gray-50\/0{
  color:rgb(249 250 251 / 0)
}

.text-gray-50\/10{
  color:rgb(249 250 251 / 0.1)
}

.text-gray-50\/100{
  color:rgb(249 250 251 / 1)
}

.text-gray-50\/15{
  color:rgb(249 250 251 / 0.15)
}

.text-gray-50\/20{
  color:rgb(249 250 251 / 0.2)
}

.text-gray-50\/25{
  color:rgb(249 250 251 / 0.25)
}

.text-gray-50\/30{
  color:rgb(249 250 251 / 0.3)
}

.text-gray-50\/35{
  color:rgb(249 250 251 / 0.35)
}

.text-gray-50\/40{
  color:rgb(249 250 251 / 0.4)
}

.text-gray-50\/45{
  color:rgb(249 250 251 / 0.45)
}

.text-gray-50\/5{
  color:rgb(249 250 251 / 0.05)
}

.text-gray-50\/50{
  color:rgb(249 250 251 / 0.5)
}

.text-gray-50\/55{
  color:rgb(249 250 251 / 0.55)
}

.text-gray-50\/60{
  color:rgb(249 250 251 / 0.6)
}

.text-gray-50\/65{
  color:rgb(249 250 251 / 0.65)
}

.text-gray-50\/70{
  color:rgb(249 250 251 / 0.7)
}

.text-gray-50\/75{
  color:rgb(249 250 251 / 0.75)
}

.text-gray-50\/80{
  color:rgb(249 250 251 / 0.8)
}

.text-gray-50\/85{
  color:rgb(249 250 251 / 0.85)
}

.text-gray-50\/90{
  color:rgb(249 250 251 / 0.9)
}

.text-gray-50\/95{
  color:rgb(249 250 251 / 0.95)
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-500\/0{
  color:rgb(107 114 128 / 0)
}

.text-gray-500\/10{
  color:rgb(107 114 128 / 0.1)
}

.text-gray-500\/100{
  color:rgb(107 114 128 / 1)
}

.text-gray-500\/15{
  color:rgb(107 114 128 / 0.15)
}

.text-gray-500\/20{
  color:rgb(107 114 128 / 0.2)
}

.text-gray-500\/25{
  color:rgb(107 114 128 / 0.25)
}

.text-gray-500\/30{
  color:rgb(107 114 128 / 0.3)
}

.text-gray-500\/35{
  color:rgb(107 114 128 / 0.35)
}

.text-gray-500\/40{
  color:rgb(107 114 128 / 0.4)
}

.text-gray-500\/45{
  color:rgb(107 114 128 / 0.45)
}

.text-gray-500\/5{
  color:rgb(107 114 128 / 0.05)
}

.text-gray-500\/50{
  color:rgb(107 114 128 / 0.5)
}

.text-gray-500\/55{
  color:rgb(107 114 128 / 0.55)
}

.text-gray-500\/60{
  color:rgb(107 114 128 / 0.6)
}

.text-gray-500\/65{
  color:rgb(107 114 128 / 0.65)
}

.text-gray-500\/70{
  color:rgb(107 114 128 / 0.7)
}

.text-gray-500\/75{
  color:rgb(107 114 128 / 0.75)
}

.text-gray-500\/80{
  color:rgb(107 114 128 / 0.8)
}

.text-gray-500\/85{
  color:rgb(107 114 128 / 0.85)
}

.text-gray-500\/90{
  color:rgb(107 114 128 / 0.9)
}

.text-gray-500\/95{
  color:rgb(107 114 128 / 0.95)
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgb(34 197 94 / var(--tw-text-opacity, 1))
}

.text-green-500\/0{
  color:rgb(34 197 94 / 0)
}

.text-green-500\/10{
  color:rgb(34 197 94 / 0.1)
}

.text-green-500\/100{
  color:rgb(34 197 94 / 1)
}

.text-green-500\/15{
  color:rgb(34 197 94 / 0.15)
}

.text-green-500\/20{
  color:rgb(34 197 94 / 0.2)
}

.text-green-500\/25{
  color:rgb(34 197 94 / 0.25)
}

.text-green-500\/30{
  color:rgb(34 197 94 / 0.3)
}

.text-green-500\/35{
  color:rgb(34 197 94 / 0.35)
}

.text-green-500\/40{
  color:rgb(34 197 94 / 0.4)
}

.text-green-500\/45{
  color:rgb(34 197 94 / 0.45)
}

.text-green-500\/5{
  color:rgb(34 197 94 / 0.05)
}

.text-green-500\/50{
  color:rgb(34 197 94 / 0.5)
}

.text-green-500\/55{
  color:rgb(34 197 94 / 0.55)
}

.text-green-500\/60{
  color:rgb(34 197 94 / 0.6)
}

.text-green-500\/65{
  color:rgb(34 197 94 / 0.65)
}

.text-green-500\/70{
  color:rgb(34 197 94 / 0.7)
}

.text-green-500\/75{
  color:rgb(34 197 94 / 0.75)
}

.text-green-500\/80{
  color:rgb(34 197 94 / 0.8)
}

.text-green-500\/85{
  color:rgb(34 197 94 / 0.85)
}

.text-green-500\/90{
  color:rgb(34 197 94 / 0.9)
}

.text-green-500\/95{
  color:rgb(34 197 94 / 0.95)
}

.text-green-600{
  --tw-text-opacity:1;
  color:rgb(22 163 74 / var(--tw-text-opacity, 1))
}

.text-green-600\/0{
  color:rgb(22 163 74 / 0)
}

.text-green-600\/10{
  color:rgb(22 163 74 / 0.1)
}

.text-green-600\/100{
  color:rgb(22 163 74 / 1)
}

.text-green-600\/15{
  color:rgb(22 163 74 / 0.15)
}

.text-green-600\/20{
  color:rgb(22 163 74 / 0.2)
}

.text-green-600\/25{
  color:rgb(22 163 74 / 0.25)
}

.text-green-600\/30{
  color:rgb(22 163 74 / 0.3)
}

.text-green-600\/35{
  color:rgb(22 163 74 / 0.35)
}

.text-green-600\/40{
  color:rgb(22 163 74 / 0.4)
}

.text-green-600\/45{
  color:rgb(22 163 74 / 0.45)
}

.text-green-600\/5{
  color:rgb(22 163 74 / 0.05)
}

.text-green-600\/50{
  color:rgb(22 163 74 / 0.5)
}

.text-green-600\/55{
  color:rgb(22 163 74 / 0.55)
}

.text-green-600\/60{
  color:rgb(22 163 74 / 0.6)
}

.text-green-600\/65{
  color:rgb(22 163 74 / 0.65)
}

.text-green-600\/70{
  color:rgb(22 163 74 / 0.7)
}

.text-green-600\/75{
  color:rgb(22 163 74 / 0.75)
}

.text-green-600\/80{
  color:rgb(22 163 74 / 0.8)
}

.text-green-600\/85{
  color:rgb(22 163 74 / 0.85)
}

.text-green-600\/90{
  color:rgb(22 163 74 / 0.9)
}

.text-green-600\/95{
  color:rgb(22 163 74 / 0.95)
}

.text-green-700{
  --tw-text-opacity:1;
  color:rgb(21 128 61 / var(--tw-text-opacity, 1))
}

.text-green-700\/0{
  color:rgb(21 128 61 / 0)
}

.text-green-700\/10{
  color:rgb(21 128 61 / 0.1)
}

.text-green-700\/100{
  color:rgb(21 128 61 / 1)
}

.text-green-700\/15{
  color:rgb(21 128 61 / 0.15)
}

.text-green-700\/20{
  color:rgb(21 128 61 / 0.2)
}

.text-green-700\/25{
  color:rgb(21 128 61 / 0.25)
}

.text-green-700\/30{
  color:rgb(21 128 61 / 0.3)
}

.text-green-700\/35{
  color:rgb(21 128 61 / 0.35)
}

.text-green-700\/40{
  color:rgb(21 128 61 / 0.4)
}

.text-green-700\/45{
  color:rgb(21 128 61 / 0.45)
}

.text-green-700\/5{
  color:rgb(21 128 61 / 0.05)
}

.text-green-700\/50{
  color:rgb(21 128 61 / 0.5)
}

.text-green-700\/55{
  color:rgb(21 128 61 / 0.55)
}

.text-green-700\/60{
  color:rgb(21 128 61 / 0.6)
}

.text-green-700\/65{
  color:rgb(21 128 61 / 0.65)
}

.text-green-700\/70{
  color:rgb(21 128 61 / 0.7)
}

.text-green-700\/75{
  color:rgb(21 128 61 / 0.75)
}

.text-green-700\/80{
  color:rgb(21 128 61 / 0.8)
}

.text-green-700\/85{
  color:rgb(21 128 61 / 0.85)
}

.text-green-700\/90{
  color:rgb(21 128 61 / 0.9)
}

.text-green-700\/95{
  color:rgb(21 128 61 / 0.95)
}

.text-inherit{
  color:inherit
}

.text-orange-600{
  --tw-text-opacity:1;
  color:rgb(234 88 12 / var(--tw-text-opacity, 1))
}

.text-primary{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.text-primary-dark{
  --tw-text-opacity:1;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1))
}

.text-primary-dark\/0{
  color:rgb(0 61 122 / 0)
}

.text-primary-dark\/10{
  color:rgb(0 61 122 / 0.1)
}

.text-primary-dark\/100{
  color:rgb(0 61 122 / 1)
}

.text-primary-dark\/15{
  color:rgb(0 61 122 / 0.15)
}

.text-primary-dark\/20{
  color:rgb(0 61 122 / 0.2)
}

.text-primary-dark\/25{
  color:rgb(0 61 122 / 0.25)
}

.text-primary-dark\/30{
  color:rgb(0 61 122 / 0.3)
}

.text-primary-dark\/35{
  color:rgb(0 61 122 / 0.35)
}

.text-primary-dark\/40{
  color:rgb(0 61 122 / 0.4)
}

.text-primary-dark\/45{
  color:rgb(0 61 122 / 0.45)
}

.text-primary-dark\/5{
  color:rgb(0 61 122 / 0.05)
}

.text-primary-dark\/50{
  color:rgb(0 61 122 / 0.5)
}

.text-primary-dark\/55{
  color:rgb(0 61 122 / 0.55)
}

.text-primary-dark\/60{
  color:rgb(0 61 122 / 0.6)
}

.text-primary-dark\/65{
  color:rgb(0 61 122 / 0.65)
}

.text-primary-dark\/70{
  color:rgb(0 61 122 / 0.7)
}

.text-primary-dark\/75{
  color:rgb(0 61 122 / 0.75)
}

.text-primary-dark\/80{
  color:rgb(0 61 122 / 0.8)
}

.text-primary-dark\/85{
  color:rgb(0 61 122 / 0.85)
}

.text-primary-dark\/90{
  color:rgb(0 61 122 / 0.9)
}

.text-primary-dark\/95{
  color:rgb(0 61 122 / 0.95)
}

.text-primary-light{
  --tw-text-opacity:1;
  color:rgb(51 136 212 / var(--tw-text-opacity, 1))
}

.text-primary-light\/0{
  color:rgb(51 136 212 / 0)
}

.text-primary-light\/10{
  color:rgb(51 136 212 / 0.1)
}

.text-primary-light\/100{
  color:rgb(51 136 212 / 1)
}

.text-primary-light\/15{
  color:rgb(51 136 212 / 0.15)
}

.text-primary-light\/20{
  color:rgb(51 136 212 / 0.2)
}

.text-primary-light\/25{
  color:rgb(51 136 212 / 0.25)
}

.text-primary-light\/30{
  color:rgb(51 136 212 / 0.3)
}

.text-primary-light\/35{
  color:rgb(51 136 212 / 0.35)
}

.text-primary-light\/40{
  color:rgb(51 136 212 / 0.4)
}

.text-primary-light\/45{
  color:rgb(51 136 212 / 0.45)
}

.text-primary-light\/5{
  color:rgb(51 136 212 / 0.05)
}

.text-primary-light\/50{
  color:rgb(51 136 212 / 0.5)
}

.text-primary-light\/55{
  color:rgb(51 136 212 / 0.55)
}

.text-primary-light\/60{
  color:rgb(51 136 212 / 0.6)
}

.text-primary-light\/65{
  color:rgb(51 136 212 / 0.65)
}

.text-primary-light\/70{
  color:rgb(51 136 212 / 0.7)
}

.text-primary-light\/75{
  color:rgb(51 136 212 / 0.75)
}

.text-primary-light\/80{
  color:rgb(51 136 212 / 0.8)
}

.text-primary-light\/85{
  color:rgb(51 136 212 / 0.85)
}

.text-primary-light\/90{
  color:rgb(51 136 212 / 0.9)
}

.text-primary-light\/95{
  color:rgb(51 136 212 / 0.95)
}

.text-primary\/0{
  color:rgb(0 95 190 / 0)
}

.text-primary\/10{
  color:rgb(0 95 190 / 0.1)
}

.text-primary\/100{
  color:rgb(0 95 190 / 1)
}

.text-primary\/15{
  color:rgb(0 95 190 / 0.15)
}

.text-primary\/20{
  color:rgb(0 95 190 / 0.2)
}

.text-primary\/25{
  color:rgb(0 95 190 / 0.25)
}

.text-primary\/30{
  color:rgb(0 95 190 / 0.3)
}

.text-primary\/35{
  color:rgb(0 95 190 / 0.35)
}

.text-primary\/40{
  color:rgb(0 95 190 / 0.4)
}

.text-primary\/45{
  color:rgb(0 95 190 / 0.45)
}

.text-primary\/5{
  color:rgb(0 95 190 / 0.05)
}

.text-primary\/50{
  color:rgb(0 95 190 / 0.5)
}

.text-primary\/55{
  color:rgb(0 95 190 / 0.55)
}

.text-primary\/60{
  color:rgb(0 95 190 / 0.6)
}

.text-primary\/65{
  color:rgb(0 95 190 / 0.65)
}

.text-primary\/70{
  color:rgb(0 95 190 / 0.7)
}

.text-primary\/75{
  color:rgb(0 95 190 / 0.75)
}

.text-primary\/80{
  color:rgb(0 95 190 / 0.8)
}

.text-primary\/85{
  color:rgb(0 95 190 / 0.85)
}

.text-primary\/90{
  color:rgb(0 95 190 / 0.9)
}

.text-primary\/95{
  color:rgb(0 95 190 / 0.95)
}

.text-purple-500{
  --tw-text-opacity:1;
  color:rgb(168 85 247 / var(--tw-text-opacity, 1))
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity, 1))
}

.text-red-500\/0{
  color:rgb(239 68 68 / 0)
}

.text-red-500\/10{
  color:rgb(239 68 68 / 0.1)
}

.text-red-500\/100{
  color:rgb(239 68 68 / 1)
}

.text-red-500\/15{
  color:rgb(239 68 68 / 0.15)
}

.text-red-500\/20{
  color:rgb(239 68 68 / 0.2)
}

.text-red-500\/25{
  color:rgb(239 68 68 / 0.25)
}

.text-red-500\/30{
  color:rgb(239 68 68 / 0.3)
}

.text-red-500\/35{
  color:rgb(239 68 68 / 0.35)
}

.text-red-500\/40{
  color:rgb(239 68 68 / 0.4)
}

.text-red-500\/45{
  color:rgb(239 68 68 / 0.45)
}

.text-red-500\/5{
  color:rgb(239 68 68 / 0.05)
}

.text-red-500\/50{
  color:rgb(239 68 68 / 0.5)
}

.text-red-500\/55{
  color:rgb(239 68 68 / 0.55)
}

.text-red-500\/60{
  color:rgb(239 68 68 / 0.6)
}

.text-red-500\/65{
  color:rgb(239 68 68 / 0.65)
}

.text-red-500\/70{
  color:rgb(239 68 68 / 0.7)
}

.text-red-500\/75{
  color:rgb(239 68 68 / 0.75)
}

.text-red-500\/80{
  color:rgb(239 68 68 / 0.8)
}

.text-red-500\/85{
  color:rgb(239 68 68 / 0.85)
}

.text-red-500\/90{
  color:rgb(239 68 68 / 0.9)
}

.text-red-500\/95{
  color:rgb(239 68 68 / 0.95)
}

.text-red-600{
  --tw-text-opacity:1;
  color:rgb(220 38 38 / var(--tw-text-opacity, 1))
}

.text-red-600\/0{
  color:rgb(220 38 38 / 0)
}

.text-red-600\/10{
  color:rgb(220 38 38 / 0.1)
}

.text-red-600\/100{
  color:rgb(220 38 38 / 1)
}

.text-red-600\/15{
  color:rgb(220 38 38 / 0.15)
}

.text-red-600\/20{
  color:rgb(220 38 38 / 0.2)
}

.text-red-600\/25{
  color:rgb(220 38 38 / 0.25)
}

.text-red-600\/30{
  color:rgb(220 38 38 / 0.3)
}

.text-red-600\/35{
  color:rgb(220 38 38 / 0.35)
}

.text-red-600\/40{
  color:rgb(220 38 38 / 0.4)
}

.text-red-600\/45{
  color:rgb(220 38 38 / 0.45)
}

.text-red-600\/5{
  color:rgb(220 38 38 / 0.05)
}

.text-red-600\/50{
  color:rgb(220 38 38 / 0.5)
}

.text-red-600\/55{
  color:rgb(220 38 38 / 0.55)
}

.text-red-600\/60{
  color:rgb(220 38 38 / 0.6)
}

.text-red-600\/65{
  color:rgb(220 38 38 / 0.65)
}

.text-red-600\/70{
  color:rgb(220 38 38 / 0.7)
}

.text-red-600\/75{
  color:rgb(220 38 38 / 0.75)
}

.text-red-600\/80{
  color:rgb(220 38 38 / 0.8)
}

.text-red-600\/85{
  color:rgb(220 38 38 / 0.85)
}

.text-red-600\/90{
  color:rgb(220 38 38 / 0.9)
}

.text-red-600\/95{
  color:rgb(220 38 38 / 0.95)
}

.text-red-700{
  --tw-text-opacity:1;
  color:rgb(185 28 28 / var(--tw-text-opacity, 1))
}

.text-red-700\/0{
  color:rgb(185 28 28 / 0)
}

.text-red-700\/10{
  color:rgb(185 28 28 / 0.1)
}

.text-red-700\/100{
  color:rgb(185 28 28 / 1)
}

.text-red-700\/15{
  color:rgb(185 28 28 / 0.15)
}

.text-red-700\/20{
  color:rgb(185 28 28 / 0.2)
}

.text-red-700\/25{
  color:rgb(185 28 28 / 0.25)
}

.text-red-700\/30{
  color:rgb(185 28 28 / 0.3)
}

.text-red-700\/35{
  color:rgb(185 28 28 / 0.35)
}

.text-red-700\/40{
  color:rgb(185 28 28 / 0.4)
}

.text-red-700\/45{
  color:rgb(185 28 28 / 0.45)
}

.text-red-700\/5{
  color:rgb(185 28 28 / 0.05)
}

.text-red-700\/50{
  color:rgb(185 28 28 / 0.5)
}

.text-red-700\/55{
  color:rgb(185 28 28 / 0.55)
}

.text-red-700\/60{
  color:rgb(185 28 28 / 0.6)
}

.text-red-700\/65{
  color:rgb(185 28 28 / 0.65)
}

.text-red-700\/70{
  color:rgb(185 28 28 / 0.7)
}

.text-red-700\/75{
  color:rgb(185 28 28 / 0.75)
}

.text-red-700\/80{
  color:rgb(185 28 28 / 0.8)
}

.text-red-700\/85{
  color:rgb(185 28 28 / 0.85)
}

.text-red-700\/90{
  color:rgb(185 28 28 / 0.9)
}

.text-red-700\/95{
  color:rgb(185 28 28 / 0.95)
}

.text-secondary{
  --tw-text-opacity:1;
  color:rgb(205 139 132 / var(--tw-text-opacity, 1))
}

.text-secondary-dark{
  --tw-text-opacity:1;
  color:rgb(160 101 94 / var(--tw-text-opacity, 1))
}

.text-secondary-dark\/0{
  color:rgb(160 101 94 / 0)
}

.text-secondary-dark\/10{
  color:rgb(160 101 94 / 0.1)
}

.text-secondary-dark\/100{
  color:rgb(160 101 94 / 1)
}

.text-secondary-dark\/15{
  color:rgb(160 101 94 / 0.15)
}

.text-secondary-dark\/20{
  color:rgb(160 101 94 / 0.2)
}

.text-secondary-dark\/25{
  color:rgb(160 101 94 / 0.25)
}

.text-secondary-dark\/30{
  color:rgb(160 101 94 / 0.3)
}

.text-secondary-dark\/35{
  color:rgb(160 101 94 / 0.35)
}

.text-secondary-dark\/40{
  color:rgb(160 101 94 / 0.4)
}

.text-secondary-dark\/45{
  color:rgb(160 101 94 / 0.45)
}

.text-secondary-dark\/5{
  color:rgb(160 101 94 / 0.05)
}

.text-secondary-dark\/50{
  color:rgb(160 101 94 / 0.5)
}

.text-secondary-dark\/55{
  color:rgb(160 101 94 / 0.55)
}

.text-secondary-dark\/60{
  color:rgb(160 101 94 / 0.6)
}

.text-secondary-dark\/65{
  color:rgb(160 101 94 / 0.65)
}

.text-secondary-dark\/70{
  color:rgb(160 101 94 / 0.7)
}

.text-secondary-dark\/75{
  color:rgb(160 101 94 / 0.75)
}

.text-secondary-dark\/80{
  color:rgb(160 101 94 / 0.8)
}

.text-secondary-dark\/85{
  color:rgb(160 101 94 / 0.85)
}

.text-secondary-dark\/90{
  color:rgb(160 101 94 / 0.9)
}

.text-secondary-dark\/95{
  color:rgb(160 101 94 / 0.95)
}

.text-secondary-light{
  --tw-text-opacity:1;
  color:rgb(224 180 176 / var(--tw-text-opacity, 1))
}

.text-secondary-light\/0{
  color:rgb(224 180 176 / 0)
}

.text-secondary-light\/10{
  color:rgb(224 180 176 / 0.1)
}

.text-secondary-light\/100{
  color:rgb(224 180 176 / 1)
}

.text-secondary-light\/15{
  color:rgb(224 180 176 / 0.15)
}

.text-secondary-light\/20{
  color:rgb(224 180 176 / 0.2)
}

.text-secondary-light\/25{
  color:rgb(224 180 176 / 0.25)
}

.text-secondary-light\/30{
  color:rgb(224 180 176 / 0.3)
}

.text-secondary-light\/35{
  color:rgb(224 180 176 / 0.35)
}

.text-secondary-light\/40{
  color:rgb(224 180 176 / 0.4)
}

.text-secondary-light\/45{
  color:rgb(224 180 176 / 0.45)
}

.text-secondary-light\/5{
  color:rgb(224 180 176 / 0.05)
}

.text-secondary-light\/50{
  color:rgb(224 180 176 / 0.5)
}

.text-secondary-light\/55{
  color:rgb(224 180 176 / 0.55)
}

.text-secondary-light\/60{
  color:rgb(224 180 176 / 0.6)
}

.text-secondary-light\/65{
  color:rgb(224 180 176 / 0.65)
}

.text-secondary-light\/70{
  color:rgb(224 180 176 / 0.7)
}

.text-secondary-light\/75{
  color:rgb(224 180 176 / 0.75)
}

.text-secondary-light\/80{
  color:rgb(224 180 176 / 0.8)
}

.text-secondary-light\/85{
  color:rgb(224 180 176 / 0.85)
}

.text-secondary-light\/90{
  color:rgb(224 180 176 / 0.9)
}

.text-secondary-light\/95{
  color:rgb(224 180 176 / 0.95)
}

.text-secondary\/0{
  color:rgb(205 139 132 / 0)
}

.text-secondary\/10{
  color:rgb(205 139 132 / 0.1)
}

.text-secondary\/100{
  color:rgb(205 139 132 / 1)
}

.text-secondary\/15{
  color:rgb(205 139 132 / 0.15)
}

.text-secondary\/20{
  color:rgb(205 139 132 / 0.2)
}

.text-secondary\/25{
  color:rgb(205 139 132 / 0.25)
}

.text-secondary\/30{
  color:rgb(205 139 132 / 0.3)
}

.text-secondary\/35{
  color:rgb(205 139 132 / 0.35)
}

.text-secondary\/40{
  color:rgb(205 139 132 / 0.4)
}

.text-secondary\/45{
  color:rgb(205 139 132 / 0.45)
}

.text-secondary\/5{
  color:rgb(205 139 132 / 0.05)
}

.text-secondary\/50{
  color:rgb(205 139 132 / 0.5)
}

.text-secondary\/55{
  color:rgb(205 139 132 / 0.55)
}

.text-secondary\/60{
  color:rgb(205 139 132 / 0.6)
}

.text-secondary\/65{
  color:rgb(205 139 132 / 0.65)
}

.text-secondary\/70{
  color:rgb(205 139 132 / 0.7)
}

.text-secondary\/75{
  color:rgb(205 139 132 / 0.75)
}

.text-secondary\/80{
  color:rgb(205 139 132 / 0.8)
}

.text-secondary\/85{
  color:rgb(205 139 132 / 0.85)
}

.text-secondary\/90{
  color:rgb(205 139 132 / 0.9)
}

.text-secondary\/95{
  color:rgb(205 139 132 / 0.95)
}

.text-teal-600{
  --tw-text-opacity:1;
  color:rgb(13 148 136 / var(--tw-text-opacity, 1))
}

.text-transparent{
  color:transparent
}

.text-transparent\/0{
  color:rgb(0 0 0 / 0)
}

.text-transparent\/10{
  color:rgb(0 0 0 / 0.1)
}

.text-transparent\/100{
  color:rgb(0 0 0 / 1)
}

.text-transparent\/15{
  color:rgb(0 0 0 / 0.15)
}

.text-transparent\/20{
  color:rgb(0 0 0 / 0.2)
}

.text-transparent\/25{
  color:rgb(0 0 0 / 0.25)
}

.text-transparent\/30{
  color:rgb(0 0 0 / 0.3)
}

.text-transparent\/35{
  color:rgb(0 0 0 / 0.35)
}

.text-transparent\/40{
  color:rgb(0 0 0 / 0.4)
}

.text-transparent\/45{
  color:rgb(0 0 0 / 0.45)
}

.text-transparent\/5{
  color:rgb(0 0 0 / 0.05)
}

.text-transparent\/50{
  color:rgb(0 0 0 / 0.5)
}

.text-transparent\/55{
  color:rgb(0 0 0 / 0.55)
}

.text-transparent\/60{
  color:rgb(0 0 0 / 0.6)
}

.text-transparent\/65{
  color:rgb(0 0 0 / 0.65)
}

.text-transparent\/70{
  color:rgb(0 0 0 / 0.7)
}

.text-transparent\/75{
  color:rgb(0 0 0 / 0.75)
}

.text-transparent\/80{
  color:rgb(0 0 0 / 0.8)
}

.text-transparent\/85{
  color:rgb(0 0 0 / 0.85)
}

.text-transparent\/90{
  color:rgb(0 0 0 / 0.9)
}

.text-transparent\/95{
  color:rgb(0 0 0 / 0.95)
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-white\/0{
  color:rgb(255 255 255 / 0)
}

.text-white\/10{
  color:rgb(255 255 255 / 0.1)
}

.text-white\/100{
  color:rgb(255 255 255 / 1)
}

.text-white\/15{
  color:rgb(255 255 255 / 0.15)
}

.text-white\/20{
  color:rgb(255 255 255 / 0.2)
}

.text-white\/25{
  color:rgb(255 255 255 / 0.25)
}

.text-white\/30{
  color:rgb(255 255 255 / 0.3)
}

.text-white\/35{
  color:rgb(255 255 255 / 0.35)
}

.text-white\/40{
  color:rgb(255 255 255 / 0.4)
}

.text-white\/45{
  color:rgb(255 255 255 / 0.45)
}

.text-white\/5{
  color:rgb(255 255 255 / 0.05)
}

.text-white\/50{
  color:rgb(255 255 255 / 0.5)
}

.text-white\/55{
  color:rgb(255 255 255 / 0.55)
}

.text-white\/60{
  color:rgb(255 255 255 / 0.6)
}

.text-white\/65{
  color:rgb(255 255 255 / 0.65)
}

.text-white\/70{
  color:rgb(255 255 255 / 0.7)
}

.text-white\/75{
  color:rgb(255 255 255 / 0.75)
}

.text-white\/80{
  color:rgb(255 255 255 / 0.8)
}

.text-white\/85{
  color:rgb(255 255 255 / 0.85)
}

.text-white\/90{
  color:rgb(255 255 255 / 0.9)
}

.text-white\/95{
  color:rgb(255 255 255 / 0.95)
}

.text-yellow-600{
  --tw-text-opacity:1;
  color:rgb(202 138 4 / var(--tw-text-opacity, 1))
}

.underline{
  text-decoration-line:underline
}

.line-through{
  text-decoration-line:line-through
}

.no-underline{
  text-decoration-line:none
}

.underline-offset-2{
  text-underline-offset:2px
}

.opacity-0{
  opacity:0
}

.opacity-10{
  opacity:0.1
}

.opacity-100{
  opacity:1
}

.opacity-20{
  opacity:0.2
}

.opacity-25{
  opacity:0.25
}

.opacity-30{
  opacity:0.3
}

.opacity-40{
  opacity:0.4
}

.opacity-5{
  opacity:0.05
}

.opacity-50{
  opacity:0.5
}

.opacity-60{
  opacity:0.6
}

.opacity-70{
  opacity:0.7
}

.opacity-75{
  opacity:0.75
}

.opacity-80{
  opacity:0.8
}

.opacity-90{
  opacity:0.9
}

.opacity-95{
  opacity:0.95
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl{
  --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-inner{
  --tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-none{
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm{
  --tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl{
  --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-gray-900\/20{
  --tw-shadow-color:rgb(17 24 39 / 0.2);
  --tw-shadow:var(--tw-shadow-colored)
}

.shadow-primary\/20{
  --tw-shadow-color:rgb(0 95 190 / 0.2);
  --tw-shadow:var(--tw-shadow-colored)
}

.shadow-secondary\/20{
  --tw-shadow-color:rgb(205 139 132 / 0.2);
  --tw-shadow:var(--tw-shadow-colored)
}

.outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.outline{
  outline-style:solid
}

.outline-white{
  outline-color:#fff
}

.blur{
  --tw-blur:blur(8px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-lg{
  --tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-sm{
  --tw-backdrop-blur:blur(4px);
  backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-opacity{
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-shadow{
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-0{
  transition-duration:0s
}

.duration-100{
  transition-duration:100ms
}

.duration-1000{
  transition-duration:1000ms
}

.duration-150{
  transition-duration:150ms
}

.duration-200{
  transition-duration:200ms
}

.duration-300{
  transition-duration:300ms
}

.duration-500{
  transition-duration:500ms
}

.duration-700{
  transition-duration:700ms
}

.duration-75{
  transition-duration:75ms
}

.ease-in{
  transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.ease-linear{
  transition-timing-function:linear
}

.ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

/* 跳转到内容 — 无障碍 */

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 24px;
  background: #fff;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

/* ══════ 全站浮动工具栏 ══════ */

.floating-toolbar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  border-radius: 8px 0 0 8px;
  overflow: visible;
  box-shadow: -2px 0 16px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-toolbar.ft-visible {
  opacity: 1;
  visibility: visible;
}

.ft-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
  position: relative;
}

.ft-item:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1))
}

.ft-item + .ft-item {
  border-top: 1px solid rgba(255,255,255,0.12);
}

.ft-icon {
  flex-shrink: 0;
  font-size: 22px;
}

/* 左侧弹出框（通用） */

.ft-popup {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1));
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  padding: 10px 16px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
}

.ft-item:hover .ft-popup {
  opacity: 1;
  visibility: visible;
}

/* 微信二维码弹出框 */

/* 电话弹出框 */

.ft-phone-num {
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1));
  display: block;
  margin-bottom: 2px;
}

.ft-phone-popup p {
  font-size: 12px;
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1));
  margin: 0;
}

/* 纯文本弹出框 */

.ft-text-popup {
  padding: 8px 16px;
  font-size: 13px;
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* 返回顶部 */

.ft-back-top{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1))
}

.ft-back-top:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1))
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
}

/* ====== WPForms 提交按钮 ====== */

/* 精确匹配 WPForms 自身选择器来覆盖 */

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1));
  border: 0 !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 0.75rem 2rem !important
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1));
  border: 0 !important;
  color: #fff !important
}

div.wpforms-container-full:not(:empty) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ====== 搜索弹窗输入框 — 干掉所有边框 ====== */

#search-input,
#search-input:focus,
#search-input:active {
  border: 0 !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

/* ====== 卡片网格 — 图片宽高比 ====== */

.xs-ar-4-3 {
  aspect-ratio: 4 / 3;
}

.xs-ar-3-2 {
  aspect-ratio: 3 / 2;
}

/* ====== 卡片网格 — 悬停动画 ====== */

.xs-card-hover-lift {
  transition: all 0.3s ease;
}

.xs-card-hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.xs-card-hover-scale {
  transition: transform 0.3s ease;
}

.xs-card-hover-scale:hover {
  transform: scale(1.03);
}

.xs-card-hover-glow {
  transition: box-shadow 0.3s ease;
}

.xs-card-hover-glow:hover {
  box-shadow: 0 0 20px 4px rgba(214, 193, 165, 0.25);
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1))
}

.placeholder\:text-white\/50::-moz-placeholder{
  color:rgb(255 255 255 / 0.5)
}

.placeholder\:text-white\/50::placeholder{
  color:rgb(255 255 255 / 0.5)
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y:-0.125rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:border-primary:hover{
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1))
}

.hover\:bg-black:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.hover\:bg-blue-50\/50:hover{
  background-color:rgb(239 246 255 / 0.5)
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity:1;
  background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity:1;
  background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity:1;
  background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 95 190 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity:1;
  background-color:rgb(0 61 122 / var(--tw-bg-opacity, 1))
}

.hover\:bg-primary\/90:hover{
  background-color:rgb(0 95 190 / 0.9)
}

.hover\:bg-secondary-dark:hover{
  --tw-bg-opacity:1;
  background-color:rgb(160 101 94 / var(--tw-bg-opacity, 1))
}

.hover\:bg-secondary\/90:hover{
  background-color:rgb(205 139 132 / 0.9)
}

.hover\:bg-surface:hover{
  --tw-bg-opacity:1;
  background-color:rgb(248 245 240 / var(--tw-bg-opacity, 1))
}

.hover\:bg-white:hover{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.hover\:text-gray-900:hover{
  --tw-text-opacity:1;
  color:rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.hover\:text-primary:hover{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.hover\:text-primary-dark:hover{
  --tw-text-opacity:1;
  color:rgb(0 61 122 / var(--tw-text-opacity, 1))
}

.hover\:text-primary-light:hover{
  --tw-text-opacity:1;
  color:rgb(51 136 212 / var(--tw-text-opacity, 1))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hover\:underline:hover{
  text-decoration-line:underline
}

.hover\:shadow-lg:hover{
  --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:border-primary:focus{
  --tw-border-opacity:1;
  border-color:rgb(0 95 190 / var(--tw-border-opacity, 1))
}

.focus\:outline-none:focus{
  outline:2px solid transparent;
  outline-offset:2px
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-black\/30{
  background-color:rgb(0 0 0 / 0.3)
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity:1;
  color:rgb(0 95 190 / var(--tw-text-opacity, 1))
}

.group\/slider:hover .group-hover\/slider\:opacity-100{
  opacity:1
}

@media not all and (min-width: 1024px){
  .max-lg\:sticky{
    position:sticky
  }

  .max-lg\:top-0{
    top:0px
  }

  .max-lg\:z-40{
    z-index:40
  }
}

@media (min-width: 480px){
  .xs\:static{
    position:static
  }

  .xs\:fixed{
    position:fixed
  }

  .xs\:absolute{
    position:absolute
  }

  .xs\:relative{
    position:relative
  }

  .xs\:sticky{
    position:sticky
  }

  .xs\:inset-0{
    inset:0px
  }

  .xs\:inset-0\.5{
    inset:0.125rem
  }

  .xs\:inset-1{
    inset:0.25rem
  }

  .xs\:inset-10{
    inset:2.5rem
  }

  .xs\:inset-12{
    inset:3rem
  }

  .xs\:inset-14{
    inset:3.5rem
  }

  .xs\:inset-16{
    inset:4rem
  }

  .xs\:inset-2{
    inset:0.5rem
  }

  .xs\:inset-20{
    inset:5rem
  }

  .xs\:inset-24{
    inset:6rem
  }

  .xs\:inset-28{
    inset:7rem
  }

  .xs\:inset-3{
    inset:0.75rem
  }

  .xs\:inset-32{
    inset:8rem
  }

  .xs\:inset-4{
    inset:1rem
  }

  .xs\:inset-5{
    inset:1.25rem
  }

  .xs\:inset-6{
    inset:1.5rem
  }

  .xs\:inset-7{
    inset:1.75rem
  }

  .xs\:inset-8{
    inset:2rem
  }

  .xs\:inset-9{
    inset:2.25rem
  }

  .xs\:inset-auto{
    inset:auto
  }

  .xs\:inset-full{
    inset:100%
  }

  .xs\:inset-px{
    inset:1px
  }

  .xs\:inset-x-0{
    left:0px;
    right:0px
  }

  .xs\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .xs\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .xs\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .xs\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .xs\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .xs\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .xs\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .xs\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .xs\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .xs\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .xs\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .xs\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .xs\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .xs\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .xs\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .xs\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .xs\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .xs\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .xs\:inset-x-auto{
    left:auto;
    right:auto
  }

  .xs\:inset-x-full{
    left:100%;
    right:100%
  }

  .xs\:inset-x-px{
    left:1px;
    right:1px
  }

  .xs\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .xs\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .xs\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .xs\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .xs\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .xs\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .xs\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .xs\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .xs\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .xs\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .xs\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .xs\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .xs\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .xs\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .xs\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .xs\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .xs\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .xs\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .xs\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .xs\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .xs\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .xs\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .xs\:bottom-0{
    bottom:0px
  }

  .xs\:bottom-1\/2{
    bottom:50%
  }

  .xs\:bottom-auto{
    bottom:auto
  }

  .xs\:bottom-full{
    bottom:100%
  }

  .xs\:left-0{
    left:0px
  }

  .xs\:left-1\/2{
    left:50%
  }

  .xs\:left-auto{
    left:auto
  }

  .xs\:left-full{
    left:100%
  }

  .xs\:right-0{
    right:0px
  }

  .xs\:right-1\/2{
    right:50%
  }

  .xs\:right-auto{
    right:auto
  }

  .xs\:right-full{
    right:100%
  }

  .xs\:top-0{
    top:0px
  }

  .xs\:top-1\/2{
    top:50%
  }

  .xs\:top-auto{
    top:auto
  }

  .xs\:top-full{
    top:100%
  }

  .xs\:order-1{
    order:1
  }

  .xs\:order-10{
    order:10
  }

  .xs\:order-11{
    order:11
  }

  .xs\:order-12{
    order:12
  }

  .xs\:order-2{
    order:2
  }

  .xs\:order-3{
    order:3
  }

  .xs\:order-4{
    order:4
  }

  .xs\:order-5{
    order:5
  }

  .xs\:order-6{
    order:6
  }

  .xs\:order-7{
    order:7
  }

  .xs\:order-8{
    order:8
  }

  .xs\:order-9{
    order:9
  }

  .xs\:order-first{
    order:-9999
  }

  .xs\:order-last{
    order:9999
  }

  .xs\:order-none{
    order:0
  }

  .xs\:col-span-1{
    grid-column:span 1 / span 1
  }

  .xs\:col-span-10{
    grid-column:span 10 / span 10
  }

  .xs\:col-span-11{
    grid-column:span 11 / span 11
  }

  .xs\:col-span-12{
    grid-column:span 12 / span 12
  }

  .xs\:col-span-2{
    grid-column:span 2 / span 2
  }

  .xs\:col-span-3{
    grid-column:span 3 / span 3
  }

  .xs\:col-span-4{
    grid-column:span 4 / span 4
  }

  .xs\:col-span-5{
    grid-column:span 5 / span 5
  }

  .xs\:col-span-6{
    grid-column:span 6 / span 6
  }

  .xs\:col-span-7{
    grid-column:span 7 / span 7
  }

  .xs\:col-span-8{
    grid-column:span 8 / span 8
  }

  .xs\:col-span-9{
    grid-column:span 9 / span 9
  }

  .xs\:col-span-full{
    grid-column:1 / -1
  }

  .xs\:row-span-1{
    grid-row:span 1 / span 1
  }

  .xs\:row-span-2{
    grid-row:span 2 / span 2
  }

  .xs\:row-span-3{
    grid-row:span 3 / span 3
  }

  .xs\:row-span-4{
    grid-row:span 4 / span 4
  }

  .xs\:row-span-5{
    grid-row:span 5 / span 5
  }

  .xs\:row-span-6{
    grid-row:span 6 / span 6
  }

  .xs\:row-span-full{
    grid-row:1 / -1
  }

  .xs\:-m-0{
    margin:-0px
  }

  .xs\:-m-0\.5{
    margin:-0.125rem
  }

  .xs\:-m-1{
    margin:-0.25rem
  }

  .xs\:-m-1\.5{
    margin:-0.375rem
  }

  .xs\:-m-10{
    margin:-2.5rem
  }

  .xs\:-m-11{
    margin:-2.75rem
  }

  .xs\:-m-12{
    margin:-3rem
  }

  .xs\:-m-14{
    margin:-3.5rem
  }

  .xs\:-m-16{
    margin:-4rem
  }

  .xs\:-m-2{
    margin:-0.5rem
  }

  .xs\:-m-2\.5{
    margin:-0.625rem
  }

  .xs\:-m-20{
    margin:-5rem
  }

  .xs\:-m-24{
    margin:-6rem
  }

  .xs\:-m-28{
    margin:-7rem
  }

  .xs\:-m-3{
    margin:-0.75rem
  }

  .xs\:-m-3\.5{
    margin:-0.875rem
  }

  .xs\:-m-32{
    margin:-8rem
  }

  .xs\:-m-36{
    margin:-9rem
  }

  .xs\:-m-4{
    margin:-1rem
  }

  .xs\:-m-40{
    margin:-10rem
  }

  .xs\:-m-5{
    margin:-1.25rem
  }

  .xs\:-m-6{
    margin:-1.5rem
  }

  .xs\:-m-7{
    margin:-1.75rem
  }

  .xs\:-m-8{
    margin:-2rem
  }

  .xs\:-m-9{
    margin:-2.25rem
  }

  .xs\:-m-px{
    margin:-1px
  }

  .xs\:m-0{
    margin:0px
  }

  .xs\:m-0\.5{
    margin:0.125rem
  }

  .xs\:m-1{
    margin:0.25rem
  }

  .xs\:m-1\.5{
    margin:0.375rem
  }

  .xs\:m-10{
    margin:2.5rem
  }

  .xs\:m-11{
    margin:2.75rem
  }

  .xs\:m-12{
    margin:3rem
  }

  .xs\:m-14{
    margin:3.5rem
  }

  .xs\:m-16{
    margin:4rem
  }

  .xs\:m-2{
    margin:0.5rem
  }

  .xs\:m-2\.5{
    margin:0.625rem
  }

  .xs\:m-20{
    margin:5rem
  }

  .xs\:m-24{
    margin:6rem
  }

  .xs\:m-28{
    margin:7rem
  }

  .xs\:m-3{
    margin:0.75rem
  }

  .xs\:m-3\.5{
    margin:0.875rem
  }

  .xs\:m-32{
    margin:8rem
  }

  .xs\:m-36{
    margin:9rem
  }

  .xs\:m-4{
    margin:1rem
  }

  .xs\:m-40{
    margin:10rem
  }

  .xs\:m-5{
    margin:1.25rem
  }

  .xs\:m-6{
    margin:1.5rem
  }

  .xs\:m-7{
    margin:1.75rem
  }

  .xs\:m-8{
    margin:2rem
  }

  .xs\:m-9{
    margin:2.25rem
  }

  .xs\:m-auto{
    margin:auto
  }

  .xs\:m-px{
    margin:1px
  }

  .xs\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .xs\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .xs\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .xs\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .xs\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .xs\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .xs\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .xs\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .xs\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .xs\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .xs\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .xs\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .xs\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .xs\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .xs\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .xs\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .xs\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .xs\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .xs\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .xs\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .xs\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .xs\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .xs\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .xs\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .xs\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .xs\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .xs\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .xs\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .xs\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .xs\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .xs\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .xs\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .xs\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .xs\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .xs\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .xs\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .xs\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .xs\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .xs\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .xs\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .xs\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .xs\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .xs\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .xs\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .xs\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .xs\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .xs\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .xs\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .xs\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .xs\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .xs\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .xs\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .xs\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .xs\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .xs\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .xs\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .xs\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .xs\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .xs\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .xs\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .xs\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .xs\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .xs\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .xs\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .xs\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .xs\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .xs\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .xs\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .xs\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .xs\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .xs\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .xs\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .xs\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .xs\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .xs\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .xs\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .xs\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .xs\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .xs\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .xs\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .xs\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .xs\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .xs\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .xs\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .xs\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .xs\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .xs\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .xs\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .xs\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .xs\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .xs\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .xs\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .xs\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .xs\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .xs\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .xs\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .xs\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .xs\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .xs\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .xs\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .xs\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .xs\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .xs\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .xs\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .xs\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .xs\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .xs\:-mb-0{
    margin-bottom:-0px
  }

  .xs\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .xs\:-mb-1{
    margin-bottom:-0.25rem
  }

  .xs\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .xs\:-mb-10{
    margin-bottom:-2.5rem
  }

  .xs\:-mb-11{
    margin-bottom:-2.75rem
  }

  .xs\:-mb-12{
    margin-bottom:-3rem
  }

  .xs\:-mb-14{
    margin-bottom:-3.5rem
  }

  .xs\:-mb-16{
    margin-bottom:-4rem
  }

  .xs\:-mb-2{
    margin-bottom:-0.5rem
  }

  .xs\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .xs\:-mb-20{
    margin-bottom:-5rem
  }

  .xs\:-mb-24{
    margin-bottom:-6rem
  }

  .xs\:-mb-28{
    margin-bottom:-7rem
  }

  .xs\:-mb-3{
    margin-bottom:-0.75rem
  }

  .xs\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .xs\:-mb-32{
    margin-bottom:-8rem
  }

  .xs\:-mb-36{
    margin-bottom:-9rem
  }

  .xs\:-mb-4{
    margin-bottom:-1rem
  }

  .xs\:-mb-40{
    margin-bottom:-10rem
  }

  .xs\:-mb-5{
    margin-bottom:-1.25rem
  }

  .xs\:-mb-6{
    margin-bottom:-1.5rem
  }

  .xs\:-mb-7{
    margin-bottom:-1.75rem
  }

  .xs\:-mb-8{
    margin-bottom:-2rem
  }

  .xs\:-mb-9{
    margin-bottom:-2.25rem
  }

  .xs\:-mb-px{
    margin-bottom:-1px
  }

  .xs\:-ml-0{
    margin-left:-0px
  }

  .xs\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .xs\:-ml-1{
    margin-left:-0.25rem
  }

  .xs\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .xs\:-ml-10{
    margin-left:-2.5rem
  }

  .xs\:-ml-11{
    margin-left:-2.75rem
  }

  .xs\:-ml-12{
    margin-left:-3rem
  }

  .xs\:-ml-14{
    margin-left:-3.5rem
  }

  .xs\:-ml-16{
    margin-left:-4rem
  }

  .xs\:-ml-2{
    margin-left:-0.5rem
  }

  .xs\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .xs\:-ml-20{
    margin-left:-5rem
  }

  .xs\:-ml-24{
    margin-left:-6rem
  }

  .xs\:-ml-28{
    margin-left:-7rem
  }

  .xs\:-ml-3{
    margin-left:-0.75rem
  }

  .xs\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .xs\:-ml-32{
    margin-left:-8rem
  }

  .xs\:-ml-36{
    margin-left:-9rem
  }

  .xs\:-ml-4{
    margin-left:-1rem
  }

  .xs\:-ml-40{
    margin-left:-10rem
  }

  .xs\:-ml-5{
    margin-left:-1.25rem
  }

  .xs\:-ml-6{
    margin-left:-1.5rem
  }

  .xs\:-ml-7{
    margin-left:-1.75rem
  }

  .xs\:-ml-8{
    margin-left:-2rem
  }

  .xs\:-ml-9{
    margin-left:-2.25rem
  }

  .xs\:-ml-px{
    margin-left:-1px
  }

  .xs\:-mr-0{
    margin-right:-0px
  }

  .xs\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .xs\:-mr-1{
    margin-right:-0.25rem
  }

  .xs\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .xs\:-mr-10{
    margin-right:-2.5rem
  }

  .xs\:-mr-11{
    margin-right:-2.75rem
  }

  .xs\:-mr-12{
    margin-right:-3rem
  }

  .xs\:-mr-14{
    margin-right:-3.5rem
  }

  .xs\:-mr-16{
    margin-right:-4rem
  }

  .xs\:-mr-2{
    margin-right:-0.5rem
  }

  .xs\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .xs\:-mr-20{
    margin-right:-5rem
  }

  .xs\:-mr-24{
    margin-right:-6rem
  }

  .xs\:-mr-28{
    margin-right:-7rem
  }

  .xs\:-mr-3{
    margin-right:-0.75rem
  }

  .xs\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .xs\:-mr-32{
    margin-right:-8rem
  }

  .xs\:-mr-36{
    margin-right:-9rem
  }

  .xs\:-mr-4{
    margin-right:-1rem
  }

  .xs\:-mr-40{
    margin-right:-10rem
  }

  .xs\:-mr-5{
    margin-right:-1.25rem
  }

  .xs\:-mr-6{
    margin-right:-1.5rem
  }

  .xs\:-mr-7{
    margin-right:-1.75rem
  }

  .xs\:-mr-8{
    margin-right:-2rem
  }

  .xs\:-mr-9{
    margin-right:-2.25rem
  }

  .xs\:-mr-px{
    margin-right:-1px
  }

  .xs\:-mt-0{
    margin-top:-0px
  }

  .xs\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .xs\:-mt-1{
    margin-top:-0.25rem
  }

  .xs\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .xs\:-mt-10{
    margin-top:-2.5rem
  }

  .xs\:-mt-11{
    margin-top:-2.75rem
  }

  .xs\:-mt-12{
    margin-top:-3rem
  }

  .xs\:-mt-14{
    margin-top:-3.5rem
  }

  .xs\:-mt-16{
    margin-top:-4rem
  }

  .xs\:-mt-2{
    margin-top:-0.5rem
  }

  .xs\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .xs\:-mt-20{
    margin-top:-5rem
  }

  .xs\:-mt-24{
    margin-top:-6rem
  }

  .xs\:-mt-28{
    margin-top:-7rem
  }

  .xs\:-mt-3{
    margin-top:-0.75rem
  }

  .xs\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .xs\:-mt-32{
    margin-top:-8rem
  }

  .xs\:-mt-36{
    margin-top:-9rem
  }

  .xs\:-mt-4{
    margin-top:-1rem
  }

  .xs\:-mt-40{
    margin-top:-10rem
  }

  .xs\:-mt-5{
    margin-top:-1.25rem
  }

  .xs\:-mt-6{
    margin-top:-1.5rem
  }

  .xs\:-mt-7{
    margin-top:-1.75rem
  }

  .xs\:-mt-8{
    margin-top:-2rem
  }

  .xs\:-mt-9{
    margin-top:-2.25rem
  }

  .xs\:-mt-px{
    margin-top:-1px
  }

  .xs\:mb-0{
    margin-bottom:0px
  }

  .xs\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .xs\:mb-1{
    margin-bottom:0.25rem
  }

  .xs\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .xs\:mb-10{
    margin-bottom:2.5rem
  }

  .xs\:mb-11{
    margin-bottom:2.75rem
  }

  .xs\:mb-12{
    margin-bottom:3rem
  }

  .xs\:mb-14{
    margin-bottom:3.5rem
  }

  .xs\:mb-16{
    margin-bottom:4rem
  }

  .xs\:mb-2{
    margin-bottom:0.5rem
  }

  .xs\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .xs\:mb-20{
    margin-bottom:5rem
  }

  .xs\:mb-24{
    margin-bottom:6rem
  }

  .xs\:mb-28{
    margin-bottom:7rem
  }

  .xs\:mb-3{
    margin-bottom:0.75rem
  }

  .xs\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .xs\:mb-32{
    margin-bottom:8rem
  }

  .xs\:mb-36{
    margin-bottom:9rem
  }

  .xs\:mb-4{
    margin-bottom:1rem
  }

  .xs\:mb-40{
    margin-bottom:10rem
  }

  .xs\:mb-5{
    margin-bottom:1.25rem
  }

  .xs\:mb-6{
    margin-bottom:1.5rem
  }

  .xs\:mb-7{
    margin-bottom:1.75rem
  }

  .xs\:mb-8{
    margin-bottom:2rem
  }

  .xs\:mb-9{
    margin-bottom:2.25rem
  }

  .xs\:mb-auto{
    margin-bottom:auto
  }

  .xs\:mb-px{
    margin-bottom:1px
  }

  .xs\:ml-0{
    margin-left:0px
  }

  .xs\:ml-0\.5{
    margin-left:0.125rem
  }

  .xs\:ml-1{
    margin-left:0.25rem
  }

  .xs\:ml-1\.5{
    margin-left:0.375rem
  }

  .xs\:ml-10{
    margin-left:2.5rem
  }

  .xs\:ml-11{
    margin-left:2.75rem
  }

  .xs\:ml-12{
    margin-left:3rem
  }

  .xs\:ml-14{
    margin-left:3.5rem
  }

  .xs\:ml-16{
    margin-left:4rem
  }

  .xs\:ml-2{
    margin-left:0.5rem
  }

  .xs\:ml-2\.5{
    margin-left:0.625rem
  }

  .xs\:ml-20{
    margin-left:5rem
  }

  .xs\:ml-24{
    margin-left:6rem
  }

  .xs\:ml-28{
    margin-left:7rem
  }

  .xs\:ml-3{
    margin-left:0.75rem
  }

  .xs\:ml-3\.5{
    margin-left:0.875rem
  }

  .xs\:ml-32{
    margin-left:8rem
  }

  .xs\:ml-36{
    margin-left:9rem
  }

  .xs\:ml-4{
    margin-left:1rem
  }

  .xs\:ml-40{
    margin-left:10rem
  }

  .xs\:ml-5{
    margin-left:1.25rem
  }

  .xs\:ml-6{
    margin-left:1.5rem
  }

  .xs\:ml-7{
    margin-left:1.75rem
  }

  .xs\:ml-8{
    margin-left:2rem
  }

  .xs\:ml-9{
    margin-left:2.25rem
  }

  .xs\:ml-auto{
    margin-left:auto
  }

  .xs\:ml-px{
    margin-left:1px
  }

  .xs\:mr-0{
    margin-right:0px
  }

  .xs\:mr-0\.5{
    margin-right:0.125rem
  }

  .xs\:mr-1{
    margin-right:0.25rem
  }

  .xs\:mr-1\.5{
    margin-right:0.375rem
  }

  .xs\:mr-10{
    margin-right:2.5rem
  }

  .xs\:mr-11{
    margin-right:2.75rem
  }

  .xs\:mr-12{
    margin-right:3rem
  }

  .xs\:mr-14{
    margin-right:3.5rem
  }

  .xs\:mr-16{
    margin-right:4rem
  }

  .xs\:mr-2{
    margin-right:0.5rem
  }

  .xs\:mr-2\.5{
    margin-right:0.625rem
  }

  .xs\:mr-20{
    margin-right:5rem
  }

  .xs\:mr-24{
    margin-right:6rem
  }

  .xs\:mr-28{
    margin-right:7rem
  }

  .xs\:mr-3{
    margin-right:0.75rem
  }

  .xs\:mr-3\.5{
    margin-right:0.875rem
  }

  .xs\:mr-32{
    margin-right:8rem
  }

  .xs\:mr-36{
    margin-right:9rem
  }

  .xs\:mr-4{
    margin-right:1rem
  }

  .xs\:mr-40{
    margin-right:10rem
  }

  .xs\:mr-5{
    margin-right:1.25rem
  }

  .xs\:mr-6{
    margin-right:1.5rem
  }

  .xs\:mr-7{
    margin-right:1.75rem
  }

  .xs\:mr-8{
    margin-right:2rem
  }

  .xs\:mr-9{
    margin-right:2.25rem
  }

  .xs\:mr-auto{
    margin-right:auto
  }

  .xs\:mr-px{
    margin-right:1px
  }

  .xs\:mt-0{
    margin-top:0px
  }

  .xs\:mt-0\.5{
    margin-top:0.125rem
  }

  .xs\:mt-1{
    margin-top:0.25rem
  }

  .xs\:mt-1\.5{
    margin-top:0.375rem
  }

  .xs\:mt-10{
    margin-top:2.5rem
  }

  .xs\:mt-11{
    margin-top:2.75rem
  }

  .xs\:mt-12{
    margin-top:3rem
  }

  .xs\:mt-14{
    margin-top:3.5rem
  }

  .xs\:mt-16{
    margin-top:4rem
  }

  .xs\:mt-2{
    margin-top:0.5rem
  }

  .xs\:mt-2\.5{
    margin-top:0.625rem
  }

  .xs\:mt-20{
    margin-top:5rem
  }

  .xs\:mt-24{
    margin-top:6rem
  }

  .xs\:mt-28{
    margin-top:7rem
  }

  .xs\:mt-3{
    margin-top:0.75rem
  }

  .xs\:mt-3\.5{
    margin-top:0.875rem
  }

  .xs\:mt-32{
    margin-top:8rem
  }

  .xs\:mt-36{
    margin-top:9rem
  }

  .xs\:mt-4{
    margin-top:1rem
  }

  .xs\:mt-40{
    margin-top:10rem
  }

  .xs\:mt-5{
    margin-top:1.25rem
  }

  .xs\:mt-6{
    margin-top:1.5rem
  }

  .xs\:mt-7{
    margin-top:1.75rem
  }

  .xs\:mt-8{
    margin-top:2rem
  }

  .xs\:mt-9{
    margin-top:2.25rem
  }

  .xs\:mt-auto{
    margin-top:auto
  }

  .xs\:mt-px{
    margin-top:1px
  }

  .xs\:block{
    display:block
  }

  .xs\:inline-block{
    display:inline-block
  }

  .xs\:inline{
    display:inline
  }

  .xs\:flex{
    display:flex
  }

  .xs\:inline-flex{
    display:inline-flex
  }

  .xs\:flow-root{
    display:flow-root
  }

  .xs\:grid{
    display:grid
  }

  .xs\:inline-grid{
    display:inline-grid
  }

  .xs\:contents{
    display:contents
  }

  .xs\:list-item{
    display:list-item
  }

  .xs\:hidden{
    display:none
  }

  .xs\:h-0{
    height:0px
  }

  .xs\:h-0\.5{
    height:0.125rem
  }

  .xs\:h-1{
    height:0.25rem
  }

  .xs\:h-1\.5{
    height:0.375rem
  }

  .xs\:h-10{
    height:2.5rem
  }

  .xs\:h-11{
    height:2.75rem
  }

  .xs\:h-12{
    height:3rem
  }

  .xs\:h-14{
    height:3.5rem
  }

  .xs\:h-16{
    height:4rem
  }

  .xs\:h-2{
    height:0.5rem
  }

  .xs\:h-2\.5{
    height:0.625rem
  }

  .xs\:h-20{
    height:5rem
  }

  .xs\:h-24{
    height:6rem
  }

  .xs\:h-28{
    height:7rem
  }

  .xs\:h-3{
    height:0.75rem
  }

  .xs\:h-3\.5{
    height:0.875rem
  }

  .xs\:h-32{
    height:8rem
  }

  .xs\:h-36{
    height:9rem
  }

  .xs\:h-4{
    height:1rem
  }

  .xs\:h-40{
    height:10rem
  }

  .xs\:h-5{
    height:1.25rem
  }

  .xs\:h-6{
    height:1.5rem
  }

  .xs\:h-7{
    height:1.75rem
  }

  .xs\:h-8{
    height:2rem
  }

  .xs\:h-9{
    height:2.25rem
  }

  .xs\:h-auto{
    height:auto
  }

  .xs\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .xs\:h-full{
    height:100%
  }

  .xs\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .xs\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .xs\:h-px{
    height:1px
  }

  .xs\:h-screen{
    height:100vh
  }

  .xs\:min-h-0{
    min-height:0px
  }

  .xs\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .xs\:min-h-full{
    min-height:100%
  }

  .xs\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .xs\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .xs\:min-h-screen{
    min-height:100vh
  }

  .xs\:w-0{
    width:0px
  }

  .xs\:w-0\.5{
    width:0.125rem
  }

  .xs\:w-1{
    width:0.25rem
  }

  .xs\:w-1\.5{
    width:0.375rem
  }

  .xs\:w-1\/2{
    width:50%
  }

  .xs\:w-1\/3{
    width:33.333333%
  }

  .xs\:w-1\/4{
    width:25%
  }

  .xs\:w-1\/5{
    width:20%
  }

  .xs\:w-1\/6{
    width:16.666667%
  }

  .xs\:w-10{
    width:2.5rem
  }

  .xs\:w-11{
    width:2.75rem
  }

  .xs\:w-12{
    width:3rem
  }

  .xs\:w-14{
    width:3.5rem
  }

  .xs\:w-16{
    width:4rem
  }

  .xs\:w-2{
    width:0.5rem
  }

  .xs\:w-2\.5{
    width:0.625rem
  }

  .xs\:w-2\/3{
    width:66.666667%
  }

  .xs\:w-2\/5{
    width:40%
  }

  .xs\:w-20{
    width:5rem
  }

  .xs\:w-24{
    width:6rem
  }

  .xs\:w-28{
    width:7rem
  }

  .xs\:w-3{
    width:0.75rem
  }

  .xs\:w-3\.5{
    width:0.875rem
  }

  .xs\:w-3\/4{
    width:75%
  }

  .xs\:w-3\/5{
    width:60%
  }

  .xs\:w-32{
    width:8rem
  }

  .xs\:w-36{
    width:9rem
  }

  .xs\:w-4{
    width:1rem
  }

  .xs\:w-4\/5{
    width:80%
  }

  .xs\:w-40{
    width:10rem
  }

  .xs\:w-5{
    width:1.25rem
  }

  .xs\:w-5\/6{
    width:83.333333%
  }

  .xs\:w-6{
    width:1.5rem
  }

  .xs\:w-7{
    width:1.75rem
  }

  .xs\:w-8{
    width:2rem
  }

  .xs\:w-9{
    width:2.25rem
  }

  .xs\:w-auto{
    width:auto
  }

  .xs\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .xs\:w-full{
    width:100%
  }

  .xs\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .xs\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .xs\:w-px{
    width:1px
  }

  .xs\:w-screen{
    width:100vw
  }

  .xs\:min-w-0{
    min-width:0px
  }

  .xs\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .xs\:min-w-full{
    min-width:100%
  }

  .xs\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .xs\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .xs\:max-w-2xl{
    max-width:42rem
  }

  .xs\:max-w-3xl{
    max-width:48rem
  }

  .xs\:max-w-4xl{
    max-width:56rem
  }

  .xs\:max-w-5xl{
    max-width:64rem
  }

  .xs\:max-w-6xl{
    max-width:72rem
  }

  .xs\:max-w-7xl{
    max-width:80rem
  }

  .xs\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .xs\:max-w-full{
    max-width:100%
  }

  .xs\:max-w-lg{
    max-width:32rem
  }

  .xs\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .xs\:max-w-md{
    max-width:28rem
  }

  .xs\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .xs\:max-w-none{
    max-width:none
  }

  .xs\:max-w-prose{
    max-width:65ch
  }

  .xs\:max-w-screen-2xl{
    max-width:1536px
  }

  .xs\:max-w-screen-lg{
    max-width:1024px
  }

  .xs\:max-w-screen-md{
    max-width:768px
  }

  .xs\:max-w-screen-sm{
    max-width:640px
  }

  .xs\:max-w-screen-xl{
    max-width:1280px
  }

  .xs\:max-w-sm{
    max-width:24rem
  }

  .xs\:max-w-xl{
    max-width:36rem
  }

  .xs\:max-w-xs{
    max-width:20rem
  }

  .xs\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xs\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xs\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xs\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xs\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .xs\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .xs\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .xs\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .xs\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .xs\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xs\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .xs\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .xs\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .xs\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .xs\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .xs\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .xs\:grid-cols-none{
    grid-template-columns:none
  }

  .xs\:flex-row{
    flex-direction:row
  }

  .xs\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .xs\:flex-col{
    flex-direction:column
  }

  .xs\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .xs\:flex-wrap{
    flex-wrap:wrap
  }

  .xs\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .xs\:flex-nowrap{
    flex-wrap:nowrap
  }

  .xs\:place-content-center{
    place-content:center
  }

  .xs\:place-content-start{
    place-content:start
  }

  .xs\:place-content-end{
    place-content:end
  }

  .xs\:place-content-stretch{
    place-content:stretch
  }

  .xs\:place-items-start{
    place-items:start
  }

  .xs\:place-items-end{
    place-items:end
  }

  .xs\:place-items-center{
    place-items:center
  }

  .xs\:place-items-stretch{
    place-items:stretch
  }

  .xs\:content-center{
    align-content:center
  }

  .xs\:content-start{
    align-content:flex-start
  }

  .xs\:content-end{
    align-content:flex-end
  }

  .xs\:content-between{
    align-content:space-between
  }

  .xs\:content-around{
    align-content:space-around
  }

  .xs\:content-evenly{
    align-content:space-evenly
  }

  .xs\:content-stretch{
    align-content:stretch
  }

  .xs\:items-start{
    align-items:flex-start
  }

  .xs\:items-end{
    align-items:flex-end
  }

  .xs\:items-center{
    align-items:center
  }

  .xs\:items-baseline{
    align-items:baseline
  }

  .xs\:items-stretch{
    align-items:stretch
  }

  .xs\:justify-normal{
    justify-content:normal
  }

  .xs\:justify-start{
    justify-content:flex-start
  }

  .xs\:justify-end{
    justify-content:flex-end
  }

  .xs\:justify-center{
    justify-content:center
  }

  .xs\:justify-between{
    justify-content:space-between
  }

  .xs\:justify-around{
    justify-content:space-around
  }

  .xs\:justify-evenly{
    justify-content:space-evenly
  }

  .xs\:justify-stretch{
    justify-content:stretch
  }

  .xs\:justify-items-start{
    justify-items:start
  }

  .xs\:justify-items-end{
    justify-items:end
  }

  .xs\:justify-items-center{
    justify-items:center
  }

  .xs\:justify-items-stretch{
    justify-items:stretch
  }

  .xs\:gap-0{
    gap:0px
  }

  .xs\:gap-0\.5{
    gap:0.125rem
  }

  .xs\:gap-1{
    gap:0.25rem
  }

  .xs\:gap-1\.5{
    gap:0.375rem
  }

  .xs\:gap-10{
    gap:2.5rem
  }

  .xs\:gap-11{
    gap:2.75rem
  }

  .xs\:gap-12{
    gap:3rem
  }

  .xs\:gap-14{
    gap:3.5rem
  }

  .xs\:gap-16{
    gap:4rem
  }

  .xs\:gap-2{
    gap:0.5rem
  }

  .xs\:gap-2\.5{
    gap:0.625rem
  }

  .xs\:gap-20{
    gap:5rem
  }

  .xs\:gap-24{
    gap:6rem
  }

  .xs\:gap-28{
    gap:7rem
  }

  .xs\:gap-3{
    gap:0.75rem
  }

  .xs\:gap-3\.5{
    gap:0.875rem
  }

  .xs\:gap-32{
    gap:8rem
  }

  .xs\:gap-36{
    gap:9rem
  }

  .xs\:gap-4{
    gap:1rem
  }

  .xs\:gap-40{
    gap:10rem
  }

  .xs\:gap-5{
    gap:1.25rem
  }

  .xs\:gap-6{
    gap:1.5rem
  }

  .xs\:gap-7{
    gap:1.75rem
  }

  .xs\:gap-8{
    gap:2rem
  }

  .xs\:gap-9{
    gap:2.25rem
  }

  .xs\:gap-px{
    gap:1px
  }

  .xs\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .xs\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .xs\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .xs\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .xs\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .xs\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .xs\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .xs\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .xs\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .xs\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .xs\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .xs\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .xs\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .xs\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .xs\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .xs\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .xs\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .xs\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .xs\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .xs\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .xs\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .xs\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .xs\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .xs\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .xs\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .xs\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .xs\:gap-y-0{
    row-gap:0px
  }

  .xs\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .xs\:gap-y-1{
    row-gap:0.25rem
  }

  .xs\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .xs\:gap-y-10{
    row-gap:2.5rem
  }

  .xs\:gap-y-11{
    row-gap:2.75rem
  }

  .xs\:gap-y-12{
    row-gap:3rem
  }

  .xs\:gap-y-14{
    row-gap:3.5rem
  }

  .xs\:gap-y-16{
    row-gap:4rem
  }

  .xs\:gap-y-2{
    row-gap:0.5rem
  }

  .xs\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .xs\:gap-y-20{
    row-gap:5rem
  }

  .xs\:gap-y-24{
    row-gap:6rem
  }

  .xs\:gap-y-28{
    row-gap:7rem
  }

  .xs\:gap-y-3{
    row-gap:0.75rem
  }

  .xs\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .xs\:gap-y-32{
    row-gap:8rem
  }

  .xs\:gap-y-36{
    row-gap:9rem
  }

  .xs\:gap-y-4{
    row-gap:1rem
  }

  .xs\:gap-y-40{
    row-gap:10rem
  }

  .xs\:gap-y-5{
    row-gap:1.25rem
  }

  .xs\:gap-y-6{
    row-gap:1.5rem
  }

  .xs\:gap-y-7{
    row-gap:1.75rem
  }

  .xs\:gap-y-8{
    row-gap:2rem
  }

  .xs\:gap-y-9{
    row-gap:2.25rem
  }

  .xs\:gap-y-px{
    row-gap:1px
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .xs\:place-self-start{
    place-self:start
  }

  .xs\:place-self-end{
    place-self:end
  }

  .xs\:place-self-center{
    place-self:center
  }

  .xs\:place-self-stretch{
    place-self:stretch
  }

  .xs\:self-auto{
    align-self:auto
  }

  .xs\:self-start{
    align-self:flex-start
  }

  .xs\:self-end{
    align-self:flex-end
  }

  .xs\:self-center{
    align-self:center
  }

  .xs\:self-stretch{
    align-self:stretch
  }

  .xs\:self-baseline{
    align-self:baseline
  }

  .xs\:justify-self-auto{
    justify-self:auto
  }

  .xs\:justify-self-start{
    justify-self:start
  }

  .xs\:justify-self-end{
    justify-self:end
  }

  .xs\:justify-self-center{
    justify-self:center
  }

  .xs\:justify-self-stretch{
    justify-self:stretch
  }

  .xs\:border{
    border-width:1px
  }

  .xs\:border-0{
    border-width:0px
  }

  .xs\:border-2{
    border-width:2px
  }

  .xs\:border-4{
    border-width:4px
  }

  .xs\:border-8{
    border-width:8px
  }

  .xs\:border-b{
    border-bottom-width:1px
  }

  .xs\:border-b-0{
    border-bottom-width:0px
  }

  .xs\:border-b-2{
    border-bottom-width:2px
  }

  .xs\:border-b-4{
    border-bottom-width:4px
  }

  .xs\:border-b-8{
    border-bottom-width:8px
  }

  .xs\:border-l{
    border-left-width:1px
  }

  .xs\:border-l-0{
    border-left-width:0px
  }

  .xs\:border-l-2{
    border-left-width:2px
  }

  .xs\:border-l-4{
    border-left-width:4px
  }

  .xs\:border-l-8{
    border-left-width:8px
  }

  .xs\:border-r{
    border-right-width:1px
  }

  .xs\:border-r-0{
    border-right-width:0px
  }

  .xs\:border-r-2{
    border-right-width:2px
  }

  .xs\:border-r-4{
    border-right-width:4px
  }

  .xs\:border-r-8{
    border-right-width:8px
  }

  .xs\:border-t{
    border-top-width:1px
  }

  .xs\:border-t-0{
    border-top-width:0px
  }

  .xs\:border-t-2{
    border-top-width:2px
  }

  .xs\:border-t-4{
    border-top-width:4px
  }

  .xs\:border-t-8{
    border-top-width:8px
  }

  .xs\:p-0{
    padding:0px
  }

  .xs\:p-0\.5{
    padding:0.125rem
  }

  .xs\:p-1{
    padding:0.25rem
  }

  .xs\:p-1\.5{
    padding:0.375rem
  }

  .xs\:p-10{
    padding:2.5rem
  }

  .xs\:p-11{
    padding:2.75rem
  }

  .xs\:p-12{
    padding:3rem
  }

  .xs\:p-14{
    padding:3.5rem
  }

  .xs\:p-16{
    padding:4rem
  }

  .xs\:p-2{
    padding:0.5rem
  }

  .xs\:p-2\.5{
    padding:0.625rem
  }

  .xs\:p-20{
    padding:5rem
  }

  .xs\:p-24{
    padding:6rem
  }

  .xs\:p-28{
    padding:7rem
  }

  .xs\:p-3{
    padding:0.75rem
  }

  .xs\:p-3\.5{
    padding:0.875rem
  }

  .xs\:p-32{
    padding:8rem
  }

  .xs\:p-36{
    padding:9rem
  }

  .xs\:p-4{
    padding:1rem
  }

  .xs\:p-40{
    padding:10rem
  }

  .xs\:p-5{
    padding:1.25rem
  }

  .xs\:p-6{
    padding:1.5rem
  }

  .xs\:p-7{
    padding:1.75rem
  }

  .xs\:p-8{
    padding:2rem
  }

  .xs\:p-9{
    padding:2.25rem
  }

  .xs\:p-px{
    padding:1px
  }

  .xs\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .xs\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .xs\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .xs\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .xs\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .xs\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .xs\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .xs\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .xs\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .xs\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .xs\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .xs\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .xs\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .xs\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .xs\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .xs\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .xs\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .xs\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .xs\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .xs\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .xs\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .xs\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .xs\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .xs\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .xs\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .xs\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .xs\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .xs\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .xs\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .xs\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .xs\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .xs\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .xs\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .xs\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .xs\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .xs\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .xs\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .xs\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .xs\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .xs\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .xs\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .xs\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .xs\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .xs\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .xs\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .xs\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .xs\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .xs\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .xs\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .xs\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .xs\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .xs\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .xs\:pb-0{
    padding-bottom:0px
  }

  .xs\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .xs\:pb-1{
    padding-bottom:0.25rem
  }

  .xs\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .xs\:pb-10{
    padding-bottom:2.5rem
  }

  .xs\:pb-11{
    padding-bottom:2.75rem
  }

  .xs\:pb-12{
    padding-bottom:3rem
  }

  .xs\:pb-14{
    padding-bottom:3.5rem
  }

  .xs\:pb-16{
    padding-bottom:4rem
  }

  .xs\:pb-2{
    padding-bottom:0.5rem
  }

  .xs\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .xs\:pb-20{
    padding-bottom:5rem
  }

  .xs\:pb-24{
    padding-bottom:6rem
  }

  .xs\:pb-28{
    padding-bottom:7rem
  }

  .xs\:pb-3{
    padding-bottom:0.75rem
  }

  .xs\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .xs\:pb-32{
    padding-bottom:8rem
  }

  .xs\:pb-36{
    padding-bottom:9rem
  }

  .xs\:pb-4{
    padding-bottom:1rem
  }

  .xs\:pb-40{
    padding-bottom:10rem
  }

  .xs\:pb-5{
    padding-bottom:1.25rem
  }

  .xs\:pb-6{
    padding-bottom:1.5rem
  }

  .xs\:pb-7{
    padding-bottom:1.75rem
  }

  .xs\:pb-8{
    padding-bottom:2rem
  }

  .xs\:pb-9{
    padding-bottom:2.25rem
  }

  .xs\:pb-px{
    padding-bottom:1px
  }

  .xs\:pl-0{
    padding-left:0px
  }

  .xs\:pl-0\.5{
    padding-left:0.125rem
  }

  .xs\:pl-1{
    padding-left:0.25rem
  }

  .xs\:pl-1\.5{
    padding-left:0.375rem
  }

  .xs\:pl-10{
    padding-left:2.5rem
  }

  .xs\:pl-11{
    padding-left:2.75rem
  }

  .xs\:pl-12{
    padding-left:3rem
  }

  .xs\:pl-14{
    padding-left:3.5rem
  }

  .xs\:pl-16{
    padding-left:4rem
  }

  .xs\:pl-2{
    padding-left:0.5rem
  }

  .xs\:pl-2\.5{
    padding-left:0.625rem
  }

  .xs\:pl-20{
    padding-left:5rem
  }

  .xs\:pl-24{
    padding-left:6rem
  }

  .xs\:pl-28{
    padding-left:7rem
  }

  .xs\:pl-3{
    padding-left:0.75rem
  }

  .xs\:pl-3\.5{
    padding-left:0.875rem
  }

  .xs\:pl-32{
    padding-left:8rem
  }

  .xs\:pl-36{
    padding-left:9rem
  }

  .xs\:pl-4{
    padding-left:1rem
  }

  .xs\:pl-40{
    padding-left:10rem
  }

  .xs\:pl-5{
    padding-left:1.25rem
  }

  .xs\:pl-6{
    padding-left:1.5rem
  }

  .xs\:pl-7{
    padding-left:1.75rem
  }

  .xs\:pl-8{
    padding-left:2rem
  }

  .xs\:pl-9{
    padding-left:2.25rem
  }

  .xs\:pl-px{
    padding-left:1px
  }

  .xs\:pr-0{
    padding-right:0px
  }

  .xs\:pr-0\.5{
    padding-right:0.125rem
  }

  .xs\:pr-1{
    padding-right:0.25rem
  }

  .xs\:pr-1\.5{
    padding-right:0.375rem
  }

  .xs\:pr-10{
    padding-right:2.5rem
  }

  .xs\:pr-11{
    padding-right:2.75rem
  }

  .xs\:pr-12{
    padding-right:3rem
  }

  .xs\:pr-14{
    padding-right:3.5rem
  }

  .xs\:pr-16{
    padding-right:4rem
  }

  .xs\:pr-2{
    padding-right:0.5rem
  }

  .xs\:pr-2\.5{
    padding-right:0.625rem
  }

  .xs\:pr-20{
    padding-right:5rem
  }

  .xs\:pr-24{
    padding-right:6rem
  }

  .xs\:pr-28{
    padding-right:7rem
  }

  .xs\:pr-3{
    padding-right:0.75rem
  }

  .xs\:pr-3\.5{
    padding-right:0.875rem
  }

  .xs\:pr-32{
    padding-right:8rem
  }

  .xs\:pr-36{
    padding-right:9rem
  }

  .xs\:pr-4{
    padding-right:1rem
  }

  .xs\:pr-40{
    padding-right:10rem
  }

  .xs\:pr-5{
    padding-right:1.25rem
  }

  .xs\:pr-6{
    padding-right:1.5rem
  }

  .xs\:pr-7{
    padding-right:1.75rem
  }

  .xs\:pr-8{
    padding-right:2rem
  }

  .xs\:pr-9{
    padding-right:2.25rem
  }

  .xs\:pr-px{
    padding-right:1px
  }

  .xs\:pt-0{
    padding-top:0px
  }

  .xs\:pt-0\.5{
    padding-top:0.125rem
  }

  .xs\:pt-1{
    padding-top:0.25rem
  }

  .xs\:pt-1\.5{
    padding-top:0.375rem
  }

  .xs\:pt-10{
    padding-top:2.5rem
  }

  .xs\:pt-11{
    padding-top:2.75rem
  }

  .xs\:pt-12{
    padding-top:3rem
  }

  .xs\:pt-14{
    padding-top:3.5rem
  }

  .xs\:pt-16{
    padding-top:4rem
  }

  .xs\:pt-2{
    padding-top:0.5rem
  }

  .xs\:pt-2\.5{
    padding-top:0.625rem
  }

  .xs\:pt-20{
    padding-top:5rem
  }

  .xs\:pt-24{
    padding-top:6rem
  }

  .xs\:pt-28{
    padding-top:7rem
  }

  .xs\:pt-3{
    padding-top:0.75rem
  }

  .xs\:pt-3\.5{
    padding-top:0.875rem
  }

  .xs\:pt-32{
    padding-top:8rem
  }

  .xs\:pt-36{
    padding-top:9rem
  }

  .xs\:pt-4{
    padding-top:1rem
  }

  .xs\:pt-40{
    padding-top:10rem
  }

  .xs\:pt-5{
    padding-top:1.25rem
  }

  .xs\:pt-6{
    padding-top:1.5rem
  }

  .xs\:pt-7{
    padding-top:1.75rem
  }

  .xs\:pt-8{
    padding-top:2rem
  }

  .xs\:pt-9{
    padding-top:2.25rem
  }

  .xs\:pt-px{
    padding-top:1px
  }

  .xs\:text-left{
    text-align:left
  }

  .xs\:text-center{
    text-align:center
  }

  .xs\:text-right{
    text-align:right
  }

  .xs\:text-justify{
    text-align:justify
  }

  .xs\:text-start{
    text-align:start
  }

  .xs\:text-end{
    text-align:end
  }

  .xs\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .xs\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .xs\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .xs\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .xs\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .xs\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .xs\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .xs\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .xs\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .xs\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .xs\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .xs\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .xs\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .xs\:leading-10{
    line-height:2.5rem
  }

  .xs\:leading-3{
    line-height:.75rem
  }

  .xs\:leading-4{
    line-height:1rem
  }

  .xs\:leading-5{
    line-height:1.25rem
  }

  .xs\:leading-6{
    line-height:1.5rem
  }

  .xs\:leading-7{
    line-height:1.75rem
  }

  .xs\:leading-8{
    line-height:2rem
  }

  .xs\:leading-9{
    line-height:2.25rem
  }

  .xs\:leading-loose{
    line-height:2
  }

  .xs\:leading-none{
    line-height:1
  }

  .xs\:leading-normal{
    line-height:1.5
  }

  .xs\:leading-relaxed{
    line-height:1.625
  }

  .xs\:leading-snug{
    line-height:1.375
  }

  .xs\:leading-tight{
    line-height:1.25
  }
}

@media (min-width: 640px){
  .sm\:static{
    position:static
  }

  .sm\:fixed{
    position:fixed
  }

  .sm\:absolute{
    position:absolute
  }

  .sm\:relative{
    position:relative
  }

  .sm\:sticky{
    position:sticky
  }

  .sm\:inset-0{
    inset:0px
  }

  .sm\:inset-0\.5{
    inset:0.125rem
  }

  .sm\:inset-1{
    inset:0.25rem
  }

  .sm\:inset-10{
    inset:2.5rem
  }

  .sm\:inset-12{
    inset:3rem
  }

  .sm\:inset-14{
    inset:3.5rem
  }

  .sm\:inset-16{
    inset:4rem
  }

  .sm\:inset-2{
    inset:0.5rem
  }

  .sm\:inset-20{
    inset:5rem
  }

  .sm\:inset-24{
    inset:6rem
  }

  .sm\:inset-28{
    inset:7rem
  }

  .sm\:inset-3{
    inset:0.75rem
  }

  .sm\:inset-32{
    inset:8rem
  }

  .sm\:inset-4{
    inset:1rem
  }

  .sm\:inset-5{
    inset:1.25rem
  }

  .sm\:inset-6{
    inset:1.5rem
  }

  .sm\:inset-7{
    inset:1.75rem
  }

  .sm\:inset-8{
    inset:2rem
  }

  .sm\:inset-9{
    inset:2.25rem
  }

  .sm\:inset-auto{
    inset:auto
  }

  .sm\:inset-full{
    inset:100%
  }

  .sm\:inset-px{
    inset:1px
  }

  .sm\:inset-x-0{
    left:0px;
    right:0px
  }

  .sm\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .sm\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .sm\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .sm\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .sm\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .sm\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .sm\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .sm\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .sm\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .sm\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .sm\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .sm\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .sm\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .sm\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .sm\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .sm\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .sm\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .sm\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .sm\:inset-x-auto{
    left:auto;
    right:auto
  }

  .sm\:inset-x-full{
    left:100%;
    right:100%
  }

  .sm\:inset-x-px{
    left:1px;
    right:1px
  }

  .sm\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .sm\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .sm\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .sm\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .sm\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .sm\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .sm\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .sm\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .sm\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .sm\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .sm\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .sm\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .sm\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .sm\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .sm\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .sm\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .sm\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .sm\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .sm\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .sm\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .sm\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .sm\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .sm\:bottom-0{
    bottom:0px
  }

  .sm\:bottom-1\/2{
    bottom:50%
  }

  .sm\:bottom-auto{
    bottom:auto
  }

  .sm\:bottom-full{
    bottom:100%
  }

  .sm\:left-0{
    left:0px
  }

  .sm\:left-1\/2{
    left:50%
  }

  .sm\:left-auto{
    left:auto
  }

  .sm\:left-full{
    left:100%
  }

  .sm\:right-0{
    right:0px
  }

  .sm\:right-1\/2{
    right:50%
  }

  .sm\:right-auto{
    right:auto
  }

  .sm\:right-full{
    right:100%
  }

  .sm\:top-0{
    top:0px
  }

  .sm\:top-1\/2{
    top:50%
  }

  .sm\:top-auto{
    top:auto
  }

  .sm\:top-full{
    top:100%
  }

  .sm\:order-1{
    order:1
  }

  .sm\:order-10{
    order:10
  }

  .sm\:order-11{
    order:11
  }

  .sm\:order-12{
    order:12
  }

  .sm\:order-2{
    order:2
  }

  .sm\:order-3{
    order:3
  }

  .sm\:order-4{
    order:4
  }

  .sm\:order-5{
    order:5
  }

  .sm\:order-6{
    order:6
  }

  .sm\:order-7{
    order:7
  }

  .sm\:order-8{
    order:8
  }

  .sm\:order-9{
    order:9
  }

  .sm\:order-first{
    order:-9999
  }

  .sm\:order-last{
    order:9999
  }

  .sm\:order-none{
    order:0
  }

  .sm\:col-span-1{
    grid-column:span 1 / span 1
  }

  .sm\:col-span-10{
    grid-column:span 10 / span 10
  }

  .sm\:col-span-11{
    grid-column:span 11 / span 11
  }

  .sm\:col-span-12{
    grid-column:span 12 / span 12
  }

  .sm\:col-span-2{
    grid-column:span 2 / span 2
  }

  .sm\:col-span-3{
    grid-column:span 3 / span 3
  }

  .sm\:col-span-4{
    grid-column:span 4 / span 4
  }

  .sm\:col-span-5{
    grid-column:span 5 / span 5
  }

  .sm\:col-span-6{
    grid-column:span 6 / span 6
  }

  .sm\:col-span-7{
    grid-column:span 7 / span 7
  }

  .sm\:col-span-8{
    grid-column:span 8 / span 8
  }

  .sm\:col-span-9{
    grid-column:span 9 / span 9
  }

  .sm\:col-span-full{
    grid-column:1 / -1
  }

  .sm\:row-span-1{
    grid-row:span 1 / span 1
  }

  .sm\:row-span-2{
    grid-row:span 2 / span 2
  }

  .sm\:row-span-3{
    grid-row:span 3 / span 3
  }

  .sm\:row-span-4{
    grid-row:span 4 / span 4
  }

  .sm\:row-span-5{
    grid-row:span 5 / span 5
  }

  .sm\:row-span-6{
    grid-row:span 6 / span 6
  }

  .sm\:row-span-full{
    grid-row:1 / -1
  }

  .sm\:-m-0{
    margin:-0px
  }

  .sm\:-m-0\.5{
    margin:-0.125rem
  }

  .sm\:-m-1{
    margin:-0.25rem
  }

  .sm\:-m-1\.5{
    margin:-0.375rem
  }

  .sm\:-m-10{
    margin:-2.5rem
  }

  .sm\:-m-11{
    margin:-2.75rem
  }

  .sm\:-m-12{
    margin:-3rem
  }

  .sm\:-m-14{
    margin:-3.5rem
  }

  .sm\:-m-16{
    margin:-4rem
  }

  .sm\:-m-2{
    margin:-0.5rem
  }

  .sm\:-m-2\.5{
    margin:-0.625rem
  }

  .sm\:-m-20{
    margin:-5rem
  }

  .sm\:-m-24{
    margin:-6rem
  }

  .sm\:-m-28{
    margin:-7rem
  }

  .sm\:-m-3{
    margin:-0.75rem
  }

  .sm\:-m-3\.5{
    margin:-0.875rem
  }

  .sm\:-m-32{
    margin:-8rem
  }

  .sm\:-m-36{
    margin:-9rem
  }

  .sm\:-m-4{
    margin:-1rem
  }

  .sm\:-m-40{
    margin:-10rem
  }

  .sm\:-m-5{
    margin:-1.25rem
  }

  .sm\:-m-6{
    margin:-1.5rem
  }

  .sm\:-m-7{
    margin:-1.75rem
  }

  .sm\:-m-8{
    margin:-2rem
  }

  .sm\:-m-9{
    margin:-2.25rem
  }

  .sm\:-m-px{
    margin:-1px
  }

  .sm\:m-0{
    margin:0px
  }

  .sm\:m-0\.5{
    margin:0.125rem
  }

  .sm\:m-1{
    margin:0.25rem
  }

  .sm\:m-1\.5{
    margin:0.375rem
  }

  .sm\:m-10{
    margin:2.5rem
  }

  .sm\:m-11{
    margin:2.75rem
  }

  .sm\:m-12{
    margin:3rem
  }

  .sm\:m-14{
    margin:3.5rem
  }

  .sm\:m-16{
    margin:4rem
  }

  .sm\:m-2{
    margin:0.5rem
  }

  .sm\:m-2\.5{
    margin:0.625rem
  }

  .sm\:m-20{
    margin:5rem
  }

  .sm\:m-24{
    margin:6rem
  }

  .sm\:m-28{
    margin:7rem
  }

  .sm\:m-3{
    margin:0.75rem
  }

  .sm\:m-3\.5{
    margin:0.875rem
  }

  .sm\:m-32{
    margin:8rem
  }

  .sm\:m-36{
    margin:9rem
  }

  .sm\:m-4{
    margin:1rem
  }

  .sm\:m-40{
    margin:10rem
  }

  .sm\:m-5{
    margin:1.25rem
  }

  .sm\:m-6{
    margin:1.5rem
  }

  .sm\:m-7{
    margin:1.75rem
  }

  .sm\:m-8{
    margin:2rem
  }

  .sm\:m-9{
    margin:2.25rem
  }

  .sm\:m-auto{
    margin:auto
  }

  .sm\:m-px{
    margin:1px
  }

  .sm\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .sm\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .sm\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .sm\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .sm\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .sm\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .sm\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .sm\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .sm\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .sm\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .sm\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .sm\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .sm\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .sm\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .sm\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .sm\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .sm\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .sm\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .sm\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .sm\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .sm\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .sm\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .sm\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .sm\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .sm\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .sm\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .sm\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .sm\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .sm\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .sm\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .sm\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .sm\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .sm\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .sm\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .sm\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .sm\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .sm\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .sm\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .sm\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .sm\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .sm\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .sm\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .sm\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .sm\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .sm\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .sm\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .sm\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .sm\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .sm\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .sm\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .sm\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .sm\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .sm\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .sm\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .sm\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .sm\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .sm\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .sm\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .sm\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .sm\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .sm\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .sm\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .sm\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .sm\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .sm\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .sm\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .sm\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .sm\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .sm\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .sm\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .sm\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .sm\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .sm\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .sm\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .sm\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .sm\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .sm\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .sm\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .sm\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .sm\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .sm\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .sm\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .sm\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .sm\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .sm\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .sm\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .sm\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .sm\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .sm\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .sm\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .sm\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .sm\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .sm\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .sm\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .sm\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .sm\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .sm\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .sm\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .sm\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .sm\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .sm\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .sm\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .sm\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .sm\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .sm\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .sm\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .sm\:-mb-0{
    margin-bottom:-0px
  }

  .sm\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .sm\:-mb-1{
    margin-bottom:-0.25rem
  }

  .sm\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .sm\:-mb-10{
    margin-bottom:-2.5rem
  }

  .sm\:-mb-11{
    margin-bottom:-2.75rem
  }

  .sm\:-mb-12{
    margin-bottom:-3rem
  }

  .sm\:-mb-14{
    margin-bottom:-3.5rem
  }

  .sm\:-mb-16{
    margin-bottom:-4rem
  }

  .sm\:-mb-2{
    margin-bottom:-0.5rem
  }

  .sm\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .sm\:-mb-20{
    margin-bottom:-5rem
  }

  .sm\:-mb-24{
    margin-bottom:-6rem
  }

  .sm\:-mb-28{
    margin-bottom:-7rem
  }

  .sm\:-mb-3{
    margin-bottom:-0.75rem
  }

  .sm\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .sm\:-mb-32{
    margin-bottom:-8rem
  }

  .sm\:-mb-36{
    margin-bottom:-9rem
  }

  .sm\:-mb-4{
    margin-bottom:-1rem
  }

  .sm\:-mb-40{
    margin-bottom:-10rem
  }

  .sm\:-mb-5{
    margin-bottom:-1.25rem
  }

  .sm\:-mb-6{
    margin-bottom:-1.5rem
  }

  .sm\:-mb-7{
    margin-bottom:-1.75rem
  }

  .sm\:-mb-8{
    margin-bottom:-2rem
  }

  .sm\:-mb-9{
    margin-bottom:-2.25rem
  }

  .sm\:-mb-px{
    margin-bottom:-1px
  }

  .sm\:-ml-0{
    margin-left:-0px
  }

  .sm\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .sm\:-ml-1{
    margin-left:-0.25rem
  }

  .sm\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .sm\:-ml-10{
    margin-left:-2.5rem
  }

  .sm\:-ml-11{
    margin-left:-2.75rem
  }

  .sm\:-ml-12{
    margin-left:-3rem
  }

  .sm\:-ml-14{
    margin-left:-3.5rem
  }

  .sm\:-ml-16{
    margin-left:-4rem
  }

  .sm\:-ml-2{
    margin-left:-0.5rem
  }

  .sm\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .sm\:-ml-20{
    margin-left:-5rem
  }

  .sm\:-ml-24{
    margin-left:-6rem
  }

  .sm\:-ml-28{
    margin-left:-7rem
  }

  .sm\:-ml-3{
    margin-left:-0.75rem
  }

  .sm\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .sm\:-ml-32{
    margin-left:-8rem
  }

  .sm\:-ml-36{
    margin-left:-9rem
  }

  .sm\:-ml-4{
    margin-left:-1rem
  }

  .sm\:-ml-40{
    margin-left:-10rem
  }

  .sm\:-ml-5{
    margin-left:-1.25rem
  }

  .sm\:-ml-6{
    margin-left:-1.5rem
  }

  .sm\:-ml-7{
    margin-left:-1.75rem
  }

  .sm\:-ml-8{
    margin-left:-2rem
  }

  .sm\:-ml-9{
    margin-left:-2.25rem
  }

  .sm\:-ml-px{
    margin-left:-1px
  }

  .sm\:-mr-0{
    margin-right:-0px
  }

  .sm\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .sm\:-mr-1{
    margin-right:-0.25rem
  }

  .sm\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .sm\:-mr-10{
    margin-right:-2.5rem
  }

  .sm\:-mr-11{
    margin-right:-2.75rem
  }

  .sm\:-mr-12{
    margin-right:-3rem
  }

  .sm\:-mr-14{
    margin-right:-3.5rem
  }

  .sm\:-mr-16{
    margin-right:-4rem
  }

  .sm\:-mr-2{
    margin-right:-0.5rem
  }

  .sm\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .sm\:-mr-20{
    margin-right:-5rem
  }

  .sm\:-mr-24{
    margin-right:-6rem
  }

  .sm\:-mr-28{
    margin-right:-7rem
  }

  .sm\:-mr-3{
    margin-right:-0.75rem
  }

  .sm\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .sm\:-mr-32{
    margin-right:-8rem
  }

  .sm\:-mr-36{
    margin-right:-9rem
  }

  .sm\:-mr-4{
    margin-right:-1rem
  }

  .sm\:-mr-40{
    margin-right:-10rem
  }

  .sm\:-mr-5{
    margin-right:-1.25rem
  }

  .sm\:-mr-6{
    margin-right:-1.5rem
  }

  .sm\:-mr-7{
    margin-right:-1.75rem
  }

  .sm\:-mr-8{
    margin-right:-2rem
  }

  .sm\:-mr-9{
    margin-right:-2.25rem
  }

  .sm\:-mr-px{
    margin-right:-1px
  }

  .sm\:-mt-0{
    margin-top:-0px
  }

  .sm\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .sm\:-mt-1{
    margin-top:-0.25rem
  }

  .sm\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .sm\:-mt-10{
    margin-top:-2.5rem
  }

  .sm\:-mt-11{
    margin-top:-2.75rem
  }

  .sm\:-mt-12{
    margin-top:-3rem
  }

  .sm\:-mt-14{
    margin-top:-3.5rem
  }

  .sm\:-mt-16{
    margin-top:-4rem
  }

  .sm\:-mt-2{
    margin-top:-0.5rem
  }

  .sm\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .sm\:-mt-20{
    margin-top:-5rem
  }

  .sm\:-mt-24{
    margin-top:-6rem
  }

  .sm\:-mt-28{
    margin-top:-7rem
  }

  .sm\:-mt-3{
    margin-top:-0.75rem
  }

  .sm\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .sm\:-mt-32{
    margin-top:-8rem
  }

  .sm\:-mt-36{
    margin-top:-9rem
  }

  .sm\:-mt-4{
    margin-top:-1rem
  }

  .sm\:-mt-40{
    margin-top:-10rem
  }

  .sm\:-mt-5{
    margin-top:-1.25rem
  }

  .sm\:-mt-6{
    margin-top:-1.5rem
  }

  .sm\:-mt-7{
    margin-top:-1.75rem
  }

  .sm\:-mt-8{
    margin-top:-2rem
  }

  .sm\:-mt-9{
    margin-top:-2.25rem
  }

  .sm\:-mt-px{
    margin-top:-1px
  }

  .sm\:mb-0{
    margin-bottom:0px
  }

  .sm\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .sm\:mb-1{
    margin-bottom:0.25rem
  }

  .sm\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .sm\:mb-10{
    margin-bottom:2.5rem
  }

  .sm\:mb-11{
    margin-bottom:2.75rem
  }

  .sm\:mb-12{
    margin-bottom:3rem
  }

  .sm\:mb-14{
    margin-bottom:3.5rem
  }

  .sm\:mb-16{
    margin-bottom:4rem
  }

  .sm\:mb-2{
    margin-bottom:0.5rem
  }

  .sm\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .sm\:mb-20{
    margin-bottom:5rem
  }

  .sm\:mb-24{
    margin-bottom:6rem
  }

  .sm\:mb-28{
    margin-bottom:7rem
  }

  .sm\:mb-3{
    margin-bottom:0.75rem
  }

  .sm\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .sm\:mb-32{
    margin-bottom:8rem
  }

  .sm\:mb-36{
    margin-bottom:9rem
  }

  .sm\:mb-4{
    margin-bottom:1rem
  }

  .sm\:mb-40{
    margin-bottom:10rem
  }

  .sm\:mb-5{
    margin-bottom:1.25rem
  }

  .sm\:mb-6{
    margin-bottom:1.5rem
  }

  .sm\:mb-7{
    margin-bottom:1.75rem
  }

  .sm\:mb-8{
    margin-bottom:2rem
  }

  .sm\:mb-9{
    margin-bottom:2.25rem
  }

  .sm\:mb-auto{
    margin-bottom:auto
  }

  .sm\:mb-px{
    margin-bottom:1px
  }

  .sm\:ml-0{
    margin-left:0px
  }

  .sm\:ml-0\.5{
    margin-left:0.125rem
  }

  .sm\:ml-1{
    margin-left:0.25rem
  }

  .sm\:ml-1\.5{
    margin-left:0.375rem
  }

  .sm\:ml-10{
    margin-left:2.5rem
  }

  .sm\:ml-11{
    margin-left:2.75rem
  }

  .sm\:ml-12{
    margin-left:3rem
  }

  .sm\:ml-14{
    margin-left:3.5rem
  }

  .sm\:ml-16{
    margin-left:4rem
  }

  .sm\:ml-2{
    margin-left:0.5rem
  }

  .sm\:ml-2\.5{
    margin-left:0.625rem
  }

  .sm\:ml-20{
    margin-left:5rem
  }

  .sm\:ml-24{
    margin-left:6rem
  }

  .sm\:ml-28{
    margin-left:7rem
  }

  .sm\:ml-3{
    margin-left:0.75rem
  }

  .sm\:ml-3\.5{
    margin-left:0.875rem
  }

  .sm\:ml-32{
    margin-left:8rem
  }

  .sm\:ml-36{
    margin-left:9rem
  }

  .sm\:ml-4{
    margin-left:1rem
  }

  .sm\:ml-40{
    margin-left:10rem
  }

  .sm\:ml-5{
    margin-left:1.25rem
  }

  .sm\:ml-6{
    margin-left:1.5rem
  }

  .sm\:ml-7{
    margin-left:1.75rem
  }

  .sm\:ml-8{
    margin-left:2rem
  }

  .sm\:ml-9{
    margin-left:2.25rem
  }

  .sm\:ml-auto{
    margin-left:auto
  }

  .sm\:ml-px{
    margin-left:1px
  }

  .sm\:mr-0{
    margin-right:0px
  }

  .sm\:mr-0\.5{
    margin-right:0.125rem
  }

  .sm\:mr-1{
    margin-right:0.25rem
  }

  .sm\:mr-1\.5{
    margin-right:0.375rem
  }

  .sm\:mr-10{
    margin-right:2.5rem
  }

  .sm\:mr-11{
    margin-right:2.75rem
  }

  .sm\:mr-12{
    margin-right:3rem
  }

  .sm\:mr-14{
    margin-right:3.5rem
  }

  .sm\:mr-16{
    margin-right:4rem
  }

  .sm\:mr-2{
    margin-right:0.5rem
  }

  .sm\:mr-2\.5{
    margin-right:0.625rem
  }

  .sm\:mr-20{
    margin-right:5rem
  }

  .sm\:mr-24{
    margin-right:6rem
  }

  .sm\:mr-28{
    margin-right:7rem
  }

  .sm\:mr-3{
    margin-right:0.75rem
  }

  .sm\:mr-3\.5{
    margin-right:0.875rem
  }

  .sm\:mr-32{
    margin-right:8rem
  }

  .sm\:mr-36{
    margin-right:9rem
  }

  .sm\:mr-4{
    margin-right:1rem
  }

  .sm\:mr-40{
    margin-right:10rem
  }

  .sm\:mr-5{
    margin-right:1.25rem
  }

  .sm\:mr-6{
    margin-right:1.5rem
  }

  .sm\:mr-7{
    margin-right:1.75rem
  }

  .sm\:mr-8{
    margin-right:2rem
  }

  .sm\:mr-9{
    margin-right:2.25rem
  }

  .sm\:mr-auto{
    margin-right:auto
  }

  .sm\:mr-px{
    margin-right:1px
  }

  .sm\:mt-0{
    margin-top:0px
  }

  .sm\:mt-0\.5{
    margin-top:0.125rem
  }

  .sm\:mt-1{
    margin-top:0.25rem
  }

  .sm\:mt-1\.5{
    margin-top:0.375rem
  }

  .sm\:mt-10{
    margin-top:2.5rem
  }

  .sm\:mt-11{
    margin-top:2.75rem
  }

  .sm\:mt-12{
    margin-top:3rem
  }

  .sm\:mt-14{
    margin-top:3.5rem
  }

  .sm\:mt-16{
    margin-top:4rem
  }

  .sm\:mt-2{
    margin-top:0.5rem
  }

  .sm\:mt-2\.5{
    margin-top:0.625rem
  }

  .sm\:mt-20{
    margin-top:5rem
  }

  .sm\:mt-24{
    margin-top:6rem
  }

  .sm\:mt-28{
    margin-top:7rem
  }

  .sm\:mt-3{
    margin-top:0.75rem
  }

  .sm\:mt-3\.5{
    margin-top:0.875rem
  }

  .sm\:mt-32{
    margin-top:8rem
  }

  .sm\:mt-36{
    margin-top:9rem
  }

  .sm\:mt-4{
    margin-top:1rem
  }

  .sm\:mt-40{
    margin-top:10rem
  }

  .sm\:mt-5{
    margin-top:1.25rem
  }

  .sm\:mt-6{
    margin-top:1.5rem
  }

  .sm\:mt-7{
    margin-top:1.75rem
  }

  .sm\:mt-8{
    margin-top:2rem
  }

  .sm\:mt-9{
    margin-top:2.25rem
  }

  .sm\:mt-auto{
    margin-top:auto
  }

  .sm\:mt-px{
    margin-top:1px
  }

  .sm\:block{
    display:block
  }

  .sm\:inline-block{
    display:inline-block
  }

  .sm\:inline{
    display:inline
  }

  .sm\:flex{
    display:flex
  }

  .sm\:inline-flex{
    display:inline-flex
  }

  .sm\:flow-root{
    display:flow-root
  }

  .sm\:grid{
    display:grid
  }

  .sm\:inline-grid{
    display:inline-grid
  }

  .sm\:contents{
    display:contents
  }

  .sm\:list-item{
    display:list-item
  }

  .sm\:hidden{
    display:none
  }

  .sm\:h-0{
    height:0px
  }

  .sm\:h-0\.5{
    height:0.125rem
  }

  .sm\:h-1{
    height:0.25rem
  }

  .sm\:h-1\.5{
    height:0.375rem
  }

  .sm\:h-10{
    height:2.5rem
  }

  .sm\:h-11{
    height:2.75rem
  }

  .sm\:h-12{
    height:3rem
  }

  .sm\:h-14{
    height:3.5rem
  }

  .sm\:h-16{
    height:4rem
  }

  .sm\:h-2{
    height:0.5rem
  }

  .sm\:h-2\.5{
    height:0.625rem
  }

  .sm\:h-20{
    height:5rem
  }

  .sm\:h-24{
    height:6rem
  }

  .sm\:h-28{
    height:7rem
  }

  .sm\:h-3{
    height:0.75rem
  }

  .sm\:h-3\.5{
    height:0.875rem
  }

  .sm\:h-32{
    height:8rem
  }

  .sm\:h-36{
    height:9rem
  }

  .sm\:h-4{
    height:1rem
  }

  .sm\:h-40{
    height:10rem
  }

  .sm\:h-5{
    height:1.25rem
  }

  .sm\:h-6{
    height:1.5rem
  }

  .sm\:h-7{
    height:1.75rem
  }

  .sm\:h-8{
    height:2rem
  }

  .sm\:h-9{
    height:2.25rem
  }

  .sm\:h-auto{
    height:auto
  }

  .sm\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .sm\:h-full{
    height:100%
  }

  .sm\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .sm\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .sm\:h-px{
    height:1px
  }

  .sm\:h-screen{
    height:100vh
  }

  .sm\:min-h-0{
    min-height:0px
  }

  .sm\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .sm\:min-h-full{
    min-height:100%
  }

  .sm\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .sm\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .sm\:min-h-screen{
    min-height:100vh
  }

  .sm\:w-0{
    width:0px
  }

  .sm\:w-0\.5{
    width:0.125rem
  }

  .sm\:w-1{
    width:0.25rem
  }

  .sm\:w-1\.5{
    width:0.375rem
  }

  .sm\:w-1\/2{
    width:50%
  }

  .sm\:w-1\/3{
    width:33.333333%
  }

  .sm\:w-1\/4{
    width:25%
  }

  .sm\:w-1\/5{
    width:20%
  }

  .sm\:w-1\/6{
    width:16.666667%
  }

  .sm\:w-10{
    width:2.5rem
  }

  .sm\:w-11{
    width:2.75rem
  }

  .sm\:w-12{
    width:3rem
  }

  .sm\:w-14{
    width:3.5rem
  }

  .sm\:w-16{
    width:4rem
  }

  .sm\:w-2{
    width:0.5rem
  }

  .sm\:w-2\.5{
    width:0.625rem
  }

  .sm\:w-2\/3{
    width:66.666667%
  }

  .sm\:w-2\/5{
    width:40%
  }

  .sm\:w-20{
    width:5rem
  }

  .sm\:w-24{
    width:6rem
  }

  .sm\:w-28{
    width:7rem
  }

  .sm\:w-3{
    width:0.75rem
  }

  .sm\:w-3\.5{
    width:0.875rem
  }

  .sm\:w-3\/4{
    width:75%
  }

  .sm\:w-3\/5{
    width:60%
  }

  .sm\:w-32{
    width:8rem
  }

  .sm\:w-36{
    width:9rem
  }

  .sm\:w-4{
    width:1rem
  }

  .sm\:w-4\/5{
    width:80%
  }

  .sm\:w-40{
    width:10rem
  }

  .sm\:w-5{
    width:1.25rem
  }

  .sm\:w-5\/6{
    width:83.333333%
  }

  .sm\:w-6{
    width:1.5rem
  }

  .sm\:w-7{
    width:1.75rem
  }

  .sm\:w-8{
    width:2rem
  }

  .sm\:w-9{
    width:2.25rem
  }

  .sm\:w-auto{
    width:auto
  }

  .sm\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .sm\:w-full{
    width:100%
  }

  .sm\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .sm\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .sm\:w-px{
    width:1px
  }

  .sm\:w-screen{
    width:100vw
  }

  .sm\:min-w-0{
    min-width:0px
  }

  .sm\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .sm\:min-w-full{
    min-width:100%
  }

  .sm\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .sm\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .sm\:max-w-2xl{
    max-width:42rem
  }

  .sm\:max-w-3xl{
    max-width:48rem
  }

  .sm\:max-w-4xl{
    max-width:56rem
  }

  .sm\:max-w-5xl{
    max-width:64rem
  }

  .sm\:max-w-6xl{
    max-width:72rem
  }

  .sm\:max-w-7xl{
    max-width:80rem
  }

  .sm\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .sm\:max-w-full{
    max-width:100%
  }

  .sm\:max-w-lg{
    max-width:32rem
  }

  .sm\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .sm\:max-w-md{
    max-width:28rem
  }

  .sm\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .sm\:max-w-none{
    max-width:none
  }

  .sm\:max-w-prose{
    max-width:65ch
  }

  .sm\:max-w-screen-2xl{
    max-width:1536px
  }

  .sm\:max-w-screen-lg{
    max-width:1024px
  }

  .sm\:max-w-screen-md{
    max-width:768px
  }

  .sm\:max-w-screen-sm{
    max-width:640px
  }

  .sm\:max-w-screen-xl{
    max-width:1280px
  }

  .sm\:max-w-sm{
    max-width:24rem
  }

  .sm\:max-w-xl{
    max-width:36rem
  }

  .sm\:max-w-xs{
    max-width:20rem
  }

  .sm\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .sm\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .sm\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .sm\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .sm\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .sm\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .sm\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .sm\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .sm\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .sm\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .sm\:grid-cols-none{
    grid-template-columns:none
  }

  .sm\:flex-row{
    flex-direction:row
  }

  .sm\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .sm\:flex-col{
    flex-direction:column
  }

  .sm\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .sm\:flex-wrap{
    flex-wrap:wrap
  }

  .sm\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .sm\:flex-nowrap{
    flex-wrap:nowrap
  }

  .sm\:place-content-center{
    place-content:center
  }

  .sm\:place-content-start{
    place-content:start
  }

  .sm\:place-content-end{
    place-content:end
  }

  .sm\:place-content-stretch{
    place-content:stretch
  }

  .sm\:place-items-start{
    place-items:start
  }

  .sm\:place-items-end{
    place-items:end
  }

  .sm\:place-items-center{
    place-items:center
  }

  .sm\:place-items-stretch{
    place-items:stretch
  }

  .sm\:content-center{
    align-content:center
  }

  .sm\:content-start{
    align-content:flex-start
  }

  .sm\:content-end{
    align-content:flex-end
  }

  .sm\:content-between{
    align-content:space-between
  }

  .sm\:content-around{
    align-content:space-around
  }

  .sm\:content-evenly{
    align-content:space-evenly
  }

  .sm\:content-stretch{
    align-content:stretch
  }

  .sm\:items-start{
    align-items:flex-start
  }

  .sm\:items-end{
    align-items:flex-end
  }

  .sm\:items-center{
    align-items:center
  }

  .sm\:items-baseline{
    align-items:baseline
  }

  .sm\:items-stretch{
    align-items:stretch
  }

  .sm\:justify-normal{
    justify-content:normal
  }

  .sm\:justify-start{
    justify-content:flex-start
  }

  .sm\:justify-end{
    justify-content:flex-end
  }

  .sm\:justify-center{
    justify-content:center
  }

  .sm\:justify-between{
    justify-content:space-between
  }

  .sm\:justify-around{
    justify-content:space-around
  }

  .sm\:justify-evenly{
    justify-content:space-evenly
  }

  .sm\:justify-stretch{
    justify-content:stretch
  }

  .sm\:justify-items-start{
    justify-items:start
  }

  .sm\:justify-items-end{
    justify-items:end
  }

  .sm\:justify-items-center{
    justify-items:center
  }

  .sm\:justify-items-stretch{
    justify-items:stretch
  }

  .sm\:gap-0{
    gap:0px
  }

  .sm\:gap-0\.5{
    gap:0.125rem
  }

  .sm\:gap-1{
    gap:0.25rem
  }

  .sm\:gap-1\.5{
    gap:0.375rem
  }

  .sm\:gap-10{
    gap:2.5rem
  }

  .sm\:gap-11{
    gap:2.75rem
  }

  .sm\:gap-12{
    gap:3rem
  }

  .sm\:gap-14{
    gap:3.5rem
  }

  .sm\:gap-16{
    gap:4rem
  }

  .sm\:gap-2{
    gap:0.5rem
  }

  .sm\:gap-2\.5{
    gap:0.625rem
  }

  .sm\:gap-20{
    gap:5rem
  }

  .sm\:gap-24{
    gap:6rem
  }

  .sm\:gap-28{
    gap:7rem
  }

  .sm\:gap-3{
    gap:0.75rem
  }

  .sm\:gap-3\.5{
    gap:0.875rem
  }

  .sm\:gap-32{
    gap:8rem
  }

  .sm\:gap-36{
    gap:9rem
  }

  .sm\:gap-4{
    gap:1rem
  }

  .sm\:gap-40{
    gap:10rem
  }

  .sm\:gap-5{
    gap:1.25rem
  }

  .sm\:gap-6{
    gap:1.5rem
  }

  .sm\:gap-7{
    gap:1.75rem
  }

  .sm\:gap-8{
    gap:2rem
  }

  .sm\:gap-9{
    gap:2.25rem
  }

  .sm\:gap-px{
    gap:1px
  }

  .sm\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .sm\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .sm\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .sm\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .sm\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .sm\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .sm\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .sm\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .sm\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .sm\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .sm\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .sm\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .sm\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .sm\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .sm\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .sm\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .sm\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .sm\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .sm\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .sm\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .sm\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .sm\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .sm\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .sm\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .sm\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .sm\:gap-y-0{
    row-gap:0px
  }

  .sm\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .sm\:gap-y-1{
    row-gap:0.25rem
  }

  .sm\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .sm\:gap-y-10{
    row-gap:2.5rem
  }

  .sm\:gap-y-11{
    row-gap:2.75rem
  }

  .sm\:gap-y-12{
    row-gap:3rem
  }

  .sm\:gap-y-14{
    row-gap:3.5rem
  }

  .sm\:gap-y-16{
    row-gap:4rem
  }

  .sm\:gap-y-2{
    row-gap:0.5rem
  }

  .sm\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .sm\:gap-y-20{
    row-gap:5rem
  }

  .sm\:gap-y-24{
    row-gap:6rem
  }

  .sm\:gap-y-28{
    row-gap:7rem
  }

  .sm\:gap-y-3{
    row-gap:0.75rem
  }

  .sm\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .sm\:gap-y-32{
    row-gap:8rem
  }

  .sm\:gap-y-36{
    row-gap:9rem
  }

  .sm\:gap-y-4{
    row-gap:1rem
  }

  .sm\:gap-y-40{
    row-gap:10rem
  }

  .sm\:gap-y-5{
    row-gap:1.25rem
  }

  .sm\:gap-y-6{
    row-gap:1.5rem
  }

  .sm\:gap-y-7{
    row-gap:1.75rem
  }

  .sm\:gap-y-8{
    row-gap:2rem
  }

  .sm\:gap-y-9{
    row-gap:2.25rem
  }

  .sm\:gap-y-px{
    row-gap:1px
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .sm\:place-self-start{
    place-self:start
  }

  .sm\:place-self-end{
    place-self:end
  }

  .sm\:place-self-center{
    place-self:center
  }

  .sm\:place-self-stretch{
    place-self:stretch
  }

  .sm\:self-auto{
    align-self:auto
  }

  .sm\:self-start{
    align-self:flex-start
  }

  .sm\:self-end{
    align-self:flex-end
  }

  .sm\:self-center{
    align-self:center
  }

  .sm\:self-stretch{
    align-self:stretch
  }

  .sm\:self-baseline{
    align-self:baseline
  }

  .sm\:justify-self-auto{
    justify-self:auto
  }

  .sm\:justify-self-start{
    justify-self:start
  }

  .sm\:justify-self-end{
    justify-self:end
  }

  .sm\:justify-self-center{
    justify-self:center
  }

  .sm\:justify-self-stretch{
    justify-self:stretch
  }

  .sm\:border{
    border-width:1px
  }

  .sm\:border-0{
    border-width:0px
  }

  .sm\:border-2{
    border-width:2px
  }

  .sm\:border-4{
    border-width:4px
  }

  .sm\:border-8{
    border-width:8px
  }

  .sm\:border-b{
    border-bottom-width:1px
  }

  .sm\:border-b-0{
    border-bottom-width:0px
  }

  .sm\:border-b-2{
    border-bottom-width:2px
  }

  .sm\:border-b-4{
    border-bottom-width:4px
  }

  .sm\:border-b-8{
    border-bottom-width:8px
  }

  .sm\:border-l{
    border-left-width:1px
  }

  .sm\:border-l-0{
    border-left-width:0px
  }

  .sm\:border-l-2{
    border-left-width:2px
  }

  .sm\:border-l-4{
    border-left-width:4px
  }

  .sm\:border-l-8{
    border-left-width:8px
  }

  .sm\:border-r{
    border-right-width:1px
  }

  .sm\:border-r-0{
    border-right-width:0px
  }

  .sm\:border-r-2{
    border-right-width:2px
  }

  .sm\:border-r-4{
    border-right-width:4px
  }

  .sm\:border-r-8{
    border-right-width:8px
  }

  .sm\:border-t{
    border-top-width:1px
  }

  .sm\:border-t-0{
    border-top-width:0px
  }

  .sm\:border-t-2{
    border-top-width:2px
  }

  .sm\:border-t-4{
    border-top-width:4px
  }

  .sm\:border-t-8{
    border-top-width:8px
  }

  .sm\:p-0{
    padding:0px
  }

  .sm\:p-0\.5{
    padding:0.125rem
  }

  .sm\:p-1{
    padding:0.25rem
  }

  .sm\:p-1\.5{
    padding:0.375rem
  }

  .sm\:p-10{
    padding:2.5rem
  }

  .sm\:p-11{
    padding:2.75rem
  }

  .sm\:p-12{
    padding:3rem
  }

  .sm\:p-14{
    padding:3.5rem
  }

  .sm\:p-16{
    padding:4rem
  }

  .sm\:p-2{
    padding:0.5rem
  }

  .sm\:p-2\.5{
    padding:0.625rem
  }

  .sm\:p-20{
    padding:5rem
  }

  .sm\:p-24{
    padding:6rem
  }

  .sm\:p-28{
    padding:7rem
  }

  .sm\:p-3{
    padding:0.75rem
  }

  .sm\:p-3\.5{
    padding:0.875rem
  }

  .sm\:p-32{
    padding:8rem
  }

  .sm\:p-36{
    padding:9rem
  }

  .sm\:p-4{
    padding:1rem
  }

  .sm\:p-40{
    padding:10rem
  }

  .sm\:p-5{
    padding:1.25rem
  }

  .sm\:p-6{
    padding:1.5rem
  }

  .sm\:p-7{
    padding:1.75rem
  }

  .sm\:p-8{
    padding:2rem
  }

  .sm\:p-9{
    padding:2.25rem
  }

  .sm\:p-px{
    padding:1px
  }

  .sm\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .sm\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .sm\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .sm\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .sm\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .sm\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .sm\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .sm\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .sm\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .sm\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .sm\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .sm\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .sm\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .sm\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .sm\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .sm\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .sm\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .sm\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .sm\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .sm\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .sm\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .sm\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .sm\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .sm\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .sm\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .sm\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .sm\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .sm\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .sm\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .sm\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .sm\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .sm\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .sm\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .sm\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .sm\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .sm\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .sm\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .sm\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .sm\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .sm\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .sm\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .sm\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .sm\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .sm\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .sm\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .sm\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .sm\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .sm\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .sm\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .sm\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .sm\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .sm\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .sm\:pb-0{
    padding-bottom:0px
  }

  .sm\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .sm\:pb-1{
    padding-bottom:0.25rem
  }

  .sm\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .sm\:pb-10{
    padding-bottom:2.5rem
  }

  .sm\:pb-11{
    padding-bottom:2.75rem
  }

  .sm\:pb-12{
    padding-bottom:3rem
  }

  .sm\:pb-14{
    padding-bottom:3.5rem
  }

  .sm\:pb-16{
    padding-bottom:4rem
  }

  .sm\:pb-2{
    padding-bottom:0.5rem
  }

  .sm\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .sm\:pb-20{
    padding-bottom:5rem
  }

  .sm\:pb-24{
    padding-bottom:6rem
  }

  .sm\:pb-28{
    padding-bottom:7rem
  }

  .sm\:pb-3{
    padding-bottom:0.75rem
  }

  .sm\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .sm\:pb-32{
    padding-bottom:8rem
  }

  .sm\:pb-36{
    padding-bottom:9rem
  }

  .sm\:pb-4{
    padding-bottom:1rem
  }

  .sm\:pb-40{
    padding-bottom:10rem
  }

  .sm\:pb-5{
    padding-bottom:1.25rem
  }

  .sm\:pb-6{
    padding-bottom:1.5rem
  }

  .sm\:pb-7{
    padding-bottom:1.75rem
  }

  .sm\:pb-8{
    padding-bottom:2rem
  }

  .sm\:pb-9{
    padding-bottom:2.25rem
  }

  .sm\:pb-px{
    padding-bottom:1px
  }

  .sm\:pl-0{
    padding-left:0px
  }

  .sm\:pl-0\.5{
    padding-left:0.125rem
  }

  .sm\:pl-1{
    padding-left:0.25rem
  }

  .sm\:pl-1\.5{
    padding-left:0.375rem
  }

  .sm\:pl-10{
    padding-left:2.5rem
  }

  .sm\:pl-11{
    padding-left:2.75rem
  }

  .sm\:pl-12{
    padding-left:3rem
  }

  .sm\:pl-14{
    padding-left:3.5rem
  }

  .sm\:pl-16{
    padding-left:4rem
  }

  .sm\:pl-2{
    padding-left:0.5rem
  }

  .sm\:pl-2\.5{
    padding-left:0.625rem
  }

  .sm\:pl-20{
    padding-left:5rem
  }

  .sm\:pl-24{
    padding-left:6rem
  }

  .sm\:pl-28{
    padding-left:7rem
  }

  .sm\:pl-3{
    padding-left:0.75rem
  }

  .sm\:pl-3\.5{
    padding-left:0.875rem
  }

  .sm\:pl-32{
    padding-left:8rem
  }

  .sm\:pl-36{
    padding-left:9rem
  }

  .sm\:pl-4{
    padding-left:1rem
  }

  .sm\:pl-40{
    padding-left:10rem
  }

  .sm\:pl-5{
    padding-left:1.25rem
  }

  .sm\:pl-6{
    padding-left:1.5rem
  }

  .sm\:pl-7{
    padding-left:1.75rem
  }

  .sm\:pl-8{
    padding-left:2rem
  }

  .sm\:pl-9{
    padding-left:2.25rem
  }

  .sm\:pl-px{
    padding-left:1px
  }

  .sm\:pr-0{
    padding-right:0px
  }

  .sm\:pr-0\.5{
    padding-right:0.125rem
  }

  .sm\:pr-1{
    padding-right:0.25rem
  }

  .sm\:pr-1\.5{
    padding-right:0.375rem
  }

  .sm\:pr-10{
    padding-right:2.5rem
  }

  .sm\:pr-11{
    padding-right:2.75rem
  }

  .sm\:pr-12{
    padding-right:3rem
  }

  .sm\:pr-14{
    padding-right:3.5rem
  }

  .sm\:pr-16{
    padding-right:4rem
  }

  .sm\:pr-2{
    padding-right:0.5rem
  }

  .sm\:pr-2\.5{
    padding-right:0.625rem
  }

  .sm\:pr-20{
    padding-right:5rem
  }

  .sm\:pr-24{
    padding-right:6rem
  }

  .sm\:pr-28{
    padding-right:7rem
  }

  .sm\:pr-3{
    padding-right:0.75rem
  }

  .sm\:pr-3\.5{
    padding-right:0.875rem
  }

  .sm\:pr-32{
    padding-right:8rem
  }

  .sm\:pr-36{
    padding-right:9rem
  }

  .sm\:pr-4{
    padding-right:1rem
  }

  .sm\:pr-40{
    padding-right:10rem
  }

  .sm\:pr-5{
    padding-right:1.25rem
  }

  .sm\:pr-6{
    padding-right:1.5rem
  }

  .sm\:pr-7{
    padding-right:1.75rem
  }

  .sm\:pr-8{
    padding-right:2rem
  }

  .sm\:pr-9{
    padding-right:2.25rem
  }

  .sm\:pr-px{
    padding-right:1px
  }

  .sm\:pt-0{
    padding-top:0px
  }

  .sm\:pt-0\.5{
    padding-top:0.125rem
  }

  .sm\:pt-1{
    padding-top:0.25rem
  }

  .sm\:pt-1\.5{
    padding-top:0.375rem
  }

  .sm\:pt-10{
    padding-top:2.5rem
  }

  .sm\:pt-11{
    padding-top:2.75rem
  }

  .sm\:pt-12{
    padding-top:3rem
  }

  .sm\:pt-14{
    padding-top:3.5rem
  }

  .sm\:pt-16{
    padding-top:4rem
  }

  .sm\:pt-2{
    padding-top:0.5rem
  }

  .sm\:pt-2\.5{
    padding-top:0.625rem
  }

  .sm\:pt-20{
    padding-top:5rem
  }

  .sm\:pt-24{
    padding-top:6rem
  }

  .sm\:pt-28{
    padding-top:7rem
  }

  .sm\:pt-3{
    padding-top:0.75rem
  }

  .sm\:pt-3\.5{
    padding-top:0.875rem
  }

  .sm\:pt-32{
    padding-top:8rem
  }

  .sm\:pt-36{
    padding-top:9rem
  }

  .sm\:pt-4{
    padding-top:1rem
  }

  .sm\:pt-40{
    padding-top:10rem
  }

  .sm\:pt-5{
    padding-top:1.25rem
  }

  .sm\:pt-6{
    padding-top:1.5rem
  }

  .sm\:pt-7{
    padding-top:1.75rem
  }

  .sm\:pt-8{
    padding-top:2rem
  }

  .sm\:pt-9{
    padding-top:2.25rem
  }

  .sm\:pt-px{
    padding-top:1px
  }

  .sm\:text-left{
    text-align:left
  }

  .sm\:text-center{
    text-align:center
  }

  .sm\:text-right{
    text-align:right
  }

  .sm\:text-justify{
    text-align:justify
  }

  .sm\:text-start{
    text-align:start
  }

  .sm\:text-end{
    text-align:end
  }

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .sm\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .sm\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .sm\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .sm\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .sm\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .sm\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .sm\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .sm\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .sm\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .sm\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .sm\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .sm\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .sm\:leading-10{
    line-height:2.5rem
  }

  .sm\:leading-3{
    line-height:.75rem
  }

  .sm\:leading-4{
    line-height:1rem
  }

  .sm\:leading-5{
    line-height:1.25rem
  }

  .sm\:leading-6{
    line-height:1.5rem
  }

  .sm\:leading-7{
    line-height:1.75rem
  }

  .sm\:leading-8{
    line-height:2rem
  }

  .sm\:leading-9{
    line-height:2.25rem
  }

  .sm\:leading-loose{
    line-height:2
  }

  .sm\:leading-none{
    line-height:1
  }

  .sm\:leading-normal{
    line-height:1.5
  }

  .sm\:leading-relaxed{
    line-height:1.625
  }

  .sm\:leading-snug{
    line-height:1.375
  }

  .sm\:leading-tight{
    line-height:1.25
  }
}

@media (min-width: 768px){
  .md\:static{
    position:static
  }

  .md\:fixed{
    position:fixed
  }

  .md\:absolute{
    position:absolute
  }

  .md\:relative{
    position:relative
  }

  .md\:sticky{
    position:sticky
  }

  .md\:inset-0{
    inset:0px
  }

  .md\:inset-0\.5{
    inset:0.125rem
  }

  .md\:inset-1{
    inset:0.25rem
  }

  .md\:inset-10{
    inset:2.5rem
  }

  .md\:inset-12{
    inset:3rem
  }

  .md\:inset-14{
    inset:3.5rem
  }

  .md\:inset-16{
    inset:4rem
  }

  .md\:inset-2{
    inset:0.5rem
  }

  .md\:inset-20{
    inset:5rem
  }

  .md\:inset-24{
    inset:6rem
  }

  .md\:inset-28{
    inset:7rem
  }

  .md\:inset-3{
    inset:0.75rem
  }

  .md\:inset-32{
    inset:8rem
  }

  .md\:inset-4{
    inset:1rem
  }

  .md\:inset-5{
    inset:1.25rem
  }

  .md\:inset-6{
    inset:1.5rem
  }

  .md\:inset-7{
    inset:1.75rem
  }

  .md\:inset-8{
    inset:2rem
  }

  .md\:inset-9{
    inset:2.25rem
  }

  .md\:inset-auto{
    inset:auto
  }

  .md\:inset-full{
    inset:100%
  }

  .md\:inset-px{
    inset:1px
  }

  .md\:inset-x-0{
    left:0px;
    right:0px
  }

  .md\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .md\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .md\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .md\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .md\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .md\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .md\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .md\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .md\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .md\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .md\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .md\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .md\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .md\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .md\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .md\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .md\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .md\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .md\:inset-x-auto{
    left:auto;
    right:auto
  }

  .md\:inset-x-full{
    left:100%;
    right:100%
  }

  .md\:inset-x-px{
    left:1px;
    right:1px
  }

  .md\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .md\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .md\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .md\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .md\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .md\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .md\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .md\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .md\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .md\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .md\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .md\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .md\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .md\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .md\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .md\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .md\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .md\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .md\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .md\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .md\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .md\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .md\:bottom-0{
    bottom:0px
  }

  .md\:bottom-1\/2{
    bottom:50%
  }

  .md\:bottom-auto{
    bottom:auto
  }

  .md\:bottom-full{
    bottom:100%
  }

  .md\:left-0{
    left:0px
  }

  .md\:left-1\/2{
    left:50%
  }

  .md\:left-auto{
    left:auto
  }

  .md\:left-full{
    left:100%
  }

  .md\:right-0{
    right:0px
  }

  .md\:right-1\/2{
    right:50%
  }

  .md\:right-auto{
    right:auto
  }

  .md\:right-full{
    right:100%
  }

  .md\:top-0{
    top:0px
  }

  .md\:top-1\/2{
    top:50%
  }

  .md\:top-auto{
    top:auto
  }

  .md\:top-full{
    top:100%
  }

  .md\:order-1{
    order:1
  }

  .md\:order-10{
    order:10
  }

  .md\:order-11{
    order:11
  }

  .md\:order-12{
    order:12
  }

  .md\:order-2{
    order:2
  }

  .md\:order-3{
    order:3
  }

  .md\:order-4{
    order:4
  }

  .md\:order-5{
    order:5
  }

  .md\:order-6{
    order:6
  }

  .md\:order-7{
    order:7
  }

  .md\:order-8{
    order:8
  }

  .md\:order-9{
    order:9
  }

  .md\:order-first{
    order:-9999
  }

  .md\:order-last{
    order:9999
  }

  .md\:order-none{
    order:0
  }

  .md\:col-span-1{
    grid-column:span 1 / span 1
  }

  .md\:col-span-10{
    grid-column:span 10 / span 10
  }

  .md\:col-span-11{
    grid-column:span 11 / span 11
  }

  .md\:col-span-12{
    grid-column:span 12 / span 12
  }

  .md\:col-span-2{
    grid-column:span 2 / span 2
  }

  .md\:col-span-3{
    grid-column:span 3 / span 3
  }

  .md\:col-span-4{
    grid-column:span 4 / span 4
  }

  .md\:col-span-5{
    grid-column:span 5 / span 5
  }

  .md\:col-span-6{
    grid-column:span 6 / span 6
  }

  .md\:col-span-7{
    grid-column:span 7 / span 7
  }

  .md\:col-span-8{
    grid-column:span 8 / span 8
  }

  .md\:col-span-9{
    grid-column:span 9 / span 9
  }

  .md\:col-span-full{
    grid-column:1 / -1
  }

  .md\:row-span-1{
    grid-row:span 1 / span 1
  }

  .md\:row-span-2{
    grid-row:span 2 / span 2
  }

  .md\:row-span-3{
    grid-row:span 3 / span 3
  }

  .md\:row-span-4{
    grid-row:span 4 / span 4
  }

  .md\:row-span-5{
    grid-row:span 5 / span 5
  }

  .md\:row-span-6{
    grid-row:span 6 / span 6
  }

  .md\:row-span-full{
    grid-row:1 / -1
  }

  .md\:-m-0{
    margin:-0px
  }

  .md\:-m-0\.5{
    margin:-0.125rem
  }

  .md\:-m-1{
    margin:-0.25rem
  }

  .md\:-m-1\.5{
    margin:-0.375rem
  }

  .md\:-m-10{
    margin:-2.5rem
  }

  .md\:-m-11{
    margin:-2.75rem
  }

  .md\:-m-12{
    margin:-3rem
  }

  .md\:-m-14{
    margin:-3.5rem
  }

  .md\:-m-16{
    margin:-4rem
  }

  .md\:-m-2{
    margin:-0.5rem
  }

  .md\:-m-2\.5{
    margin:-0.625rem
  }

  .md\:-m-20{
    margin:-5rem
  }

  .md\:-m-24{
    margin:-6rem
  }

  .md\:-m-28{
    margin:-7rem
  }

  .md\:-m-3{
    margin:-0.75rem
  }

  .md\:-m-3\.5{
    margin:-0.875rem
  }

  .md\:-m-32{
    margin:-8rem
  }

  .md\:-m-36{
    margin:-9rem
  }

  .md\:-m-4{
    margin:-1rem
  }

  .md\:-m-40{
    margin:-10rem
  }

  .md\:-m-5{
    margin:-1.25rem
  }

  .md\:-m-6{
    margin:-1.5rem
  }

  .md\:-m-7{
    margin:-1.75rem
  }

  .md\:-m-8{
    margin:-2rem
  }

  .md\:-m-9{
    margin:-2.25rem
  }

  .md\:-m-px{
    margin:-1px
  }

  .md\:m-0{
    margin:0px
  }

  .md\:m-0\.5{
    margin:0.125rem
  }

  .md\:m-1{
    margin:0.25rem
  }

  .md\:m-1\.5{
    margin:0.375rem
  }

  .md\:m-10{
    margin:2.5rem
  }

  .md\:m-11{
    margin:2.75rem
  }

  .md\:m-12{
    margin:3rem
  }

  .md\:m-14{
    margin:3.5rem
  }

  .md\:m-16{
    margin:4rem
  }

  .md\:m-2{
    margin:0.5rem
  }

  .md\:m-2\.5{
    margin:0.625rem
  }

  .md\:m-20{
    margin:5rem
  }

  .md\:m-24{
    margin:6rem
  }

  .md\:m-28{
    margin:7rem
  }

  .md\:m-3{
    margin:0.75rem
  }

  .md\:m-3\.5{
    margin:0.875rem
  }

  .md\:m-32{
    margin:8rem
  }

  .md\:m-36{
    margin:9rem
  }

  .md\:m-4{
    margin:1rem
  }

  .md\:m-40{
    margin:10rem
  }

  .md\:m-5{
    margin:1.25rem
  }

  .md\:m-6{
    margin:1.5rem
  }

  .md\:m-7{
    margin:1.75rem
  }

  .md\:m-8{
    margin:2rem
  }

  .md\:m-9{
    margin:2.25rem
  }

  .md\:m-auto{
    margin:auto
  }

  .md\:m-px{
    margin:1px
  }

  .md\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .md\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .md\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .md\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .md\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .md\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .md\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .md\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .md\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .md\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .md\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .md\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .md\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .md\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .md\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .md\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .md\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .md\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .md\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .md\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .md\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .md\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .md\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .md\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .md\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .md\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .md\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .md\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .md\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .md\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .md\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .md\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .md\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .md\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .md\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .md\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .md\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .md\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .md\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .md\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .md\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .md\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .md\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .md\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .md\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .md\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .md\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .md\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .md\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .md\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .md\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .md\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .md\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .md\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .md\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .md\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .md\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .md\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .md\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .md\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .md\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .md\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .md\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .md\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .md\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .md\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .md\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .md\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .md\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .md\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .md\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .md\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .md\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .md\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .md\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .md\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .md\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .md\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .md\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .md\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .md\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .md\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .md\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .md\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .md\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .md\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .md\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .md\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .md\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .md\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .md\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .md\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .md\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .md\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .md\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .md\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .md\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .md\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .md\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .md\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .md\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .md\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .md\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .md\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .md\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .md\:-mb-0{
    margin-bottom:-0px
  }

  .md\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .md\:-mb-1{
    margin-bottom:-0.25rem
  }

  .md\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .md\:-mb-10{
    margin-bottom:-2.5rem
  }

  .md\:-mb-11{
    margin-bottom:-2.75rem
  }

  .md\:-mb-12{
    margin-bottom:-3rem
  }

  .md\:-mb-14{
    margin-bottom:-3.5rem
  }

  .md\:-mb-16{
    margin-bottom:-4rem
  }

  .md\:-mb-2{
    margin-bottom:-0.5rem
  }

  .md\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .md\:-mb-20{
    margin-bottom:-5rem
  }

  .md\:-mb-24{
    margin-bottom:-6rem
  }

  .md\:-mb-28{
    margin-bottom:-7rem
  }

  .md\:-mb-3{
    margin-bottom:-0.75rem
  }

  .md\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .md\:-mb-32{
    margin-bottom:-8rem
  }

  .md\:-mb-36{
    margin-bottom:-9rem
  }

  .md\:-mb-4{
    margin-bottom:-1rem
  }

  .md\:-mb-40{
    margin-bottom:-10rem
  }

  .md\:-mb-5{
    margin-bottom:-1.25rem
  }

  .md\:-mb-6{
    margin-bottom:-1.5rem
  }

  .md\:-mb-7{
    margin-bottom:-1.75rem
  }

  .md\:-mb-8{
    margin-bottom:-2rem
  }

  .md\:-mb-9{
    margin-bottom:-2.25rem
  }

  .md\:-mb-px{
    margin-bottom:-1px
  }

  .md\:-ml-0{
    margin-left:-0px
  }

  .md\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .md\:-ml-1{
    margin-left:-0.25rem
  }

  .md\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .md\:-ml-10{
    margin-left:-2.5rem
  }

  .md\:-ml-11{
    margin-left:-2.75rem
  }

  .md\:-ml-12{
    margin-left:-3rem
  }

  .md\:-ml-14{
    margin-left:-3.5rem
  }

  .md\:-ml-16{
    margin-left:-4rem
  }

  .md\:-ml-2{
    margin-left:-0.5rem
  }

  .md\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .md\:-ml-20{
    margin-left:-5rem
  }

  .md\:-ml-24{
    margin-left:-6rem
  }

  .md\:-ml-28{
    margin-left:-7rem
  }

  .md\:-ml-3{
    margin-left:-0.75rem
  }

  .md\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .md\:-ml-32{
    margin-left:-8rem
  }

  .md\:-ml-36{
    margin-left:-9rem
  }

  .md\:-ml-4{
    margin-left:-1rem
  }

  .md\:-ml-40{
    margin-left:-10rem
  }

  .md\:-ml-5{
    margin-left:-1.25rem
  }

  .md\:-ml-6{
    margin-left:-1.5rem
  }

  .md\:-ml-7{
    margin-left:-1.75rem
  }

  .md\:-ml-8{
    margin-left:-2rem
  }

  .md\:-ml-9{
    margin-left:-2.25rem
  }

  .md\:-ml-px{
    margin-left:-1px
  }

  .md\:-mr-0{
    margin-right:-0px
  }

  .md\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .md\:-mr-1{
    margin-right:-0.25rem
  }

  .md\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .md\:-mr-10{
    margin-right:-2.5rem
  }

  .md\:-mr-11{
    margin-right:-2.75rem
  }

  .md\:-mr-12{
    margin-right:-3rem
  }

  .md\:-mr-14{
    margin-right:-3.5rem
  }

  .md\:-mr-16{
    margin-right:-4rem
  }

  .md\:-mr-2{
    margin-right:-0.5rem
  }

  .md\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .md\:-mr-20{
    margin-right:-5rem
  }

  .md\:-mr-24{
    margin-right:-6rem
  }

  .md\:-mr-28{
    margin-right:-7rem
  }

  .md\:-mr-3{
    margin-right:-0.75rem
  }

  .md\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .md\:-mr-32{
    margin-right:-8rem
  }

  .md\:-mr-36{
    margin-right:-9rem
  }

  .md\:-mr-4{
    margin-right:-1rem
  }

  .md\:-mr-40{
    margin-right:-10rem
  }

  .md\:-mr-5{
    margin-right:-1.25rem
  }

  .md\:-mr-6{
    margin-right:-1.5rem
  }

  .md\:-mr-7{
    margin-right:-1.75rem
  }

  .md\:-mr-8{
    margin-right:-2rem
  }

  .md\:-mr-9{
    margin-right:-2.25rem
  }

  .md\:-mr-px{
    margin-right:-1px
  }

  .md\:-mt-0{
    margin-top:-0px
  }

  .md\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .md\:-mt-1{
    margin-top:-0.25rem
  }

  .md\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .md\:-mt-10{
    margin-top:-2.5rem
  }

  .md\:-mt-11{
    margin-top:-2.75rem
  }

  .md\:-mt-12{
    margin-top:-3rem
  }

  .md\:-mt-14{
    margin-top:-3.5rem
  }

  .md\:-mt-16{
    margin-top:-4rem
  }

  .md\:-mt-2{
    margin-top:-0.5rem
  }

  .md\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .md\:-mt-20{
    margin-top:-5rem
  }

  .md\:-mt-24{
    margin-top:-6rem
  }

  .md\:-mt-28{
    margin-top:-7rem
  }

  .md\:-mt-3{
    margin-top:-0.75rem
  }

  .md\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .md\:-mt-32{
    margin-top:-8rem
  }

  .md\:-mt-36{
    margin-top:-9rem
  }

  .md\:-mt-4{
    margin-top:-1rem
  }

  .md\:-mt-40{
    margin-top:-10rem
  }

  .md\:-mt-5{
    margin-top:-1.25rem
  }

  .md\:-mt-6{
    margin-top:-1.5rem
  }

  .md\:-mt-7{
    margin-top:-1.75rem
  }

  .md\:-mt-8{
    margin-top:-2rem
  }

  .md\:-mt-9{
    margin-top:-2.25rem
  }

  .md\:-mt-px{
    margin-top:-1px
  }

  .md\:mb-0{
    margin-bottom:0px
  }

  .md\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .md\:mb-1{
    margin-bottom:0.25rem
  }

  .md\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .md\:mb-10{
    margin-bottom:2.5rem
  }

  .md\:mb-11{
    margin-bottom:2.75rem
  }

  .md\:mb-12{
    margin-bottom:3rem
  }

  .md\:mb-14{
    margin-bottom:3.5rem
  }

  .md\:mb-16{
    margin-bottom:4rem
  }

  .md\:mb-2{
    margin-bottom:0.5rem
  }

  .md\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .md\:mb-20{
    margin-bottom:5rem
  }

  .md\:mb-24{
    margin-bottom:6rem
  }

  .md\:mb-28{
    margin-bottom:7rem
  }

  .md\:mb-3{
    margin-bottom:0.75rem
  }

  .md\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .md\:mb-32{
    margin-bottom:8rem
  }

  .md\:mb-36{
    margin-bottom:9rem
  }

  .md\:mb-4{
    margin-bottom:1rem
  }

  .md\:mb-40{
    margin-bottom:10rem
  }

  .md\:mb-5{
    margin-bottom:1.25rem
  }

  .md\:mb-6{
    margin-bottom:1.5rem
  }

  .md\:mb-7{
    margin-bottom:1.75rem
  }

  .md\:mb-8{
    margin-bottom:2rem
  }

  .md\:mb-9{
    margin-bottom:2.25rem
  }

  .md\:mb-auto{
    margin-bottom:auto
  }

  .md\:mb-px{
    margin-bottom:1px
  }

  .md\:ml-0{
    margin-left:0px
  }

  .md\:ml-0\.5{
    margin-left:0.125rem
  }

  .md\:ml-1{
    margin-left:0.25rem
  }

  .md\:ml-1\.5{
    margin-left:0.375rem
  }

  .md\:ml-10{
    margin-left:2.5rem
  }

  .md\:ml-11{
    margin-left:2.75rem
  }

  .md\:ml-12{
    margin-left:3rem
  }

  .md\:ml-14{
    margin-left:3.5rem
  }

  .md\:ml-16{
    margin-left:4rem
  }

  .md\:ml-2{
    margin-left:0.5rem
  }

  .md\:ml-2\.5{
    margin-left:0.625rem
  }

  .md\:ml-20{
    margin-left:5rem
  }

  .md\:ml-24{
    margin-left:6rem
  }

  .md\:ml-28{
    margin-left:7rem
  }

  .md\:ml-3{
    margin-left:0.75rem
  }

  .md\:ml-3\.5{
    margin-left:0.875rem
  }

  .md\:ml-32{
    margin-left:8rem
  }

  .md\:ml-36{
    margin-left:9rem
  }

  .md\:ml-4{
    margin-left:1rem
  }

  .md\:ml-40{
    margin-left:10rem
  }

  .md\:ml-5{
    margin-left:1.25rem
  }

  .md\:ml-6{
    margin-left:1.5rem
  }

  .md\:ml-7{
    margin-left:1.75rem
  }

  .md\:ml-8{
    margin-left:2rem
  }

  .md\:ml-9{
    margin-left:2.25rem
  }

  .md\:ml-auto{
    margin-left:auto
  }

  .md\:ml-px{
    margin-left:1px
  }

  .md\:mr-0{
    margin-right:0px
  }

  .md\:mr-0\.5{
    margin-right:0.125rem
  }

  .md\:mr-1{
    margin-right:0.25rem
  }

  .md\:mr-1\.5{
    margin-right:0.375rem
  }

  .md\:mr-10{
    margin-right:2.5rem
  }

  .md\:mr-11{
    margin-right:2.75rem
  }

  .md\:mr-12{
    margin-right:3rem
  }

  .md\:mr-14{
    margin-right:3.5rem
  }

  .md\:mr-16{
    margin-right:4rem
  }

  .md\:mr-2{
    margin-right:0.5rem
  }

  .md\:mr-2\.5{
    margin-right:0.625rem
  }

  .md\:mr-20{
    margin-right:5rem
  }

  .md\:mr-24{
    margin-right:6rem
  }

  .md\:mr-28{
    margin-right:7rem
  }

  .md\:mr-3{
    margin-right:0.75rem
  }

  .md\:mr-3\.5{
    margin-right:0.875rem
  }

  .md\:mr-32{
    margin-right:8rem
  }

  .md\:mr-36{
    margin-right:9rem
  }

  .md\:mr-4{
    margin-right:1rem
  }

  .md\:mr-40{
    margin-right:10rem
  }

  .md\:mr-5{
    margin-right:1.25rem
  }

  .md\:mr-6{
    margin-right:1.5rem
  }

  .md\:mr-7{
    margin-right:1.75rem
  }

  .md\:mr-8{
    margin-right:2rem
  }

  .md\:mr-9{
    margin-right:2.25rem
  }

  .md\:mr-auto{
    margin-right:auto
  }

  .md\:mr-px{
    margin-right:1px
  }

  .md\:mt-0{
    margin-top:0px
  }

  .md\:mt-0\.5{
    margin-top:0.125rem
  }

  .md\:mt-1{
    margin-top:0.25rem
  }

  .md\:mt-1\.5{
    margin-top:0.375rem
  }

  .md\:mt-10{
    margin-top:2.5rem
  }

  .md\:mt-11{
    margin-top:2.75rem
  }

  .md\:mt-12{
    margin-top:3rem
  }

  .md\:mt-14{
    margin-top:3.5rem
  }

  .md\:mt-16{
    margin-top:4rem
  }

  .md\:mt-2{
    margin-top:0.5rem
  }

  .md\:mt-2\.5{
    margin-top:0.625rem
  }

  .md\:mt-20{
    margin-top:5rem
  }

  .md\:mt-24{
    margin-top:6rem
  }

  .md\:mt-28{
    margin-top:7rem
  }

  .md\:mt-3{
    margin-top:0.75rem
  }

  .md\:mt-3\.5{
    margin-top:0.875rem
  }

  .md\:mt-32{
    margin-top:8rem
  }

  .md\:mt-36{
    margin-top:9rem
  }

  .md\:mt-4{
    margin-top:1rem
  }

  .md\:mt-40{
    margin-top:10rem
  }

  .md\:mt-5{
    margin-top:1.25rem
  }

  .md\:mt-6{
    margin-top:1.5rem
  }

  .md\:mt-7{
    margin-top:1.75rem
  }

  .md\:mt-8{
    margin-top:2rem
  }

  .md\:mt-9{
    margin-top:2.25rem
  }

  .md\:mt-auto{
    margin-top:auto
  }

  .md\:mt-px{
    margin-top:1px
  }

  .md\:block{
    display:block
  }

  .md\:inline-block{
    display:inline-block
  }

  .md\:inline{
    display:inline
  }

  .md\:flex{
    display:flex
  }

  .md\:inline-flex{
    display:inline-flex
  }

  .md\:flow-root{
    display:flow-root
  }

  .md\:grid{
    display:grid
  }

  .md\:inline-grid{
    display:inline-grid
  }

  .md\:contents{
    display:contents
  }

  .md\:list-item{
    display:list-item
  }

  .md\:hidden{
    display:none
  }

  .md\:h-0{
    height:0px
  }

  .md\:h-0\.5{
    height:0.125rem
  }

  .md\:h-1{
    height:0.25rem
  }

  .md\:h-1\.5{
    height:0.375rem
  }

  .md\:h-10{
    height:2.5rem
  }

  .md\:h-11{
    height:2.75rem
  }

  .md\:h-12{
    height:3rem
  }

  .md\:h-14{
    height:3.5rem
  }

  .md\:h-16{
    height:4rem
  }

  .md\:h-2{
    height:0.5rem
  }

  .md\:h-2\.5{
    height:0.625rem
  }

  .md\:h-20{
    height:5rem
  }

  .md\:h-24{
    height:6rem
  }

  .md\:h-28{
    height:7rem
  }

  .md\:h-3{
    height:0.75rem
  }

  .md\:h-3\.5{
    height:0.875rem
  }

  .md\:h-32{
    height:8rem
  }

  .md\:h-36{
    height:9rem
  }

  .md\:h-4{
    height:1rem
  }

  .md\:h-40{
    height:10rem
  }

  .md\:h-5{
    height:1.25rem
  }

  .md\:h-6{
    height:1.5rem
  }

  .md\:h-7{
    height:1.75rem
  }

  .md\:h-8{
    height:2rem
  }

  .md\:h-9{
    height:2.25rem
  }

  .md\:h-auto{
    height:auto
  }

  .md\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .md\:h-full{
    height:100%
  }

  .md\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .md\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .md\:h-px{
    height:1px
  }

  .md\:h-screen{
    height:100vh
  }

  .md\:min-h-0{
    min-height:0px
  }

  .md\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .md\:min-h-full{
    min-height:100%
  }

  .md\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .md\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .md\:min-h-screen{
    min-height:100vh
  }

  .md\:w-0{
    width:0px
  }

  .md\:w-0\.5{
    width:0.125rem
  }

  .md\:w-1{
    width:0.25rem
  }

  .md\:w-1\.5{
    width:0.375rem
  }

  .md\:w-1\/2{
    width:50%
  }

  .md\:w-1\/3{
    width:33.333333%
  }

  .md\:w-1\/4{
    width:25%
  }

  .md\:w-1\/5{
    width:20%
  }

  .md\:w-1\/6{
    width:16.666667%
  }

  .md\:w-10{
    width:2.5rem
  }

  .md\:w-11{
    width:2.75rem
  }

  .md\:w-12{
    width:3rem
  }

  .md\:w-14{
    width:3.5rem
  }

  .md\:w-16{
    width:4rem
  }

  .md\:w-2{
    width:0.5rem
  }

  .md\:w-2\.5{
    width:0.625rem
  }

  .md\:w-2\/3{
    width:66.666667%
  }

  .md\:w-2\/5{
    width:40%
  }

  .md\:w-20{
    width:5rem
  }

  .md\:w-24{
    width:6rem
  }

  .md\:w-28{
    width:7rem
  }

  .md\:w-3{
    width:0.75rem
  }

  .md\:w-3\.5{
    width:0.875rem
  }

  .md\:w-3\/4{
    width:75%
  }

  .md\:w-3\/5{
    width:60%
  }

  .md\:w-32{
    width:8rem
  }

  .md\:w-36{
    width:9rem
  }

  .md\:w-4{
    width:1rem
  }

  .md\:w-4\/5{
    width:80%
  }

  .md\:w-40{
    width:10rem
  }

  .md\:w-5{
    width:1.25rem
  }

  .md\:w-5\/6{
    width:83.333333%
  }

  .md\:w-6{
    width:1.5rem
  }

  .md\:w-7{
    width:1.75rem
  }

  .md\:w-8{
    width:2rem
  }

  .md\:w-9{
    width:2.25rem
  }

  .md\:w-auto{
    width:auto
  }

  .md\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .md\:w-full{
    width:100%
  }

  .md\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .md\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .md\:w-px{
    width:1px
  }

  .md\:w-screen{
    width:100vw
  }

  .md\:min-w-0{
    min-width:0px
  }

  .md\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .md\:min-w-full{
    min-width:100%
  }

  .md\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .md\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .md\:max-w-2xl{
    max-width:42rem
  }

  .md\:max-w-3xl{
    max-width:48rem
  }

  .md\:max-w-4xl{
    max-width:56rem
  }

  .md\:max-w-5xl{
    max-width:64rem
  }

  .md\:max-w-6xl{
    max-width:72rem
  }

  .md\:max-w-7xl{
    max-width:80rem
  }

  .md\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .md\:max-w-full{
    max-width:100%
  }

  .md\:max-w-lg{
    max-width:32rem
  }

  .md\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .md\:max-w-md{
    max-width:28rem
  }

  .md\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .md\:max-w-none{
    max-width:none
  }

  .md\:max-w-prose{
    max-width:65ch
  }

  .md\:max-w-screen-2xl{
    max-width:1536px
  }

  .md\:max-w-screen-lg{
    max-width:1024px
  }

  .md\:max-w-screen-md{
    max-width:768px
  }

  .md\:max-w-screen-sm{
    max-width:640px
  }

  .md\:max-w-screen-xl{
    max-width:1280px
  }

  .md\:max-w-sm{
    max-width:24rem
  }

  .md\:max-w-xl{
    max-width:36rem
  }

  .md\:max-w-xs{
    max-width:20rem
  }

  .md\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .md\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .md\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .md\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .md\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .md\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .md\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .md\:grid-cols-none{
    grid-template-columns:none
  }

  .md\:flex-row{
    flex-direction:row
  }

  .md\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .md\:flex-col{
    flex-direction:column
  }

  .md\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .md\:flex-wrap{
    flex-wrap:wrap
  }

  .md\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .md\:flex-nowrap{
    flex-wrap:nowrap
  }

  .md\:place-content-center{
    place-content:center
  }

  .md\:place-content-start{
    place-content:start
  }

  .md\:place-content-end{
    place-content:end
  }

  .md\:place-content-stretch{
    place-content:stretch
  }

  .md\:place-items-start{
    place-items:start
  }

  .md\:place-items-end{
    place-items:end
  }

  .md\:place-items-center{
    place-items:center
  }

  .md\:place-items-stretch{
    place-items:stretch
  }

  .md\:content-center{
    align-content:center
  }

  .md\:content-start{
    align-content:flex-start
  }

  .md\:content-end{
    align-content:flex-end
  }

  .md\:content-between{
    align-content:space-between
  }

  .md\:content-around{
    align-content:space-around
  }

  .md\:content-evenly{
    align-content:space-evenly
  }

  .md\:content-stretch{
    align-content:stretch
  }

  .md\:items-start{
    align-items:flex-start
  }

  .md\:items-end{
    align-items:flex-end
  }

  .md\:items-center{
    align-items:center
  }

  .md\:items-baseline{
    align-items:baseline
  }

  .md\:items-stretch{
    align-items:stretch
  }

  .md\:justify-normal{
    justify-content:normal
  }

  .md\:justify-start{
    justify-content:flex-start
  }

  .md\:justify-end{
    justify-content:flex-end
  }

  .md\:justify-center{
    justify-content:center
  }

  .md\:justify-between{
    justify-content:space-between
  }

  .md\:justify-around{
    justify-content:space-around
  }

  .md\:justify-evenly{
    justify-content:space-evenly
  }

  .md\:justify-stretch{
    justify-content:stretch
  }

  .md\:justify-items-start{
    justify-items:start
  }

  .md\:justify-items-end{
    justify-items:end
  }

  .md\:justify-items-center{
    justify-items:center
  }

  .md\:justify-items-stretch{
    justify-items:stretch
  }

  .md\:gap-0{
    gap:0px
  }

  .md\:gap-0\.5{
    gap:0.125rem
  }

  .md\:gap-1{
    gap:0.25rem
  }

  .md\:gap-1\.5{
    gap:0.375rem
  }

  .md\:gap-10{
    gap:2.5rem
  }

  .md\:gap-11{
    gap:2.75rem
  }

  .md\:gap-12{
    gap:3rem
  }

  .md\:gap-14{
    gap:3.5rem
  }

  .md\:gap-16{
    gap:4rem
  }

  .md\:gap-2{
    gap:0.5rem
  }

  .md\:gap-2\.5{
    gap:0.625rem
  }

  .md\:gap-20{
    gap:5rem
  }

  .md\:gap-24{
    gap:6rem
  }

  .md\:gap-28{
    gap:7rem
  }

  .md\:gap-3{
    gap:0.75rem
  }

  .md\:gap-3\.5{
    gap:0.875rem
  }

  .md\:gap-32{
    gap:8rem
  }

  .md\:gap-36{
    gap:9rem
  }

  .md\:gap-4{
    gap:1rem
  }

  .md\:gap-40{
    gap:10rem
  }

  .md\:gap-5{
    gap:1.25rem
  }

  .md\:gap-6{
    gap:1.5rem
  }

  .md\:gap-7{
    gap:1.75rem
  }

  .md\:gap-8{
    gap:2rem
  }

  .md\:gap-9{
    gap:2.25rem
  }

  .md\:gap-px{
    gap:1px
  }

  .md\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .md\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .md\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .md\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .md\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .md\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .md\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .md\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .md\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .md\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .md\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .md\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .md\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .md\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .md\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .md\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .md\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .md\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .md\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .md\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .md\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .md\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .md\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .md\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .md\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .md\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .md\:gap-y-0{
    row-gap:0px
  }

  .md\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .md\:gap-y-1{
    row-gap:0.25rem
  }

  .md\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .md\:gap-y-10{
    row-gap:2.5rem
  }

  .md\:gap-y-11{
    row-gap:2.75rem
  }

  .md\:gap-y-12{
    row-gap:3rem
  }

  .md\:gap-y-14{
    row-gap:3.5rem
  }

  .md\:gap-y-16{
    row-gap:4rem
  }

  .md\:gap-y-2{
    row-gap:0.5rem
  }

  .md\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .md\:gap-y-20{
    row-gap:5rem
  }

  .md\:gap-y-24{
    row-gap:6rem
  }

  .md\:gap-y-28{
    row-gap:7rem
  }

  .md\:gap-y-3{
    row-gap:0.75rem
  }

  .md\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .md\:gap-y-32{
    row-gap:8rem
  }

  .md\:gap-y-36{
    row-gap:9rem
  }

  .md\:gap-y-4{
    row-gap:1rem
  }

  .md\:gap-y-40{
    row-gap:10rem
  }

  .md\:gap-y-5{
    row-gap:1.25rem
  }

  .md\:gap-y-6{
    row-gap:1.5rem
  }

  .md\:gap-y-7{
    row-gap:1.75rem
  }

  .md\:gap-y-8{
    row-gap:2rem
  }

  .md\:gap-y-9{
    row-gap:2.25rem
  }

  .md\:gap-y-px{
    row-gap:1px
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .md\:place-self-start{
    place-self:start
  }

  .md\:place-self-end{
    place-self:end
  }

  .md\:place-self-center{
    place-self:center
  }

  .md\:place-self-stretch{
    place-self:stretch
  }

  .md\:self-auto{
    align-self:auto
  }

  .md\:self-start{
    align-self:flex-start
  }

  .md\:self-end{
    align-self:flex-end
  }

  .md\:self-center{
    align-self:center
  }

  .md\:self-stretch{
    align-self:stretch
  }

  .md\:self-baseline{
    align-self:baseline
  }

  .md\:justify-self-auto{
    justify-self:auto
  }

  .md\:justify-self-start{
    justify-self:start
  }

  .md\:justify-self-end{
    justify-self:end
  }

  .md\:justify-self-center{
    justify-self:center
  }

  .md\:justify-self-stretch{
    justify-self:stretch
  }

  .md\:border{
    border-width:1px
  }

  .md\:border-0{
    border-width:0px
  }

  .md\:border-2{
    border-width:2px
  }

  .md\:border-4{
    border-width:4px
  }

  .md\:border-8{
    border-width:8px
  }

  .md\:border-b{
    border-bottom-width:1px
  }

  .md\:border-b-0{
    border-bottom-width:0px
  }

  .md\:border-b-2{
    border-bottom-width:2px
  }

  .md\:border-b-4{
    border-bottom-width:4px
  }

  .md\:border-b-8{
    border-bottom-width:8px
  }

  .md\:border-l{
    border-left-width:1px
  }

  .md\:border-l-0{
    border-left-width:0px
  }

  .md\:border-l-2{
    border-left-width:2px
  }

  .md\:border-l-4{
    border-left-width:4px
  }

  .md\:border-l-8{
    border-left-width:8px
  }

  .md\:border-r{
    border-right-width:1px
  }

  .md\:border-r-0{
    border-right-width:0px
  }

  .md\:border-r-2{
    border-right-width:2px
  }

  .md\:border-r-4{
    border-right-width:4px
  }

  .md\:border-r-8{
    border-right-width:8px
  }

  .md\:border-t{
    border-top-width:1px
  }

  .md\:border-t-0{
    border-top-width:0px
  }

  .md\:border-t-2{
    border-top-width:2px
  }

  .md\:border-t-4{
    border-top-width:4px
  }

  .md\:border-t-8{
    border-top-width:8px
  }

  .md\:p-0{
    padding:0px
  }

  .md\:p-0\.5{
    padding:0.125rem
  }

  .md\:p-1{
    padding:0.25rem
  }

  .md\:p-1\.5{
    padding:0.375rem
  }

  .md\:p-10{
    padding:2.5rem
  }

  .md\:p-11{
    padding:2.75rem
  }

  .md\:p-12{
    padding:3rem
  }

  .md\:p-14{
    padding:3.5rem
  }

  .md\:p-16{
    padding:4rem
  }

  .md\:p-2{
    padding:0.5rem
  }

  .md\:p-2\.5{
    padding:0.625rem
  }

  .md\:p-20{
    padding:5rem
  }

  .md\:p-24{
    padding:6rem
  }

  .md\:p-28{
    padding:7rem
  }

  .md\:p-3{
    padding:0.75rem
  }

  .md\:p-3\.5{
    padding:0.875rem
  }

  .md\:p-32{
    padding:8rem
  }

  .md\:p-36{
    padding:9rem
  }

  .md\:p-4{
    padding:1rem
  }

  .md\:p-40{
    padding:10rem
  }

  .md\:p-5{
    padding:1.25rem
  }

  .md\:p-6{
    padding:1.5rem
  }

  .md\:p-7{
    padding:1.75rem
  }

  .md\:p-8{
    padding:2rem
  }

  .md\:p-9{
    padding:2.25rem
  }

  .md\:p-px{
    padding:1px
  }

  .md\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .md\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .md\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .md\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .md\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .md\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .md\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .md\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .md\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .md\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .md\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .md\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .md\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .md\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .md\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .md\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .md\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .md\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .md\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .md\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .md\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .md\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .md\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .md\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .md\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .md\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .md\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .md\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .md\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .md\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .md\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .md\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .md\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .md\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .md\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .md\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .md\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .md\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .md\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .md\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .md\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .md\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .md\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .md\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .md\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .md\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .md\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .md\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .md\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .md\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .md\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .md\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .md\:pb-0{
    padding-bottom:0px
  }

  .md\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .md\:pb-1{
    padding-bottom:0.25rem
  }

  .md\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .md\:pb-10{
    padding-bottom:2.5rem
  }

  .md\:pb-11{
    padding-bottom:2.75rem
  }

  .md\:pb-12{
    padding-bottom:3rem
  }

  .md\:pb-14{
    padding-bottom:3.5rem
  }

  .md\:pb-16{
    padding-bottom:4rem
  }

  .md\:pb-2{
    padding-bottom:0.5rem
  }

  .md\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .md\:pb-20{
    padding-bottom:5rem
  }

  .md\:pb-24{
    padding-bottom:6rem
  }

  .md\:pb-28{
    padding-bottom:7rem
  }

  .md\:pb-3{
    padding-bottom:0.75rem
  }

  .md\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .md\:pb-32{
    padding-bottom:8rem
  }

  .md\:pb-36{
    padding-bottom:9rem
  }

  .md\:pb-4{
    padding-bottom:1rem
  }

  .md\:pb-40{
    padding-bottom:10rem
  }

  .md\:pb-5{
    padding-bottom:1.25rem
  }

  .md\:pb-6{
    padding-bottom:1.5rem
  }

  .md\:pb-7{
    padding-bottom:1.75rem
  }

  .md\:pb-8{
    padding-bottom:2rem
  }

  .md\:pb-9{
    padding-bottom:2.25rem
  }

  .md\:pb-px{
    padding-bottom:1px
  }

  .md\:pl-0{
    padding-left:0px
  }

  .md\:pl-0\.5{
    padding-left:0.125rem
  }

  .md\:pl-1{
    padding-left:0.25rem
  }

  .md\:pl-1\.5{
    padding-left:0.375rem
  }

  .md\:pl-10{
    padding-left:2.5rem
  }

  .md\:pl-11{
    padding-left:2.75rem
  }

  .md\:pl-12{
    padding-left:3rem
  }

  .md\:pl-14{
    padding-left:3.5rem
  }

  .md\:pl-16{
    padding-left:4rem
  }

  .md\:pl-2{
    padding-left:0.5rem
  }

  .md\:pl-2\.5{
    padding-left:0.625rem
  }

  .md\:pl-20{
    padding-left:5rem
  }

  .md\:pl-24{
    padding-left:6rem
  }

  .md\:pl-28{
    padding-left:7rem
  }

  .md\:pl-3{
    padding-left:0.75rem
  }

  .md\:pl-3\.5{
    padding-left:0.875rem
  }

  .md\:pl-32{
    padding-left:8rem
  }

  .md\:pl-36{
    padding-left:9rem
  }

  .md\:pl-4{
    padding-left:1rem
  }

  .md\:pl-40{
    padding-left:10rem
  }

  .md\:pl-5{
    padding-left:1.25rem
  }

  .md\:pl-6{
    padding-left:1.5rem
  }

  .md\:pl-7{
    padding-left:1.75rem
  }

  .md\:pl-8{
    padding-left:2rem
  }

  .md\:pl-9{
    padding-left:2.25rem
  }

  .md\:pl-px{
    padding-left:1px
  }

  .md\:pr-0{
    padding-right:0px
  }

  .md\:pr-0\.5{
    padding-right:0.125rem
  }

  .md\:pr-1{
    padding-right:0.25rem
  }

  .md\:pr-1\.5{
    padding-right:0.375rem
  }

  .md\:pr-10{
    padding-right:2.5rem
  }

  .md\:pr-11{
    padding-right:2.75rem
  }

  .md\:pr-12{
    padding-right:3rem
  }

  .md\:pr-14{
    padding-right:3.5rem
  }

  .md\:pr-16{
    padding-right:4rem
  }

  .md\:pr-2{
    padding-right:0.5rem
  }

  .md\:pr-2\.5{
    padding-right:0.625rem
  }

  .md\:pr-20{
    padding-right:5rem
  }

  .md\:pr-24{
    padding-right:6rem
  }

  .md\:pr-28{
    padding-right:7rem
  }

  .md\:pr-3{
    padding-right:0.75rem
  }

  .md\:pr-3\.5{
    padding-right:0.875rem
  }

  .md\:pr-32{
    padding-right:8rem
  }

  .md\:pr-36{
    padding-right:9rem
  }

  .md\:pr-4{
    padding-right:1rem
  }

  .md\:pr-40{
    padding-right:10rem
  }

  .md\:pr-5{
    padding-right:1.25rem
  }

  .md\:pr-6{
    padding-right:1.5rem
  }

  .md\:pr-7{
    padding-right:1.75rem
  }

  .md\:pr-8{
    padding-right:2rem
  }

  .md\:pr-9{
    padding-right:2.25rem
  }

  .md\:pr-px{
    padding-right:1px
  }

  .md\:pt-0{
    padding-top:0px
  }

  .md\:pt-0\.5{
    padding-top:0.125rem
  }

  .md\:pt-1{
    padding-top:0.25rem
  }

  .md\:pt-1\.5{
    padding-top:0.375rem
  }

  .md\:pt-10{
    padding-top:2.5rem
  }

  .md\:pt-11{
    padding-top:2.75rem
  }

  .md\:pt-12{
    padding-top:3rem
  }

  .md\:pt-14{
    padding-top:3.5rem
  }

  .md\:pt-16{
    padding-top:4rem
  }

  .md\:pt-2{
    padding-top:0.5rem
  }

  .md\:pt-2\.5{
    padding-top:0.625rem
  }

  .md\:pt-20{
    padding-top:5rem
  }

  .md\:pt-24{
    padding-top:6rem
  }

  .md\:pt-28{
    padding-top:7rem
  }

  .md\:pt-3{
    padding-top:0.75rem
  }

  .md\:pt-3\.5{
    padding-top:0.875rem
  }

  .md\:pt-32{
    padding-top:8rem
  }

  .md\:pt-36{
    padding-top:9rem
  }

  .md\:pt-4{
    padding-top:1rem
  }

  .md\:pt-40{
    padding-top:10rem
  }

  .md\:pt-5{
    padding-top:1.25rem
  }

  .md\:pt-6{
    padding-top:1.5rem
  }

  .md\:pt-7{
    padding-top:1.75rem
  }

  .md\:pt-8{
    padding-top:2rem
  }

  .md\:pt-9{
    padding-top:2.25rem
  }

  .md\:pt-px{
    padding-top:1px
  }

  .md\:text-left{
    text-align:left
  }

  .md\:text-center{
    text-align:center
  }

  .md\:text-right{
    text-align:right
  }

  .md\:text-justify{
    text-align:justify
  }

  .md\:text-start{
    text-align:start
  }

  .md\:text-end{
    text-align:end
  }

  .md\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .md\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .md\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .md\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .md\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .md\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .md\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .md\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .md\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .md\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .md\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .md\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .md\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .md\:leading-10{
    line-height:2.5rem
  }

  .md\:leading-3{
    line-height:.75rem
  }

  .md\:leading-4{
    line-height:1rem
  }

  .md\:leading-5{
    line-height:1.25rem
  }

  .md\:leading-6{
    line-height:1.5rem
  }

  .md\:leading-7{
    line-height:1.75rem
  }

  .md\:leading-8{
    line-height:2rem
  }

  .md\:leading-9{
    line-height:2.25rem
  }

  .md\:leading-loose{
    line-height:2
  }

  .md\:leading-none{
    line-height:1
  }

  .md\:leading-normal{
    line-height:1.5
  }

  .md\:leading-relaxed{
    line-height:1.625
  }

  .md\:leading-snug{
    line-height:1.375
  }

  .md\:leading-tight{
    line-height:1.25
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position:static
  }

  .lg\:fixed{
    position:fixed
  }

  .lg\:absolute{
    position:absolute
  }

  .lg\:relative{
    position:relative
  }

  .lg\:sticky{
    position:sticky
  }

  .lg\:inset-0{
    inset:0px
  }

  .lg\:inset-0\.5{
    inset:0.125rem
  }

  .lg\:inset-1{
    inset:0.25rem
  }

  .lg\:inset-10{
    inset:2.5rem
  }

  .lg\:inset-12{
    inset:3rem
  }

  .lg\:inset-14{
    inset:3.5rem
  }

  .lg\:inset-16{
    inset:4rem
  }

  .lg\:inset-2{
    inset:0.5rem
  }

  .lg\:inset-20{
    inset:5rem
  }

  .lg\:inset-24{
    inset:6rem
  }

  .lg\:inset-28{
    inset:7rem
  }

  .lg\:inset-3{
    inset:0.75rem
  }

  .lg\:inset-32{
    inset:8rem
  }

  .lg\:inset-4{
    inset:1rem
  }

  .lg\:inset-5{
    inset:1.25rem
  }

  .lg\:inset-6{
    inset:1.5rem
  }

  .lg\:inset-7{
    inset:1.75rem
  }

  .lg\:inset-8{
    inset:2rem
  }

  .lg\:inset-9{
    inset:2.25rem
  }

  .lg\:inset-auto{
    inset:auto
  }

  .lg\:inset-full{
    inset:100%
  }

  .lg\:inset-px{
    inset:1px
  }

  .lg\:inset-x-0{
    left:0px;
    right:0px
  }

  .lg\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .lg\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .lg\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .lg\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .lg\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .lg\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .lg\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .lg\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .lg\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .lg\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .lg\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .lg\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .lg\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .lg\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .lg\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .lg\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .lg\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .lg\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .lg\:inset-x-auto{
    left:auto;
    right:auto
  }

  .lg\:inset-x-full{
    left:100%;
    right:100%
  }

  .lg\:inset-x-px{
    left:1px;
    right:1px
  }

  .lg\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .lg\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .lg\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .lg\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .lg\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .lg\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .lg\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .lg\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .lg\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .lg\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .lg\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .lg\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .lg\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .lg\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .lg\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .lg\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .lg\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .lg\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .lg\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .lg\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .lg\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .lg\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .lg\:bottom-0{
    bottom:0px
  }

  .lg\:bottom-1\/2{
    bottom:50%
  }

  .lg\:bottom-auto{
    bottom:auto
  }

  .lg\:bottom-full{
    bottom:100%
  }

  .lg\:left-0{
    left:0px
  }

  .lg\:left-1\/2{
    left:50%
  }

  .lg\:left-auto{
    left:auto
  }

  .lg\:left-full{
    left:100%
  }

  .lg\:right-0{
    right:0px
  }

  .lg\:right-1\/2{
    right:50%
  }

  .lg\:right-auto{
    right:auto
  }

  .lg\:right-full{
    right:100%
  }

  .lg\:top-0{
    top:0px
  }

  .lg\:top-1\/2{
    top:50%
  }

  .lg\:top-auto{
    top:auto
  }

  .lg\:top-full{
    top:100%
  }

  .lg\:order-1{
    order:1
  }

  .lg\:order-10{
    order:10
  }

  .lg\:order-11{
    order:11
  }

  .lg\:order-12{
    order:12
  }

  .lg\:order-2{
    order:2
  }

  .lg\:order-3{
    order:3
  }

  .lg\:order-4{
    order:4
  }

  .lg\:order-5{
    order:5
  }

  .lg\:order-6{
    order:6
  }

  .lg\:order-7{
    order:7
  }

  .lg\:order-8{
    order:8
  }

  .lg\:order-9{
    order:9
  }

  .lg\:order-first{
    order:-9999
  }

  .lg\:order-last{
    order:9999
  }

  .lg\:order-none{
    order:0
  }

  .lg\:col-span-1{
    grid-column:span 1 / span 1
  }

  .lg\:col-span-10{
    grid-column:span 10 / span 10
  }

  .lg\:col-span-11{
    grid-column:span 11 / span 11
  }

  .lg\:col-span-12{
    grid-column:span 12 / span 12
  }

  .lg\:col-span-2{
    grid-column:span 2 / span 2
  }

  .lg\:col-span-3{
    grid-column:span 3 / span 3
  }

  .lg\:col-span-4{
    grid-column:span 4 / span 4
  }

  .lg\:col-span-5{
    grid-column:span 5 / span 5
  }

  .lg\:col-span-6{
    grid-column:span 6 / span 6
  }

  .lg\:col-span-7{
    grid-column:span 7 / span 7
  }

  .lg\:col-span-8{
    grid-column:span 8 / span 8
  }

  .lg\:col-span-9{
    grid-column:span 9 / span 9
  }

  .lg\:col-span-full{
    grid-column:1 / -1
  }

  .lg\:row-span-1{
    grid-row:span 1 / span 1
  }

  .lg\:row-span-2{
    grid-row:span 2 / span 2
  }

  .lg\:row-span-3{
    grid-row:span 3 / span 3
  }

  .lg\:row-span-4{
    grid-row:span 4 / span 4
  }

  .lg\:row-span-5{
    grid-row:span 5 / span 5
  }

  .lg\:row-span-6{
    grid-row:span 6 / span 6
  }

  .lg\:row-span-full{
    grid-row:1 / -1
  }

  .lg\:-m-0{
    margin:-0px
  }

  .lg\:-m-0\.5{
    margin:-0.125rem
  }

  .lg\:-m-1{
    margin:-0.25rem
  }

  .lg\:-m-1\.5{
    margin:-0.375rem
  }

  .lg\:-m-10{
    margin:-2.5rem
  }

  .lg\:-m-11{
    margin:-2.75rem
  }

  .lg\:-m-12{
    margin:-3rem
  }

  .lg\:-m-14{
    margin:-3.5rem
  }

  .lg\:-m-16{
    margin:-4rem
  }

  .lg\:-m-2{
    margin:-0.5rem
  }

  .lg\:-m-2\.5{
    margin:-0.625rem
  }

  .lg\:-m-20{
    margin:-5rem
  }

  .lg\:-m-24{
    margin:-6rem
  }

  .lg\:-m-28{
    margin:-7rem
  }

  .lg\:-m-3{
    margin:-0.75rem
  }

  .lg\:-m-3\.5{
    margin:-0.875rem
  }

  .lg\:-m-32{
    margin:-8rem
  }

  .lg\:-m-36{
    margin:-9rem
  }

  .lg\:-m-4{
    margin:-1rem
  }

  .lg\:-m-40{
    margin:-10rem
  }

  .lg\:-m-5{
    margin:-1.25rem
  }

  .lg\:-m-6{
    margin:-1.5rem
  }

  .lg\:-m-7{
    margin:-1.75rem
  }

  .lg\:-m-8{
    margin:-2rem
  }

  .lg\:-m-9{
    margin:-2.25rem
  }

  .lg\:-m-px{
    margin:-1px
  }

  .lg\:m-0{
    margin:0px
  }

  .lg\:m-0\.5{
    margin:0.125rem
  }

  .lg\:m-1{
    margin:0.25rem
  }

  .lg\:m-1\.5{
    margin:0.375rem
  }

  .lg\:m-10{
    margin:2.5rem
  }

  .lg\:m-11{
    margin:2.75rem
  }

  .lg\:m-12{
    margin:3rem
  }

  .lg\:m-14{
    margin:3.5rem
  }

  .lg\:m-16{
    margin:4rem
  }

  .lg\:m-2{
    margin:0.5rem
  }

  .lg\:m-2\.5{
    margin:0.625rem
  }

  .lg\:m-20{
    margin:5rem
  }

  .lg\:m-24{
    margin:6rem
  }

  .lg\:m-28{
    margin:7rem
  }

  .lg\:m-3{
    margin:0.75rem
  }

  .lg\:m-3\.5{
    margin:0.875rem
  }

  .lg\:m-32{
    margin:8rem
  }

  .lg\:m-36{
    margin:9rem
  }

  .lg\:m-4{
    margin:1rem
  }

  .lg\:m-40{
    margin:10rem
  }

  .lg\:m-5{
    margin:1.25rem
  }

  .lg\:m-6{
    margin:1.5rem
  }

  .lg\:m-7{
    margin:1.75rem
  }

  .lg\:m-8{
    margin:2rem
  }

  .lg\:m-9{
    margin:2.25rem
  }

  .lg\:m-auto{
    margin:auto
  }

  .lg\:m-px{
    margin:1px
  }

  .lg\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .lg\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .lg\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .lg\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .lg\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .lg\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .lg\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .lg\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .lg\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .lg\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .lg\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .lg\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .lg\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .lg\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .lg\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .lg\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .lg\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .lg\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .lg\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .lg\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .lg\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .lg\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .lg\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .lg\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .lg\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .lg\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .lg\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .lg\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .lg\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .lg\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .lg\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .lg\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .lg\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .lg\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .lg\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .lg\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .lg\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .lg\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .lg\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .lg\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .lg\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .lg\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .lg\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .lg\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .lg\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .lg\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .lg\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .lg\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .lg\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .lg\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .lg\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .lg\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .lg\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .lg\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .lg\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .lg\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .lg\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .lg\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .lg\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .lg\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .lg\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .lg\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .lg\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .lg\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .lg\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .lg\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .lg\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .lg\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .lg\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .lg\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .lg\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .lg\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .lg\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .lg\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .lg\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .lg\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .lg\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .lg\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .lg\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .lg\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .lg\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .lg\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .lg\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .lg\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .lg\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .lg\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .lg\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .lg\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .lg\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .lg\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .lg\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .lg\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .lg\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .lg\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .lg\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .lg\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .lg\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .lg\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .lg\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .lg\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .lg\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .lg\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .lg\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .lg\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .lg\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .lg\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .lg\:-mb-0{
    margin-bottom:-0px
  }

  .lg\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .lg\:-mb-1{
    margin-bottom:-0.25rem
  }

  .lg\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .lg\:-mb-10{
    margin-bottom:-2.5rem
  }

  .lg\:-mb-11{
    margin-bottom:-2.75rem
  }

  .lg\:-mb-12{
    margin-bottom:-3rem
  }

  .lg\:-mb-14{
    margin-bottom:-3.5rem
  }

  .lg\:-mb-16{
    margin-bottom:-4rem
  }

  .lg\:-mb-2{
    margin-bottom:-0.5rem
  }

  .lg\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .lg\:-mb-20{
    margin-bottom:-5rem
  }

  .lg\:-mb-24{
    margin-bottom:-6rem
  }

  .lg\:-mb-28{
    margin-bottom:-7rem
  }

  .lg\:-mb-3{
    margin-bottom:-0.75rem
  }

  .lg\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .lg\:-mb-32{
    margin-bottom:-8rem
  }

  .lg\:-mb-36{
    margin-bottom:-9rem
  }

  .lg\:-mb-4{
    margin-bottom:-1rem
  }

  .lg\:-mb-40{
    margin-bottom:-10rem
  }

  .lg\:-mb-5{
    margin-bottom:-1.25rem
  }

  .lg\:-mb-6{
    margin-bottom:-1.5rem
  }

  .lg\:-mb-7{
    margin-bottom:-1.75rem
  }

  .lg\:-mb-8{
    margin-bottom:-2rem
  }

  .lg\:-mb-9{
    margin-bottom:-2.25rem
  }

  .lg\:-mb-px{
    margin-bottom:-1px
  }

  .lg\:-ml-0{
    margin-left:-0px
  }

  .lg\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .lg\:-ml-1{
    margin-left:-0.25rem
  }

  .lg\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .lg\:-ml-10{
    margin-left:-2.5rem
  }

  .lg\:-ml-11{
    margin-left:-2.75rem
  }

  .lg\:-ml-12{
    margin-left:-3rem
  }

  .lg\:-ml-14{
    margin-left:-3.5rem
  }

  .lg\:-ml-16{
    margin-left:-4rem
  }

  .lg\:-ml-2{
    margin-left:-0.5rem
  }

  .lg\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .lg\:-ml-20{
    margin-left:-5rem
  }

  .lg\:-ml-24{
    margin-left:-6rem
  }

  .lg\:-ml-28{
    margin-left:-7rem
  }

  .lg\:-ml-3{
    margin-left:-0.75rem
  }

  .lg\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .lg\:-ml-32{
    margin-left:-8rem
  }

  .lg\:-ml-36{
    margin-left:-9rem
  }

  .lg\:-ml-4{
    margin-left:-1rem
  }

  .lg\:-ml-40{
    margin-left:-10rem
  }

  .lg\:-ml-5{
    margin-left:-1.25rem
  }

  .lg\:-ml-6{
    margin-left:-1.5rem
  }

  .lg\:-ml-7{
    margin-left:-1.75rem
  }

  .lg\:-ml-8{
    margin-left:-2rem
  }

  .lg\:-ml-9{
    margin-left:-2.25rem
  }

  .lg\:-ml-px{
    margin-left:-1px
  }

  .lg\:-mr-0{
    margin-right:-0px
  }

  .lg\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .lg\:-mr-1{
    margin-right:-0.25rem
  }

  .lg\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .lg\:-mr-10{
    margin-right:-2.5rem
  }

  .lg\:-mr-11{
    margin-right:-2.75rem
  }

  .lg\:-mr-12{
    margin-right:-3rem
  }

  .lg\:-mr-14{
    margin-right:-3.5rem
  }

  .lg\:-mr-16{
    margin-right:-4rem
  }

  .lg\:-mr-2{
    margin-right:-0.5rem
  }

  .lg\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .lg\:-mr-20{
    margin-right:-5rem
  }

  .lg\:-mr-24{
    margin-right:-6rem
  }

  .lg\:-mr-28{
    margin-right:-7rem
  }

  .lg\:-mr-3{
    margin-right:-0.75rem
  }

  .lg\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .lg\:-mr-32{
    margin-right:-8rem
  }

  .lg\:-mr-36{
    margin-right:-9rem
  }

  .lg\:-mr-4{
    margin-right:-1rem
  }

  .lg\:-mr-40{
    margin-right:-10rem
  }

  .lg\:-mr-5{
    margin-right:-1.25rem
  }

  .lg\:-mr-6{
    margin-right:-1.5rem
  }

  .lg\:-mr-7{
    margin-right:-1.75rem
  }

  .lg\:-mr-8{
    margin-right:-2rem
  }

  .lg\:-mr-9{
    margin-right:-2.25rem
  }

  .lg\:-mr-px{
    margin-right:-1px
  }

  .lg\:-mt-0{
    margin-top:-0px
  }

  .lg\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .lg\:-mt-1{
    margin-top:-0.25rem
  }

  .lg\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .lg\:-mt-10{
    margin-top:-2.5rem
  }

  .lg\:-mt-11{
    margin-top:-2.75rem
  }

  .lg\:-mt-12{
    margin-top:-3rem
  }

  .lg\:-mt-14{
    margin-top:-3.5rem
  }

  .lg\:-mt-16{
    margin-top:-4rem
  }

  .lg\:-mt-2{
    margin-top:-0.5rem
  }

  .lg\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .lg\:-mt-20{
    margin-top:-5rem
  }

  .lg\:-mt-24{
    margin-top:-6rem
  }

  .lg\:-mt-28{
    margin-top:-7rem
  }

  .lg\:-mt-3{
    margin-top:-0.75rem
  }

  .lg\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .lg\:-mt-32{
    margin-top:-8rem
  }

  .lg\:-mt-36{
    margin-top:-9rem
  }

  .lg\:-mt-4{
    margin-top:-1rem
  }

  .lg\:-mt-40{
    margin-top:-10rem
  }

  .lg\:-mt-5{
    margin-top:-1.25rem
  }

  .lg\:-mt-6{
    margin-top:-1.5rem
  }

  .lg\:-mt-7{
    margin-top:-1.75rem
  }

  .lg\:-mt-8{
    margin-top:-2rem
  }

  .lg\:-mt-9{
    margin-top:-2.25rem
  }

  .lg\:-mt-px{
    margin-top:-1px
  }

  .lg\:mb-0{
    margin-bottom:0px
  }

  .lg\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .lg\:mb-1{
    margin-bottom:0.25rem
  }

  .lg\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .lg\:mb-10{
    margin-bottom:2.5rem
  }

  .lg\:mb-11{
    margin-bottom:2.75rem
  }

  .lg\:mb-12{
    margin-bottom:3rem
  }

  .lg\:mb-14{
    margin-bottom:3.5rem
  }

  .lg\:mb-16{
    margin-bottom:4rem
  }

  .lg\:mb-2{
    margin-bottom:0.5rem
  }

  .lg\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .lg\:mb-20{
    margin-bottom:5rem
  }

  .lg\:mb-24{
    margin-bottom:6rem
  }

  .lg\:mb-28{
    margin-bottom:7rem
  }

  .lg\:mb-3{
    margin-bottom:0.75rem
  }

  .lg\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .lg\:mb-32{
    margin-bottom:8rem
  }

  .lg\:mb-36{
    margin-bottom:9rem
  }

  .lg\:mb-4{
    margin-bottom:1rem
  }

  .lg\:mb-40{
    margin-bottom:10rem
  }

  .lg\:mb-5{
    margin-bottom:1.25rem
  }

  .lg\:mb-6{
    margin-bottom:1.5rem
  }

  .lg\:mb-7{
    margin-bottom:1.75rem
  }

  .lg\:mb-8{
    margin-bottom:2rem
  }

  .lg\:mb-9{
    margin-bottom:2.25rem
  }

  .lg\:mb-auto{
    margin-bottom:auto
  }

  .lg\:mb-px{
    margin-bottom:1px
  }

  .lg\:ml-0{
    margin-left:0px
  }

  .lg\:ml-0\.5{
    margin-left:0.125rem
  }

  .lg\:ml-1{
    margin-left:0.25rem
  }

  .lg\:ml-1\.5{
    margin-left:0.375rem
  }

  .lg\:ml-10{
    margin-left:2.5rem
  }

  .lg\:ml-11{
    margin-left:2.75rem
  }

  .lg\:ml-12{
    margin-left:3rem
  }

  .lg\:ml-14{
    margin-left:3.5rem
  }

  .lg\:ml-16{
    margin-left:4rem
  }

  .lg\:ml-2{
    margin-left:0.5rem
  }

  .lg\:ml-2\.5{
    margin-left:0.625rem
  }

  .lg\:ml-20{
    margin-left:5rem
  }

  .lg\:ml-24{
    margin-left:6rem
  }

  .lg\:ml-28{
    margin-left:7rem
  }

  .lg\:ml-3{
    margin-left:0.75rem
  }

  .lg\:ml-3\.5{
    margin-left:0.875rem
  }

  .lg\:ml-32{
    margin-left:8rem
  }

  .lg\:ml-36{
    margin-left:9rem
  }

  .lg\:ml-4{
    margin-left:1rem
  }

  .lg\:ml-40{
    margin-left:10rem
  }

  .lg\:ml-5{
    margin-left:1.25rem
  }

  .lg\:ml-6{
    margin-left:1.5rem
  }

  .lg\:ml-7{
    margin-left:1.75rem
  }

  .lg\:ml-8{
    margin-left:2rem
  }

  .lg\:ml-9{
    margin-left:2.25rem
  }

  .lg\:ml-auto{
    margin-left:auto
  }

  .lg\:ml-px{
    margin-left:1px
  }

  .lg\:mr-0{
    margin-right:0px
  }

  .lg\:mr-0\.5{
    margin-right:0.125rem
  }

  .lg\:mr-1{
    margin-right:0.25rem
  }

  .lg\:mr-1\.5{
    margin-right:0.375rem
  }

  .lg\:mr-10{
    margin-right:2.5rem
  }

  .lg\:mr-11{
    margin-right:2.75rem
  }

  .lg\:mr-12{
    margin-right:3rem
  }

  .lg\:mr-14{
    margin-right:3.5rem
  }

  .lg\:mr-16{
    margin-right:4rem
  }

  .lg\:mr-2{
    margin-right:0.5rem
  }

  .lg\:mr-2\.5{
    margin-right:0.625rem
  }

  .lg\:mr-20{
    margin-right:5rem
  }

  .lg\:mr-24{
    margin-right:6rem
  }

  .lg\:mr-28{
    margin-right:7rem
  }

  .lg\:mr-3{
    margin-right:0.75rem
  }

  .lg\:mr-3\.5{
    margin-right:0.875rem
  }

  .lg\:mr-32{
    margin-right:8rem
  }

  .lg\:mr-36{
    margin-right:9rem
  }

  .lg\:mr-4{
    margin-right:1rem
  }

  .lg\:mr-40{
    margin-right:10rem
  }

  .lg\:mr-5{
    margin-right:1.25rem
  }

  .lg\:mr-6{
    margin-right:1.5rem
  }

  .lg\:mr-7{
    margin-right:1.75rem
  }

  .lg\:mr-8{
    margin-right:2rem
  }

  .lg\:mr-9{
    margin-right:2.25rem
  }

  .lg\:mr-auto{
    margin-right:auto
  }

  .lg\:mr-px{
    margin-right:1px
  }

  .lg\:mt-0{
    margin-top:0px
  }

  .lg\:mt-0\.5{
    margin-top:0.125rem
  }

  .lg\:mt-1{
    margin-top:0.25rem
  }

  .lg\:mt-1\.5{
    margin-top:0.375rem
  }

  .lg\:mt-10{
    margin-top:2.5rem
  }

  .lg\:mt-11{
    margin-top:2.75rem
  }

  .lg\:mt-12{
    margin-top:3rem
  }

  .lg\:mt-14{
    margin-top:3.5rem
  }

  .lg\:mt-16{
    margin-top:4rem
  }

  .lg\:mt-2{
    margin-top:0.5rem
  }

  .lg\:mt-2\.5{
    margin-top:0.625rem
  }

  .lg\:mt-20{
    margin-top:5rem
  }

  .lg\:mt-24{
    margin-top:6rem
  }

  .lg\:mt-28{
    margin-top:7rem
  }

  .lg\:mt-3{
    margin-top:0.75rem
  }

  .lg\:mt-3\.5{
    margin-top:0.875rem
  }

  .lg\:mt-32{
    margin-top:8rem
  }

  .lg\:mt-36{
    margin-top:9rem
  }

  .lg\:mt-4{
    margin-top:1rem
  }

  .lg\:mt-40{
    margin-top:10rem
  }

  .lg\:mt-5{
    margin-top:1.25rem
  }

  .lg\:mt-6{
    margin-top:1.5rem
  }

  .lg\:mt-7{
    margin-top:1.75rem
  }

  .lg\:mt-8{
    margin-top:2rem
  }

  .lg\:mt-9{
    margin-top:2.25rem
  }

  .lg\:mt-auto{
    margin-top:auto
  }

  .lg\:mt-px{
    margin-top:1px
  }

  .lg\:block{
    display:block
  }

  .lg\:inline-block{
    display:inline-block
  }

  .lg\:inline{
    display:inline
  }

  .lg\:flex{
    display:flex
  }

  .lg\:inline-flex{
    display:inline-flex
  }

  .lg\:flow-root{
    display:flow-root
  }

  .lg\:grid{
    display:grid
  }

  .lg\:inline-grid{
    display:inline-grid
  }

  .lg\:contents{
    display:contents
  }

  .lg\:list-item{
    display:list-item
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-0{
    height:0px
  }

  .lg\:h-0\.5{
    height:0.125rem
  }

  .lg\:h-1{
    height:0.25rem
  }

  .lg\:h-1\.5{
    height:0.375rem
  }

  .lg\:h-10{
    height:2.5rem
  }

  .lg\:h-11{
    height:2.75rem
  }

  .lg\:h-12{
    height:3rem
  }

  .lg\:h-14{
    height:3.5rem
  }

  .lg\:h-16{
    height:4rem
  }

  .lg\:h-2{
    height:0.5rem
  }

  .lg\:h-2\.5{
    height:0.625rem
  }

  .lg\:h-20{
    height:5rem
  }

  .lg\:h-24{
    height:6rem
  }

  .lg\:h-28{
    height:7rem
  }

  .lg\:h-3{
    height:0.75rem
  }

  .lg\:h-3\.5{
    height:0.875rem
  }

  .lg\:h-32{
    height:8rem
  }

  .lg\:h-36{
    height:9rem
  }

  .lg\:h-4{
    height:1rem
  }

  .lg\:h-40{
    height:10rem
  }

  .lg\:h-5{
    height:1.25rem
  }

  .lg\:h-6{
    height:1.5rem
  }

  .lg\:h-7{
    height:1.75rem
  }

  .lg\:h-8{
    height:2rem
  }

  .lg\:h-9{
    height:2.25rem
  }

  .lg\:h-auto{
    height:auto
  }

  .lg\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .lg\:h-full{
    height:100%
  }

  .lg\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .lg\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .lg\:h-px{
    height:1px
  }

  .lg\:h-screen{
    height:100vh
  }

  .lg\:min-h-0{
    min-height:0px
  }

  .lg\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .lg\:min-h-full{
    min-height:100%
  }

  .lg\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .lg\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .lg\:min-h-screen{
    min-height:100vh
  }

  .lg\:w-0{
    width:0px
  }

  .lg\:w-0\.5{
    width:0.125rem
  }

  .lg\:w-1{
    width:0.25rem
  }

  .lg\:w-1\.5{
    width:0.375rem
  }

  .lg\:w-1\/2{
    width:50%
  }

  .lg\:w-1\/3{
    width:33.333333%
  }

  .lg\:w-1\/4{
    width:25%
  }

  .lg\:w-1\/5{
    width:20%
  }

  .lg\:w-1\/6{
    width:16.666667%
  }

  .lg\:w-10{
    width:2.5rem
  }

  .lg\:w-11{
    width:2.75rem
  }

  .lg\:w-12{
    width:3rem
  }

  .lg\:w-14{
    width:3.5rem
  }

  .lg\:w-16{
    width:4rem
  }

  .lg\:w-2{
    width:0.5rem
  }

  .lg\:w-2\.5{
    width:0.625rem
  }

  .lg\:w-2\/3{
    width:66.666667%
  }

  .lg\:w-2\/5{
    width:40%
  }

  .lg\:w-20{
    width:5rem
  }

  .lg\:w-24{
    width:6rem
  }

  .lg\:w-28{
    width:7rem
  }

  .lg\:w-3{
    width:0.75rem
  }

  .lg\:w-3\.5{
    width:0.875rem
  }

  .lg\:w-3\/4{
    width:75%
  }

  .lg\:w-3\/5{
    width:60%
  }

  .lg\:w-32{
    width:8rem
  }

  .lg\:w-36{
    width:9rem
  }

  .lg\:w-4{
    width:1rem
  }

  .lg\:w-4\/5{
    width:80%
  }

  .lg\:w-40{
    width:10rem
  }

  .lg\:w-5{
    width:1.25rem
  }

  .lg\:w-5\/6{
    width:83.333333%
  }

  .lg\:w-6{
    width:1.5rem
  }

  .lg\:w-7{
    width:1.75rem
  }

  .lg\:w-8{
    width:2rem
  }

  .lg\:w-9{
    width:2.25rem
  }

  .lg\:w-auto{
    width:auto
  }

  .lg\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .lg\:w-full{
    width:100%
  }

  .lg\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .lg\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .lg\:w-px{
    width:1px
  }

  .lg\:w-screen{
    width:100vw
  }

  .lg\:min-w-0{
    min-width:0px
  }

  .lg\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .lg\:min-w-full{
    min-width:100%
  }

  .lg\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .lg\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .lg\:max-w-2xl{
    max-width:42rem
  }

  .lg\:max-w-3xl{
    max-width:48rem
  }

  .lg\:max-w-4xl{
    max-width:56rem
  }

  .lg\:max-w-5xl{
    max-width:64rem
  }

  .lg\:max-w-6xl{
    max-width:72rem
  }

  .lg\:max-w-7xl{
    max-width:80rem
  }

  .lg\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .lg\:max-w-full{
    max-width:100%
  }

  .lg\:max-w-lg{
    max-width:32rem
  }

  .lg\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .lg\:max-w-md{
    max-width:28rem
  }

  .lg\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .lg\:max-w-none{
    max-width:none
  }

  .lg\:max-w-prose{
    max-width:65ch
  }

  .lg\:max-w-screen-2xl{
    max-width:1536px
  }

  .lg\:max-w-screen-lg{
    max-width:1024px
  }

  .lg\:max-w-screen-md{
    max-width:768px
  }

  .lg\:max-w-screen-sm{
    max-width:640px
  }

  .lg\:max-w-screen-xl{
    max-width:1280px
  }

  .lg\:max-w-sm{
    max-width:24rem
  }

  .lg\:max-w-xl{
    max-width:36rem
  }

  .lg\:max-w-xs{
    max-width:20rem
  }

  .lg\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .lg\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .lg\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .lg\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .lg\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .lg\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .lg\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .lg\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .lg\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .lg\:grid-cols-none{
    grid-template-columns:none
  }

  .lg\:flex-row{
    flex-direction:row
  }

  .lg\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .lg\:flex-col{
    flex-direction:column
  }

  .lg\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .lg\:flex-wrap{
    flex-wrap:wrap
  }

  .lg\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .lg\:flex-nowrap{
    flex-wrap:nowrap
  }

  .lg\:place-content-center{
    place-content:center
  }

  .lg\:place-content-start{
    place-content:start
  }

  .lg\:place-content-end{
    place-content:end
  }

  .lg\:place-content-stretch{
    place-content:stretch
  }

  .lg\:place-items-start{
    place-items:start
  }

  .lg\:place-items-end{
    place-items:end
  }

  .lg\:place-items-center{
    place-items:center
  }

  .lg\:place-items-stretch{
    place-items:stretch
  }

  .lg\:content-center{
    align-content:center
  }

  .lg\:content-start{
    align-content:flex-start
  }

  .lg\:content-end{
    align-content:flex-end
  }

  .lg\:content-between{
    align-content:space-between
  }

  .lg\:content-around{
    align-content:space-around
  }

  .lg\:content-evenly{
    align-content:space-evenly
  }

  .lg\:content-stretch{
    align-content:stretch
  }

  .lg\:items-start{
    align-items:flex-start
  }

  .lg\:items-end{
    align-items:flex-end
  }

  .lg\:items-center{
    align-items:center
  }

  .lg\:items-baseline{
    align-items:baseline
  }

  .lg\:items-stretch{
    align-items:stretch
  }

  .lg\:justify-normal{
    justify-content:normal
  }

  .lg\:justify-start{
    justify-content:flex-start
  }

  .lg\:justify-end{
    justify-content:flex-end
  }

  .lg\:justify-center{
    justify-content:center
  }

  .lg\:justify-between{
    justify-content:space-between
  }

  .lg\:justify-around{
    justify-content:space-around
  }

  .lg\:justify-evenly{
    justify-content:space-evenly
  }

  .lg\:justify-stretch{
    justify-content:stretch
  }

  .lg\:justify-items-start{
    justify-items:start
  }

  .lg\:justify-items-end{
    justify-items:end
  }

  .lg\:justify-items-center{
    justify-items:center
  }

  .lg\:justify-items-stretch{
    justify-items:stretch
  }

  .lg\:gap-0{
    gap:0px
  }

  .lg\:gap-0\.5{
    gap:0.125rem
  }

  .lg\:gap-1{
    gap:0.25rem
  }

  .lg\:gap-1\.5{
    gap:0.375rem
  }

  .lg\:gap-10{
    gap:2.5rem
  }

  .lg\:gap-11{
    gap:2.75rem
  }

  .lg\:gap-12{
    gap:3rem
  }

  .lg\:gap-14{
    gap:3.5rem
  }

  .lg\:gap-16{
    gap:4rem
  }

  .lg\:gap-2{
    gap:0.5rem
  }

  .lg\:gap-2\.5{
    gap:0.625rem
  }

  .lg\:gap-20{
    gap:5rem
  }

  .lg\:gap-24{
    gap:6rem
  }

  .lg\:gap-28{
    gap:7rem
  }

  .lg\:gap-3{
    gap:0.75rem
  }

  .lg\:gap-3\.5{
    gap:0.875rem
  }

  .lg\:gap-32{
    gap:8rem
  }

  .lg\:gap-36{
    gap:9rem
  }

  .lg\:gap-4{
    gap:1rem
  }

  .lg\:gap-40{
    gap:10rem
  }

  .lg\:gap-5{
    gap:1.25rem
  }

  .lg\:gap-6{
    gap:1.5rem
  }

  .lg\:gap-7{
    gap:1.75rem
  }

  .lg\:gap-8{
    gap:2rem
  }

  .lg\:gap-9{
    gap:2.25rem
  }

  .lg\:gap-px{
    gap:1px
  }

  .lg\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .lg\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .lg\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .lg\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .lg\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .lg\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .lg\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .lg\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .lg\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .lg\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .lg\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .lg\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .lg\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .lg\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .lg\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .lg\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .lg\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .lg\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .lg\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .lg\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .lg\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .lg\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .lg\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .lg\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .lg\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .lg\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .lg\:gap-y-0{
    row-gap:0px
  }

  .lg\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .lg\:gap-y-1{
    row-gap:0.25rem
  }

  .lg\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .lg\:gap-y-10{
    row-gap:2.5rem
  }

  .lg\:gap-y-11{
    row-gap:2.75rem
  }

  .lg\:gap-y-12{
    row-gap:3rem
  }

  .lg\:gap-y-14{
    row-gap:3.5rem
  }

  .lg\:gap-y-16{
    row-gap:4rem
  }

  .lg\:gap-y-2{
    row-gap:0.5rem
  }

  .lg\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .lg\:gap-y-20{
    row-gap:5rem
  }

  .lg\:gap-y-24{
    row-gap:6rem
  }

  .lg\:gap-y-28{
    row-gap:7rem
  }

  .lg\:gap-y-3{
    row-gap:0.75rem
  }

  .lg\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .lg\:gap-y-32{
    row-gap:8rem
  }

  .lg\:gap-y-36{
    row-gap:9rem
  }

  .lg\:gap-y-4{
    row-gap:1rem
  }

  .lg\:gap-y-40{
    row-gap:10rem
  }

  .lg\:gap-y-5{
    row-gap:1.25rem
  }

  .lg\:gap-y-6{
    row-gap:1.5rem
  }

  .lg\:gap-y-7{
    row-gap:1.75rem
  }

  .lg\:gap-y-8{
    row-gap:2rem
  }

  .lg\:gap-y-9{
    row-gap:2.25rem
  }

  .lg\:gap-y-px{
    row-gap:1px
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .lg\:place-self-start{
    place-self:start
  }

  .lg\:place-self-end{
    place-self:end
  }

  .lg\:place-self-center{
    place-self:center
  }

  .lg\:place-self-stretch{
    place-self:stretch
  }

  .lg\:self-auto{
    align-self:auto
  }

  .lg\:self-start{
    align-self:flex-start
  }

  .lg\:self-end{
    align-self:flex-end
  }

  .lg\:self-center{
    align-self:center
  }

  .lg\:self-stretch{
    align-self:stretch
  }

  .lg\:self-baseline{
    align-self:baseline
  }

  .lg\:justify-self-auto{
    justify-self:auto
  }

  .lg\:justify-self-start{
    justify-self:start
  }

  .lg\:justify-self-end{
    justify-self:end
  }

  .lg\:justify-self-center{
    justify-self:center
  }

  .lg\:justify-self-stretch{
    justify-self:stretch
  }

  .lg\:rounded-2xl{
    border-radius:1rem
  }

  .lg\:border{
    border-width:1px
  }

  .lg\:border-0{
    border-width:0px
  }

  .lg\:border-2{
    border-width:2px
  }

  .lg\:border-4{
    border-width:4px
  }

  .lg\:border-8{
    border-width:8px
  }

  .lg\:border-b{
    border-bottom-width:1px
  }

  .lg\:border-b-0{
    border-bottom-width:0px
  }

  .lg\:border-b-2{
    border-bottom-width:2px
  }

  .lg\:border-b-4{
    border-bottom-width:4px
  }

  .lg\:border-b-8{
    border-bottom-width:8px
  }

  .lg\:border-l{
    border-left-width:1px
  }

  .lg\:border-l-0{
    border-left-width:0px
  }

  .lg\:border-l-2{
    border-left-width:2px
  }

  .lg\:border-l-4{
    border-left-width:4px
  }

  .lg\:border-l-8{
    border-left-width:8px
  }

  .lg\:border-r{
    border-right-width:1px
  }

  .lg\:border-r-0{
    border-right-width:0px
  }

  .lg\:border-r-2{
    border-right-width:2px
  }

  .lg\:border-r-4{
    border-right-width:4px
  }

  .lg\:border-r-8{
    border-right-width:8px
  }

  .lg\:border-t{
    border-top-width:1px
  }

  .lg\:border-t-0{
    border-top-width:0px
  }

  .lg\:border-t-2{
    border-top-width:2px
  }

  .lg\:border-t-4{
    border-top-width:4px
  }

  .lg\:border-t-8{
    border-top-width:8px
  }

  .lg\:border-gray-200{
    --tw-border-opacity:1;
    border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))
  }

  .lg\:bg-black{
    --tw-bg-opacity:1;
    background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))
  }

  .lg\:bg-white{
    --tw-bg-opacity:1;
    background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))
  }

  .lg\:p-0{
    padding:0px
  }

  .lg\:p-0\.5{
    padding:0.125rem
  }

  .lg\:p-1{
    padding:0.25rem
  }

  .lg\:p-1\.5{
    padding:0.375rem
  }

  .lg\:p-10{
    padding:2.5rem
  }

  .lg\:p-11{
    padding:2.75rem
  }

  .lg\:p-12{
    padding:3rem
  }

  .lg\:p-14{
    padding:3.5rem
  }

  .lg\:p-16{
    padding:4rem
  }

  .lg\:p-2{
    padding:0.5rem
  }

  .lg\:p-2\.5{
    padding:0.625rem
  }

  .lg\:p-20{
    padding:5rem
  }

  .lg\:p-24{
    padding:6rem
  }

  .lg\:p-28{
    padding:7rem
  }

  .lg\:p-3{
    padding:0.75rem
  }

  .lg\:p-3\.5{
    padding:0.875rem
  }

  .lg\:p-32{
    padding:8rem
  }

  .lg\:p-36{
    padding:9rem
  }

  .lg\:p-4{
    padding:1rem
  }

  .lg\:p-40{
    padding:10rem
  }

  .lg\:p-5{
    padding:1.25rem
  }

  .lg\:p-6{
    padding:1.5rem
  }

  .lg\:p-7{
    padding:1.75rem
  }

  .lg\:p-8{
    padding:2rem
  }

  .lg\:p-9{
    padding:2.25rem
  }

  .lg\:p-px{
    padding:1px
  }

  .lg\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .lg\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .lg\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .lg\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .lg\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .lg\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .lg\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .lg\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .lg\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .lg\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .lg\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .lg\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .lg\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .lg\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .lg\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .lg\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .lg\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .lg\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .lg\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .lg\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .lg\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .lg\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .lg\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .lg\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .lg\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .lg\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .lg\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .lg\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .lg\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .lg\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .lg\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .lg\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .lg\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .lg\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .lg\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .lg\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .lg\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .lg\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .lg\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .lg\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .lg\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .lg\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .lg\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .lg\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .lg\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .lg\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .lg\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .lg\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .lg\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .lg\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .lg\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .lg\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .lg\:pb-0{
    padding-bottom:0px
  }

  .lg\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .lg\:pb-1{
    padding-bottom:0.25rem
  }

  .lg\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .lg\:pb-10{
    padding-bottom:2.5rem
  }

  .lg\:pb-11{
    padding-bottom:2.75rem
  }

  .lg\:pb-12{
    padding-bottom:3rem
  }

  .lg\:pb-14{
    padding-bottom:3.5rem
  }

  .lg\:pb-16{
    padding-bottom:4rem
  }

  .lg\:pb-2{
    padding-bottom:0.5rem
  }

  .lg\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .lg\:pb-20{
    padding-bottom:5rem
  }

  .lg\:pb-24{
    padding-bottom:6rem
  }

  .lg\:pb-28{
    padding-bottom:7rem
  }

  .lg\:pb-3{
    padding-bottom:0.75rem
  }

  .lg\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .lg\:pb-32{
    padding-bottom:8rem
  }

  .lg\:pb-36{
    padding-bottom:9rem
  }

  .lg\:pb-4{
    padding-bottom:1rem
  }

  .lg\:pb-40{
    padding-bottom:10rem
  }

  .lg\:pb-5{
    padding-bottom:1.25rem
  }

  .lg\:pb-6{
    padding-bottom:1.5rem
  }

  .lg\:pb-7{
    padding-bottom:1.75rem
  }

  .lg\:pb-8{
    padding-bottom:2rem
  }

  .lg\:pb-9{
    padding-bottom:2.25rem
  }

  .lg\:pb-px{
    padding-bottom:1px
  }

  .lg\:pl-0{
    padding-left:0px
  }

  .lg\:pl-0\.5{
    padding-left:0.125rem
  }

  .lg\:pl-1{
    padding-left:0.25rem
  }

  .lg\:pl-1\.5{
    padding-left:0.375rem
  }

  .lg\:pl-10{
    padding-left:2.5rem
  }

  .lg\:pl-11{
    padding-left:2.75rem
  }

  .lg\:pl-12{
    padding-left:3rem
  }

  .lg\:pl-14{
    padding-left:3.5rem
  }

  .lg\:pl-16{
    padding-left:4rem
  }

  .lg\:pl-2{
    padding-left:0.5rem
  }

  .lg\:pl-2\.5{
    padding-left:0.625rem
  }

  .lg\:pl-20{
    padding-left:5rem
  }

  .lg\:pl-24{
    padding-left:6rem
  }

  .lg\:pl-28{
    padding-left:7rem
  }

  .lg\:pl-3{
    padding-left:0.75rem
  }

  .lg\:pl-3\.5{
    padding-left:0.875rem
  }

  .lg\:pl-32{
    padding-left:8rem
  }

  .lg\:pl-36{
    padding-left:9rem
  }

  .lg\:pl-4{
    padding-left:1rem
  }

  .lg\:pl-40{
    padding-left:10rem
  }

  .lg\:pl-5{
    padding-left:1.25rem
  }

  .lg\:pl-6{
    padding-left:1.5rem
  }

  .lg\:pl-7{
    padding-left:1.75rem
  }

  .lg\:pl-8{
    padding-left:2rem
  }

  .lg\:pl-9{
    padding-left:2.25rem
  }

  .lg\:pl-px{
    padding-left:1px
  }

  .lg\:pr-0{
    padding-right:0px
  }

  .lg\:pr-0\.5{
    padding-right:0.125rem
  }

  .lg\:pr-1{
    padding-right:0.25rem
  }

  .lg\:pr-1\.5{
    padding-right:0.375rem
  }

  .lg\:pr-10{
    padding-right:2.5rem
  }

  .lg\:pr-11{
    padding-right:2.75rem
  }

  .lg\:pr-12{
    padding-right:3rem
  }

  .lg\:pr-14{
    padding-right:3.5rem
  }

  .lg\:pr-16{
    padding-right:4rem
  }

  .lg\:pr-2{
    padding-right:0.5rem
  }

  .lg\:pr-2\.5{
    padding-right:0.625rem
  }

  .lg\:pr-20{
    padding-right:5rem
  }

  .lg\:pr-24{
    padding-right:6rem
  }

  .lg\:pr-28{
    padding-right:7rem
  }

  .lg\:pr-3{
    padding-right:0.75rem
  }

  .lg\:pr-3\.5{
    padding-right:0.875rem
  }

  .lg\:pr-32{
    padding-right:8rem
  }

  .lg\:pr-36{
    padding-right:9rem
  }

  .lg\:pr-4{
    padding-right:1rem
  }

  .lg\:pr-40{
    padding-right:10rem
  }

  .lg\:pr-5{
    padding-right:1.25rem
  }

  .lg\:pr-6{
    padding-right:1.5rem
  }

  .lg\:pr-7{
    padding-right:1.75rem
  }

  .lg\:pr-8{
    padding-right:2rem
  }

  .lg\:pr-9{
    padding-right:2.25rem
  }

  .lg\:pr-px{
    padding-right:1px
  }

  .lg\:pt-0{
    padding-top:0px
  }

  .lg\:pt-0\.5{
    padding-top:0.125rem
  }

  .lg\:pt-1{
    padding-top:0.25rem
  }

  .lg\:pt-1\.5{
    padding-top:0.375rem
  }

  .lg\:pt-10{
    padding-top:2.5rem
  }

  .lg\:pt-11{
    padding-top:2.75rem
  }

  .lg\:pt-12{
    padding-top:3rem
  }

  .lg\:pt-14{
    padding-top:3.5rem
  }

  .lg\:pt-16{
    padding-top:4rem
  }

  .lg\:pt-2{
    padding-top:0.5rem
  }

  .lg\:pt-2\.5{
    padding-top:0.625rem
  }

  .lg\:pt-20{
    padding-top:5rem
  }

  .lg\:pt-24{
    padding-top:6rem
  }

  .lg\:pt-28{
    padding-top:7rem
  }

  .lg\:pt-3{
    padding-top:0.75rem
  }

  .lg\:pt-3\.5{
    padding-top:0.875rem
  }

  .lg\:pt-32{
    padding-top:8rem
  }

  .lg\:pt-36{
    padding-top:9rem
  }

  .lg\:pt-4{
    padding-top:1rem
  }

  .lg\:pt-40{
    padding-top:10rem
  }

  .lg\:pt-5{
    padding-top:1.25rem
  }

  .lg\:pt-6{
    padding-top:1.5rem
  }

  .lg\:pt-7{
    padding-top:1.75rem
  }

  .lg\:pt-8{
    padding-top:2rem
  }

  .lg\:pt-9{
    padding-top:2.25rem
  }

  .lg\:pt-px{
    padding-top:1px
  }

  .lg\:text-left{
    text-align:left
  }

  .lg\:text-center{
    text-align:center
  }

  .lg\:text-right{
    text-align:right
  }

  .lg\:text-justify{
    text-align:justify
  }

  .lg\:text-start{
    text-align:start
  }

  .lg\:text-end{
    text-align:end
  }

  .lg\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .lg\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .lg\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .lg\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .lg\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .lg\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .lg\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .lg\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .lg\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .lg\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .lg\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .lg\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .lg\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .lg\:leading-10{
    line-height:2.5rem
  }

  .lg\:leading-3{
    line-height:.75rem
  }

  .lg\:leading-4{
    line-height:1rem
  }

  .lg\:leading-5{
    line-height:1.25rem
  }

  .lg\:leading-6{
    line-height:1.5rem
  }

  .lg\:leading-7{
    line-height:1.75rem
  }

  .lg\:leading-8{
    line-height:2rem
  }

  .lg\:leading-9{
    line-height:2.25rem
  }

  .lg\:leading-loose{
    line-height:2
  }

  .lg\:leading-none{
    line-height:1
  }

  .lg\:leading-normal{
    line-height:1.5
  }

  .lg\:leading-relaxed{
    line-height:1.625
  }

  .lg\:leading-snug{
    line-height:1.375
  }

  .lg\:leading-tight{
    line-height:1.25
  }

  .lg\:text-white{
    --tw-text-opacity:1;
    color:rgb(255 255 255 / var(--tw-text-opacity, 1))
  }

  .lg\:text-white\/80{
    color:rgb(255 255 255 / 0.8)
  }

  .lg\:shadow-md{
    --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 1280px){
  .xl\:static{
    position:static
  }

  .xl\:fixed{
    position:fixed
  }

  .xl\:absolute{
    position:absolute
  }

  .xl\:relative{
    position:relative
  }

  .xl\:sticky{
    position:sticky
  }

  .xl\:inset-0{
    inset:0px
  }

  .xl\:inset-0\.5{
    inset:0.125rem
  }

  .xl\:inset-1{
    inset:0.25rem
  }

  .xl\:inset-10{
    inset:2.5rem
  }

  .xl\:inset-12{
    inset:3rem
  }

  .xl\:inset-14{
    inset:3.5rem
  }

  .xl\:inset-16{
    inset:4rem
  }

  .xl\:inset-2{
    inset:0.5rem
  }

  .xl\:inset-20{
    inset:5rem
  }

  .xl\:inset-24{
    inset:6rem
  }

  .xl\:inset-28{
    inset:7rem
  }

  .xl\:inset-3{
    inset:0.75rem
  }

  .xl\:inset-32{
    inset:8rem
  }

  .xl\:inset-4{
    inset:1rem
  }

  .xl\:inset-5{
    inset:1.25rem
  }

  .xl\:inset-6{
    inset:1.5rem
  }

  .xl\:inset-7{
    inset:1.75rem
  }

  .xl\:inset-8{
    inset:2rem
  }

  .xl\:inset-9{
    inset:2.25rem
  }

  .xl\:inset-auto{
    inset:auto
  }

  .xl\:inset-full{
    inset:100%
  }

  .xl\:inset-px{
    inset:1px
  }

  .xl\:inset-x-0{
    left:0px;
    right:0px
  }

  .xl\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .xl\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .xl\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .xl\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .xl\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .xl\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .xl\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .xl\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .xl\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .xl\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .xl\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .xl\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .xl\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .xl\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .xl\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .xl\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .xl\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .xl\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .xl\:inset-x-auto{
    left:auto;
    right:auto
  }

  .xl\:inset-x-full{
    left:100%;
    right:100%
  }

  .xl\:inset-x-px{
    left:1px;
    right:1px
  }

  .xl\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .xl\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .xl\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .xl\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .xl\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .xl\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .xl\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .xl\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .xl\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .xl\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .xl\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .xl\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .xl\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .xl\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .xl\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .xl\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .xl\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .xl\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .xl\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .xl\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .xl\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .xl\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .xl\:bottom-0{
    bottom:0px
  }

  .xl\:bottom-1\/2{
    bottom:50%
  }

  .xl\:bottom-auto{
    bottom:auto
  }

  .xl\:bottom-full{
    bottom:100%
  }

  .xl\:left-0{
    left:0px
  }

  .xl\:left-1\/2{
    left:50%
  }

  .xl\:left-auto{
    left:auto
  }

  .xl\:left-full{
    left:100%
  }

  .xl\:right-0{
    right:0px
  }

  .xl\:right-1\/2{
    right:50%
  }

  .xl\:right-auto{
    right:auto
  }

  .xl\:right-full{
    right:100%
  }

  .xl\:top-0{
    top:0px
  }

  .xl\:top-1\/2{
    top:50%
  }

  .xl\:top-auto{
    top:auto
  }

  .xl\:top-full{
    top:100%
  }

  .xl\:order-1{
    order:1
  }

  .xl\:order-10{
    order:10
  }

  .xl\:order-11{
    order:11
  }

  .xl\:order-12{
    order:12
  }

  .xl\:order-2{
    order:2
  }

  .xl\:order-3{
    order:3
  }

  .xl\:order-4{
    order:4
  }

  .xl\:order-5{
    order:5
  }

  .xl\:order-6{
    order:6
  }

  .xl\:order-7{
    order:7
  }

  .xl\:order-8{
    order:8
  }

  .xl\:order-9{
    order:9
  }

  .xl\:order-first{
    order:-9999
  }

  .xl\:order-last{
    order:9999
  }

  .xl\:order-none{
    order:0
  }

  .xl\:col-span-1{
    grid-column:span 1 / span 1
  }

  .xl\:col-span-10{
    grid-column:span 10 / span 10
  }

  .xl\:col-span-11{
    grid-column:span 11 / span 11
  }

  .xl\:col-span-12{
    grid-column:span 12 / span 12
  }

  .xl\:col-span-2{
    grid-column:span 2 / span 2
  }

  .xl\:col-span-3{
    grid-column:span 3 / span 3
  }

  .xl\:col-span-4{
    grid-column:span 4 / span 4
  }

  .xl\:col-span-5{
    grid-column:span 5 / span 5
  }

  .xl\:col-span-6{
    grid-column:span 6 / span 6
  }

  .xl\:col-span-7{
    grid-column:span 7 / span 7
  }

  .xl\:col-span-8{
    grid-column:span 8 / span 8
  }

  .xl\:col-span-9{
    grid-column:span 9 / span 9
  }

  .xl\:col-span-full{
    grid-column:1 / -1
  }

  .xl\:row-span-1{
    grid-row:span 1 / span 1
  }

  .xl\:row-span-2{
    grid-row:span 2 / span 2
  }

  .xl\:row-span-3{
    grid-row:span 3 / span 3
  }

  .xl\:row-span-4{
    grid-row:span 4 / span 4
  }

  .xl\:row-span-5{
    grid-row:span 5 / span 5
  }

  .xl\:row-span-6{
    grid-row:span 6 / span 6
  }

  .xl\:row-span-full{
    grid-row:1 / -1
  }

  .xl\:-m-0{
    margin:-0px
  }

  .xl\:-m-0\.5{
    margin:-0.125rem
  }

  .xl\:-m-1{
    margin:-0.25rem
  }

  .xl\:-m-1\.5{
    margin:-0.375rem
  }

  .xl\:-m-10{
    margin:-2.5rem
  }

  .xl\:-m-11{
    margin:-2.75rem
  }

  .xl\:-m-12{
    margin:-3rem
  }

  .xl\:-m-14{
    margin:-3.5rem
  }

  .xl\:-m-16{
    margin:-4rem
  }

  .xl\:-m-2{
    margin:-0.5rem
  }

  .xl\:-m-2\.5{
    margin:-0.625rem
  }

  .xl\:-m-20{
    margin:-5rem
  }

  .xl\:-m-24{
    margin:-6rem
  }

  .xl\:-m-28{
    margin:-7rem
  }

  .xl\:-m-3{
    margin:-0.75rem
  }

  .xl\:-m-3\.5{
    margin:-0.875rem
  }

  .xl\:-m-32{
    margin:-8rem
  }

  .xl\:-m-36{
    margin:-9rem
  }

  .xl\:-m-4{
    margin:-1rem
  }

  .xl\:-m-40{
    margin:-10rem
  }

  .xl\:-m-5{
    margin:-1.25rem
  }

  .xl\:-m-6{
    margin:-1.5rem
  }

  .xl\:-m-7{
    margin:-1.75rem
  }

  .xl\:-m-8{
    margin:-2rem
  }

  .xl\:-m-9{
    margin:-2.25rem
  }

  .xl\:-m-px{
    margin:-1px
  }

  .xl\:m-0{
    margin:0px
  }

  .xl\:m-0\.5{
    margin:0.125rem
  }

  .xl\:m-1{
    margin:0.25rem
  }

  .xl\:m-1\.5{
    margin:0.375rem
  }

  .xl\:m-10{
    margin:2.5rem
  }

  .xl\:m-11{
    margin:2.75rem
  }

  .xl\:m-12{
    margin:3rem
  }

  .xl\:m-14{
    margin:3.5rem
  }

  .xl\:m-16{
    margin:4rem
  }

  .xl\:m-2{
    margin:0.5rem
  }

  .xl\:m-2\.5{
    margin:0.625rem
  }

  .xl\:m-20{
    margin:5rem
  }

  .xl\:m-24{
    margin:6rem
  }

  .xl\:m-28{
    margin:7rem
  }

  .xl\:m-3{
    margin:0.75rem
  }

  .xl\:m-3\.5{
    margin:0.875rem
  }

  .xl\:m-32{
    margin:8rem
  }

  .xl\:m-36{
    margin:9rem
  }

  .xl\:m-4{
    margin:1rem
  }

  .xl\:m-40{
    margin:10rem
  }

  .xl\:m-5{
    margin:1.25rem
  }

  .xl\:m-6{
    margin:1.5rem
  }

  .xl\:m-7{
    margin:1.75rem
  }

  .xl\:m-8{
    margin:2rem
  }

  .xl\:m-9{
    margin:2.25rem
  }

  .xl\:m-auto{
    margin:auto
  }

  .xl\:m-px{
    margin:1px
  }

  .xl\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .xl\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .xl\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .xl\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .xl\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .xl\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .xl\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .xl\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .xl\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .xl\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .xl\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .xl\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .xl\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .xl\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .xl\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .xl\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .xl\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .xl\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .xl\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .xl\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .xl\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .xl\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .xl\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .xl\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .xl\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .xl\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .xl\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .xl\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .xl\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .xl\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .xl\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .xl\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .xl\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .xl\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .xl\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .xl\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .xl\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .xl\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .xl\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .xl\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .xl\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .xl\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .xl\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .xl\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .xl\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .xl\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .xl\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .xl\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .xl\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .xl\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .xl\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .xl\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .xl\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .xl\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .xl\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .xl\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .xl\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .xl\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .xl\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .xl\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .xl\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .xl\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .xl\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .xl\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .xl\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .xl\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .xl\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .xl\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .xl\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .xl\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .xl\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .xl\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .xl\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .xl\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .xl\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .xl\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .xl\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .xl\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .xl\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .xl\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .xl\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .xl\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .xl\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .xl\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .xl\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .xl\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .xl\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .xl\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .xl\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .xl\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .xl\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .xl\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .xl\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .xl\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .xl\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .xl\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .xl\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .xl\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .xl\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .xl\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .xl\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .xl\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .xl\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .xl\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .xl\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .xl\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .xl\:-mb-0{
    margin-bottom:-0px
  }

  .xl\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .xl\:-mb-1{
    margin-bottom:-0.25rem
  }

  .xl\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .xl\:-mb-10{
    margin-bottom:-2.5rem
  }

  .xl\:-mb-11{
    margin-bottom:-2.75rem
  }

  .xl\:-mb-12{
    margin-bottom:-3rem
  }

  .xl\:-mb-14{
    margin-bottom:-3.5rem
  }

  .xl\:-mb-16{
    margin-bottom:-4rem
  }

  .xl\:-mb-2{
    margin-bottom:-0.5rem
  }

  .xl\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .xl\:-mb-20{
    margin-bottom:-5rem
  }

  .xl\:-mb-24{
    margin-bottom:-6rem
  }

  .xl\:-mb-28{
    margin-bottom:-7rem
  }

  .xl\:-mb-3{
    margin-bottom:-0.75rem
  }

  .xl\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .xl\:-mb-32{
    margin-bottom:-8rem
  }

  .xl\:-mb-36{
    margin-bottom:-9rem
  }

  .xl\:-mb-4{
    margin-bottom:-1rem
  }

  .xl\:-mb-40{
    margin-bottom:-10rem
  }

  .xl\:-mb-5{
    margin-bottom:-1.25rem
  }

  .xl\:-mb-6{
    margin-bottom:-1.5rem
  }

  .xl\:-mb-7{
    margin-bottom:-1.75rem
  }

  .xl\:-mb-8{
    margin-bottom:-2rem
  }

  .xl\:-mb-9{
    margin-bottom:-2.25rem
  }

  .xl\:-mb-px{
    margin-bottom:-1px
  }

  .xl\:-ml-0{
    margin-left:-0px
  }

  .xl\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .xl\:-ml-1{
    margin-left:-0.25rem
  }

  .xl\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .xl\:-ml-10{
    margin-left:-2.5rem
  }

  .xl\:-ml-11{
    margin-left:-2.75rem
  }

  .xl\:-ml-12{
    margin-left:-3rem
  }

  .xl\:-ml-14{
    margin-left:-3.5rem
  }

  .xl\:-ml-16{
    margin-left:-4rem
  }

  .xl\:-ml-2{
    margin-left:-0.5rem
  }

  .xl\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .xl\:-ml-20{
    margin-left:-5rem
  }

  .xl\:-ml-24{
    margin-left:-6rem
  }

  .xl\:-ml-28{
    margin-left:-7rem
  }

  .xl\:-ml-3{
    margin-left:-0.75rem
  }

  .xl\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .xl\:-ml-32{
    margin-left:-8rem
  }

  .xl\:-ml-36{
    margin-left:-9rem
  }

  .xl\:-ml-4{
    margin-left:-1rem
  }

  .xl\:-ml-40{
    margin-left:-10rem
  }

  .xl\:-ml-5{
    margin-left:-1.25rem
  }

  .xl\:-ml-6{
    margin-left:-1.5rem
  }

  .xl\:-ml-7{
    margin-left:-1.75rem
  }

  .xl\:-ml-8{
    margin-left:-2rem
  }

  .xl\:-ml-9{
    margin-left:-2.25rem
  }

  .xl\:-ml-px{
    margin-left:-1px
  }

  .xl\:-mr-0{
    margin-right:-0px
  }

  .xl\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .xl\:-mr-1{
    margin-right:-0.25rem
  }

  .xl\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .xl\:-mr-10{
    margin-right:-2.5rem
  }

  .xl\:-mr-11{
    margin-right:-2.75rem
  }

  .xl\:-mr-12{
    margin-right:-3rem
  }

  .xl\:-mr-14{
    margin-right:-3.5rem
  }

  .xl\:-mr-16{
    margin-right:-4rem
  }

  .xl\:-mr-2{
    margin-right:-0.5rem
  }

  .xl\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .xl\:-mr-20{
    margin-right:-5rem
  }

  .xl\:-mr-24{
    margin-right:-6rem
  }

  .xl\:-mr-28{
    margin-right:-7rem
  }

  .xl\:-mr-3{
    margin-right:-0.75rem
  }

  .xl\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .xl\:-mr-32{
    margin-right:-8rem
  }

  .xl\:-mr-36{
    margin-right:-9rem
  }

  .xl\:-mr-4{
    margin-right:-1rem
  }

  .xl\:-mr-40{
    margin-right:-10rem
  }

  .xl\:-mr-5{
    margin-right:-1.25rem
  }

  .xl\:-mr-6{
    margin-right:-1.5rem
  }

  .xl\:-mr-7{
    margin-right:-1.75rem
  }

  .xl\:-mr-8{
    margin-right:-2rem
  }

  .xl\:-mr-9{
    margin-right:-2.25rem
  }

  .xl\:-mr-px{
    margin-right:-1px
  }

  .xl\:-mt-0{
    margin-top:-0px
  }

  .xl\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .xl\:-mt-1{
    margin-top:-0.25rem
  }

  .xl\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .xl\:-mt-10{
    margin-top:-2.5rem
  }

  .xl\:-mt-11{
    margin-top:-2.75rem
  }

  .xl\:-mt-12{
    margin-top:-3rem
  }

  .xl\:-mt-14{
    margin-top:-3.5rem
  }

  .xl\:-mt-16{
    margin-top:-4rem
  }

  .xl\:-mt-2{
    margin-top:-0.5rem
  }

  .xl\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .xl\:-mt-20{
    margin-top:-5rem
  }

  .xl\:-mt-24{
    margin-top:-6rem
  }

  .xl\:-mt-28{
    margin-top:-7rem
  }

  .xl\:-mt-3{
    margin-top:-0.75rem
  }

  .xl\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .xl\:-mt-32{
    margin-top:-8rem
  }

  .xl\:-mt-36{
    margin-top:-9rem
  }

  .xl\:-mt-4{
    margin-top:-1rem
  }

  .xl\:-mt-40{
    margin-top:-10rem
  }

  .xl\:-mt-5{
    margin-top:-1.25rem
  }

  .xl\:-mt-6{
    margin-top:-1.5rem
  }

  .xl\:-mt-7{
    margin-top:-1.75rem
  }

  .xl\:-mt-8{
    margin-top:-2rem
  }

  .xl\:-mt-9{
    margin-top:-2.25rem
  }

  .xl\:-mt-px{
    margin-top:-1px
  }

  .xl\:mb-0{
    margin-bottom:0px
  }

  .xl\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .xl\:mb-1{
    margin-bottom:0.25rem
  }

  .xl\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .xl\:mb-10{
    margin-bottom:2.5rem
  }

  .xl\:mb-11{
    margin-bottom:2.75rem
  }

  .xl\:mb-12{
    margin-bottom:3rem
  }

  .xl\:mb-14{
    margin-bottom:3.5rem
  }

  .xl\:mb-16{
    margin-bottom:4rem
  }

  .xl\:mb-2{
    margin-bottom:0.5rem
  }

  .xl\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .xl\:mb-20{
    margin-bottom:5rem
  }

  .xl\:mb-24{
    margin-bottom:6rem
  }

  .xl\:mb-28{
    margin-bottom:7rem
  }

  .xl\:mb-3{
    margin-bottom:0.75rem
  }

  .xl\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .xl\:mb-32{
    margin-bottom:8rem
  }

  .xl\:mb-36{
    margin-bottom:9rem
  }

  .xl\:mb-4{
    margin-bottom:1rem
  }

  .xl\:mb-40{
    margin-bottom:10rem
  }

  .xl\:mb-5{
    margin-bottom:1.25rem
  }

  .xl\:mb-6{
    margin-bottom:1.5rem
  }

  .xl\:mb-7{
    margin-bottom:1.75rem
  }

  .xl\:mb-8{
    margin-bottom:2rem
  }

  .xl\:mb-9{
    margin-bottom:2.25rem
  }

  .xl\:mb-auto{
    margin-bottom:auto
  }

  .xl\:mb-px{
    margin-bottom:1px
  }

  .xl\:ml-0{
    margin-left:0px
  }

  .xl\:ml-0\.5{
    margin-left:0.125rem
  }

  .xl\:ml-1{
    margin-left:0.25rem
  }

  .xl\:ml-1\.5{
    margin-left:0.375rem
  }

  .xl\:ml-10{
    margin-left:2.5rem
  }

  .xl\:ml-11{
    margin-left:2.75rem
  }

  .xl\:ml-12{
    margin-left:3rem
  }

  .xl\:ml-14{
    margin-left:3.5rem
  }

  .xl\:ml-16{
    margin-left:4rem
  }

  .xl\:ml-2{
    margin-left:0.5rem
  }

  .xl\:ml-2\.5{
    margin-left:0.625rem
  }

  .xl\:ml-20{
    margin-left:5rem
  }

  .xl\:ml-24{
    margin-left:6rem
  }

  .xl\:ml-28{
    margin-left:7rem
  }

  .xl\:ml-3{
    margin-left:0.75rem
  }

  .xl\:ml-3\.5{
    margin-left:0.875rem
  }

  .xl\:ml-32{
    margin-left:8rem
  }

  .xl\:ml-36{
    margin-left:9rem
  }

  .xl\:ml-4{
    margin-left:1rem
  }

  .xl\:ml-40{
    margin-left:10rem
  }

  .xl\:ml-5{
    margin-left:1.25rem
  }

  .xl\:ml-6{
    margin-left:1.5rem
  }

  .xl\:ml-7{
    margin-left:1.75rem
  }

  .xl\:ml-8{
    margin-left:2rem
  }

  .xl\:ml-9{
    margin-left:2.25rem
  }

  .xl\:ml-auto{
    margin-left:auto
  }

  .xl\:ml-px{
    margin-left:1px
  }

  .xl\:mr-0{
    margin-right:0px
  }

  .xl\:mr-0\.5{
    margin-right:0.125rem
  }

  .xl\:mr-1{
    margin-right:0.25rem
  }

  .xl\:mr-1\.5{
    margin-right:0.375rem
  }

  .xl\:mr-10{
    margin-right:2.5rem
  }

  .xl\:mr-11{
    margin-right:2.75rem
  }

  .xl\:mr-12{
    margin-right:3rem
  }

  .xl\:mr-14{
    margin-right:3.5rem
  }

  .xl\:mr-16{
    margin-right:4rem
  }

  .xl\:mr-2{
    margin-right:0.5rem
  }

  .xl\:mr-2\.5{
    margin-right:0.625rem
  }

  .xl\:mr-20{
    margin-right:5rem
  }

  .xl\:mr-24{
    margin-right:6rem
  }

  .xl\:mr-28{
    margin-right:7rem
  }

  .xl\:mr-3{
    margin-right:0.75rem
  }

  .xl\:mr-3\.5{
    margin-right:0.875rem
  }

  .xl\:mr-32{
    margin-right:8rem
  }

  .xl\:mr-36{
    margin-right:9rem
  }

  .xl\:mr-4{
    margin-right:1rem
  }

  .xl\:mr-40{
    margin-right:10rem
  }

  .xl\:mr-5{
    margin-right:1.25rem
  }

  .xl\:mr-6{
    margin-right:1.5rem
  }

  .xl\:mr-7{
    margin-right:1.75rem
  }

  .xl\:mr-8{
    margin-right:2rem
  }

  .xl\:mr-9{
    margin-right:2.25rem
  }

  .xl\:mr-auto{
    margin-right:auto
  }

  .xl\:mr-px{
    margin-right:1px
  }

  .xl\:mt-0{
    margin-top:0px
  }

  .xl\:mt-0\.5{
    margin-top:0.125rem
  }

  .xl\:mt-1{
    margin-top:0.25rem
  }

  .xl\:mt-1\.5{
    margin-top:0.375rem
  }

  .xl\:mt-10{
    margin-top:2.5rem
  }

  .xl\:mt-11{
    margin-top:2.75rem
  }

  .xl\:mt-12{
    margin-top:3rem
  }

  .xl\:mt-14{
    margin-top:3.5rem
  }

  .xl\:mt-16{
    margin-top:4rem
  }

  .xl\:mt-2{
    margin-top:0.5rem
  }

  .xl\:mt-2\.5{
    margin-top:0.625rem
  }

  .xl\:mt-20{
    margin-top:5rem
  }

  .xl\:mt-24{
    margin-top:6rem
  }

  .xl\:mt-28{
    margin-top:7rem
  }

  .xl\:mt-3{
    margin-top:0.75rem
  }

  .xl\:mt-3\.5{
    margin-top:0.875rem
  }

  .xl\:mt-32{
    margin-top:8rem
  }

  .xl\:mt-36{
    margin-top:9rem
  }

  .xl\:mt-4{
    margin-top:1rem
  }

  .xl\:mt-40{
    margin-top:10rem
  }

  .xl\:mt-5{
    margin-top:1.25rem
  }

  .xl\:mt-6{
    margin-top:1.5rem
  }

  .xl\:mt-7{
    margin-top:1.75rem
  }

  .xl\:mt-8{
    margin-top:2rem
  }

  .xl\:mt-9{
    margin-top:2.25rem
  }

  .xl\:mt-auto{
    margin-top:auto
  }

  .xl\:mt-px{
    margin-top:1px
  }

  .xl\:block{
    display:block
  }

  .xl\:inline-block{
    display:inline-block
  }

  .xl\:inline{
    display:inline
  }

  .xl\:flex{
    display:flex
  }

  .xl\:inline-flex{
    display:inline-flex
  }

  .xl\:flow-root{
    display:flow-root
  }

  .xl\:grid{
    display:grid
  }

  .xl\:inline-grid{
    display:inline-grid
  }

  .xl\:contents{
    display:contents
  }

  .xl\:list-item{
    display:list-item
  }

  .xl\:hidden{
    display:none
  }

  .xl\:h-0{
    height:0px
  }

  .xl\:h-0\.5{
    height:0.125rem
  }

  .xl\:h-1{
    height:0.25rem
  }

  .xl\:h-1\.5{
    height:0.375rem
  }

  .xl\:h-10{
    height:2.5rem
  }

  .xl\:h-11{
    height:2.75rem
  }

  .xl\:h-12{
    height:3rem
  }

  .xl\:h-14{
    height:3.5rem
  }

  .xl\:h-16{
    height:4rem
  }

  .xl\:h-2{
    height:0.5rem
  }

  .xl\:h-2\.5{
    height:0.625rem
  }

  .xl\:h-20{
    height:5rem
  }

  .xl\:h-24{
    height:6rem
  }

  .xl\:h-28{
    height:7rem
  }

  .xl\:h-3{
    height:0.75rem
  }

  .xl\:h-3\.5{
    height:0.875rem
  }

  .xl\:h-32{
    height:8rem
  }

  .xl\:h-36{
    height:9rem
  }

  .xl\:h-4{
    height:1rem
  }

  .xl\:h-40{
    height:10rem
  }

  .xl\:h-5{
    height:1.25rem
  }

  .xl\:h-6{
    height:1.5rem
  }

  .xl\:h-7{
    height:1.75rem
  }

  .xl\:h-8{
    height:2rem
  }

  .xl\:h-9{
    height:2.25rem
  }

  .xl\:h-auto{
    height:auto
  }

  .xl\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .xl\:h-full{
    height:100%
  }

  .xl\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .xl\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .xl\:h-px{
    height:1px
  }

  .xl\:h-screen{
    height:100vh
  }

  .xl\:min-h-0{
    min-height:0px
  }

  .xl\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .xl\:min-h-full{
    min-height:100%
  }

  .xl\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .xl\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .xl\:min-h-screen{
    min-height:100vh
  }

  .xl\:w-0{
    width:0px
  }

  .xl\:w-0\.5{
    width:0.125rem
  }

  .xl\:w-1{
    width:0.25rem
  }

  .xl\:w-1\.5{
    width:0.375rem
  }

  .xl\:w-1\/2{
    width:50%
  }

  .xl\:w-1\/3{
    width:33.333333%
  }

  .xl\:w-1\/4{
    width:25%
  }

  .xl\:w-1\/5{
    width:20%
  }

  .xl\:w-1\/6{
    width:16.666667%
  }

  .xl\:w-10{
    width:2.5rem
  }

  .xl\:w-11{
    width:2.75rem
  }

  .xl\:w-12{
    width:3rem
  }

  .xl\:w-14{
    width:3.5rem
  }

  .xl\:w-16{
    width:4rem
  }

  .xl\:w-2{
    width:0.5rem
  }

  .xl\:w-2\.5{
    width:0.625rem
  }

  .xl\:w-2\/3{
    width:66.666667%
  }

  .xl\:w-2\/5{
    width:40%
  }

  .xl\:w-20{
    width:5rem
  }

  .xl\:w-24{
    width:6rem
  }

  .xl\:w-28{
    width:7rem
  }

  .xl\:w-3{
    width:0.75rem
  }

  .xl\:w-3\.5{
    width:0.875rem
  }

  .xl\:w-3\/4{
    width:75%
  }

  .xl\:w-3\/5{
    width:60%
  }

  .xl\:w-32{
    width:8rem
  }

  .xl\:w-36{
    width:9rem
  }

  .xl\:w-4{
    width:1rem
  }

  .xl\:w-4\/5{
    width:80%
  }

  .xl\:w-40{
    width:10rem
  }

  .xl\:w-5{
    width:1.25rem
  }

  .xl\:w-5\/6{
    width:83.333333%
  }

  .xl\:w-52{
    width:13rem
  }

  .xl\:w-6{
    width:1.5rem
  }

  .xl\:w-7{
    width:1.75rem
  }

  .xl\:w-8{
    width:2rem
  }

  .xl\:w-9{
    width:2.25rem
  }

  .xl\:w-auto{
    width:auto
  }

  .xl\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .xl\:w-full{
    width:100%
  }

  .xl\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .xl\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .xl\:w-px{
    width:1px
  }

  .xl\:w-screen{
    width:100vw
  }

  .xl\:min-w-0{
    min-width:0px
  }

  .xl\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .xl\:min-w-full{
    min-width:100%
  }

  .xl\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .xl\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .xl\:max-w-2xl{
    max-width:42rem
  }

  .xl\:max-w-3xl{
    max-width:48rem
  }

  .xl\:max-w-4xl{
    max-width:56rem
  }

  .xl\:max-w-5xl{
    max-width:64rem
  }

  .xl\:max-w-6xl{
    max-width:72rem
  }

  .xl\:max-w-7xl{
    max-width:80rem
  }

  .xl\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .xl\:max-w-full{
    max-width:100%
  }

  .xl\:max-w-lg{
    max-width:32rem
  }

  .xl\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .xl\:max-w-md{
    max-width:28rem
  }

  .xl\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .xl\:max-w-none{
    max-width:none
  }

  .xl\:max-w-prose{
    max-width:65ch
  }

  .xl\:max-w-screen-2xl{
    max-width:1536px
  }

  .xl\:max-w-screen-lg{
    max-width:1024px
  }

  .xl\:max-w-screen-md{
    max-width:768px
  }

  .xl\:max-w-screen-sm{
    max-width:640px
  }

  .xl\:max-w-screen-xl{
    max-width:1280px
  }

  .xl\:max-w-sm{
    max-width:24rem
  }

  .xl\:max-w-xl{
    max-width:36rem
  }

  .xl\:max-w-xs{
    max-width:20rem
  }

  .xl\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xl\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xl\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xl\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .xl\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .xl\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .xl\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .xl\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .xl\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .xl\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .xl\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .xl\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .xl\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .xl\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .xl\:grid-cols-none{
    grid-template-columns:none
  }

  .xl\:flex-row{
    flex-direction:row
  }

  .xl\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .xl\:flex-col{
    flex-direction:column
  }

  .xl\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .xl\:flex-wrap{
    flex-wrap:wrap
  }

  .xl\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .xl\:flex-nowrap{
    flex-wrap:nowrap
  }

  .xl\:place-content-center{
    place-content:center
  }

  .xl\:place-content-start{
    place-content:start
  }

  .xl\:place-content-end{
    place-content:end
  }

  .xl\:place-content-stretch{
    place-content:stretch
  }

  .xl\:place-items-start{
    place-items:start
  }

  .xl\:place-items-end{
    place-items:end
  }

  .xl\:place-items-center{
    place-items:center
  }

  .xl\:place-items-stretch{
    place-items:stretch
  }

  .xl\:content-center{
    align-content:center
  }

  .xl\:content-start{
    align-content:flex-start
  }

  .xl\:content-end{
    align-content:flex-end
  }

  .xl\:content-between{
    align-content:space-between
  }

  .xl\:content-around{
    align-content:space-around
  }

  .xl\:content-evenly{
    align-content:space-evenly
  }

  .xl\:content-stretch{
    align-content:stretch
  }

  .xl\:items-start{
    align-items:flex-start
  }

  .xl\:items-end{
    align-items:flex-end
  }

  .xl\:items-center{
    align-items:center
  }

  .xl\:items-baseline{
    align-items:baseline
  }

  .xl\:items-stretch{
    align-items:stretch
  }

  .xl\:justify-normal{
    justify-content:normal
  }

  .xl\:justify-start{
    justify-content:flex-start
  }

  .xl\:justify-end{
    justify-content:flex-end
  }

  .xl\:justify-center{
    justify-content:center
  }

  .xl\:justify-between{
    justify-content:space-between
  }

  .xl\:justify-around{
    justify-content:space-around
  }

  .xl\:justify-evenly{
    justify-content:space-evenly
  }

  .xl\:justify-stretch{
    justify-content:stretch
  }

  .xl\:justify-items-start{
    justify-items:start
  }

  .xl\:justify-items-end{
    justify-items:end
  }

  .xl\:justify-items-center{
    justify-items:center
  }

  .xl\:justify-items-stretch{
    justify-items:stretch
  }

  .xl\:gap-0{
    gap:0px
  }

  .xl\:gap-0\.5{
    gap:0.125rem
  }

  .xl\:gap-1{
    gap:0.25rem
  }

  .xl\:gap-1\.5{
    gap:0.375rem
  }

  .xl\:gap-10{
    gap:2.5rem
  }

  .xl\:gap-11{
    gap:2.75rem
  }

  .xl\:gap-12{
    gap:3rem
  }

  .xl\:gap-14{
    gap:3.5rem
  }

  .xl\:gap-16{
    gap:4rem
  }

  .xl\:gap-2{
    gap:0.5rem
  }

  .xl\:gap-2\.5{
    gap:0.625rem
  }

  .xl\:gap-20{
    gap:5rem
  }

  .xl\:gap-24{
    gap:6rem
  }

  .xl\:gap-28{
    gap:7rem
  }

  .xl\:gap-3{
    gap:0.75rem
  }

  .xl\:gap-3\.5{
    gap:0.875rem
  }

  .xl\:gap-32{
    gap:8rem
  }

  .xl\:gap-36{
    gap:9rem
  }

  .xl\:gap-4{
    gap:1rem
  }

  .xl\:gap-40{
    gap:10rem
  }

  .xl\:gap-5{
    gap:1.25rem
  }

  .xl\:gap-6{
    gap:1.5rem
  }

  .xl\:gap-7{
    gap:1.75rem
  }

  .xl\:gap-8{
    gap:2rem
  }

  .xl\:gap-9{
    gap:2.25rem
  }

  .xl\:gap-px{
    gap:1px
  }

  .xl\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .xl\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .xl\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .xl\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .xl\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .xl\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .xl\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .xl\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .xl\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .xl\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .xl\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .xl\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .xl\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .xl\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .xl\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .xl\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .xl\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .xl\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .xl\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .xl\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .xl\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .xl\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .xl\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .xl\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .xl\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .xl\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .xl\:gap-y-0{
    row-gap:0px
  }

  .xl\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .xl\:gap-y-1{
    row-gap:0.25rem
  }

  .xl\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .xl\:gap-y-10{
    row-gap:2.5rem
  }

  .xl\:gap-y-11{
    row-gap:2.75rem
  }

  .xl\:gap-y-12{
    row-gap:3rem
  }

  .xl\:gap-y-14{
    row-gap:3.5rem
  }

  .xl\:gap-y-16{
    row-gap:4rem
  }

  .xl\:gap-y-2{
    row-gap:0.5rem
  }

  .xl\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .xl\:gap-y-20{
    row-gap:5rem
  }

  .xl\:gap-y-24{
    row-gap:6rem
  }

  .xl\:gap-y-28{
    row-gap:7rem
  }

  .xl\:gap-y-3{
    row-gap:0.75rem
  }

  .xl\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .xl\:gap-y-32{
    row-gap:8rem
  }

  .xl\:gap-y-36{
    row-gap:9rem
  }

  .xl\:gap-y-4{
    row-gap:1rem
  }

  .xl\:gap-y-40{
    row-gap:10rem
  }

  .xl\:gap-y-5{
    row-gap:1.25rem
  }

  .xl\:gap-y-6{
    row-gap:1.5rem
  }

  .xl\:gap-y-7{
    row-gap:1.75rem
  }

  .xl\:gap-y-8{
    row-gap:2rem
  }

  .xl\:gap-y-9{
    row-gap:2.25rem
  }

  .xl\:gap-y-px{
    row-gap:1px
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .xl\:place-self-start{
    place-self:start
  }

  .xl\:place-self-end{
    place-self:end
  }

  .xl\:place-self-center{
    place-self:center
  }

  .xl\:place-self-stretch{
    place-self:stretch
  }

  .xl\:self-auto{
    align-self:auto
  }

  .xl\:self-start{
    align-self:flex-start
  }

  .xl\:self-end{
    align-self:flex-end
  }

  .xl\:self-center{
    align-self:center
  }

  .xl\:self-stretch{
    align-self:stretch
  }

  .xl\:self-baseline{
    align-self:baseline
  }

  .xl\:justify-self-auto{
    justify-self:auto
  }

  .xl\:justify-self-start{
    justify-self:start
  }

  .xl\:justify-self-end{
    justify-self:end
  }

  .xl\:justify-self-center{
    justify-self:center
  }

  .xl\:justify-self-stretch{
    justify-self:stretch
  }

  .xl\:border{
    border-width:1px
  }

  .xl\:border-0{
    border-width:0px
  }

  .xl\:border-2{
    border-width:2px
  }

  .xl\:border-4{
    border-width:4px
  }

  .xl\:border-8{
    border-width:8px
  }

  .xl\:border-b{
    border-bottom-width:1px
  }

  .xl\:border-b-0{
    border-bottom-width:0px
  }

  .xl\:border-b-2{
    border-bottom-width:2px
  }

  .xl\:border-b-4{
    border-bottom-width:4px
  }

  .xl\:border-b-8{
    border-bottom-width:8px
  }

  .xl\:border-l{
    border-left-width:1px
  }

  .xl\:border-l-0{
    border-left-width:0px
  }

  .xl\:border-l-2{
    border-left-width:2px
  }

  .xl\:border-l-4{
    border-left-width:4px
  }

  .xl\:border-l-8{
    border-left-width:8px
  }

  .xl\:border-r{
    border-right-width:1px
  }

  .xl\:border-r-0{
    border-right-width:0px
  }

  .xl\:border-r-2{
    border-right-width:2px
  }

  .xl\:border-r-4{
    border-right-width:4px
  }

  .xl\:border-r-8{
    border-right-width:8px
  }

  .xl\:border-t{
    border-top-width:1px
  }

  .xl\:border-t-0{
    border-top-width:0px
  }

  .xl\:border-t-2{
    border-top-width:2px
  }

  .xl\:border-t-4{
    border-top-width:4px
  }

  .xl\:border-t-8{
    border-top-width:8px
  }

  .xl\:p-0{
    padding:0px
  }

  .xl\:p-0\.5{
    padding:0.125rem
  }

  .xl\:p-1{
    padding:0.25rem
  }

  .xl\:p-1\.5{
    padding:0.375rem
  }

  .xl\:p-10{
    padding:2.5rem
  }

  .xl\:p-11{
    padding:2.75rem
  }

  .xl\:p-12{
    padding:3rem
  }

  .xl\:p-14{
    padding:3.5rem
  }

  .xl\:p-16{
    padding:4rem
  }

  .xl\:p-2{
    padding:0.5rem
  }

  .xl\:p-2\.5{
    padding:0.625rem
  }

  .xl\:p-20{
    padding:5rem
  }

  .xl\:p-24{
    padding:6rem
  }

  .xl\:p-28{
    padding:7rem
  }

  .xl\:p-3{
    padding:0.75rem
  }

  .xl\:p-3\.5{
    padding:0.875rem
  }

  .xl\:p-32{
    padding:8rem
  }

  .xl\:p-36{
    padding:9rem
  }

  .xl\:p-4{
    padding:1rem
  }

  .xl\:p-40{
    padding:10rem
  }

  .xl\:p-5{
    padding:1.25rem
  }

  .xl\:p-6{
    padding:1.5rem
  }

  .xl\:p-7{
    padding:1.75rem
  }

  .xl\:p-8{
    padding:2rem
  }

  .xl\:p-9{
    padding:2.25rem
  }

  .xl\:p-px{
    padding:1px
  }

  .xl\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .xl\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .xl\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .xl\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .xl\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .xl\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .xl\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .xl\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .xl\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .xl\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .xl\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .xl\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .xl\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .xl\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .xl\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .xl\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .xl\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .xl\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .xl\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .xl\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .xl\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .xl\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .xl\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .xl\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .xl\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .xl\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .xl\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .xl\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .xl\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .xl\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .xl\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .xl\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .xl\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .xl\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .xl\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .xl\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .xl\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .xl\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .xl\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .xl\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .xl\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .xl\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .xl\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .xl\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .xl\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .xl\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .xl\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .xl\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .xl\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .xl\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .xl\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .xl\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .xl\:pb-0{
    padding-bottom:0px
  }

  .xl\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .xl\:pb-1{
    padding-bottom:0.25rem
  }

  .xl\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .xl\:pb-10{
    padding-bottom:2.5rem
  }

  .xl\:pb-11{
    padding-bottom:2.75rem
  }

  .xl\:pb-12{
    padding-bottom:3rem
  }

  .xl\:pb-14{
    padding-bottom:3.5rem
  }

  .xl\:pb-16{
    padding-bottom:4rem
  }

  .xl\:pb-2{
    padding-bottom:0.5rem
  }

  .xl\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .xl\:pb-20{
    padding-bottom:5rem
  }

  .xl\:pb-24{
    padding-bottom:6rem
  }

  .xl\:pb-28{
    padding-bottom:7rem
  }

  .xl\:pb-3{
    padding-bottom:0.75rem
  }

  .xl\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .xl\:pb-32{
    padding-bottom:8rem
  }

  .xl\:pb-36{
    padding-bottom:9rem
  }

  .xl\:pb-4{
    padding-bottom:1rem
  }

  .xl\:pb-40{
    padding-bottom:10rem
  }

  .xl\:pb-5{
    padding-bottom:1.25rem
  }

  .xl\:pb-6{
    padding-bottom:1.5rem
  }

  .xl\:pb-7{
    padding-bottom:1.75rem
  }

  .xl\:pb-8{
    padding-bottom:2rem
  }

  .xl\:pb-9{
    padding-bottom:2.25rem
  }

  .xl\:pb-px{
    padding-bottom:1px
  }

  .xl\:pl-0{
    padding-left:0px
  }

  .xl\:pl-0\.5{
    padding-left:0.125rem
  }

  .xl\:pl-1{
    padding-left:0.25rem
  }

  .xl\:pl-1\.5{
    padding-left:0.375rem
  }

  .xl\:pl-10{
    padding-left:2.5rem
  }

  .xl\:pl-11{
    padding-left:2.75rem
  }

  .xl\:pl-12{
    padding-left:3rem
  }

  .xl\:pl-14{
    padding-left:3.5rem
  }

  .xl\:pl-16{
    padding-left:4rem
  }

  .xl\:pl-2{
    padding-left:0.5rem
  }

  .xl\:pl-2\.5{
    padding-left:0.625rem
  }

  .xl\:pl-20{
    padding-left:5rem
  }

  .xl\:pl-24{
    padding-left:6rem
  }

  .xl\:pl-28{
    padding-left:7rem
  }

  .xl\:pl-3{
    padding-left:0.75rem
  }

  .xl\:pl-3\.5{
    padding-left:0.875rem
  }

  .xl\:pl-32{
    padding-left:8rem
  }

  .xl\:pl-36{
    padding-left:9rem
  }

  .xl\:pl-4{
    padding-left:1rem
  }

  .xl\:pl-40{
    padding-left:10rem
  }

  .xl\:pl-5{
    padding-left:1.25rem
  }

  .xl\:pl-6{
    padding-left:1.5rem
  }

  .xl\:pl-7{
    padding-left:1.75rem
  }

  .xl\:pl-8{
    padding-left:2rem
  }

  .xl\:pl-9{
    padding-left:2.25rem
  }

  .xl\:pl-px{
    padding-left:1px
  }

  .xl\:pr-0{
    padding-right:0px
  }

  .xl\:pr-0\.5{
    padding-right:0.125rem
  }

  .xl\:pr-1{
    padding-right:0.25rem
  }

  .xl\:pr-1\.5{
    padding-right:0.375rem
  }

  .xl\:pr-10{
    padding-right:2.5rem
  }

  .xl\:pr-11{
    padding-right:2.75rem
  }

  .xl\:pr-12{
    padding-right:3rem
  }

  .xl\:pr-14{
    padding-right:3.5rem
  }

  .xl\:pr-16{
    padding-right:4rem
  }

  .xl\:pr-2{
    padding-right:0.5rem
  }

  .xl\:pr-2\.5{
    padding-right:0.625rem
  }

  .xl\:pr-20{
    padding-right:5rem
  }

  .xl\:pr-24{
    padding-right:6rem
  }

  .xl\:pr-28{
    padding-right:7rem
  }

  .xl\:pr-3{
    padding-right:0.75rem
  }

  .xl\:pr-3\.5{
    padding-right:0.875rem
  }

  .xl\:pr-32{
    padding-right:8rem
  }

  .xl\:pr-36{
    padding-right:9rem
  }

  .xl\:pr-4{
    padding-right:1rem
  }

  .xl\:pr-40{
    padding-right:10rem
  }

  .xl\:pr-5{
    padding-right:1.25rem
  }

  .xl\:pr-6{
    padding-right:1.5rem
  }

  .xl\:pr-7{
    padding-right:1.75rem
  }

  .xl\:pr-8{
    padding-right:2rem
  }

  .xl\:pr-9{
    padding-right:2.25rem
  }

  .xl\:pr-px{
    padding-right:1px
  }

  .xl\:pt-0{
    padding-top:0px
  }

  .xl\:pt-0\.5{
    padding-top:0.125rem
  }

  .xl\:pt-1{
    padding-top:0.25rem
  }

  .xl\:pt-1\.5{
    padding-top:0.375rem
  }

  .xl\:pt-10{
    padding-top:2.5rem
  }

  .xl\:pt-11{
    padding-top:2.75rem
  }

  .xl\:pt-12{
    padding-top:3rem
  }

  .xl\:pt-14{
    padding-top:3.5rem
  }

  .xl\:pt-16{
    padding-top:4rem
  }

  .xl\:pt-2{
    padding-top:0.5rem
  }

  .xl\:pt-2\.5{
    padding-top:0.625rem
  }

  .xl\:pt-20{
    padding-top:5rem
  }

  .xl\:pt-24{
    padding-top:6rem
  }

  .xl\:pt-28{
    padding-top:7rem
  }

  .xl\:pt-3{
    padding-top:0.75rem
  }

  .xl\:pt-3\.5{
    padding-top:0.875rem
  }

  .xl\:pt-32{
    padding-top:8rem
  }

  .xl\:pt-36{
    padding-top:9rem
  }

  .xl\:pt-4{
    padding-top:1rem
  }

  .xl\:pt-40{
    padding-top:10rem
  }

  .xl\:pt-5{
    padding-top:1.25rem
  }

  .xl\:pt-6{
    padding-top:1.5rem
  }

  .xl\:pt-7{
    padding-top:1.75rem
  }

  .xl\:pt-8{
    padding-top:2rem
  }

  .xl\:pt-9{
    padding-top:2.25rem
  }

  .xl\:pt-px{
    padding-top:1px
  }

  .xl\:text-left{
    text-align:left
  }

  .xl\:text-center{
    text-align:center
  }

  .xl\:text-right{
    text-align:right
  }

  .xl\:text-justify{
    text-align:justify
  }

  .xl\:text-start{
    text-align:start
  }

  .xl\:text-end{
    text-align:end
  }

  .xl\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .xl\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .xl\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .xl\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .xl\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .xl\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .xl\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .xl\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .xl\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .xl\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .xl\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .xl\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .xl\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .xl\:leading-10{
    line-height:2.5rem
  }

  .xl\:leading-3{
    line-height:.75rem
  }

  .xl\:leading-4{
    line-height:1rem
  }

  .xl\:leading-5{
    line-height:1.25rem
  }

  .xl\:leading-6{
    line-height:1.5rem
  }

  .xl\:leading-7{
    line-height:1.75rem
  }

  .xl\:leading-8{
    line-height:2rem
  }

  .xl\:leading-9{
    line-height:2.25rem
  }

  .xl\:leading-loose{
    line-height:2
  }

  .xl\:leading-none{
    line-height:1
  }

  .xl\:leading-normal{
    line-height:1.5
  }

  .xl\:leading-relaxed{
    line-height:1.625
  }

  .xl\:leading-snug{
    line-height:1.375
  }

  .xl\:leading-tight{
    line-height:1.25
  }
}

@media (min-width: 1536px){
  .\32xl\:static{
    position:static
  }

  .\32xl\:fixed{
    position:fixed
  }

  .\32xl\:absolute{
    position:absolute
  }

  .\32xl\:relative{
    position:relative
  }

  .\32xl\:sticky{
    position:sticky
  }

  .\32xl\:inset-0{
    inset:0px
  }

  .\32xl\:inset-0\.5{
    inset:0.125rem
  }

  .\32xl\:inset-1{
    inset:0.25rem
  }

  .\32xl\:inset-10{
    inset:2.5rem
  }

  .\32xl\:inset-12{
    inset:3rem
  }

  .\32xl\:inset-14{
    inset:3.5rem
  }

  .\32xl\:inset-16{
    inset:4rem
  }

  .\32xl\:inset-2{
    inset:0.5rem
  }

  .\32xl\:inset-20{
    inset:5rem
  }

  .\32xl\:inset-24{
    inset:6rem
  }

  .\32xl\:inset-28{
    inset:7rem
  }

  .\32xl\:inset-3{
    inset:0.75rem
  }

  .\32xl\:inset-32{
    inset:8rem
  }

  .\32xl\:inset-4{
    inset:1rem
  }

  .\32xl\:inset-5{
    inset:1.25rem
  }

  .\32xl\:inset-6{
    inset:1.5rem
  }

  .\32xl\:inset-7{
    inset:1.75rem
  }

  .\32xl\:inset-8{
    inset:2rem
  }

  .\32xl\:inset-9{
    inset:2.25rem
  }

  .\32xl\:inset-auto{
    inset:auto
  }

  .\32xl\:inset-full{
    inset:100%
  }

  .\32xl\:inset-px{
    inset:1px
  }

  .\32xl\:inset-x-0{
    left:0px;
    right:0px
  }

  .\32xl\:inset-x-0\.5{
    left:0.125rem;
    right:0.125rem
  }

  .\32xl\:inset-x-1{
    left:0.25rem;
    right:0.25rem
  }

  .\32xl\:inset-x-10{
    left:2.5rem;
    right:2.5rem
  }

  .\32xl\:inset-x-12{
    left:3rem;
    right:3rem
  }

  .\32xl\:inset-x-14{
    left:3.5rem;
    right:3.5rem
  }

  .\32xl\:inset-x-16{
    left:4rem;
    right:4rem
  }

  .\32xl\:inset-x-2{
    left:0.5rem;
    right:0.5rem
  }

  .\32xl\:inset-x-20{
    left:5rem;
    right:5rem
  }

  .\32xl\:inset-x-24{
    left:6rem;
    right:6rem
  }

  .\32xl\:inset-x-28{
    left:7rem;
    right:7rem
  }

  .\32xl\:inset-x-3{
    left:0.75rem;
    right:0.75rem
  }

  .\32xl\:inset-x-32{
    left:8rem;
    right:8rem
  }

  .\32xl\:inset-x-4{
    left:1rem;
    right:1rem
  }

  .\32xl\:inset-x-5{
    left:1.25rem;
    right:1.25rem
  }

  .\32xl\:inset-x-6{
    left:1.5rem;
    right:1.5rem
  }

  .\32xl\:inset-x-7{
    left:1.75rem;
    right:1.75rem
  }

  .\32xl\:inset-x-8{
    left:2rem;
    right:2rem
  }

  .\32xl\:inset-x-9{
    left:2.25rem;
    right:2.25rem
  }

  .\32xl\:inset-x-auto{
    left:auto;
    right:auto
  }

  .\32xl\:inset-x-full{
    left:100%;
    right:100%
  }

  .\32xl\:inset-x-px{
    left:1px;
    right:1px
  }

  .\32xl\:inset-y-0{
    top:0px;
    bottom:0px
  }

  .\32xl\:inset-y-0\.5{
    top:0.125rem;
    bottom:0.125rem
  }

  .\32xl\:inset-y-1{
    top:0.25rem;
    bottom:0.25rem
  }

  .\32xl\:inset-y-10{
    top:2.5rem;
    bottom:2.5rem
  }

  .\32xl\:inset-y-12{
    top:3rem;
    bottom:3rem
  }

  .\32xl\:inset-y-14{
    top:3.5rem;
    bottom:3.5rem
  }

  .\32xl\:inset-y-16{
    top:4rem;
    bottom:4rem
  }

  .\32xl\:inset-y-2{
    top:0.5rem;
    bottom:0.5rem
  }

  .\32xl\:inset-y-20{
    top:5rem;
    bottom:5rem
  }

  .\32xl\:inset-y-24{
    top:6rem;
    bottom:6rem
  }

  .\32xl\:inset-y-28{
    top:7rem;
    bottom:7rem
  }

  .\32xl\:inset-y-3{
    top:0.75rem;
    bottom:0.75rem
  }

  .\32xl\:inset-y-32{
    top:8rem;
    bottom:8rem
  }

  .\32xl\:inset-y-4{
    top:1rem;
    bottom:1rem
  }

  .\32xl\:inset-y-5{
    top:1.25rem;
    bottom:1.25rem
  }

  .\32xl\:inset-y-6{
    top:1.5rem;
    bottom:1.5rem
  }

  .\32xl\:inset-y-7{
    top:1.75rem;
    bottom:1.75rem
  }

  .\32xl\:inset-y-8{
    top:2rem;
    bottom:2rem
  }

  .\32xl\:inset-y-9{
    top:2.25rem;
    bottom:2.25rem
  }

  .\32xl\:inset-y-auto{
    top:auto;
    bottom:auto
  }

  .\32xl\:inset-y-full{
    top:100%;
    bottom:100%
  }

  .\32xl\:inset-y-px{
    top:1px;
    bottom:1px
  }

  .\32xl\:bottom-0{
    bottom:0px
  }

  .\32xl\:bottom-1\/2{
    bottom:50%
  }

  .\32xl\:bottom-auto{
    bottom:auto
  }

  .\32xl\:bottom-full{
    bottom:100%
  }

  .\32xl\:left-0{
    left:0px
  }

  .\32xl\:left-1\/2{
    left:50%
  }

  .\32xl\:left-auto{
    left:auto
  }

  .\32xl\:left-full{
    left:100%
  }

  .\32xl\:right-0{
    right:0px
  }

  .\32xl\:right-1\/2{
    right:50%
  }

  .\32xl\:right-auto{
    right:auto
  }

  .\32xl\:right-full{
    right:100%
  }

  .\32xl\:top-0{
    top:0px
  }

  .\32xl\:top-1\/2{
    top:50%
  }

  .\32xl\:top-auto{
    top:auto
  }

  .\32xl\:top-full{
    top:100%
  }

  .\32xl\:order-1{
    order:1
  }

  .\32xl\:order-10{
    order:10
  }

  .\32xl\:order-11{
    order:11
  }

  .\32xl\:order-12{
    order:12
  }

  .\32xl\:order-2{
    order:2
  }

  .\32xl\:order-3{
    order:3
  }

  .\32xl\:order-4{
    order:4
  }

  .\32xl\:order-5{
    order:5
  }

  .\32xl\:order-6{
    order:6
  }

  .\32xl\:order-7{
    order:7
  }

  .\32xl\:order-8{
    order:8
  }

  .\32xl\:order-9{
    order:9
  }

  .\32xl\:order-first{
    order:-9999
  }

  .\32xl\:order-last{
    order:9999
  }

  .\32xl\:order-none{
    order:0
  }

  .\32xl\:col-span-1{
    grid-column:span 1 / span 1
  }

  .\32xl\:col-span-10{
    grid-column:span 10 / span 10
  }

  .\32xl\:col-span-11{
    grid-column:span 11 / span 11
  }

  .\32xl\:col-span-12{
    grid-column:span 12 / span 12
  }

  .\32xl\:col-span-2{
    grid-column:span 2 / span 2
  }

  .\32xl\:col-span-3{
    grid-column:span 3 / span 3
  }

  .\32xl\:col-span-4{
    grid-column:span 4 / span 4
  }

  .\32xl\:col-span-5{
    grid-column:span 5 / span 5
  }

  .\32xl\:col-span-6{
    grid-column:span 6 / span 6
  }

  .\32xl\:col-span-7{
    grid-column:span 7 / span 7
  }

  .\32xl\:col-span-8{
    grid-column:span 8 / span 8
  }

  .\32xl\:col-span-9{
    grid-column:span 9 / span 9
  }

  .\32xl\:col-span-full{
    grid-column:1 / -1
  }

  .\32xl\:row-span-1{
    grid-row:span 1 / span 1
  }

  .\32xl\:row-span-2{
    grid-row:span 2 / span 2
  }

  .\32xl\:row-span-3{
    grid-row:span 3 / span 3
  }

  .\32xl\:row-span-4{
    grid-row:span 4 / span 4
  }

  .\32xl\:row-span-5{
    grid-row:span 5 / span 5
  }

  .\32xl\:row-span-6{
    grid-row:span 6 / span 6
  }

  .\32xl\:row-span-full{
    grid-row:1 / -1
  }

  .\32xl\:-m-0{
    margin:-0px
  }

  .\32xl\:-m-0\.5{
    margin:-0.125rem
  }

  .\32xl\:-m-1{
    margin:-0.25rem
  }

  .\32xl\:-m-1\.5{
    margin:-0.375rem
  }

  .\32xl\:-m-10{
    margin:-2.5rem
  }

  .\32xl\:-m-11{
    margin:-2.75rem
  }

  .\32xl\:-m-12{
    margin:-3rem
  }

  .\32xl\:-m-14{
    margin:-3.5rem
  }

  .\32xl\:-m-16{
    margin:-4rem
  }

  .\32xl\:-m-2{
    margin:-0.5rem
  }

  .\32xl\:-m-2\.5{
    margin:-0.625rem
  }

  .\32xl\:-m-20{
    margin:-5rem
  }

  .\32xl\:-m-24{
    margin:-6rem
  }

  .\32xl\:-m-28{
    margin:-7rem
  }

  .\32xl\:-m-3{
    margin:-0.75rem
  }

  .\32xl\:-m-3\.5{
    margin:-0.875rem
  }

  .\32xl\:-m-32{
    margin:-8rem
  }

  .\32xl\:-m-36{
    margin:-9rem
  }

  .\32xl\:-m-4{
    margin:-1rem
  }

  .\32xl\:-m-40{
    margin:-10rem
  }

  .\32xl\:-m-5{
    margin:-1.25rem
  }

  .\32xl\:-m-6{
    margin:-1.5rem
  }

  .\32xl\:-m-7{
    margin:-1.75rem
  }

  .\32xl\:-m-8{
    margin:-2rem
  }

  .\32xl\:-m-9{
    margin:-2.25rem
  }

  .\32xl\:-m-px{
    margin:-1px
  }

  .\32xl\:m-0{
    margin:0px
  }

  .\32xl\:m-0\.5{
    margin:0.125rem
  }

  .\32xl\:m-1{
    margin:0.25rem
  }

  .\32xl\:m-1\.5{
    margin:0.375rem
  }

  .\32xl\:m-10{
    margin:2.5rem
  }

  .\32xl\:m-11{
    margin:2.75rem
  }

  .\32xl\:m-12{
    margin:3rem
  }

  .\32xl\:m-14{
    margin:3.5rem
  }

  .\32xl\:m-16{
    margin:4rem
  }

  .\32xl\:m-2{
    margin:0.5rem
  }

  .\32xl\:m-2\.5{
    margin:0.625rem
  }

  .\32xl\:m-20{
    margin:5rem
  }

  .\32xl\:m-24{
    margin:6rem
  }

  .\32xl\:m-28{
    margin:7rem
  }

  .\32xl\:m-3{
    margin:0.75rem
  }

  .\32xl\:m-3\.5{
    margin:0.875rem
  }

  .\32xl\:m-32{
    margin:8rem
  }

  .\32xl\:m-36{
    margin:9rem
  }

  .\32xl\:m-4{
    margin:1rem
  }

  .\32xl\:m-40{
    margin:10rem
  }

  .\32xl\:m-5{
    margin:1.25rem
  }

  .\32xl\:m-6{
    margin:1.5rem
  }

  .\32xl\:m-7{
    margin:1.75rem
  }

  .\32xl\:m-8{
    margin:2rem
  }

  .\32xl\:m-9{
    margin:2.25rem
  }

  .\32xl\:m-auto{
    margin:auto
  }

  .\32xl\:m-px{
    margin:1px
  }

  .\32xl\:-mx-0{
    margin-left:-0px;
    margin-right:-0px
  }

  .\32xl\:-mx-0\.5{
    margin-left:-0.125rem;
    margin-right:-0.125rem
  }

  .\32xl\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem
  }

  .\32xl\:-mx-1\.5{
    margin-left:-0.375rem;
    margin-right:-0.375rem
  }

  .\32xl\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem
  }

  .\32xl\:-mx-11{
    margin-left:-2.75rem;
    margin-right:-2.75rem
  }

  .\32xl\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem
  }

  .\32xl\:-mx-14{
    margin-left:-3.5rem;
    margin-right:-3.5rem
  }

  .\32xl\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem
  }

  .\32xl\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem
  }

  .\32xl\:-mx-2\.5{
    margin-left:-0.625rem;
    margin-right:-0.625rem
  }

  .\32xl\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem
  }

  .\32xl\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem
  }

  .\32xl\:-mx-28{
    margin-left:-7rem;
    margin-right:-7rem
  }

  .\32xl\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem
  }

  .\32xl\:-mx-3\.5{
    margin-left:-0.875rem;
    margin-right:-0.875rem
  }

  .\32xl\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem
  }

  .\32xl\:-mx-36{
    margin-left:-9rem;
    margin-right:-9rem
  }

  .\32xl\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem
  }

  .\32xl\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem
  }

  .\32xl\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem
  }

  .\32xl\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem
  }

  .\32xl\:-mx-7{
    margin-left:-1.75rem;
    margin-right:-1.75rem
  }

  .\32xl\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem
  }

  .\32xl\:-mx-9{
    margin-left:-2.25rem;
    margin-right:-2.25rem
  }

  .\32xl\:-mx-px{
    margin-left:-1px;
    margin-right:-1px
  }

  .\32xl\:-my-0{
    margin-top:-0px;
    margin-bottom:-0px
  }

  .\32xl\:-my-0\.5{
    margin-top:-0.125rem;
    margin-bottom:-0.125rem
  }

  .\32xl\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem
  }

  .\32xl\:-my-1\.5{
    margin-top:-0.375rem;
    margin-bottom:-0.375rem
  }

  .\32xl\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem
  }

  .\32xl\:-my-11{
    margin-top:-2.75rem;
    margin-bottom:-2.75rem
  }

  .\32xl\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem
  }

  .\32xl\:-my-14{
    margin-top:-3.5rem;
    margin-bottom:-3.5rem
  }

  .\32xl\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem
  }

  .\32xl\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem
  }

  .\32xl\:-my-2\.5{
    margin-top:-0.625rem;
    margin-bottom:-0.625rem
  }

  .\32xl\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem
  }

  .\32xl\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem
  }

  .\32xl\:-my-28{
    margin-top:-7rem;
    margin-bottom:-7rem
  }

  .\32xl\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem
  }

  .\32xl\:-my-3\.5{
    margin-top:-0.875rem;
    margin-bottom:-0.875rem
  }

  .\32xl\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem
  }

  .\32xl\:-my-36{
    margin-top:-9rem;
    margin-bottom:-9rem
  }

  .\32xl\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem
  }

  .\32xl\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem
  }

  .\32xl\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem
  }

  .\32xl\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem
  }

  .\32xl\:-my-7{
    margin-top:-1.75rem;
    margin-bottom:-1.75rem
  }

  .\32xl\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem
  }

  .\32xl\:-my-9{
    margin-top:-2.25rem;
    margin-bottom:-2.25rem
  }

  .\32xl\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px
  }

  .\32xl\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .\32xl\:mx-0\.5{
    margin-left:0.125rem;
    margin-right:0.125rem
  }

  .\32xl\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .\32xl\:mx-1\.5{
    margin-left:0.375rem;
    margin-right:0.375rem
  }

  .\32xl\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem
  }

  .\32xl\:mx-11{
    margin-left:2.75rem;
    margin-right:2.75rem
  }

  .\32xl\:mx-12{
    margin-left:3rem;
    margin-right:3rem
  }

  .\32xl\:mx-14{
    margin-left:3.5rem;
    margin-right:3.5rem
  }

  .\32xl\:mx-16{
    margin-left:4rem;
    margin-right:4rem
  }

  .\32xl\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem
  }

  .\32xl\:mx-2\.5{
    margin-left:0.625rem;
    margin-right:0.625rem
  }

  .\32xl\:mx-20{
    margin-left:5rem;
    margin-right:5rem
  }

  .\32xl\:mx-24{
    margin-left:6rem;
    margin-right:6rem
  }

  .\32xl\:mx-28{
    margin-left:7rem;
    margin-right:7rem
  }

  .\32xl\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem
  }

  .\32xl\:mx-3\.5{
    margin-left:0.875rem;
    margin-right:0.875rem
  }

  .\32xl\:mx-32{
    margin-left:8rem;
    margin-right:8rem
  }

  .\32xl\:mx-36{
    margin-left:9rem;
    margin-right:9rem
  }

  .\32xl\:mx-4{
    margin-left:1rem;
    margin-right:1rem
  }

  .\32xl\:mx-40{
    margin-left:10rem;
    margin-right:10rem
  }

  .\32xl\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem
  }

  .\32xl\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem
  }

  .\32xl\:mx-7{
    margin-left:1.75rem;
    margin-right:1.75rem
  }

  .\32xl\:mx-8{
    margin-left:2rem;
    margin-right:2rem
  }

  .\32xl\:mx-9{
    margin-left:2.25rem;
    margin-right:2.25rem
  }

  .\32xl\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .\32xl\:mx-px{
    margin-left:1px;
    margin-right:1px
  }

  .\32xl\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .\32xl\:my-0\.5{
    margin-top:0.125rem;
    margin-bottom:0.125rem
  }

  .\32xl\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem
  }

  .\32xl\:my-1\.5{
    margin-top:0.375rem;
    margin-bottom:0.375rem
  }

  .\32xl\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem
  }

  .\32xl\:my-11{
    margin-top:2.75rem;
    margin-bottom:2.75rem
  }

  .\32xl\:my-12{
    margin-top:3rem;
    margin-bottom:3rem
  }

  .\32xl\:my-14{
    margin-top:3.5rem;
    margin-bottom:3.5rem
  }

  .\32xl\:my-16{
    margin-top:4rem;
    margin-bottom:4rem
  }

  .\32xl\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem
  }

  .\32xl\:my-2\.5{
    margin-top:0.625rem;
    margin-bottom:0.625rem
  }

  .\32xl\:my-20{
    margin-top:5rem;
    margin-bottom:5rem
  }

  .\32xl\:my-24{
    margin-top:6rem;
    margin-bottom:6rem
  }

  .\32xl\:my-28{
    margin-top:7rem;
    margin-bottom:7rem
  }

  .\32xl\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem
  }

  .\32xl\:my-3\.5{
    margin-top:0.875rem;
    margin-bottom:0.875rem
  }

  .\32xl\:my-32{
    margin-top:8rem;
    margin-bottom:8rem
  }

  .\32xl\:my-36{
    margin-top:9rem;
    margin-bottom:9rem
  }

  .\32xl\:my-4{
    margin-top:1rem;
    margin-bottom:1rem
  }

  .\32xl\:my-40{
    margin-top:10rem;
    margin-bottom:10rem
  }

  .\32xl\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem
  }

  .\32xl\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem
  }

  .\32xl\:my-7{
    margin-top:1.75rem;
    margin-bottom:1.75rem
  }

  .\32xl\:my-8{
    margin-top:2rem;
    margin-bottom:2rem
  }

  .\32xl\:my-9{
    margin-top:2.25rem;
    margin-bottom:2.25rem
  }

  .\32xl\:my-auto{
    margin-top:auto;
    margin-bottom:auto
  }

  .\32xl\:my-px{
    margin-top:1px;
    margin-bottom:1px
  }

  .\32xl\:-mb-0{
    margin-bottom:-0px
  }

  .\32xl\:-mb-0\.5{
    margin-bottom:-0.125rem
  }

  .\32xl\:-mb-1{
    margin-bottom:-0.25rem
  }

  .\32xl\:-mb-1\.5{
    margin-bottom:-0.375rem
  }

  .\32xl\:-mb-10{
    margin-bottom:-2.5rem
  }

  .\32xl\:-mb-11{
    margin-bottom:-2.75rem
  }

  .\32xl\:-mb-12{
    margin-bottom:-3rem
  }

  .\32xl\:-mb-14{
    margin-bottom:-3.5rem
  }

  .\32xl\:-mb-16{
    margin-bottom:-4rem
  }

  .\32xl\:-mb-2{
    margin-bottom:-0.5rem
  }

  .\32xl\:-mb-2\.5{
    margin-bottom:-0.625rem
  }

  .\32xl\:-mb-20{
    margin-bottom:-5rem
  }

  .\32xl\:-mb-24{
    margin-bottom:-6rem
  }

  .\32xl\:-mb-28{
    margin-bottom:-7rem
  }

  .\32xl\:-mb-3{
    margin-bottom:-0.75rem
  }

  .\32xl\:-mb-3\.5{
    margin-bottom:-0.875rem
  }

  .\32xl\:-mb-32{
    margin-bottom:-8rem
  }

  .\32xl\:-mb-36{
    margin-bottom:-9rem
  }

  .\32xl\:-mb-4{
    margin-bottom:-1rem
  }

  .\32xl\:-mb-40{
    margin-bottom:-10rem
  }

  .\32xl\:-mb-5{
    margin-bottom:-1.25rem
  }

  .\32xl\:-mb-6{
    margin-bottom:-1.5rem
  }

  .\32xl\:-mb-7{
    margin-bottom:-1.75rem
  }

  .\32xl\:-mb-8{
    margin-bottom:-2rem
  }

  .\32xl\:-mb-9{
    margin-bottom:-2.25rem
  }

  .\32xl\:-mb-px{
    margin-bottom:-1px
  }

  .\32xl\:-ml-0{
    margin-left:-0px
  }

  .\32xl\:-ml-0\.5{
    margin-left:-0.125rem
  }

  .\32xl\:-ml-1{
    margin-left:-0.25rem
  }

  .\32xl\:-ml-1\.5{
    margin-left:-0.375rem
  }

  .\32xl\:-ml-10{
    margin-left:-2.5rem
  }

  .\32xl\:-ml-11{
    margin-left:-2.75rem
  }

  .\32xl\:-ml-12{
    margin-left:-3rem
  }

  .\32xl\:-ml-14{
    margin-left:-3.5rem
  }

  .\32xl\:-ml-16{
    margin-left:-4rem
  }

  .\32xl\:-ml-2{
    margin-left:-0.5rem
  }

  .\32xl\:-ml-2\.5{
    margin-left:-0.625rem
  }

  .\32xl\:-ml-20{
    margin-left:-5rem
  }

  .\32xl\:-ml-24{
    margin-left:-6rem
  }

  .\32xl\:-ml-28{
    margin-left:-7rem
  }

  .\32xl\:-ml-3{
    margin-left:-0.75rem
  }

  .\32xl\:-ml-3\.5{
    margin-left:-0.875rem
  }

  .\32xl\:-ml-32{
    margin-left:-8rem
  }

  .\32xl\:-ml-36{
    margin-left:-9rem
  }

  .\32xl\:-ml-4{
    margin-left:-1rem
  }

  .\32xl\:-ml-40{
    margin-left:-10rem
  }

  .\32xl\:-ml-5{
    margin-left:-1.25rem
  }

  .\32xl\:-ml-6{
    margin-left:-1.5rem
  }

  .\32xl\:-ml-7{
    margin-left:-1.75rem
  }

  .\32xl\:-ml-8{
    margin-left:-2rem
  }

  .\32xl\:-ml-9{
    margin-left:-2.25rem
  }

  .\32xl\:-ml-px{
    margin-left:-1px
  }

  .\32xl\:-mr-0{
    margin-right:-0px
  }

  .\32xl\:-mr-0\.5{
    margin-right:-0.125rem
  }

  .\32xl\:-mr-1{
    margin-right:-0.25rem
  }

  .\32xl\:-mr-1\.5{
    margin-right:-0.375rem
  }

  .\32xl\:-mr-10{
    margin-right:-2.5rem
  }

  .\32xl\:-mr-11{
    margin-right:-2.75rem
  }

  .\32xl\:-mr-12{
    margin-right:-3rem
  }

  .\32xl\:-mr-14{
    margin-right:-3.5rem
  }

  .\32xl\:-mr-16{
    margin-right:-4rem
  }

  .\32xl\:-mr-2{
    margin-right:-0.5rem
  }

  .\32xl\:-mr-2\.5{
    margin-right:-0.625rem
  }

  .\32xl\:-mr-20{
    margin-right:-5rem
  }

  .\32xl\:-mr-24{
    margin-right:-6rem
  }

  .\32xl\:-mr-28{
    margin-right:-7rem
  }

  .\32xl\:-mr-3{
    margin-right:-0.75rem
  }

  .\32xl\:-mr-3\.5{
    margin-right:-0.875rem
  }

  .\32xl\:-mr-32{
    margin-right:-8rem
  }

  .\32xl\:-mr-36{
    margin-right:-9rem
  }

  .\32xl\:-mr-4{
    margin-right:-1rem
  }

  .\32xl\:-mr-40{
    margin-right:-10rem
  }

  .\32xl\:-mr-5{
    margin-right:-1.25rem
  }

  .\32xl\:-mr-6{
    margin-right:-1.5rem
  }

  .\32xl\:-mr-7{
    margin-right:-1.75rem
  }

  .\32xl\:-mr-8{
    margin-right:-2rem
  }

  .\32xl\:-mr-9{
    margin-right:-2.25rem
  }

  .\32xl\:-mr-px{
    margin-right:-1px
  }

  .\32xl\:-mt-0{
    margin-top:-0px
  }

  .\32xl\:-mt-0\.5{
    margin-top:-0.125rem
  }

  .\32xl\:-mt-1{
    margin-top:-0.25rem
  }

  .\32xl\:-mt-1\.5{
    margin-top:-0.375rem
  }

  .\32xl\:-mt-10{
    margin-top:-2.5rem
  }

  .\32xl\:-mt-11{
    margin-top:-2.75rem
  }

  .\32xl\:-mt-12{
    margin-top:-3rem
  }

  .\32xl\:-mt-14{
    margin-top:-3.5rem
  }

  .\32xl\:-mt-16{
    margin-top:-4rem
  }

  .\32xl\:-mt-2{
    margin-top:-0.5rem
  }

  .\32xl\:-mt-2\.5{
    margin-top:-0.625rem
  }

  .\32xl\:-mt-20{
    margin-top:-5rem
  }

  .\32xl\:-mt-24{
    margin-top:-6rem
  }

  .\32xl\:-mt-28{
    margin-top:-7rem
  }

  .\32xl\:-mt-3{
    margin-top:-0.75rem
  }

  .\32xl\:-mt-3\.5{
    margin-top:-0.875rem
  }

  .\32xl\:-mt-32{
    margin-top:-8rem
  }

  .\32xl\:-mt-36{
    margin-top:-9rem
  }

  .\32xl\:-mt-4{
    margin-top:-1rem
  }

  .\32xl\:-mt-40{
    margin-top:-10rem
  }

  .\32xl\:-mt-5{
    margin-top:-1.25rem
  }

  .\32xl\:-mt-6{
    margin-top:-1.5rem
  }

  .\32xl\:-mt-7{
    margin-top:-1.75rem
  }

  .\32xl\:-mt-8{
    margin-top:-2rem
  }

  .\32xl\:-mt-9{
    margin-top:-2.25rem
  }

  .\32xl\:-mt-px{
    margin-top:-1px
  }

  .\32xl\:mb-0{
    margin-bottom:0px
  }

  .\32xl\:mb-0\.5{
    margin-bottom:0.125rem
  }

  .\32xl\:mb-1{
    margin-bottom:0.25rem
  }

  .\32xl\:mb-1\.5{
    margin-bottom:0.375rem
  }

  .\32xl\:mb-10{
    margin-bottom:2.5rem
  }

  .\32xl\:mb-11{
    margin-bottom:2.75rem
  }

  .\32xl\:mb-12{
    margin-bottom:3rem
  }

  .\32xl\:mb-14{
    margin-bottom:3.5rem
  }

  .\32xl\:mb-16{
    margin-bottom:4rem
  }

  .\32xl\:mb-2{
    margin-bottom:0.5rem
  }

  .\32xl\:mb-2\.5{
    margin-bottom:0.625rem
  }

  .\32xl\:mb-20{
    margin-bottom:5rem
  }

  .\32xl\:mb-24{
    margin-bottom:6rem
  }

  .\32xl\:mb-28{
    margin-bottom:7rem
  }

  .\32xl\:mb-3{
    margin-bottom:0.75rem
  }

  .\32xl\:mb-3\.5{
    margin-bottom:0.875rem
  }

  .\32xl\:mb-32{
    margin-bottom:8rem
  }

  .\32xl\:mb-36{
    margin-bottom:9rem
  }

  .\32xl\:mb-4{
    margin-bottom:1rem
  }

  .\32xl\:mb-40{
    margin-bottom:10rem
  }

  .\32xl\:mb-5{
    margin-bottom:1.25rem
  }

  .\32xl\:mb-6{
    margin-bottom:1.5rem
  }

  .\32xl\:mb-7{
    margin-bottom:1.75rem
  }

  .\32xl\:mb-8{
    margin-bottom:2rem
  }

  .\32xl\:mb-9{
    margin-bottom:2.25rem
  }

  .\32xl\:mb-auto{
    margin-bottom:auto
  }

  .\32xl\:mb-px{
    margin-bottom:1px
  }

  .\32xl\:ml-0{
    margin-left:0px
  }

  .\32xl\:ml-0\.5{
    margin-left:0.125rem
  }

  .\32xl\:ml-1{
    margin-left:0.25rem
  }

  .\32xl\:ml-1\.5{
    margin-left:0.375rem
  }

  .\32xl\:ml-10{
    margin-left:2.5rem
  }

  .\32xl\:ml-11{
    margin-left:2.75rem
  }

  .\32xl\:ml-12{
    margin-left:3rem
  }

  .\32xl\:ml-14{
    margin-left:3.5rem
  }

  .\32xl\:ml-16{
    margin-left:4rem
  }

  .\32xl\:ml-2{
    margin-left:0.5rem
  }

  .\32xl\:ml-2\.5{
    margin-left:0.625rem
  }

  .\32xl\:ml-20{
    margin-left:5rem
  }

  .\32xl\:ml-24{
    margin-left:6rem
  }

  .\32xl\:ml-28{
    margin-left:7rem
  }

  .\32xl\:ml-3{
    margin-left:0.75rem
  }

  .\32xl\:ml-3\.5{
    margin-left:0.875rem
  }

  .\32xl\:ml-32{
    margin-left:8rem
  }

  .\32xl\:ml-36{
    margin-left:9rem
  }

  .\32xl\:ml-4{
    margin-left:1rem
  }

  .\32xl\:ml-40{
    margin-left:10rem
  }

  .\32xl\:ml-5{
    margin-left:1.25rem
  }

  .\32xl\:ml-6{
    margin-left:1.5rem
  }

  .\32xl\:ml-7{
    margin-left:1.75rem
  }

  .\32xl\:ml-8{
    margin-left:2rem
  }

  .\32xl\:ml-9{
    margin-left:2.25rem
  }

  .\32xl\:ml-auto{
    margin-left:auto
  }

  .\32xl\:ml-px{
    margin-left:1px
  }

  .\32xl\:mr-0{
    margin-right:0px
  }

  .\32xl\:mr-0\.5{
    margin-right:0.125rem
  }

  .\32xl\:mr-1{
    margin-right:0.25rem
  }

  .\32xl\:mr-1\.5{
    margin-right:0.375rem
  }

  .\32xl\:mr-10{
    margin-right:2.5rem
  }

  .\32xl\:mr-11{
    margin-right:2.75rem
  }

  .\32xl\:mr-12{
    margin-right:3rem
  }

  .\32xl\:mr-14{
    margin-right:3.5rem
  }

  .\32xl\:mr-16{
    margin-right:4rem
  }

  .\32xl\:mr-2{
    margin-right:0.5rem
  }

  .\32xl\:mr-2\.5{
    margin-right:0.625rem
  }

  .\32xl\:mr-20{
    margin-right:5rem
  }

  .\32xl\:mr-24{
    margin-right:6rem
  }

  .\32xl\:mr-28{
    margin-right:7rem
  }

  .\32xl\:mr-3{
    margin-right:0.75rem
  }

  .\32xl\:mr-3\.5{
    margin-right:0.875rem
  }

  .\32xl\:mr-32{
    margin-right:8rem
  }

  .\32xl\:mr-36{
    margin-right:9rem
  }

  .\32xl\:mr-4{
    margin-right:1rem
  }

  .\32xl\:mr-40{
    margin-right:10rem
  }

  .\32xl\:mr-5{
    margin-right:1.25rem
  }

  .\32xl\:mr-6{
    margin-right:1.5rem
  }

  .\32xl\:mr-7{
    margin-right:1.75rem
  }

  .\32xl\:mr-8{
    margin-right:2rem
  }

  .\32xl\:mr-9{
    margin-right:2.25rem
  }

  .\32xl\:mr-auto{
    margin-right:auto
  }

  .\32xl\:mr-px{
    margin-right:1px
  }

  .\32xl\:mt-0{
    margin-top:0px
  }

  .\32xl\:mt-0\.5{
    margin-top:0.125rem
  }

  .\32xl\:mt-1{
    margin-top:0.25rem
  }

  .\32xl\:mt-1\.5{
    margin-top:0.375rem
  }

  .\32xl\:mt-10{
    margin-top:2.5rem
  }

  .\32xl\:mt-11{
    margin-top:2.75rem
  }

  .\32xl\:mt-12{
    margin-top:3rem
  }

  .\32xl\:mt-14{
    margin-top:3.5rem
  }

  .\32xl\:mt-16{
    margin-top:4rem
  }

  .\32xl\:mt-2{
    margin-top:0.5rem
  }

  .\32xl\:mt-2\.5{
    margin-top:0.625rem
  }

  .\32xl\:mt-20{
    margin-top:5rem
  }

  .\32xl\:mt-24{
    margin-top:6rem
  }

  .\32xl\:mt-28{
    margin-top:7rem
  }

  .\32xl\:mt-3{
    margin-top:0.75rem
  }

  .\32xl\:mt-3\.5{
    margin-top:0.875rem
  }

  .\32xl\:mt-32{
    margin-top:8rem
  }

  .\32xl\:mt-36{
    margin-top:9rem
  }

  .\32xl\:mt-4{
    margin-top:1rem
  }

  .\32xl\:mt-40{
    margin-top:10rem
  }

  .\32xl\:mt-5{
    margin-top:1.25rem
  }

  .\32xl\:mt-6{
    margin-top:1.5rem
  }

  .\32xl\:mt-7{
    margin-top:1.75rem
  }

  .\32xl\:mt-8{
    margin-top:2rem
  }

  .\32xl\:mt-9{
    margin-top:2.25rem
  }

  .\32xl\:mt-auto{
    margin-top:auto
  }

  .\32xl\:mt-px{
    margin-top:1px
  }

  .\32xl\:block{
    display:block
  }

  .\32xl\:inline-block{
    display:inline-block
  }

  .\32xl\:inline{
    display:inline
  }

  .\32xl\:flex{
    display:flex
  }

  .\32xl\:inline-flex{
    display:inline-flex
  }

  .\32xl\:flow-root{
    display:flow-root
  }

  .\32xl\:grid{
    display:grid
  }

  .\32xl\:inline-grid{
    display:inline-grid
  }

  .\32xl\:contents{
    display:contents
  }

  .\32xl\:list-item{
    display:list-item
  }

  .\32xl\:hidden{
    display:none
  }

  .\32xl\:h-0{
    height:0px
  }

  .\32xl\:h-0\.5{
    height:0.125rem
  }

  .\32xl\:h-1{
    height:0.25rem
  }

  .\32xl\:h-1\.5{
    height:0.375rem
  }

  .\32xl\:h-10{
    height:2.5rem
  }

  .\32xl\:h-11{
    height:2.75rem
  }

  .\32xl\:h-12{
    height:3rem
  }

  .\32xl\:h-14{
    height:3.5rem
  }

  .\32xl\:h-16{
    height:4rem
  }

  .\32xl\:h-2{
    height:0.5rem
  }

  .\32xl\:h-2\.5{
    height:0.625rem
  }

  .\32xl\:h-20{
    height:5rem
  }

  .\32xl\:h-24{
    height:6rem
  }

  .\32xl\:h-28{
    height:7rem
  }

  .\32xl\:h-3{
    height:0.75rem
  }

  .\32xl\:h-3\.5{
    height:0.875rem
  }

  .\32xl\:h-32{
    height:8rem
  }

  .\32xl\:h-36{
    height:9rem
  }

  .\32xl\:h-4{
    height:1rem
  }

  .\32xl\:h-40{
    height:10rem
  }

  .\32xl\:h-5{
    height:1.25rem
  }

  .\32xl\:h-6{
    height:1.5rem
  }

  .\32xl\:h-7{
    height:1.75rem
  }

  .\32xl\:h-8{
    height:2rem
  }

  .\32xl\:h-9{
    height:2.25rem
  }

  .\32xl\:h-auto{
    height:auto
  }

  .\32xl\:h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .\32xl\:h-full{
    height:100%
  }

  .\32xl\:h-max{
    height:-moz-max-content;
    height:max-content
  }

  .\32xl\:h-min{
    height:-moz-min-content;
    height:min-content
  }

  .\32xl\:h-px{
    height:1px
  }

  .\32xl\:h-screen{
    height:100vh
  }

  .\32xl\:min-h-0{
    min-height:0px
  }

  .\32xl\:min-h-fit{
    min-height:-moz-fit-content;
    min-height:fit-content
  }

  .\32xl\:min-h-full{
    min-height:100%
  }

  .\32xl\:min-h-max{
    min-height:-moz-max-content;
    min-height:max-content
  }

  .\32xl\:min-h-min{
    min-height:-moz-min-content;
    min-height:min-content
  }

  .\32xl\:min-h-screen{
    min-height:100vh
  }

  .\32xl\:w-0{
    width:0px
  }

  .\32xl\:w-0\.5{
    width:0.125rem
  }

  .\32xl\:w-1{
    width:0.25rem
  }

  .\32xl\:w-1\.5{
    width:0.375rem
  }

  .\32xl\:w-1\/2{
    width:50%
  }

  .\32xl\:w-1\/3{
    width:33.333333%
  }

  .\32xl\:w-1\/4{
    width:25%
  }

  .\32xl\:w-1\/5{
    width:20%
  }

  .\32xl\:w-1\/6{
    width:16.666667%
  }

  .\32xl\:w-10{
    width:2.5rem
  }

  .\32xl\:w-11{
    width:2.75rem
  }

  .\32xl\:w-12{
    width:3rem
  }

  .\32xl\:w-14{
    width:3.5rem
  }

  .\32xl\:w-16{
    width:4rem
  }

  .\32xl\:w-2{
    width:0.5rem
  }

  .\32xl\:w-2\.5{
    width:0.625rem
  }

  .\32xl\:w-2\/3{
    width:66.666667%
  }

  .\32xl\:w-2\/5{
    width:40%
  }

  .\32xl\:w-20{
    width:5rem
  }

  .\32xl\:w-24{
    width:6rem
  }

  .\32xl\:w-28{
    width:7rem
  }

  .\32xl\:w-3{
    width:0.75rem
  }

  .\32xl\:w-3\.5{
    width:0.875rem
  }

  .\32xl\:w-3\/4{
    width:75%
  }

  .\32xl\:w-3\/5{
    width:60%
  }

  .\32xl\:w-32{
    width:8rem
  }

  .\32xl\:w-36{
    width:9rem
  }

  .\32xl\:w-4{
    width:1rem
  }

  .\32xl\:w-4\/5{
    width:80%
  }

  .\32xl\:w-40{
    width:10rem
  }

  .\32xl\:w-5{
    width:1.25rem
  }

  .\32xl\:w-5\/6{
    width:83.333333%
  }

  .\32xl\:w-6{
    width:1.5rem
  }

  .\32xl\:w-7{
    width:1.75rem
  }

  .\32xl\:w-8{
    width:2rem
  }

  .\32xl\:w-9{
    width:2.25rem
  }

  .\32xl\:w-auto{
    width:auto
  }

  .\32xl\:w-fit{
    width:-moz-fit-content;
    width:fit-content
  }

  .\32xl\:w-full{
    width:100%
  }

  .\32xl\:w-max{
    width:-moz-max-content;
    width:max-content
  }

  .\32xl\:w-min{
    width:-moz-min-content;
    width:min-content
  }

  .\32xl\:w-px{
    width:1px
  }

  .\32xl\:w-screen{
    width:100vw
  }

  .\32xl\:min-w-0{
    min-width:0px
  }

  .\32xl\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .\32xl\:min-w-full{
    min-width:100%
  }

  .\32xl\:min-w-max{
    min-width:-moz-max-content;
    min-width:max-content
  }

  .\32xl\:min-w-min{
    min-width:-moz-min-content;
    min-width:min-content
  }

  .\32xl\:max-w-2xl{
    max-width:42rem
  }

  .\32xl\:max-w-3xl{
    max-width:48rem
  }

  .\32xl\:max-w-4xl{
    max-width:56rem
  }

  .\32xl\:max-w-5xl{
    max-width:64rem
  }

  .\32xl\:max-w-6xl{
    max-width:72rem
  }

  .\32xl\:max-w-7xl{
    max-width:80rem
  }

  .\32xl\:max-w-fit{
    max-width:-moz-fit-content;
    max-width:fit-content
  }

  .\32xl\:max-w-full{
    max-width:100%
  }

  .\32xl\:max-w-lg{
    max-width:32rem
  }

  .\32xl\:max-w-max{
    max-width:-moz-max-content;
    max-width:max-content
  }

  .\32xl\:max-w-md{
    max-width:28rem
  }

  .\32xl\:max-w-min{
    max-width:-moz-min-content;
    max-width:min-content
  }

  .\32xl\:max-w-none{
    max-width:none
  }

  .\32xl\:max-w-prose{
    max-width:65ch
  }

  .\32xl\:max-w-screen-2xl{
    max-width:1536px
  }

  .\32xl\:max-w-screen-lg{
    max-width:1024px
  }

  .\32xl\:max-w-screen-md{
    max-width:768px
  }

  .\32xl\:max-w-screen-sm{
    max-width:640px
  }

  .\32xl\:max-w-screen-xl{
    max-width:1280px
  }

  .\32xl\:max-w-sm{
    max-width:24rem
  }

  .\32xl\:max-w-xl{
    max-width:36rem
  }

  .\32xl\:max-w-xs{
    max-width:20rem
  }

  .\32xl\:translate-x-1\/2{
    --tw-translate-x:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .\32xl\:translate-x-full{
    --tw-translate-x:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .\32xl\:translate-y-1\/2{
    --tw-translate-y:50%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .\32xl\:translate-y-full{
    --tw-translate-y:100%;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .\32xl\:grid-cols-1{
    grid-template-columns:repeat(1, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-10{
    grid-template-columns:repeat(10, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-11{
    grid-template-columns:repeat(11, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-12{
    grid-template-columns:repeat(12, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-5{
    grid-template-columns:repeat(5, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-6{
    grid-template-columns:repeat(6, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-7{
    grid-template-columns:repeat(7, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-8{
    grid-template-columns:repeat(8, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-9{
    grid-template-columns:repeat(9, minmax(0, 1fr))
  }

  .\32xl\:grid-cols-none{
    grid-template-columns:none
  }

  .\32xl\:flex-row{
    flex-direction:row
  }

  .\32xl\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .\32xl\:flex-col{
    flex-direction:column
  }

  .\32xl\:flex-col-reverse{
    flex-direction:column-reverse
  }

  .\32xl\:flex-wrap{
    flex-wrap:wrap
  }

  .\32xl\:flex-wrap-reverse{
    flex-wrap:wrap-reverse
  }

  .\32xl\:flex-nowrap{
    flex-wrap:nowrap
  }

  .\32xl\:place-content-center{
    place-content:center
  }

  .\32xl\:place-content-start{
    place-content:start
  }

  .\32xl\:place-content-end{
    place-content:end
  }

  .\32xl\:place-content-stretch{
    place-content:stretch
  }

  .\32xl\:place-items-start{
    place-items:start
  }

  .\32xl\:place-items-end{
    place-items:end
  }

  .\32xl\:place-items-center{
    place-items:center
  }

  .\32xl\:place-items-stretch{
    place-items:stretch
  }

  .\32xl\:content-center{
    align-content:center
  }

  .\32xl\:content-start{
    align-content:flex-start
  }

  .\32xl\:content-end{
    align-content:flex-end
  }

  .\32xl\:content-between{
    align-content:space-between
  }

  .\32xl\:content-around{
    align-content:space-around
  }

  .\32xl\:content-evenly{
    align-content:space-evenly
  }

  .\32xl\:content-stretch{
    align-content:stretch
  }

  .\32xl\:items-start{
    align-items:flex-start
  }

  .\32xl\:items-end{
    align-items:flex-end
  }

  .\32xl\:items-center{
    align-items:center
  }

  .\32xl\:items-baseline{
    align-items:baseline
  }

  .\32xl\:items-stretch{
    align-items:stretch
  }

  .\32xl\:justify-normal{
    justify-content:normal
  }

  .\32xl\:justify-start{
    justify-content:flex-start
  }

  .\32xl\:justify-end{
    justify-content:flex-end
  }

  .\32xl\:justify-center{
    justify-content:center
  }

  .\32xl\:justify-between{
    justify-content:space-between
  }

  .\32xl\:justify-around{
    justify-content:space-around
  }

  .\32xl\:justify-evenly{
    justify-content:space-evenly
  }

  .\32xl\:justify-stretch{
    justify-content:stretch
  }

  .\32xl\:justify-items-start{
    justify-items:start
  }

  .\32xl\:justify-items-end{
    justify-items:end
  }

  .\32xl\:justify-items-center{
    justify-items:center
  }

  .\32xl\:justify-items-stretch{
    justify-items:stretch
  }

  .\32xl\:gap-0{
    gap:0px
  }

  .\32xl\:gap-0\.5{
    gap:0.125rem
  }

  .\32xl\:gap-1{
    gap:0.25rem
  }

  .\32xl\:gap-1\.5{
    gap:0.375rem
  }

  .\32xl\:gap-10{
    gap:2.5rem
  }

  .\32xl\:gap-11{
    gap:2.75rem
  }

  .\32xl\:gap-12{
    gap:3rem
  }

  .\32xl\:gap-14{
    gap:3.5rem
  }

  .\32xl\:gap-16{
    gap:4rem
  }

  .\32xl\:gap-2{
    gap:0.5rem
  }

  .\32xl\:gap-2\.5{
    gap:0.625rem
  }

  .\32xl\:gap-20{
    gap:5rem
  }

  .\32xl\:gap-24{
    gap:6rem
  }

  .\32xl\:gap-28{
    gap:7rem
  }

  .\32xl\:gap-3{
    gap:0.75rem
  }

  .\32xl\:gap-3\.5{
    gap:0.875rem
  }

  .\32xl\:gap-32{
    gap:8rem
  }

  .\32xl\:gap-36{
    gap:9rem
  }

  .\32xl\:gap-4{
    gap:1rem
  }

  .\32xl\:gap-40{
    gap:10rem
  }

  .\32xl\:gap-5{
    gap:1.25rem
  }

  .\32xl\:gap-6{
    gap:1.5rem
  }

  .\32xl\:gap-7{
    gap:1.75rem
  }

  .\32xl\:gap-8{
    gap:2rem
  }

  .\32xl\:gap-9{
    gap:2.25rem
  }

  .\32xl\:gap-px{
    gap:1px
  }

  .\32xl\:gap-x-0{
    -moz-column-gap:0px;
         column-gap:0px
  }

  .\32xl\:gap-x-0\.5{
    -moz-column-gap:0.125rem;
         column-gap:0.125rem
  }

  .\32xl\:gap-x-1{
    -moz-column-gap:0.25rem;
         column-gap:0.25rem
  }

  .\32xl\:gap-x-1\.5{
    -moz-column-gap:0.375rem;
         column-gap:0.375rem
  }

  .\32xl\:gap-x-10{
    -moz-column-gap:2.5rem;
         column-gap:2.5rem
  }

  .\32xl\:gap-x-11{
    -moz-column-gap:2.75rem;
         column-gap:2.75rem
  }

  .\32xl\:gap-x-12{
    -moz-column-gap:3rem;
         column-gap:3rem
  }

  .\32xl\:gap-x-14{
    -moz-column-gap:3.5rem;
         column-gap:3.5rem
  }

  .\32xl\:gap-x-16{
    -moz-column-gap:4rem;
         column-gap:4rem
  }

  .\32xl\:gap-x-2{
    -moz-column-gap:0.5rem;
         column-gap:0.5rem
  }

  .\32xl\:gap-x-2\.5{
    -moz-column-gap:0.625rem;
         column-gap:0.625rem
  }

  .\32xl\:gap-x-20{
    -moz-column-gap:5rem;
         column-gap:5rem
  }

  .\32xl\:gap-x-24{
    -moz-column-gap:6rem;
         column-gap:6rem
  }

  .\32xl\:gap-x-28{
    -moz-column-gap:7rem;
         column-gap:7rem
  }

  .\32xl\:gap-x-3{
    -moz-column-gap:0.75rem;
         column-gap:0.75rem
  }

  .\32xl\:gap-x-3\.5{
    -moz-column-gap:0.875rem;
         column-gap:0.875rem
  }

  .\32xl\:gap-x-32{
    -moz-column-gap:8rem;
         column-gap:8rem
  }

  .\32xl\:gap-x-36{
    -moz-column-gap:9rem;
         column-gap:9rem
  }

  .\32xl\:gap-x-4{
    -moz-column-gap:1rem;
         column-gap:1rem
  }

  .\32xl\:gap-x-40{
    -moz-column-gap:10rem;
         column-gap:10rem
  }

  .\32xl\:gap-x-5{
    -moz-column-gap:1.25rem;
         column-gap:1.25rem
  }

  .\32xl\:gap-x-6{
    -moz-column-gap:1.5rem;
         column-gap:1.5rem
  }

  .\32xl\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .\32xl\:gap-x-8{
    -moz-column-gap:2rem;
         column-gap:2rem
  }

  .\32xl\:gap-x-9{
    -moz-column-gap:2.25rem;
         column-gap:2.25rem
  }

  .\32xl\:gap-x-px{
    -moz-column-gap:1px;
         column-gap:1px
  }

  .\32xl\:gap-y-0{
    row-gap:0px
  }

  .\32xl\:gap-y-0\.5{
    row-gap:0.125rem
  }

  .\32xl\:gap-y-1{
    row-gap:0.25rem
  }

  .\32xl\:gap-y-1\.5{
    row-gap:0.375rem
  }

  .\32xl\:gap-y-10{
    row-gap:2.5rem
  }

  .\32xl\:gap-y-11{
    row-gap:2.75rem
  }

  .\32xl\:gap-y-12{
    row-gap:3rem
  }

  .\32xl\:gap-y-14{
    row-gap:3.5rem
  }

  .\32xl\:gap-y-16{
    row-gap:4rem
  }

  .\32xl\:gap-y-2{
    row-gap:0.5rem
  }

  .\32xl\:gap-y-2\.5{
    row-gap:0.625rem
  }

  .\32xl\:gap-y-20{
    row-gap:5rem
  }

  .\32xl\:gap-y-24{
    row-gap:6rem
  }

  .\32xl\:gap-y-28{
    row-gap:7rem
  }

  .\32xl\:gap-y-3{
    row-gap:0.75rem
  }

  .\32xl\:gap-y-3\.5{
    row-gap:0.875rem
  }

  .\32xl\:gap-y-32{
    row-gap:8rem
  }

  .\32xl\:gap-y-36{
    row-gap:9rem
  }

  .\32xl\:gap-y-4{
    row-gap:1rem
  }

  .\32xl\:gap-y-40{
    row-gap:10rem
  }

  .\32xl\:gap-y-5{
    row-gap:1.25rem
  }

  .\32xl\:gap-y-6{
    row-gap:1.5rem
  }

  .\32xl\:gap-y-7{
    row-gap:1.75rem
  }

  .\32xl\:gap-y-8{
    row-gap:2rem
  }

  .\32xl\:gap-y-9{
    row-gap:2.25rem
  }

  .\32xl\:gap-y-px{
    row-gap:1px
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0px * var(--tw-space-x-reverse));
    margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.125rem * var(--tw-space-x-reverse));
    margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.25rem * var(--tw-space-x-reverse));
    margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.375rem * var(--tw-space-x-reverse));
    margin-left:calc(0.375rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.5rem * var(--tw-space-x-reverse));
    margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.75rem * var(--tw-space-x-reverse));
    margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3rem * var(--tw-space-x-reverse));
    margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(3.5rem * var(--tw-space-x-reverse));
    margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(4rem * var(--tw-space-x-reverse));
    margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.5rem * var(--tw-space-x-reverse));
    margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.625rem * var(--tw-space-x-reverse));
    margin-left:calc(0.625rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(5rem * var(--tw-space-x-reverse));
    margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(6rem * var(--tw-space-x-reverse));
    margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(7rem * var(--tw-space-x-reverse));
    margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.75rem * var(--tw-space-x-reverse));
    margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(0.875rem * var(--tw-space-x-reverse));
    margin-left:calc(0.875rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(8rem * var(--tw-space-x-reverse));
    margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(9rem * var(--tw-space-x-reverse));
    margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(10rem * var(--tw-space-x-reverse));
    margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.25rem * var(--tw-space-x-reverse));
    margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.75rem * var(--tw-space-x-reverse));
    margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2.25rem * var(--tw-space-x-reverse));
    margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1px * var(--tw-space-x-reverse));
    margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.375rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(4rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.625rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(5rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(6rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(7rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0.875rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(8rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(9rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(10rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(1px * var(--tw-space-y-reverse))
  }

  .\32xl\:place-self-start{
    place-self:start
  }

  .\32xl\:place-self-end{
    place-self:end
  }

  .\32xl\:place-self-center{
    place-self:center
  }

  .\32xl\:place-self-stretch{
    place-self:stretch
  }

  .\32xl\:self-auto{
    align-self:auto
  }

  .\32xl\:self-start{
    align-self:flex-start
  }

  .\32xl\:self-end{
    align-self:flex-end
  }

  .\32xl\:self-center{
    align-self:center
  }

  .\32xl\:self-stretch{
    align-self:stretch
  }

  .\32xl\:self-baseline{
    align-self:baseline
  }

  .\32xl\:justify-self-auto{
    justify-self:auto
  }

  .\32xl\:justify-self-start{
    justify-self:start
  }

  .\32xl\:justify-self-end{
    justify-self:end
  }

  .\32xl\:justify-self-center{
    justify-self:center
  }

  .\32xl\:justify-self-stretch{
    justify-self:stretch
  }

  .\32xl\:border{
    border-width:1px
  }

  .\32xl\:border-0{
    border-width:0px
  }

  .\32xl\:border-2{
    border-width:2px
  }

  .\32xl\:border-4{
    border-width:4px
  }

  .\32xl\:border-8{
    border-width:8px
  }

  .\32xl\:border-b{
    border-bottom-width:1px
  }

  .\32xl\:border-b-0{
    border-bottom-width:0px
  }

  .\32xl\:border-b-2{
    border-bottom-width:2px
  }

  .\32xl\:border-b-4{
    border-bottom-width:4px
  }

  .\32xl\:border-b-8{
    border-bottom-width:8px
  }

  .\32xl\:border-l{
    border-left-width:1px
  }

  .\32xl\:border-l-0{
    border-left-width:0px
  }

  .\32xl\:border-l-2{
    border-left-width:2px
  }

  .\32xl\:border-l-4{
    border-left-width:4px
  }

  .\32xl\:border-l-8{
    border-left-width:8px
  }

  .\32xl\:border-r{
    border-right-width:1px
  }

  .\32xl\:border-r-0{
    border-right-width:0px
  }

  .\32xl\:border-r-2{
    border-right-width:2px
  }

  .\32xl\:border-r-4{
    border-right-width:4px
  }

  .\32xl\:border-r-8{
    border-right-width:8px
  }

  .\32xl\:border-t{
    border-top-width:1px
  }

  .\32xl\:border-t-0{
    border-top-width:0px
  }

  .\32xl\:border-t-2{
    border-top-width:2px
  }

  .\32xl\:border-t-4{
    border-top-width:4px
  }

  .\32xl\:border-t-8{
    border-top-width:8px
  }

  .\32xl\:p-0{
    padding:0px
  }

  .\32xl\:p-0\.5{
    padding:0.125rem
  }

  .\32xl\:p-1{
    padding:0.25rem
  }

  .\32xl\:p-1\.5{
    padding:0.375rem
  }

  .\32xl\:p-10{
    padding:2.5rem
  }

  .\32xl\:p-11{
    padding:2.75rem
  }

  .\32xl\:p-12{
    padding:3rem
  }

  .\32xl\:p-14{
    padding:3.5rem
  }

  .\32xl\:p-16{
    padding:4rem
  }

  .\32xl\:p-2{
    padding:0.5rem
  }

  .\32xl\:p-2\.5{
    padding:0.625rem
  }

  .\32xl\:p-20{
    padding:5rem
  }

  .\32xl\:p-24{
    padding:6rem
  }

  .\32xl\:p-28{
    padding:7rem
  }

  .\32xl\:p-3{
    padding:0.75rem
  }

  .\32xl\:p-3\.5{
    padding:0.875rem
  }

  .\32xl\:p-32{
    padding:8rem
  }

  .\32xl\:p-36{
    padding:9rem
  }

  .\32xl\:p-4{
    padding:1rem
  }

  .\32xl\:p-40{
    padding:10rem
  }

  .\32xl\:p-5{
    padding:1.25rem
  }

  .\32xl\:p-6{
    padding:1.5rem
  }

  .\32xl\:p-7{
    padding:1.75rem
  }

  .\32xl\:p-8{
    padding:2rem
  }

  .\32xl\:p-9{
    padding:2.25rem
  }

  .\32xl\:p-px{
    padding:1px
  }

  .\32xl\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .\32xl\:px-0\.5{
    padding-left:0.125rem;
    padding-right:0.125rem
  }

  .\32xl\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem
  }

  .\32xl\:px-1\.5{
    padding-left:0.375rem;
    padding-right:0.375rem
  }

  .\32xl\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .\32xl\:px-11{
    padding-left:2.75rem;
    padding-right:2.75rem
  }

  .\32xl\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .\32xl\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .\32xl\:px-16{
    padding-left:4rem;
    padding-right:4rem
  }

  .\32xl\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem
  }

  .\32xl\:px-2\.5{
    padding-left:0.625rem;
    padding-right:0.625rem
  }

  .\32xl\:px-20{
    padding-left:5rem;
    padding-right:5rem
  }

  .\32xl\:px-24{
    padding-left:6rem;
    padding-right:6rem
  }

  .\32xl\:px-28{
    padding-left:7rem;
    padding-right:7rem
  }

  .\32xl\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem
  }

  .\32xl\:px-3\.5{
    padding-left:0.875rem;
    padding-right:0.875rem
  }

  .\32xl\:px-32{
    padding-left:8rem;
    padding-right:8rem
  }

  .\32xl\:px-36{
    padding-left:9rem;
    padding-right:9rem
  }

  .\32xl\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .\32xl\:px-40{
    padding-left:10rem;
    padding-right:10rem
  }

  .\32xl\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem
  }

  .\32xl\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .\32xl\:px-7{
    padding-left:1.75rem;
    padding-right:1.75rem
  }

  .\32xl\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .\32xl\:px-9{
    padding-left:2.25rem;
    padding-right:2.25rem
  }

  .\32xl\:px-px{
    padding-left:1px;
    padding-right:1px
  }

  .\32xl\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .\32xl\:py-0\.5{
    padding-top:0.125rem;
    padding-bottom:0.125rem
  }

  .\32xl\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .\32xl\:py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }

  .\32xl\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .\32xl\:py-11{
    padding-top:2.75rem;
    padding-bottom:2.75rem
  }

  .\32xl\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .\32xl\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .\32xl\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .\32xl\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem
  }

  .\32xl\:py-2\.5{
    padding-top:0.625rem;
    padding-bottom:0.625rem
  }

  .\32xl\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .\32xl\:py-24{
    padding-top:6rem;
    padding-bottom:6rem
  }

  .\32xl\:py-28{
    padding-top:7rem;
    padding-bottom:7rem
  }

  .\32xl\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem
  }

  .\32xl\:py-3\.5{
    padding-top:0.875rem;
    padding-bottom:0.875rem
  }

  .\32xl\:py-32{
    padding-top:8rem;
    padding-bottom:8rem
  }

  .\32xl\:py-36{
    padding-top:9rem;
    padding-bottom:9rem
  }

  .\32xl\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .\32xl\:py-40{
    padding-top:10rem;
    padding-bottom:10rem
  }

  .\32xl\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem
  }

  .\32xl\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .\32xl\:py-7{
    padding-top:1.75rem;
    padding-bottom:1.75rem
  }

  .\32xl\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .\32xl\:py-9{
    padding-top:2.25rem;
    padding-bottom:2.25rem
  }

  .\32xl\:py-px{
    padding-top:1px;
    padding-bottom:1px
  }

  .\32xl\:pb-0{
    padding-bottom:0px
  }

  .\32xl\:pb-0\.5{
    padding-bottom:0.125rem
  }

  .\32xl\:pb-1{
    padding-bottom:0.25rem
  }

  .\32xl\:pb-1\.5{
    padding-bottom:0.375rem
  }

  .\32xl\:pb-10{
    padding-bottom:2.5rem
  }

  .\32xl\:pb-11{
    padding-bottom:2.75rem
  }

  .\32xl\:pb-12{
    padding-bottom:3rem
  }

  .\32xl\:pb-14{
    padding-bottom:3.5rem
  }

  .\32xl\:pb-16{
    padding-bottom:4rem
  }

  .\32xl\:pb-2{
    padding-bottom:0.5rem
  }

  .\32xl\:pb-2\.5{
    padding-bottom:0.625rem
  }

  .\32xl\:pb-20{
    padding-bottom:5rem
  }

  .\32xl\:pb-24{
    padding-bottom:6rem
  }

  .\32xl\:pb-28{
    padding-bottom:7rem
  }

  .\32xl\:pb-3{
    padding-bottom:0.75rem
  }

  .\32xl\:pb-3\.5{
    padding-bottom:0.875rem
  }

  .\32xl\:pb-32{
    padding-bottom:8rem
  }

  .\32xl\:pb-36{
    padding-bottom:9rem
  }

  .\32xl\:pb-4{
    padding-bottom:1rem
  }

  .\32xl\:pb-40{
    padding-bottom:10rem
  }

  .\32xl\:pb-5{
    padding-bottom:1.25rem
  }

  .\32xl\:pb-6{
    padding-bottom:1.5rem
  }

  .\32xl\:pb-7{
    padding-bottom:1.75rem
  }

  .\32xl\:pb-8{
    padding-bottom:2rem
  }

  .\32xl\:pb-9{
    padding-bottom:2.25rem
  }

  .\32xl\:pb-px{
    padding-bottom:1px
  }

  .\32xl\:pl-0{
    padding-left:0px
  }

  .\32xl\:pl-0\.5{
    padding-left:0.125rem
  }

  .\32xl\:pl-1{
    padding-left:0.25rem
  }

  .\32xl\:pl-1\.5{
    padding-left:0.375rem
  }

  .\32xl\:pl-10{
    padding-left:2.5rem
  }

  .\32xl\:pl-11{
    padding-left:2.75rem
  }

  .\32xl\:pl-12{
    padding-left:3rem
  }

  .\32xl\:pl-14{
    padding-left:3.5rem
  }

  .\32xl\:pl-16{
    padding-left:4rem
  }

  .\32xl\:pl-2{
    padding-left:0.5rem
  }

  .\32xl\:pl-2\.5{
    padding-left:0.625rem
  }

  .\32xl\:pl-20{
    padding-left:5rem
  }

  .\32xl\:pl-24{
    padding-left:6rem
  }

  .\32xl\:pl-28{
    padding-left:7rem
  }

  .\32xl\:pl-3{
    padding-left:0.75rem
  }

  .\32xl\:pl-3\.5{
    padding-left:0.875rem
  }

  .\32xl\:pl-32{
    padding-left:8rem
  }

  .\32xl\:pl-36{
    padding-left:9rem
  }

  .\32xl\:pl-4{
    padding-left:1rem
  }

  .\32xl\:pl-40{
    padding-left:10rem
  }

  .\32xl\:pl-5{
    padding-left:1.25rem
  }

  .\32xl\:pl-6{
    padding-left:1.5rem
  }

  .\32xl\:pl-7{
    padding-left:1.75rem
  }

  .\32xl\:pl-8{
    padding-left:2rem
  }

  .\32xl\:pl-9{
    padding-left:2.25rem
  }

  .\32xl\:pl-px{
    padding-left:1px
  }

  .\32xl\:pr-0{
    padding-right:0px
  }

  .\32xl\:pr-0\.5{
    padding-right:0.125rem
  }

  .\32xl\:pr-1{
    padding-right:0.25rem
  }

  .\32xl\:pr-1\.5{
    padding-right:0.375rem
  }

  .\32xl\:pr-10{
    padding-right:2.5rem
  }

  .\32xl\:pr-11{
    padding-right:2.75rem
  }

  .\32xl\:pr-12{
    padding-right:3rem
  }

  .\32xl\:pr-14{
    padding-right:3.5rem
  }

  .\32xl\:pr-16{
    padding-right:4rem
  }

  .\32xl\:pr-2{
    padding-right:0.5rem
  }

  .\32xl\:pr-2\.5{
    padding-right:0.625rem
  }

  .\32xl\:pr-20{
    padding-right:5rem
  }

  .\32xl\:pr-24{
    padding-right:6rem
  }

  .\32xl\:pr-28{
    padding-right:7rem
  }

  .\32xl\:pr-3{
    padding-right:0.75rem
  }

  .\32xl\:pr-3\.5{
    padding-right:0.875rem
  }

  .\32xl\:pr-32{
    padding-right:8rem
  }

  .\32xl\:pr-36{
    padding-right:9rem
  }

  .\32xl\:pr-4{
    padding-right:1rem
  }

  .\32xl\:pr-40{
    padding-right:10rem
  }

  .\32xl\:pr-5{
    padding-right:1.25rem
  }

  .\32xl\:pr-6{
    padding-right:1.5rem
  }

  .\32xl\:pr-7{
    padding-right:1.75rem
  }

  .\32xl\:pr-8{
    padding-right:2rem
  }

  .\32xl\:pr-9{
    padding-right:2.25rem
  }

  .\32xl\:pr-px{
    padding-right:1px
  }

  .\32xl\:pt-0{
    padding-top:0px
  }

  .\32xl\:pt-0\.5{
    padding-top:0.125rem
  }

  .\32xl\:pt-1{
    padding-top:0.25rem
  }

  .\32xl\:pt-1\.5{
    padding-top:0.375rem
  }

  .\32xl\:pt-10{
    padding-top:2.5rem
  }

  .\32xl\:pt-11{
    padding-top:2.75rem
  }

  .\32xl\:pt-12{
    padding-top:3rem
  }

  .\32xl\:pt-14{
    padding-top:3.5rem
  }

  .\32xl\:pt-16{
    padding-top:4rem
  }

  .\32xl\:pt-2{
    padding-top:0.5rem
  }

  .\32xl\:pt-2\.5{
    padding-top:0.625rem
  }

  .\32xl\:pt-20{
    padding-top:5rem
  }

  .\32xl\:pt-24{
    padding-top:6rem
  }

  .\32xl\:pt-28{
    padding-top:7rem
  }

  .\32xl\:pt-3{
    padding-top:0.75rem
  }

  .\32xl\:pt-3\.5{
    padding-top:0.875rem
  }

  .\32xl\:pt-32{
    padding-top:8rem
  }

  .\32xl\:pt-36{
    padding-top:9rem
  }

  .\32xl\:pt-4{
    padding-top:1rem
  }

  .\32xl\:pt-40{
    padding-top:10rem
  }

  .\32xl\:pt-5{
    padding-top:1.25rem
  }

  .\32xl\:pt-6{
    padding-top:1.5rem
  }

  .\32xl\:pt-7{
    padding-top:1.75rem
  }

  .\32xl\:pt-8{
    padding-top:2rem
  }

  .\32xl\:pt-9{
    padding-top:2.25rem
  }

  .\32xl\:pt-px{
    padding-top:1px
  }

  .\32xl\:text-left{
    text-align:left
  }

  .\32xl\:text-center{
    text-align:center
  }

  .\32xl\:text-right{
    text-align:right
  }

  .\32xl\:text-justify{
    text-align:justify
  }

  .\32xl\:text-start{
    text-align:start
  }

  .\32xl\:text-end{
    text-align:end
  }

  .\32xl\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .\32xl\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .\32xl\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .\32xl\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .\32xl\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }

  .\32xl\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .\32xl\:text-8xl{
    font-size:6rem;
    line-height:1
  }

  .\32xl\:text-9xl{
    font-size:8rem;
    line-height:1
  }

  .\32xl\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .\32xl\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .\32xl\:text-sm{
    font-size:0.875rem;
    line-height:1.25rem
  }

  .\32xl\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .\32xl\:text-xs{
    font-size:0.75rem;
    line-height:1rem
  }

  .\32xl\:leading-10{
    line-height:2.5rem
  }

  .\32xl\:leading-3{
    line-height:.75rem
  }

  .\32xl\:leading-4{
    line-height:1rem
  }

  .\32xl\:leading-5{
    line-height:1.25rem
  }

  .\32xl\:leading-6{
    line-height:1.5rem
  }

  .\32xl\:leading-7{
    line-height:1.75rem
  }

  .\32xl\:leading-8{
    line-height:2rem
  }

  .\32xl\:leading-9{
    line-height:2.25rem
  }

  .\32xl\:leading-loose{
    line-height:2
  }

  .\32xl\:leading-none{
    line-height:1
  }

  .\32xl\:leading-normal{
    line-height:1.5
  }

  .\32xl\:leading-relaxed{
    line-height:1.625
  }

  .\32xl\:leading-snug{
    line-height:1.375
  }

  .\32xl\:leading-tight{
    line-height:1.25
  }
}




